@cloudbase/js-sdk 3.7.0 → 3.7.2-cbf.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (99) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/app/dist/index.esm.js +1 -1
  3. package/app/dist/index.js +1 -1
  4. package/app/dist/index.js.map +1 -1
  5. package/app/dist/index.node.esm.js +1 -1
  6. package/app/dist/index.node.esm.js.map +1 -1
  7. package/app/dist/index.node.js +1 -1
  8. package/app/dist/index.node.js.map +1 -1
  9. package/auth/dist/index.esm.js +1 -1
  10. package/auth/dist/index.esm.js.map +1 -1
  11. package/auth/dist/index.js +1 -1
  12. package/auth/dist/index.js.map +1 -1
  13. package/dist/index.cjs.js +1 -1
  14. package/dist/index.cjs.js.map +1 -1
  15. package/dist/index.esm.js +1 -1
  16. package/dist/index.esm.js.map +1 -1
  17. package/dist/index.node.cjs.js +1 -1
  18. package/dist/index.node.cjs.js.map +1 -1
  19. package/dist/index.node.esm.js +1 -1
  20. package/dist/index.node.esm.js.map +1 -1
  21. package/miniprogram_dist/ai.js +2 -0
  22. package/miniprogram_dist/analytics.js +1 -0
  23. package/miniprogram_dist/apis.js +1 -0
  24. package/miniprogram_dist/app.js +2 -0
  25. package/miniprogram_dist/auth/index.d.ts +2 -0
  26. package/miniprogram_dist/auth/index.js +1 -1
  27. package/miniprogram_dist/auth.js +2 -0
  28. package/miniprogram_dist/cloudrun.js +1 -0
  29. package/miniprogram_dist/container.js +1 -0
  30. package/miniprogram_dist/database.js +1 -0
  31. package/miniprogram_dist/functions.js +1 -0
  32. package/miniprogram_dist/index.js +1 -1
  33. package/miniprogram_dist/model/index.js +1 -1
  34. package/miniprogram_dist/model.js +1 -0
  35. package/miniprogram_dist/mysql.js +1 -0
  36. package/miniprogram_dist/oauth/index.js +1 -1
  37. package/miniprogram_dist/oauth.js +2 -0
  38. package/miniprogram_dist/realtime.js +1 -0
  39. package/miniprogram_dist/storage.js +1 -0
  40. package/oauth/dist/index.esm.js +1 -1
  41. package/oauth/dist/index.esm.js.map +1 -1
  42. package/oauth/dist/index.js +1 -1
  43. package/oauth/dist/index.js.map +1 -1
  44. package/package.json +2 -2
  45. package/types/package.json +13 -1
  46. package/utilities/package.json +1 -1
  47. package/utilities/dist/cjs/adapters/index.d.ts +0 -45
  48. package/utilities/dist/cjs/adapters/index.js +0 -68
  49. package/utilities/dist/cjs/adapters/platforms/web.d.ts +0 -20
  50. package/utilities/dist/cjs/adapters/platforms/web.js +0 -286
  51. package/utilities/dist/cjs/constants/common.d.ts +0 -6
  52. package/utilities/dist/cjs/constants/common.js +0 -24
  53. package/utilities/dist/cjs/constants/errors.d.ts +0 -8
  54. package/utilities/dist/cjs/constants/errors.js +0 -12
  55. package/utilities/dist/cjs/constants/index.d.ts +0 -3
  56. package/utilities/dist/cjs/constants/index.js +0 -21
  57. package/utilities/dist/cjs/helpers/decorators.d.ts +0 -11
  58. package/utilities/dist/cjs/helpers/decorators.js +0 -238
  59. package/utilities/dist/cjs/helpers/index.d.ts +0 -1
  60. package/utilities/dist/cjs/helpers/index.js +0 -18
  61. package/utilities/dist/cjs/index.d.ts +0 -13
  62. package/utilities/dist/cjs/index.js +0 -51
  63. package/utilities/dist/cjs/libs/abortController.d.ts +0 -9
  64. package/utilities/dist/cjs/libs/abortController.js +0 -25
  65. package/utilities/dist/cjs/libs/cache.d.ts +0 -17
  66. package/utilities/dist/cjs/libs/cache.js +0 -261
  67. package/utilities/dist/cjs/libs/events.d.ts +0 -27
  68. package/utilities/dist/cjs/libs/events.js +0 -108
  69. package/utilities/dist/cjs/libs/langEvent.d.ts +0 -3
  70. package/utilities/dist/cjs/libs/langEvent.js +0 -7
  71. package/utilities/dist/cjs/libs/util.d.ts +0 -49
  72. package/utilities/dist/cjs/libs/util.js +0 -282
  73. package/utilities/dist/esm/adapters/index.d.ts +0 -45
  74. package/utilities/dist/esm/adapters/index.js +0 -40
  75. package/utilities/dist/esm/adapters/platforms/web.d.ts +0 -20
  76. package/utilities/dist/esm/adapters/platforms/web.js +0 -282
  77. package/utilities/dist/esm/constants/common.d.ts +0 -6
  78. package/utilities/dist/esm/constants/common.js +0 -17
  79. package/utilities/dist/esm/constants/errors.d.ts +0 -8
  80. package/utilities/dist/esm/constants/errors.js +0 -9
  81. package/utilities/dist/esm/constants/index.d.ts +0 -3
  82. package/utilities/dist/esm/constants/index.js +0 -4
  83. package/utilities/dist/esm/helpers/decorators.d.ts +0 -11
  84. package/utilities/dist/esm/helpers/decorators.js +0 -234
  85. package/utilities/dist/esm/helpers/index.d.ts +0 -1
  86. package/utilities/dist/esm/helpers/index.js +0 -2
  87. package/utilities/dist/esm/index.d.ts +0 -13
  88. package/utilities/dist/esm/index.js +0 -14
  89. package/utilities/dist/esm/libs/abortController.d.ts +0 -9
  90. package/utilities/dist/esm/libs/abortController.js +0 -23
  91. package/utilities/dist/esm/libs/cache.d.ts +0 -17
  92. package/utilities/dist/esm/libs/cache.js +0 -258
  93. package/utilities/dist/esm/libs/events.d.ts +0 -27
  94. package/utilities/dist/esm/libs/events.js +0 -102
  95. package/utilities/dist/esm/libs/langEvent.d.ts +0 -3
  96. package/utilities/dist/esm/libs/langEvent.js +0 -4
  97. package/utilities/dist/esm/libs/util.d.ts +0 -49
  98. package/utilities/dist/esm/libs/util.js +0 -254
  99. package/utilities/dist/miniprogram/index.js +0 -1
package/dist/index.esm.js CHANGED
@@ -1,3 +1,3 @@
1
1
  /*! For license information please see index.esm.js.LICENSE.txt */
2
- import*as t from"@cloudbase/adapter-interface";import*as e from"jwt-decode";import*as n from"@cloudbase/adapter-wx_mp";import*as r from"@cloudbase/wx-cloud-client-sdk";import*as o from"web-streams-polyfill";import*as i from"@mattiasbuelens/web-streams-adapter";import*as s from"text-encoding-shim";import*as a from"bson";var u={3171:(t,e,n)=>{var r;if(n.r(e),n.d(e,{getEncryptInfo:()=>q}),!globalThis.IS_MP_BUILD){var o="undefined"!=typeof globalThis?globalThis.navigator:window.globalThis;function M(t){return"0123456789abcdefghijklmnopqrstuvwxyz".charAt(t)}function W(t,e){return t&e}function F(t,e){return t|e}function B(t,e){return t^e}function V(t,e){return t&~e}function G(t){if(0==t)return-1;var e=0;return 65535&t||(t>>=16,e+=16),255&t||(t>>=8,e+=8),15&t||(t>>=4,e+=4),3&t||(t>>=2,e+=2),1&t||++e,e}function H(t){for(var e=0;0!=t;)t&=t-1,++e;return e}var i="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";function K(t){var e,n,r="";for(e=0;e+3<=t.length;e+=3)n=parseInt(t.substring(e,e+3),16),r+=i.charAt(n>>6)+i.charAt(63&n);for(e+1==t.length?(n=parseInt(t.substring(e,e+1),16),r+=i.charAt(n<<2)):e+2==t.length&&(n=parseInt(t.substring(e,e+2),16),r+=i.charAt(n>>2)+i.charAt((3&n)<<4));(3&r.length)>0;)r+="=";return r}function J(t){var e,n="",r=0,o=0;for(e=0;e<t.length&&"="!=t.charAt(e);++e){var s=i.indexOf(t.charAt(e));s<0||(0==r?(n+=M(s>>2),o=3&s,r=1):1==r?(n+=M(o<<2|s>>4),o=15&s,r=2):2==r?(n+=M(o),n+=M(s>>2),o=3&s,r=3):(n+=M(o<<2|s>>4),n+=M(15&s),r=0))}return 1==r&&(n+=M(o<<2)),n}var s,a,u={decode:function(t){var e;if(void 0===s){var n="0123456789ABCDEF";for(s={},e=0;e<16;++e)s[n.charAt(e)]=e;for(n=n.toLowerCase(),e=10;e<16;++e)s[n.charAt(e)]=e;for(e=0;e<8;++e)s[" \f\n\r\t \u2028\u2029".charAt(e)]=-1}var r=[],o=0,i=0;for(e=0;e<t.length;++e){var a=t.charAt(e);if("="==a)break;if(-1!=(a=s[a])){if(void 0===a)throw new Error("Illegal character at offset "+e);o|=a,++i>=2?(r[r.length]=o,o=0,i=0):o<<=4}}if(i)throw new Error("Hex encoding incomplete: 4 bits missing");return r}},c={decode:function(t){var e;if(void 0===a){for(a=Object.create(null),e=0;e<64;++e)a["ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(e)]=e;for(e=0;e<9;++e)a["= \f\n\r\t \u2028\u2029".charAt(e)]=-1}var n=[],r=0,o=0;for(e=0;e<t.length;++e){var i=t.charAt(e);if("="==i)break;if(-1!=(i=a[i])){if(void 0===i)throw new Error("Illegal character at offset "+e);r|=i,++o>=4?(n[n.length]=r>>16,n[n.length]=r>>8&255,n[n.length]=255&r,r=0,o=0):r<<=6}}switch(o){case 1:throw new Error("Base64 encoding incomplete: at least 2 bits missing");case 2:n[n.length]=r>>10;break;case 3:n[n.length]=r>>16,n[n.length]=r>>8&255}return n},re:/-----BEGIN [^-]+-----([A-Za-z0-9+\/=\s]+)-----END [^-]+-----|begin-base64[^\n]+\n([A-Za-z0-9+\/=\s]+)====/,unarmor:function(t){var e=c.re.exec(t);if(e)if(e[1])t=e[1];else{if(!e[2])throw new Error("RegExp out of sync");t=e[2]}return c.decode(t)}},l=1e13;class z{constructor(t){this.buf=[+t||0]}mulAdd(t,e){var n,r,o=this.buf,i=o.length;for(n=0;n<i;++n)(r=o[n]*t+e)<l?e=0:r-=(e=0|r/l)*l,o[n]=r;e>0&&(o[n]=e)}sub(t){var e,n,r=this.buf,o=r.length;for(e=0;e<o;++e)(n=r[e]-t)<0?(n+=l,t=1):t=0,r[e]=n;for(;0===r[r.length-1];)r.pop()}toString(t){if(10!=(t||10))throw new Error("only base 10 is supported");for(var e=this.buf,n=e[e.length-1].toString(),r=e.length-2;r>=0;--r)n+=(l+e[r]).toString().substring(1);return n}valueOf(){for(var t=this.buf,e=0,n=t.length-1;n>=0;--n)e=e*l+t[n];return e}simplify(){var t=this.buf;return 1==t.length?t[0]:this}}var h,d=/^(\d\d)(0[1-9]|1[0-2])(0[1-9]|[12]\d|3[01])([01]\d|2[0-3])(?:([0-5]\d)(?:([0-5]\d)(?:[.,](\d{1,3}))?)?)?(Z|[-+](?:[0]\d|1[0-2])([0-5]\d)?)?$/,f=/^(\d\d\d\d)(0[1-9]|1[0-2])(0[1-9]|[12]\d|3[01])([01]\d|2[0-3])(?:([0-5]\d)(?:([0-5]\d)(?:[.,](\d{1,3}))?)?)?(Z|[-+](?:[0]\d|1[0-2])([0-5]\d)?)?$/;function Y(t,e){return t.length>e&&(t=t.substring(0,e)+"…"),t}class Q{constructor(t,e){this.hexDigits="0123456789ABCDEF",t instanceof Q?(this.enc=t.enc,this.pos=t.pos):(this.enc=t,this.pos=e)}get(t){if(void 0===t&&(t=this.pos++),t>=this.enc.length)throw new Error("Requesting byte offset "+t+" on a stream of length "+this.enc.length);return"string"==typeof this.enc?this.enc.charCodeAt(t):this.enc[t]}hexByte(t){return this.hexDigits.charAt(t>>4&15)+this.hexDigits.charAt(15&t)}hexDump(t,e,n){for(var r="",o=t;o<e;++o)if(r+=this.hexByte(this.get(o)),!0!==n)switch(15&o){case 7:r+=" ";break;case 15:r+="\n";break;default:r+=" "}return r}isASCII(t,e){for(var n=t;n<e;++n){var r=this.get(n);if(r<32||r>176)return!1}return!0}parseStringISO(t,e){for(var n="",r=t;r<e;++r)n+=String.fromCharCode(this.get(r));return n}parseStringUTF(t,e){for(var n="",r=t;r<e;){var o=this.get(r++);n+=o<128?String.fromCharCode(o):o>191&&o<224?String.fromCharCode((31&o)<<6|63&this.get(r++)):String.fromCharCode((15&o)<<12|(63&this.get(r++))<<6|63&this.get(r++))}return n}parseStringBMP(t,e){for(var n,r,o="",i=t;i<e;)n=this.get(i++),r=this.get(i++),o+=String.fromCharCode(n<<8|r);return o}parseTime(t,e,n){var r=this.parseStringISO(t,e),o=(n?d:f).exec(r);return o?(n&&(o[1]=+o[1],o[1]+=+o[1]<70?2e3:1900),r=o[1]+"-"+o[2]+"-"+o[3]+" "+o[4],o[5]&&(r+=":"+o[5],o[6]&&(r+=":"+o[6],o[7]&&(r+="."+o[7]))),o[8]&&(r+=" UTC","Z"!=o[8]&&(r+=o[8],o[9]&&(r+=":"+o[9]))),r):"Unrecognized time: "+r}parseInteger(t,e){for(var n,r=this.get(t),o=r>127,i=o?255:0,s="";r==i&&++t<e;)r=this.get(t);if(0===(n=e-t))return o?-1:0;if(n>4){for(s=r,n<<=3;!(128&(+s^i));)s=+s<<1,--n;s="("+n+" bit)\n"}o&&(r-=256);for(var a=new z(r),u=t+1;u<e;++u)a.mulAdd(256,this.get(u));return s+a.toString()}parseBitString(t,e,n){for(var r=this.get(t),o="("+((e-t-1<<3)-r)+" bit)\n",i="",s=t+1;s<e;++s){for(var a=this.get(s),u=s==e-1?r:0,c=7;c>=u;--c)i+=a>>c&1?"1":"0";if(i.length>n)return o+Y(i,n)}return o+i}parseOctetString(t,e,n){if(this.isASCII(t,e))return Y(this.parseStringISO(t,e),n);var r=e-t,o="("+r+" byte)\n";r>(n/=2)&&(e=t+n);for(var i=t;i<e;++i)o+=this.hexByte(this.get(i));return r>n&&(o+="…"),o}parseOID(t,e,n){for(var r="",o=new z,i=0,s=t;s<e;++s){var a=this.get(s);if(o.mulAdd(128,127&a),i+=7,!(128&a)){if(""===r)if((o=o.simplify())instanceof z)o.sub(80),r="2."+o.toString();else{var u=o<80?o<40?0:1:2;r=u+"."+(o-40*u)}else r+="."+o.toString();if(r.length>n)return Y(r,n);o=new z,i=0}}return i>0&&(r+=".incomplete"),r}}class ${constructor(t,e,n,r,o){if(!(r instanceof X))throw new Error("Invalid tag value.");this.stream=t,this.header=e,this.length=n,this.tag=r,this.sub=o}typeName(){switch(this.tag.tagClass){case 0:switch(this.tag.tagNumber){case 0:return"EOC";case 1:return"BOOLEAN";case 2:return"INTEGER";case 3:return"BIT_STRING";case 4:return"OCTET_STRING";case 5:return"NULL";case 6:return"OBJECT_IDENTIFIER";case 7:return"ObjectDescriptor";case 8:return"EXTERNAL";case 9:return"REAL";case 10:return"ENUMERATED";case 11:return"EMBEDDED_PDV";case 12:return"UTF8String";case 16:return"SEQUENCE";case 17:return"SET";case 18:return"NumericString";case 19:return"PrintableString";case 20:return"TeletexString";case 21:return"VideotexString";case 22:return"IA5String";case 23:return"UTCTime";case 24:return"GeneralizedTime";case 25:return"GraphicString";case 26:return"VisibleString";case 27:return"GeneralString";case 28:return"UniversalString";case 30:return"BMPString"}return"Universal_"+this.tag.tagNumber.toString();case 1:return"Application_"+this.tag.tagNumber.toString();case 2:return"["+this.tag.tagNumber.toString()+"]";case 3:return"Private_"+this.tag.tagNumber.toString()}}content(t){if(void 0===this.tag)return null;void 0===t&&(t=1/0);var e=this.posContent(),n=Math.abs(this.length);if(!this.tag.isUniversal())return null!==this.sub?"("+this.sub.length+" elem)":this.stream.parseOctetString(e,e+n,t);switch(this.tag.tagNumber){case 1:return 0===this.stream.get(e)?"false":"true";case 2:return this.stream.parseInteger(e,e+n);case 3:return this.sub?"("+this.sub.length+" elem)":this.stream.parseBitString(e,e+n,t);case 4:return this.sub?"("+this.sub.length+" elem)":this.stream.parseOctetString(e,e+n,t);case 6:return this.stream.parseOID(e,e+n,t);case 16:case 17:return null!==this.sub?"("+this.sub.length+" elem)":"(no elem)";case 12:return Y(this.stream.parseStringUTF(e,e+n),t);case 18:case 19:case 20:case 21:case 22:case 26:return Y(this.stream.parseStringISO(e,e+n),t);case 30:return Y(this.stream.parseStringBMP(e,e+n),t);case 23:case 24:return this.stream.parseTime(e,e+n,23==this.tag.tagNumber)}return null}toString(){return this.typeName()+"@"+this.stream.pos+"[header:"+this.header+",length:"+this.length+",sub:"+(null===this.sub?"null":this.sub.length)+"]"}toPrettyString(t){void 0===t&&(t="");var e=t+this.typeName()+" @"+this.stream.pos;if(this.length>=0&&(e+="+"),e+=this.length,this.tag.tagConstructed?e+=" (constructed)":!this.tag.isUniversal()||3!=this.tag.tagNumber&&4!=this.tag.tagNumber||null===this.sub||(e+=" (encapsulates)"),e+="\n",null!==this.sub){t+=" ";for(var n=0,r=this.sub.length;n<r;++n)e+=this.sub[n].toPrettyString(t)}return e}posStart(){return this.stream.pos}posContent(){return this.stream.pos+this.header}posEnd(){return this.stream.pos+this.header+Math.abs(this.length)}toHexString(){return this.stream.hexDump(this.posStart(),this.posEnd(),!0)}static decodeLength(t){var e=t.get(),n=127&e;if(n==e)return n;if(n>6)throw new Error("Length over 48 bits not supported at position "+(t.pos-1));if(0===n)return null;e=0;for(var r=0;r<n;++r)e=256*e+t.get();return e}getHexStringValue(){var t=this.toHexString(),e=2*this.header,n=2*this.length;return t.substr(e,n)}static decode(t){var e;e=t instanceof Q?t:new Q(t,0);var n=new Q(e),r=new X(e),o=$.decodeLength(e),i=e.pos,s=i-n.pos,a=null,u=function(){var t=[];if(null!==o){for(var n=i+o;e.pos<n;)t[t.length]=$.decode(e);if(e.pos!=n)throw new Error("Content size is not correct for container starting at offset "+i)}else try{for(;;){var r=$.decode(e);if(r.tag.isEOC())break;t[t.length]=r}o=i-e.pos}catch(t){throw new Error("Exception while decoding undefined length content: "+t)}return t};if(r.tagConstructed)a=u();else if(r.isUniversal()&&(3==r.tagNumber||4==r.tagNumber))try{if(3==r.tagNumber&&0!=e.get())throw new Error("BIT STRINGs with unused bits cannot encapsulate.");a=u();for(var c=0;c<a.length;++c)if(a[c].tag.isEOC())throw new Error("EOC is not supposed to be actual content.")}catch(t){a=null}if(null===a){if(null===o)throw new Error("We can't skip over an invalid tag with undefined length at offset "+i);e.pos=i+Math.abs(o)}return new $(n,s,o,r,a)}}class X{constructor(t){var e=t.get();if(this.tagClass=e>>6,this.tagConstructed=!!(32&e),this.tagNumber=31&e,31==this.tagNumber){var n=new z;do{e=t.get(),n.mulAdd(128,127&e)}while(128&e);this.tagNumber=n.simplify()}}isUniversal(){return 0===this.tagClass}isEOC(){return 0===this.tagClass&&0===this.tagNumber}}var p=[2,3,5,7,11,13,17,19,23,29,31,37,41,43,47,53,59,61,67,71,73,79,83,89,97,101,103,107,109,113,127,131,137,139,149,151,157,163,167,173,179,181,191,193,197,199,211,223,227,229,233,239,241,251,257,263,269,271,277,281,283,293,307,311,313,317,331,337,347,349,353,359,367,373,379,383,389,397,401,409,419,421,431,433,439,443,449,457,461,463,467,479,487,491,499,503,509,521,523,541,547,557,563,569,571,577,587,593,599,601,607,613,617,619,631,641,643,647,653,659,661,673,677,683,691,701,709,719,727,733,739,743,751,757,761,769,773,787,797,809,811,821,823,827,829,839,853,857,859,863,877,881,883,887,907,911,919,929,937,941,947,953,967,971,977,983,991,997],v=(1<<26)/p[p.length-1];class Z{constructor(t,e,n){null!=t&&("number"==typeof t?this.fromNumber(t,e,n):null==e&&"string"!=typeof t?this.fromString(t,256):this.fromString(t,e))}toString(t){if(this.s<0)return"-"+this.negate().toString(t);var e;if(16==t)e=4;else if(8==t)e=3;else if(2==t)e=1;else if(32==t)e=5;else{if(4!=t)return this.toRadix(t);e=2}var n,r=(1<<e)-1,o=!1,i="",s=this.t,a=this.DB-s*this.DB%e;if(s-- >0)for(a<this.DB&&(n=this[s]>>a)>0&&(o=!0,i=M(n));s>=0;)a<e?(n=(this[s]&(1<<a)-1)<<e-a,n|=this[--s]>>(a+=this.DB-e)):(n=this[s]>>(a-=e)&r,a<=0&&(a+=this.DB,--s)),n>0&&(o=!0),o&&(i+=M(n));return o?i:"0"}negate(){var t=tt();return Z.ZERO.subTo(this,t),t}abs(){return this.s<0?this.negate():this}compareTo(t){var e=this.s-t.s;if(0!=e)return e;var n=this.t;if(0!=(e=n-t.t))return this.s<0?-e:e;for(;--n>=0;)if(0!=(e=this[n]-t[n]))return e;return 0}bitLength(){return this.t<=0?0:this.DB*(this.t-1)+at(this[this.t-1]^this.s&this.DM)}mod(t){var e=tt();return this.abs().divRemTo(t,null,e),this.s<0&&e.compareTo(Z.ZERO)>0&&t.subTo(e,e),e}modPowInt(t,e){var n;return n=t<256||e.isEven()?new m(e):new g(e),this.exp(t,n)}clone(){var t=tt();return this.copyTo(t),t}intValue(){if(this.s<0){if(1==this.t)return this[0]-this.DV;if(0==this.t)return-1}else{if(1==this.t)return this[0];if(0==this.t)return 0}return(this[1]&(1<<32-this.DB)-1)<<this.DB|this[0]}byteValue(){return 0==this.t?this.s:this[0]<<24>>24}shortValue(){return 0==this.t?this.s:this[0]<<16>>16}signum(){return this.s<0?-1:this.t<=0||1==this.t&&this[0]<=0?0:1}toByteArray(){var t=this.t,e=[];e[0]=this.s;var n,r=this.DB-t*this.DB%8,o=0;if(t-- >0)for(r<this.DB&&(n=this[t]>>r)!=(this.s&this.DM)>>r&&(e[o++]=n|this.s<<this.DB-r);t>=0;)r<8?(n=(this[t]&(1<<r)-1)<<8-r,n|=this[--t]>>(r+=this.DB-8)):(n=this[t]>>(r-=8)&255,r<=0&&(r+=this.DB,--t)),128&n&&(n|=-256),0==o&&(128&this.s)!=(128&n)&&++o,(o>0||n!=this.s)&&(e[o++]=n);return e}equals(t){return 0==this.compareTo(t)}min(t){return this.compareTo(t)<0?this:t}max(t){return this.compareTo(t)>0?this:t}and(t){var e=tt();return this.bitwiseTo(t,W,e),e}or(t){var e=tt();return this.bitwiseTo(t,F,e),e}xor(t){var e=tt();return this.bitwiseTo(t,B,e),e}andNot(t){var e=tt();return this.bitwiseTo(t,V,e),e}not(){for(var t=tt(),e=0;e<this.t;++e)t[e]=this.DM&~this[e];return t.t=this.t,t.s=~this.s,t}shiftLeft(t){var e=tt();return t<0?this.rShiftTo(-t,e):this.lShiftTo(t,e),e}shiftRight(t){var e=tt();return t<0?this.lShiftTo(-t,e):this.rShiftTo(t,e),e}getLowestSetBit(){for(var t=0;t<this.t;++t)if(0!=this[t])return t*this.DB+G(this[t]);return this.s<0?this.t*this.DB:-1}bitCount(){for(var t=0,e=this.s&this.DM,n=0;n<this.t;++n)t+=H(this[n]^e);return t}testBit(t){var e=Math.floor(t/this.DB);return e>=this.t?0!=this.s:!!(this[e]&1<<t%this.DB)}setBit(t){return this.changeBit(t,F)}clearBit(t){return this.changeBit(t,V)}flipBit(t){return this.changeBit(t,B)}add(t){var e=tt();return this.addTo(t,e),e}subtract(t){var e=tt();return this.subTo(t,e),e}multiply(t){var e=tt();return this.multiplyTo(t,e),e}divide(t){var e=tt();return this.divRemTo(t,e,null),e}remainder(t){var e=tt();return this.divRemTo(t,null,e),e}divideAndRemainder(t){var e=tt(),n=tt();return this.divRemTo(t,e,n),[e,n]}modPow(t,e){var n,r,o=t.bitLength(),i=st(1);if(o<=0)return i;n=o<18?1:o<48?3:o<144?4:o<768?5:6,r=o<8?new m(e):e.isEven()?new b(e):new g(e);var s=[],a=3,u=n-1,c=(1<<n)-1;if(s[1]=r.convert(this),n>1){var l=tt();for(r.sqrTo(s[1],l);a<=c;)s[a]=tt(),r.mulTo(l,s[a-2],s[a]),a+=2}var h,d,f=t.t-1,p=!0,v=tt();for(o=at(t[f])-1;f>=0;){for(o>=u?h=t[f]>>o-u&c:(h=(t[f]&(1<<o+1)-1)<<u-o,f>0&&(h|=t[f-1]>>this.DB+o-u)),a=n;!(1&h);)h>>=1,--a;if((o-=a)<0&&(o+=this.DB,--f),p)s[h].copyTo(i),p=!1;else{for(;a>1;)r.sqrTo(i,v),r.sqrTo(v,i),a-=2;a>0?r.sqrTo(i,v):(d=i,i=v,v=d),r.mulTo(v,s[h],i)}for(;f>=0&&!(t[f]&1<<o);)r.sqrTo(i,v),d=i,i=v,v=d,--o<0&&(o=this.DB-1,--f)}return r.revert(i)}modInverse(t){var e=t.isEven();if(this.isEven()&&e||0==t.signum())return Z.ZERO;for(var n=t.clone(),r=this.clone(),o=st(1),i=st(0),s=st(0),a=st(1);0!=n.signum();){for(;n.isEven();)n.rShiftTo(1,n),e?(o.isEven()&&i.isEven()||(o.addTo(this,o),i.subTo(t,i)),o.rShiftTo(1,o)):i.isEven()||i.subTo(t,i),i.rShiftTo(1,i);for(;r.isEven();)r.rShiftTo(1,r),e?(s.isEven()&&a.isEven()||(s.addTo(this,s),a.subTo(t,a)),s.rShiftTo(1,s)):a.isEven()||a.subTo(t,a),a.rShiftTo(1,a);n.compareTo(r)>=0?(n.subTo(r,n),e&&o.subTo(s,o),i.subTo(a,i)):(r.subTo(n,r),e&&s.subTo(o,s),a.subTo(i,a))}return 0!=r.compareTo(Z.ONE)?Z.ZERO:a.compareTo(t)>=0?a.subtract(t):a.signum()<0?(a.addTo(t,a),a.signum()<0?a.add(t):a):a}pow(t){return this.exp(t,new y)}gcd(t){var e=this.s<0?this.negate():this.clone(),n=t.s<0?t.negate():t.clone();if(e.compareTo(n)<0){var r=e;e=n,n=r}var o=e.getLowestSetBit(),i=n.getLowestSetBit();if(i<0)return e;for(o<i&&(i=o),i>0&&(e.rShiftTo(i,e),n.rShiftTo(i,n));e.signum()>0;)(o=e.getLowestSetBit())>0&&e.rShiftTo(o,e),(o=n.getLowestSetBit())>0&&n.rShiftTo(o,n),e.compareTo(n)>=0?(e.subTo(n,e),e.rShiftTo(1,e)):(n.subTo(e,n),n.rShiftTo(1,n));return i>0&&n.lShiftTo(i,n),n}isProbablePrime(t){var e,n=this.abs();if(1==n.t&&n[0]<=p[p.length-1]){for(e=0;e<p.length;++e)if(n[0]==p[e])return!0;return!1}if(n.isEven())return!1;for(e=1;e<p.length;){for(var r=p[e],o=e+1;o<p.length&&r<v;)r*=p[o++];for(r=n.modInt(r);e<o;)if(r%p[e++]==0)return!1}return n.millerRabin(t)}copyTo(t){for(var e=this.t-1;e>=0;--e)t[e]=this[e];t.t=this.t,t.s=this.s}fromInt(t){this.t=1,this.s=t<0?-1:0,t>0?this[0]=t:t<-1?this[0]=t+this.DV:this.t=0}fromString(t,e){var n;if(16==e)n=4;else if(8==e)n=3;else if(256==e)n=8;else if(2==e)n=1;else if(32==e)n=5;else{if(4!=e)return void this.fromRadix(t,e);n=2}this.t=0,this.s=0;for(var r=t.length,o=!1,i=0;--r>=0;){var s=8==n?255&+t[r]:it(t,r);s<0?"-"==t.charAt(r)&&(o=!0):(o=!1,0==i?this[this.t++]=s:i+n>this.DB?(this[this.t-1]|=(s&(1<<this.DB-i)-1)<<i,this[this.t++]=s>>this.DB-i):this[this.t-1]|=s<<i,(i+=n)>=this.DB&&(i-=this.DB))}8==n&&128&+t[0]&&(this.s=-1,i>0&&(this[this.t-1]|=(1<<this.DB-i)-1<<i)),this.clamp(),o&&Z.ZERO.subTo(this,this)}clamp(){for(var t=this.s&this.DM;this.t>0&&this[this.t-1]==t;)--this.t}dlShiftTo(t,e){var n;for(n=this.t-1;n>=0;--n)e[n+t]=this[n];for(n=t-1;n>=0;--n)e[n]=0;e.t=this.t+t,e.s=this.s}drShiftTo(t,e){for(var n=t;n<this.t;++n)e[n-t]=this[n];e.t=Math.max(this.t-t,0),e.s=this.s}lShiftTo(t,e){for(var n=t%this.DB,r=this.DB-n,o=(1<<r)-1,i=Math.floor(t/this.DB),s=this.s<<n&this.DM,a=this.t-1;a>=0;--a)e[a+i+1]=this[a]>>r|s,s=(this[a]&o)<<n;for(a=i-1;a>=0;--a)e[a]=0;e[i]=s,e.t=this.t+i+1,e.s=this.s,e.clamp()}rShiftTo(t,e){e.s=this.s;var n=Math.floor(t/this.DB);if(n>=this.t)e.t=0;else{var r=t%this.DB,o=this.DB-r,i=(1<<r)-1;e[0]=this[n]>>r;for(var s=n+1;s<this.t;++s)e[s-n-1]|=(this[s]&i)<<o,e[s-n]=this[s]>>r;r>0&&(e[this.t-n-1]|=(this.s&i)<<o),e.t=this.t-n,e.clamp()}}subTo(t,e){for(var n=0,r=0,o=Math.min(t.t,this.t);n<o;)r+=this[n]-t[n],e[n++]=r&this.DM,r>>=this.DB;if(t.t<this.t){for(r-=t.s;n<this.t;)r+=this[n],e[n++]=r&this.DM,r>>=this.DB;r+=this.s}else{for(r+=this.s;n<t.t;)r-=t[n],e[n++]=r&this.DM,r>>=this.DB;r-=t.s}e.s=r<0?-1:0,r<-1?e[n++]=this.DV+r:r>0&&(e[n++]=r),e.t=n,e.clamp()}multiplyTo(t,e){var n=this.abs(),r=t.abs(),o=n.t;for(e.t=o+r.t;--o>=0;)e[o]=0;for(o=0;o<r.t;++o)e[o+n.t]=n.am(0,r[o],e,o,0,n.t);e.s=0,e.clamp(),this.s!=t.s&&Z.ZERO.subTo(e,e)}squareTo(t){for(var e=this.abs(),n=t.t=2*e.t;--n>=0;)t[n]=0;for(n=0;n<e.t-1;++n){var r=e.am(n,e[n],t,2*n,0,1);(t[n+e.t]+=e.am(n+1,2*e[n],t,2*n+1,r,e.t-n-1))>=e.DV&&(t[n+e.t]-=e.DV,t[n+e.t+1]=1)}t.t>0&&(t[t.t-1]+=e.am(n,e[n],t,2*n,0,1)),t.s=0,t.clamp()}divRemTo(t,e,n){var r=t.abs();if(!(r.t<=0)){var o=this.abs();if(o.t<r.t)return null!=e&&e.fromInt(0),void(null!=n&&this.copyTo(n));null==n&&(n=tt());var i=tt(),s=this.s,a=t.s,u=this.DB-at(r[r.t-1]);u>0?(r.lShiftTo(u,i),o.lShiftTo(u,n)):(r.copyTo(i),o.copyTo(n));var c=i.t,l=i[c-1];if(0!=l){var h=l*(1<<this.F1)+(c>1?i[c-2]>>this.F2:0),d=this.FV/h,f=(1<<this.F1)/h,p=1<<this.F2,v=n.t,y=v-c,m=e??tt();for(i.dlShiftTo(y,m),n.compareTo(m)>=0&&(n[n.t++]=1,n.subTo(m,n)),Z.ONE.dlShiftTo(c,m),m.subTo(i,i);i.t<c;)i[i.t++]=0;for(;--y>=0;){var g=n[--v]==l?this.DM:Math.floor(n[v]*d+(n[v-1]+p)*f);if((n[v]+=i.am(0,g,n,y,0,c))<g)for(i.dlShiftTo(y,m),n.subTo(m,n);n[v]<--g;)n.subTo(m,n)}null!=e&&(n.drShiftTo(c,e),s!=a&&Z.ZERO.subTo(e,e)),n.t=c,n.clamp(),u>0&&n.rShiftTo(u,n),s<0&&Z.ZERO.subTo(n,n)}}}invDigit(){if(this.t<1)return 0;var t=this[0];if(!(1&t))return 0;var e=3&t;return(e=(e=(e=(e=e*(2-(15&t)*e)&15)*(2-(255&t)*e)&255)*(2-((65535&t)*e&65535))&65535)*(2-t*e%this.DV)%this.DV)>0?this.DV-e:-e}isEven(){return 0==(this.t>0?1&this[0]:this.s)}exp(t,e){if(t>4294967295||t<1)return Z.ONE;var n=tt(),r=tt(),o=e.convert(this),i=at(t)-1;for(o.copyTo(n);--i>=0;)if(e.sqrTo(n,r),(t&1<<i)>0)e.mulTo(r,o,n);else{var s=n;n=r,r=s}return e.revert(n)}chunkSize(t){return Math.floor(Math.LN2*this.DB/Math.log(t))}toRadix(t){if(null==t&&(t=10),0==this.signum()||t<2||t>36)return"0";var e=this.chunkSize(t),n=Math.pow(t,e),r=st(n),o=tt(),i=tt(),s="";for(this.divRemTo(r,o,i);o.signum()>0;)s=(n+i.intValue()).toString(t).substr(1)+s,o.divRemTo(r,o,i);return i.intValue().toString(t)+s}fromRadix(t,e){this.fromInt(0),null==e&&(e=10);for(var n=this.chunkSize(e),r=Math.pow(e,n),o=!1,i=0,s=0,a=0;a<t.length;++a){var u=it(t,a);u<0?"-"==t.charAt(a)&&0==this.signum()&&(o=!0):(s=e*s+u,++i>=n&&(this.dMultiply(r),this.dAddOffset(s,0),i=0,s=0))}i>0&&(this.dMultiply(Math.pow(e,i)),this.dAddOffset(s,0)),o&&Z.ZERO.subTo(this,this)}fromNumber(t,e,n){if("number"==typeof e)if(t<2)this.fromInt(1);else for(this.fromNumber(t,n),this.testBit(t-1)||this.bitwiseTo(Z.ONE.shiftLeft(t-1),F,this),this.isEven()&&this.dAddOffset(1,0);!this.isProbablePrime(e);)this.dAddOffset(2,0),this.bitLength()>t&&this.subTo(Z.ONE.shiftLeft(t-1),this);else{var r=[],o=7&t;r.length=1+(t>>3),e.nextBytes(r),o>0?r[0]&=(1<<o)-1:r[0]=0,this.fromString(r,256)}}bitwiseTo(t,e,n){var r,o,i=Math.min(t.t,this.t);for(r=0;r<i;++r)n[r]=e(this[r],t[r]);if(t.t<this.t){for(o=t.s&this.DM,r=i;r<this.t;++r)n[r]=e(this[r],o);n.t=this.t}else{for(o=this.s&this.DM,r=i;r<t.t;++r)n[r]=e(o,t[r]);n.t=t.t}n.s=e(this.s,t.s),n.clamp()}changeBit(t,e){var n=Z.ONE.shiftLeft(t);return this.bitwiseTo(n,e,n),n}addTo(t,e){for(var n=0,r=0,o=Math.min(t.t,this.t);n<o;)r+=this[n]+t[n],e[n++]=r&this.DM,r>>=this.DB;if(t.t<this.t){for(r+=t.s;n<this.t;)r+=this[n],e[n++]=r&this.DM,r>>=this.DB;r+=this.s}else{for(r+=this.s;n<t.t;)r+=t[n],e[n++]=r&this.DM,r>>=this.DB;r+=t.s}e.s=r<0?-1:0,r>0?e[n++]=r:r<-1&&(e[n++]=this.DV+r),e.t=n,e.clamp()}dMultiply(t){this[this.t]=this.am(0,t-1,this,0,0,this.t),++this.t,this.clamp()}dAddOffset(t,e){if(0!=t){for(;this.t<=e;)this[this.t++]=0;for(this[e]+=t;this[e]>=this.DV;)this[e]-=this.DV,++e>=this.t&&(this[this.t++]=0),++this[e]}}multiplyLowerTo(t,e,n){var r=Math.min(this.t+t.t,e);for(n.s=0,n.t=r;r>0;)n[--r]=0;for(var o=n.t-this.t;r<o;++r)n[r+this.t]=this.am(0,t[r],n,r,0,this.t);for(o=Math.min(t.t,e);r<o;++r)this.am(0,t[r],n,r,0,e-r);n.clamp()}multiplyUpperTo(t,e,n){--e;var r=n.t=this.t+t.t-e;for(n.s=0;--r>=0;)n[r]=0;for(r=Math.max(e-this.t,0);r<t.t;++r)n[this.t+r-e]=this.am(e-r,t[r],n,0,0,this.t+r-e);n.clamp(),n.drShiftTo(1,n)}modInt(t){if(t<=0)return 0;var e=this.DV%t,n=this.s<0?t-1:0;if(this.t>0)if(0==e)n=this[0]%t;else for(var r=this.t-1;r>=0;--r)n=(e*n+this[r])%t;return n}millerRabin(t){var e=this.subtract(Z.ONE),n=e.getLowestSetBit();if(n<=0)return!1;var r=e.shiftRight(n);(t=t+1>>1)>p.length&&(t=p.length);for(var o=tt(),i=0;i<t;++i){o.fromInt(p[Math.floor(Math.random()*p.length)]);var s=o.modPow(r,this);if(0!=s.compareTo(Z.ONE)&&0!=s.compareTo(e)){for(var a=1;a++<n&&0!=s.compareTo(e);)if(0==(s=s.modPowInt(2,this)).compareTo(Z.ONE))return!1;if(0!=s.compareTo(e))return!1}}return!0}square(){var t=tt();return this.squareTo(t),t}gcda(t,e){var n=this.s<0?this.negate():this.clone(),r=t.s<0?t.negate():t.clone();if(n.compareTo(r)<0){var o=n;n=r,r=o}var i=n.getLowestSetBit(),s=r.getLowestSetBit();if(s<0)e(n);else{i<s&&(s=i),s>0&&(n.rShiftTo(s,n),r.rShiftTo(s,r));var a=()=>{(i=n.getLowestSetBit())>0&&n.rShiftTo(i,n),(i=r.getLowestSetBit())>0&&r.rShiftTo(i,r),n.compareTo(r)>=0?(n.subTo(r,n),n.rShiftTo(1,n)):(r.subTo(n,r),r.rShiftTo(1,r)),n.signum()>0?setTimeout(a,0):(s>0&&r.lShiftTo(s,r),setTimeout(function(){e(r)},0))};setTimeout(a,10)}}fromNumberAsync(t,e,n,r){if("number"==typeof e)if(t<2)this.fromInt(1);else{this.fromNumber(t,n),this.testBit(t-1)||this.bitwiseTo(Z.ONE.shiftLeft(t-1),F,this),this.isEven()&&this.dAddOffset(1,0);var o=this,i=function(){o.dAddOffset(2,0),o.bitLength()>t&&o.subTo(Z.ONE.shiftLeft(t-1),o),o.isProbablePrime(e)?setTimeout(function(){r()},0):setTimeout(i,0)};setTimeout(i,0)}else{var s=[],a=7&t;s.length=1+(t>>3),e.nextBytes(s),a>0?s[0]&=(1<<a)-1:s[0]=0,this.fromString(s,256)}}}var y=function(){function t(){}return t.prototype.convert=function(t){return t},t.prototype.revert=function(t){return t},t.prototype.mulTo=function(t,e,n){t.multiplyTo(e,n)},t.prototype.sqrTo=function(t,e){t.squareTo(e)},t}(),m=function(){function t(t){this.m=t}return t.prototype.convert=function(t){return t.s<0||t.compareTo(this.m)>=0?t.mod(this.m):t},t.prototype.revert=function(t){return t},t.prototype.reduce=function(t){t.divRemTo(this.m,null,t)},t.prototype.mulTo=function(t,e,n){t.multiplyTo(e,n),this.reduce(n)},t.prototype.sqrTo=function(t,e){t.squareTo(e),this.reduce(e)},t}(),g=function(){function t(t){this.m=t,this.mp=t.invDigit(),this.mpl=32767&this.mp,this.mph=this.mp>>15,this.um=(1<<t.DB-15)-1,this.mt2=2*t.t}return t.prototype.convert=function(t){var e=tt();return t.abs().dlShiftTo(this.m.t,e),e.divRemTo(this.m,null,e),t.s<0&&e.compareTo(Z.ZERO)>0&&this.m.subTo(e,e),e},t.prototype.revert=function(t){var e=tt();return t.copyTo(e),this.reduce(e),e},t.prototype.reduce=function(t){for(;t.t<=this.mt2;)t[t.t++]=0;for(var e=0;e<this.m.t;++e){var n=32767&t[e],r=n*this.mpl+((n*this.mph+(t[e]>>15)*this.mpl&this.um)<<15)&t.DM;for(t[n=e+this.m.t]+=this.m.am(0,r,t,e,0,this.m.t);t[n]>=t.DV;)t[n]-=t.DV,t[++n]++}t.clamp(),t.drShiftTo(this.m.t,t),t.compareTo(this.m)>=0&&t.subTo(this.m,t)},t.prototype.mulTo=function(t,e,n){t.multiplyTo(e,n),this.reduce(n)},t.prototype.sqrTo=function(t,e){t.squareTo(e),this.reduce(e)},t}(),b=function(){function t(t){this.m=t,this.r2=tt(),this.q3=tt(),Z.ONE.dlShiftTo(2*t.t,this.r2),this.mu=this.r2.divide(t)}return t.prototype.convert=function(t){if(t.s<0||t.t>2*this.m.t)return t.mod(this.m);if(t.compareTo(this.m)<0)return t;var e=tt();return t.copyTo(e),this.reduce(e),e},t.prototype.revert=function(t){return t},t.prototype.reduce=function(t){for(t.drShiftTo(this.m.t-1,this.r2),t.t>this.m.t+1&&(t.t=this.m.t+1,t.clamp()),this.mu.multiplyUpperTo(this.r2,this.m.t+1,this.q3),this.m.multiplyLowerTo(this.q3,this.m.t+1,this.r2);t.compareTo(this.r2)<0;)t.dAddOffset(1,this.m.t+1);for(t.subTo(this.r2,t);t.compareTo(this.m)>=0;)t.subTo(this.m,t)},t.prototype.mulTo=function(t,e,n){t.multiplyTo(e,n),this.reduce(n)},t.prototype.sqrTo=function(t,e){t.squareTo(e),this.reduce(e)},t}();function tt(){return new Z(null)}function et(t,e){return new Z(t,e)}function nt(t,e,n,r,o,i){for(;--i>=0;){var s=e*this[t++]+n[r]+o;o=Math.floor(s/67108864),n[r++]=67108863&s}return o}function rt(t,e,n,r,o,i){for(var s=32767&e,a=e>>15;--i>=0;){var u=32767&this[t],c=this[t++]>>15,l=a*u+c*s;o=((u=s*u+((32767&l)<<15)+n[r]+(1073741823&o))>>>30)+(l>>>15)+a*c+(o>>>30),n[r++]=1073741823&u}return o}function ot(t,e,n,r,o,i){for(var s=16383&e,a=e>>14;--i>=0;){var u=16383&this[t],c=this[t++]>>14,l=a*u+c*s;o=((u=s*u+((16383&l)<<14)+n[r]+o)>>28)+(l>>14)+a*c,n[r++]=268435455&u}return o}void 0!==o&&"Microsoft Internet Explorer"==(null==o?void 0:o.appName)?(Z.prototype.am=rt,h=30):"Netscape"!=(null==o?void 0:o.appName)?(Z.prototype.am=nt,h=26):(Z.prototype.am=ot,h=28),Z.prototype.DB=h,Z.prototype.DM=(1<<h)-1,Z.prototype.DV=1<<h,Z.prototype.FV=Math.pow(2,52),Z.prototype.F1=52-h,Z.prototype.F2=2*h-52;var w,_,I=[];for(w="0".charCodeAt(0),_=0;_<=9;++_)I[w++]=_;for(w="a".charCodeAt(0),_=10;_<36;++_)I[w++]=_;for(w="A".charCodeAt(0),_=10;_<36;++_)I[w++]=_;function it(t,e){return I[t.charCodeAt(e)]??-1}function st(t){var e=tt();return e.fromInt(t),e}function at(t){var e,n=1;return 0!=(e=t>>>16)&&(t=e,n+=16),0!=(e=t>>8)&&(t=e,n+=8),0!=(e=t>>4)&&(t=e,n+=4),0!=(e=t>>2)&&(t=e,n+=2),0!=(e=t>>1)&&(t=e,n+=1),n}Z.ZERO=st(0),Z.ONE=st(1);class ut{constructor(){this.i=0,this.j=0,this.S=[]}init(t){var e,n,r;for(e=0;e<256;++e)this.S[e]=e;for(n=0,e=0;e<256;++e)n=n+this.S[e]+t[e%t.length]&255,r=this.S[e],this.S[e]=this.S[n],this.S[n]=r;this.i=0,this.j=0}next(){var t;return this.i=this.i+1&255,this.j=this.j+this.S[this.i]&255,t=this.S[this.i],this.S[this.i]=this.S[this.j],this.S[this.j]=t,this.S[t+this.S[this.i]&255]}}var E,S,O=null;if(null==O){O=[],S=0;var T,P,A=void 0;if("undefined"!=typeof window&&null!==(T=window)&&void 0!==T&&T.crypto&&null!==(P=window)&&void 0!==P&&P.crypto.getRandomValues){var R,C=new Uint32Array(256);for(null===(R=window)||void 0===R||R.crypto.getRandomValues(C),A=0;A<C.length;++A)O[S++]=255&C[A]}var N,x,U,L=function(t){var e,n,r;if(this.count=this.count||0,this.count>=256||S>=256){if("undefined"!=typeof window)if(null!==(e=window)&&void 0!==e&&e.removeEventListener)null===(r=window)||void 0===r||r.removeEventListener("mousemove",L,!1);else if(null!==(n=window)&&void 0!==n&&n.detachEvent){var o;null===(o=window)||void 0===o||o.detachEvent("onmousemove",L)}}else try{var i=t.x+t.y;O[S++]=255&i,this.count+=1}catch(t){}};if("undefined"!=typeof window)if(null!==(N=window)&&void 0!==N&&N.addEventListener)null===(U=window)||void 0===U||U.addEventListener("mousemove",L,!1);else if(null!==(x=window)&&void 0!==x&&x.attachEvent){var D;null===(D=window)||void 0===D||D.attachEvent("onmousemove",L)}}function ct(){if(null==E){for(E=new ut;S<256;){var t=Math.floor(65536*Math.random());O[S++]=255&t}for(E.init(O),S=0;S<O.length;++S)O[S]=0;S=0}return E.next()}class lt{constructor(){}nextBytes(t){for(var e=0;e<t.length;++e)t[e]=ct()}}function ht(t,e){if(e<t.length+11)return console.error("Message too long for RSA"),null;for(var n=[],r=t.length-1;r>=0&&e>0;){var o=t.charCodeAt(r--);o<128?n[--e]=o:o>127&&o<2048?(n[--e]=63&o|128,n[--e]=o>>6|192):(n[--e]=63&o|128,n[--e]=o>>6&63|128,n[--e]=o>>12|224)}n[--e]=0;for(var i=new lt,s=[];e>2;){for(s[0]=0;0==s[0];)i.nextBytes(s);n[--e]=s[0]}return n[--e]=2,n[--e]=0,new Z(n)}class dt{constructor(){this.n=null,this.e=0,this.d=null,this.p=null,this.q=null,this.dmp1=null,this.dmq1=null,this.coeff=null}doPublic(t){return t.modPowInt(this.e,this.n)}doPrivate(t){if(null==this.p||null==this.q)return t.modPow(this.d,this.n);for(var e=t.mod(this.p).modPow(this.dmp1,this.p),n=t.mod(this.q).modPow(this.dmq1,this.q);e.compareTo(n)<0;)e=e.add(this.p);return e.subtract(n).multiply(this.coeff).mod(this.p).multiply(this.q).add(n)}setPublic(t,e){null!=t&&null!=e&&t.length>0&&e.length>0?(this.n=et(t,16),this.e=parseInt(e,16)):console.error("Invalid RSA public key")}encrypt(t){var e=ht(t,this.n.bitLength()+7>>3);if(null==e)return null;var n=this.doPublic(e);if(null==n)return null;var r=n.toString(16);return 1&r.length?"0"+r:r}encryptLong(t){var e=this,n=(this.n.bitLength()+7>>3)-11;try{var r="";return t.length>n?(t.match(/.{1,117}/g).forEach(function(t){var n=e.encrypt(t);r+=n}),K(r)):K(this.encrypt(t))}catch(t){return!1}}decryptLong(t){var e=this,n=this.n.bitLength()+7>>3;t=J(t);try{if(t.length>n){var r="";return t.match(/.{1,256}/g).forEach(function(t){var n=e.decrypt(t);r+=n}),r}return this.decrypt(t)}catch(t){return!1}}setPrivate(t,e,n){null!=t&&null!=e&&t.length>0&&e.length>0?(this.n=et(t,16),this.e=parseInt(e,16),this.d=et(n,16)):console.error("Invalid RSA private key")}setPrivateEx(t,e,n,r,o,i,s,a){null!=t&&null!=e&&t.length>0&&e.length>0?(this.n=et(t,16),this.e=parseInt(e,16),this.d=et(n,16),this.p=et(r,16),this.q=et(o,16),this.dmp1=et(i,16),this.dmq1=et(s,16),this.coeff=et(a,16)):console.error("Invalid RSA private key")}generate(t,e){var n=new lt,r=t>>1;this.e=parseInt(e,16);for(var o=new Z(e,16);;){for(;this.p=new Z(t-r,1,n),0!=this.p.subtract(Z.ONE).gcd(o).compareTo(Z.ONE)||!this.p.isProbablePrime(10););for(;this.q=new Z(r,1,n),0!=this.q.subtract(Z.ONE).gcd(o).compareTo(Z.ONE)||!this.q.isProbablePrime(10););if(this.p.compareTo(this.q)<=0){var i=this.p;this.p=this.q,this.q=i}var s=this.p.subtract(Z.ONE),a=this.q.subtract(Z.ONE),u=s.multiply(a);if(0==u.gcd(o).compareTo(Z.ONE)){this.n=this.p.multiply(this.q),this.d=o.modInverse(u),this.dmp1=this.d.mod(s),this.dmq1=this.d.mod(a),this.coeff=this.q.modInverse(this.p);break}}}decrypt(t){var e=et(t,16),n=this.doPrivate(e);return null==n?null:ft(n,this.n.bitLength()+7>>3)}generateAsync(t,e,n){var r=new lt,o=t>>1;this.e=parseInt(e,16);var i=new Z(e,16),s=this,a=()=>{var e=()=>{if(s.p.compareTo(s.q)<=0){var t=s.p;s.p=s.q,s.q=t}var e=s.p.subtract(Z.ONE),r=s.q.subtract(Z.ONE),o=e.multiply(r);0==o.gcd(i).compareTo(Z.ONE)?(s.n=s.p.multiply(s.q),s.d=i.modInverse(o),s.dmp1=s.d.mod(e),s.dmq1=s.d.mod(r),s.coeff=s.q.modInverse(s.p),setTimeout(function(){n()},0)):setTimeout(a,0)},u=()=>{s.q=tt(),s.q.fromNumberAsync(o,1,r,function(){s.q.subtract(Z.ONE).gcda(i,function(t){0==t.compareTo(Z.ONE)&&s.q.isProbablePrime(10)?setTimeout(e,0):setTimeout(u,0)})})},c=()=>{s.p=tt(),s.p.fromNumberAsync(t-o,1,r,function(){s.p.subtract(Z.ONE).gcda(i,function(t){0==t.compareTo(Z.ONE)&&s.p.isProbablePrime(10)?setTimeout(u,0):setTimeout(c,0)})})};setTimeout(c,0)};setTimeout(a,0)}}function ft(t,e){for(var n=t.toByteArray(),r=0;r<n.length&&0==n[r];)++r;if(n.length-r!=e-1||2!=n[r])return null;for(++r;0!=n[r];)if(++r>=n.length)return null;for(var o="";++r<n.length;){var i=255&n[r];i<128?o+=String.fromCharCode(i):i>191&&i<224?(o+=String.fromCharCode((31&i)<<6|63&n[r+1]),++r):(o+=String.fromCharCode((15&i)<<12|(63&n[r+1])<<6|63&n[r+2]),r+=2)}return o}class pt extends dt{constructor(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";super(),t&&("string"==typeof t?this.parseKey(t):(this.hasPrivateKeyProperty(t)||this.hasPublicKeyProperty(t))&&this.parsePropertiesFrom(t))}parseKey(t){try{var e=0,n=0,r=/^\s*(?:[0-9A-Fa-f][0-9A-Fa-f]\s*)+$/.test(t)?u.decode(t):c.unarmor(t),o=$.decode(r);if(3===o.sub.length&&(o=o.sub[2].sub[0]),9===o.sub.length){e=o.sub[1].getHexStringValue(),this.n=et(e,16),n=o.sub[2].getHexStringValue(),this.e=parseInt(n,16);var i=o.sub[3].getHexStringValue();this.d=et(i,16);var s=o.sub[4].getHexStringValue();this.p=et(s,16);var a=o.sub[5].getHexStringValue();this.q=et(a,16);var l=o.sub[6].getHexStringValue();this.dmp1=et(l,16);var h=o.sub[7].getHexStringValue();this.dmq1=et(h,16);var d=o.sub[8].getHexStringValue();this.coeff=et(d,16)}else{if(2!==o.sub.length)return!1;var f=o.sub[1].sub[0];e=f.sub[0].getHexStringValue(),this.n=et(e,16),n=f.sub[1].getHexStringValue(),this.e=parseInt(n,16)}return!0}catch(t){return!1}}hasPublicKeyProperty(t){return(t=t||{}).hasOwnProperty("n")&&t.hasOwnProperty("e")}hasPrivateKeyProperty(t){return(t=t||{}).hasOwnProperty("n")&&t.hasOwnProperty("e")&&t.hasOwnProperty("d")&&t.hasOwnProperty("p")&&t.hasOwnProperty("q")&&t.hasOwnProperty("dmp1")&&t.hasOwnProperty("dmq1")&&t.hasOwnProperty("coeff")}parsePropertiesFrom(t){this.n=t.n,this.e=t.e,t.hasOwnProperty("d")&&(this.d=t.d,this.p=t.p,this.q=t.q,this.dmp1=t.dmp1,this.dmq1=t.dmq1,this.coeff=t.coeff)}}(r=function(t){t=t||{},this.default_key_size=parseInt(t.default_key_size,10)||1024,this.default_public_exponent=t.default_public_exponent||"010001",this.log=t.log||!1,this.key=null}).prototype.setKey=function(t){this.log&&this.key&&console.warn("A key was already set, overriding existing."),this.key=new pt(t)},r.prototype.setPrivateKey=function(t){this.setKey(t)},r.prototype.setPublicKey=function(t){this.setKey(t)},r.prototype.decrypt=function(t){try{return this.getKey().decrypt(J(t))}catch(t){return!1}},r.prototype.encrypt=function(t){try{return K(this.getKey().encrypt(t))}catch(t){return!1}},r.prototype.encryptLong=function(t){try{for(var e=this.getKey().encryptLong(t)||"",n=this.getKey().decryptLong(e)||"",r=0,o=/null$/g;o.test(n)&&(r++,e=this.getKey().encryptLong(t)||"",n=this.getKey().decryptLong(e)||"",!(r>10)););return e}catch(t){return!1}},r.prototype.getKey=function(t){if(!this.key){if(this.key=new pt,t&&"[object Function]"==={}.toString.call(t))return void this.key.generateAsync(this.default_key_size,this.default_public_exponent,t);this.key.generate(this.default_key_size,this.default_public_exponent)}return this.key},r.version="3.1.4"}const k=r;var j=n(2631),q=function(t){var e=void 0===t?{}:t,n=e.publicKey,r=void 0===n?"":n,o=e.payload,i=void 0===o?{}:o;if(!r)return"";try{var s=(0,j.I)(i),a=new k;return a.setPublicKey(r),a.encryptLong("object"==typeof s?JSON.stringify(s):s)}catch(t){console.error("encrypt error:",t)}return""}},2631:(t,e,n)=>{n.d(e,{I:()=>r,y:()=>o});var r=function(t){var e=function(e){for(var n in t)t.hasOwnProperty(n)&&(e[n]=r(t[n]));return e},n=null==t?"NullOrUndefined":Object.prototype.toString.call(t).slice(8,-1);if(["Int8Array","Uint8Array","Uint8ClampedArray","Int16Array","Uint16Array","Int32Array","Uint32Array","Float32Array","Float64Array","BigInt64Array","BigUint64Array"].includes(n))return t.slice();switch(n){case"Object":return e(Object.create(Object.getPrototypeOf(t)));case"Array":return e([]);case"Date":return new Date(t.valueOf());case"RegExp":return new RegExp(t.source,(t.global?"g":"")+(t.ignoreCase?"i":"")+(t.multiline?"m":"")+(t.sticky?"y":"")+(t.unicode?"u":""));default:return t}},o=function(t){var e=t.match(/^(?:http(s)?:\/\/[^\/]+)?(\/[^\?#]*)/);return e&&e[2]||""}},3388:t=>{t.exports={}},8182:function(t,e,n){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},r.apply(this,arguments)},o=this&&this.__createBinding||(Object.create?function(t,e,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(e,n);o&&!("get"in o?!e.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return e[n]}}),Object.defineProperty(t,r,o)}:function(t,e,n,r){void 0===r&&(r=n),t[r]=e[n]}),i=this&&this.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),s=this&&this.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var n in t)"default"!==n&&Object.prototype.hasOwnProperty.call(t,n)&&o(e,t,n);return i(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.useDefaultAdapter=e.useAdapters=e.RUNTIME=void 0;var a,u=s(n(4274)),c=n(3616);!function(t){t.WEB="web",t.WX_MP="wx_mp"}(a=e.RUNTIME||(e.RUNTIME={})),e.useAdapters=function(t,e){for(var n=0,o=(0,c.isArray)(t)?t:[t];n<o.length;n++){var i=o[n],s=i.isMatch,a=i.genAdapter,u=i.runtime;if(s())return{adapter:r({isMatch:s},a(e)),runtime:u}}},e.useDefaultAdapter=function(){return{adapter:r({},u.genAdapter()),runtime:a.WEB}}},4274:function(t,e,n){var r,o=this&&this.__extends||(r=function(t,e){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},r(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),i=this&&this.__assign||function(){return i=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},i.apply(this,arguments)},s=this&&this.__awaiter||function(t,e,n,r){return new(n||(n=Promise))(function(o,i){function s(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(s,a)}u((r=r.apply(t,e||[])).next())})},a=this&&this.__generator||function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}};Object.defineProperty(e,"__esModule",{value:!0}),e.WebRequest=e.genAdapter=void 0;var u=n(7149),c=n(3616),l=n(2946),h=function(t){function e(e){var n=t.call(this)||this,r=e.timeout,o=e.timeoutMsg,i=e.restrictedMethods;return n.timeout=r||0,n.timeoutMsg=o||"请求超时",n.restrictedMethods=i||["get","post","upload","download"],n}return o(e,t),e.prototype.get=function(t){return this.request(i(i({},t),{method:"get"}),this.restrictedMethods.includes("get"))},e.prototype.post=function(t){return this.request(i(i({},t),{method:"post"}),this.restrictedMethods.includes("post"))},e.prototype.put=function(t){return this.request(i(i({},t),{method:"put"}))},e.prototype.upload=function(t){var e=t.data,n=t.file,r=t.name,o=t.method,s=t.headers,a=void 0===s?{}:s,u={post:"post",put:"put"}[null==o?void 0:o.toLowerCase()]||"put",c=new FormData;return"post"===u?(Object.keys(e).forEach(function(t){c.append(t,e[t])}),c.append("key",r),c.append("file",n),this.request(i(i({},t),{data:c,method:u}),this.restrictedMethods.includes("upload"))):this.request(i(i({},t),{method:"put",headers:a,body:n}),this.restrictedMethods.includes("upload"))},e.prototype.download=function(t){return s(this,void 0,void 0,function(){var e,n,r,o;return a(this,function(s){switch(s.label){case 0:return s.trys.push([0,2,,3]),[4,this.get(i(i({},t),{headers:{},responseType:"blob"}))];case 1:return e=s.sent().data,n=window.URL.createObjectURL(new Blob([e])),r=decodeURIComponent(new URL(t.url).pathname.split("/").pop()||""),(o=document.createElement("a")).href=n,o.setAttribute("download",r),o.style.display="none",document.body.appendChild(o),o.click(),window.URL.revokeObjectURL(n),document.body.removeChild(o),[3,3];case 2:return s.sent(),[3,3];case 3:return[2,new Promise(function(e){e({statusCode:200,tempFilePath:t.url})})]}})})},e.prototype.fetch=function(t){var e;return s(this,void 0,void 0,function(){var n,r,o,u,c,l,h,d,f,p,v,y,m,g=this;return a(this,function(b){switch(b.label){case 0:return n=new AbortController,r=t.url,o=t.enableAbort,u=void 0!==o&&o,c=t.stream,l=void 0!==c&&c,h=t.signal,d=t.timeout,f=t.shouldThrowOnError,p=void 0===f||f,v=null!=d?d:this.timeout,h&&(h.aborted&&n.abort(),h.addEventListener("abort",function(){return n.abort()})),y=null,u&&v&&(y=setTimeout(function(){console.warn(g.timeoutMsg),n.abort(new Error(g.timeoutMsg))},v)),[4,fetch(r,i(i({},t),{signal:n.signal})).then(function(t){return s(g,void 0,void 0,function(){var e,n,r;return a(this,function(o){switch(o.label){case 0:return clearTimeout(y),p?t.ok?(e=t,[3,3]):[3,1]:[3,4];case 1:return r=(n=Promise).reject,[4,t.json()];case 2:e=r.apply(n,[o.sent()]),o.label=3;case 3:return[2,e];case 4:return[2,t]}})})}).catch(function(t){return clearTimeout(y),Promise.reject(t)})];case 1:return m=b.sent(),[2,{data:l?m.body:(null===(e=m.headers.get("content-type"))||void 0===e?void 0:e.includes("application/json"))?m.json():m.text(),statusCode:m.status,header:m.headers,response:m}]}})})},e.prototype.request=function(t,e){var n=this;void 0===e&&(e=!1);var r=String(t.method).toLowerCase()||"get";return new Promise(function(o){var i=t.url,s=t.headers,a=void 0===s?{}:s,u=t.data,h=t.responseType,d=t.withCredentials,f=t.body,p=t.onUploadProgress,v=(0,c.formatUrl)((0,l.getProtocol)(),i,"get"===r?u:{}),y=new XMLHttpRequest;y.open(r,v),h&&(y.responseType=h);var m,g,b=t.signal;b&&(b.aborted?y.abort():b.addEventListener("abort",function(){return y.abort()},{once:!0})),Object.keys(a).forEach(function(t){y.setRequestHeader(t,a[t])}),p&&y.upload.addEventListener("progress",p),y.onreadystatechange=function(){var t={};if(4===y.readyState){var e=y.getAllResponseHeaders().trim().split(/[\r\n]+/),n={};e.forEach(function(t){var e=t.split(": "),r=e.shift().toLowerCase(),o=e.join(": ");n[r]=o}),t.header=n,t.statusCode=y.status;try{t.data="blob"===h?y.response:JSON.parse(y.responseText)}catch(e){t.data="blob"===h?y.response:y.responseText}clearTimeout(m),o(t)}},e&&n.timeout&&(m=setTimeout(function(){console.warn(n.timeoutMsg),y.abort()},n.timeout)),g=(0,c.isFormData)(u)?u:"application/x-www-form-urlencoded"===a["content-type"]?(0,c.toQueryString)(u):f||(u?JSON.stringify(u):void 0),d&&(y.withCredentials=!0),y.send(g)})},e}(u.AbstractSDKRequest);e.WebRequest=h,e.genAdapter=function(){return{type:"default",root:window,reqClass:h,wsClass:WebSocket,localStorage}}},2946:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.COMMUNITY_SITE_URL=e.IS_DEBUG_MODE=e.getProtocol=e.setProtocol=e.getSdkName=e.setSdkName=void 0;var n="@cloudbase/js-sdk";e.setSdkName=function(t){n=t},e.getSdkName=function(){return n};var r="https:";e.setProtocol=function(t){r=t},e.getProtocol=function(){return r},e.IS_DEBUG_MODE=!1,e.COMMUNITY_SITE_URL="https://support.qq.com/products/148793"},6205:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.ERRORS=void 0,e.ERRORS={INVALID_PARAMS:"INVALID_PARAMS",INVALID_SYNTAX:"INVALID_SYNTAX",INVALID_OPERATION:"INVALID_OPERATION",OPERATION_FAIL:"OPERATION_FAIL",NETWORK_ERROR:"NETWORK_ERROR",UNKOWN_ERROR:"UNKOWN_ERROR"}},794:function(t,e,n){var r=this&&this.__createBinding||(Object.create?function(t,e,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(e,n);o&&!("get"in o?!e.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return e[n]}}),Object.defineProperty(t,r,o)}:function(t,e,n,r){void 0===r&&(r=n),t[r]=e[n]}),o=this&&this.__exportStar||function(t,e){for(var n in t)"default"===n||Object.prototype.hasOwnProperty.call(e,n)||r(e,t,n)};Object.defineProperty(e,"__esModule",{value:!0}),e.OATUH_LOGINTYPE=void 0,o(n(2946),e),o(n(6205),e),e.OATUH_LOGINTYPE="constants"},7718:function(t,e,n){var r=this&&this.__awaiter||function(t,e,n,r){return new(n||(n=Promise))(function(o,i){function s(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(s,a)}u((r=r.apply(t,e||[])).next())})},o=this&&this.__generator||function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}};Object.defineProperty(e,"__esModule",{value:!0}),e.catchErrorsDecorator=void 0;var i=n(3616),s=n(794),a=!1;"undefined"!=typeof navigator&&navigator.userAgent&&(a=-1!==navigator.userAgent.indexOf("Firefox"));var u=a?/(\.js\/)?__decorate(\$\d+)?<@.*\d$/:/(\/\w+\.js\.)?__decorate(\$\d+)?\s*\(.*\)$/,c=/https?:\/\/.+:\d*\/.*\.js:\d+:\d+/;function l(t){var e=t.err,n=t.className,r=t.methodName,o=t.sourceLink;if(!o)return null;var i,s=e.stack.split("\n"),u=a?/^catchErrorsDecorator\/<\/descriptor.value@.*\d$/:new RegExp("".concat(n,"\\.descriptor.value\\s*\\[as\\s").concat(r,"\\]\\s*\\(.*\\)$")),l=a?/^catchErrorsDecorator\/<\/descriptor.value/:new RegExp("".concat(n,"\\.descriptor.value\\s*\\[as\\s").concat(r,"\\]")),h=s.findIndex(function(t){return u.test(t)});if(-1!==h){var d=s.filter(function(t,e){return e>h});d.unshift(s[h].replace(l,"".concat(n,".").concat(r)).replace(c,o)),(i=new Error).stack="".concat(a?"@debugger":"Error","\n").concat(d.join("\n"))}return i}e.catchErrorsDecorator=function(t){var e=t.mode,n=void 0===e?"async":e,a=t.customInfo,h=void 0===a?{}:a,d=t.title,f=t.messages,p=void 0===f?[]:f;return function(t,e,a){if(s.IS_DEBUG_MODE){var f=h.className||t.constructor.name,v=h.methodName||e,y=a.value,m=function(){var t="",e=(new Error).stack.split("\n"),n=e.findIndex(function(t){return u.test(t)});if(-1!==n){var r=c.exec(e[n+1]||"");t=r?r[0]:""}return t}();a.value="sync"===n?function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];var n=l({err:new Error,className:f,methodName:v,sourceLink:m});try{return y.apply(this,t)}catch(t){var r=t,o=t.message,s=t.error,a=t.error_description,u={title:d||"".concat(f,".").concat(v," failed"),content:[{type:"error",body:t}]};if(o&&/^\{.*\}$/.test(o)){var c=JSON.parse(o);u.subtitle=o,c.code&&(n?(n.code=c.code,n.msg=c.msg):(t.code=c.code,t.message=c.msg),r=n||t,u.content=p.map(function(t){return{type:"info",body:t}}))}throw s&&a&&(u.subtitle=a,n?(n.code=s,n.msg=a):(t.code=s,t.message=a),r=n||t,u.content=p.map(function(t){return{type:"info",body:t}})),(0,i.printGroupLog)(u),r}}:function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];return r(this,void 0,void 0,function(){var e,n,r,s,a,u,c,h;return o(this,function(o){switch(o.label){case 0:e=l({err:new Error,className:f,methodName:v,sourceLink:m}),o.label=1;case 1:return o.trys.push([1,3,,4]),[4,y.apply(this,t)];case 2:return[2,o.sent()];case 3:throw n=o.sent(),r=n,s=n.message,a=n.error,u=n.error_description,c={title:d||"".concat(f,".").concat(v," failed"),content:[{type:"error",body:n}]},s&&/^\{.*\}$/.test(s)&&(h=JSON.parse(s),c.subtitle=h,h.code&&(e?(e.code=h.code,e.message=h.msg):(n.code=h.code,n.message=h.msg),r=e||n,c.content=p.map(function(t){return{type:"info",body:t}}))),a&&u&&(c.subtitle=u,e?(e.code=a,e.msg=u):(n.code=a,n.message=u),r=e||n,c.content=p.map(function(t){return{type:"info",body:t}})),(0,i.printGroupLog)(c),r;case 4:return[2]}})})}}}}},141:function(t,e,n){var r=this&&this.__createBinding||(Object.create?function(t,e,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(e,n);o&&!("get"in o?!e.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return e[n]}}),Object.defineProperty(t,r,o)}:function(t,e,n,r){void 0===r&&(r=n),t[r]=e[n]}),o=this&&this.__exportStar||function(t,e){for(var n in t)"default"===n||Object.prototype.hasOwnProperty.call(e,n)||r(e,t,n)};Object.defineProperty(e,"__esModule",{value:!0}),o(n(7718),e)},6197:function(t,e,n){var r,o=this&&this.__extends||(r=function(t,e){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},r(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),i=this&&this.__awaiter||function(t,e,n,r){return new(n||(n=Promise))(function(o,i){function s(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(s,a)}u((r=r.apply(t,e||[])).next())})},s=this&&this.__generator||function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}};Object.defineProperty(e,"__esModule",{value:!0}),e.CloudbaseCache=void 0;var a=n(7149),u=n(3616),c=n(794),l=function(t){function e(e){var n=t.call(this)||this;return n.root=e,e.tcbCacheObject||(e.tcbCacheObject={}),n}return o(e,t),e.prototype.setItem=function(t,e){this.root.tcbCacheObject[t]=e},e.prototype.getItem=function(t){return this.root.tcbCacheObject[t]},e.prototype.removeItem=function(t){delete this.root.tcbCacheObject[t]},e.prototype.clear=function(){delete this.root.tcbCacheObject},e}(a.AbstractStorage),h=function(){function t(t){this.keys={};var e=t.persistence,n=t.platformInfo,r=void 0===n?{}:n,o=t.keys,i=void 0===o?{}:o;this.platformInfo=r,this.storage||(this.persistenceTag=this.platformInfo.adapter.primaryStorage||e,this.storage=function(t,e){switch(t){case"local":default:return e.localStorage?e.localStorage:((0,u.printWarn)(c.ERRORS.INVALID_PARAMS,"localStorage is not supported on current platform"),new l(e.root));case"none":return new l(e.root)}}(this.persistenceTag,this.platformInfo.adapter),this.keys=i)}return Object.defineProperty(t.prototype,"mode",{get:function(){return this.storage.mode||"sync"},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"persistence",{get:function(){return this.persistenceTag},enumerable:!1,configurable:!0}),t.prototype.setStore=function(t,e,n){if("async"!==this.mode){if(this.storage)try{var r={version:n||"localCachev1",content:e};this.storage.setItem(t,JSON.stringify(r))}catch(t){throw new Error(JSON.stringify({code:c.ERRORS.OPERATION_FAIL,msg:"[".concat((0,c.getSdkName)(),"][").concat(c.ERRORS.OPERATION_FAIL,"]setStore failed"),info:t}))}}else(0,u.printWarn)(c.ERRORS.INVALID_OPERATION,"current platform's storage is asynchronous, please use setStoreAsync insteed")},t.prototype.setStoreAsync=function(t,e,n){return i(this,void 0,void 0,function(){var r;return s(this,function(o){switch(o.label){case 0:if(!this.storage)return[2];o.label=1;case 1:return o.trys.push([1,3,,4]),r={version:n||"localCachev1",content:e},[4,this.storage.setItem(t,JSON.stringify(r))];case 2:return o.sent(),[3,4];case 3:return o.sent(),[2];case 4:return[2]}})})},t.prototype.getStore=function(t,e){var n;if("async"!==this.mode){try{if("undefined"!=typeof process&&(null===(n={IS_MP_BUILD:!1,IS_BROWSER_BUILD:!0})||void 0===n?void 0:n.tcb_token))return{IS_MP_BUILD:!1,IS_BROWSER_BUILD:!0}.tcb_token;if(!this.storage)return""}catch(t){return""}e=e||"localCachev1";var r=this.storage.getItem(t);return r&&r.indexOf(e)>=0?JSON.parse(r).content:""}(0,u.printWarn)(c.ERRORS.INVALID_OPERATION,"current platform's storage is asynchronous, please use getStoreAsync insteed")},t.prototype.getStoreAsync=function(t,e){var n;return i(this,void 0,void 0,function(){var r;return s(this,function(o){switch(o.label){case 0:try{if("undefined"!=typeof process&&(null===(n={IS_MP_BUILD:!1,IS_BROWSER_BUILD:!0})||void 0===n?void 0:n.tcb_token))return[2,{IS_MP_BUILD:!1,IS_BROWSER_BUILD:!0}.tcb_token];if(!this.storage)return[2,""]}catch(t){return[2,""]}return e=e||"localCachev1",[4,this.storage.getItem(t)];case 1:return(r=o.sent())&&r.indexOf(e)>=0?[2,JSON.parse(r).content]:[2,""]}})})},t.prototype.removeStore=function(t){"async"!==this.mode?this.storage.removeItem(t):(0,u.printWarn)(c.ERRORS.INVALID_OPERATION,"current platform's storage is asynchronous, please use removeStoreAsync insteed")},t.prototype.removeStoreAsync=function(t){return i(this,void 0,void 0,function(){return s(this,function(e){switch(e.label){case 0:return[4,this.storage.removeItem(t)];case 1:return e.sent(),[2]}})})},t}();e.CloudbaseCache=h},9689:function(t,e,n){var r,o=this&&this.__extends||(r=function(t,e){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},r(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),i=this&&this.__spreadArray||function(t,e,n){if(n||2===arguments.length)for(var r,o=0,i=e.length;o<i;o++)!r&&o in e||(r||(r=Array.prototype.slice.call(e,0,o)),r[o]=e[o]);return t.concat(r||Array.prototype.slice.call(e))};Object.defineProperty(e,"__esModule",{value:!0}),e.removeEventListener=e.activateEvent=e.addEventListener=e.CloudbaseEventEmitter=e.IErrorEvent=e.CloudbaseEvent=void 0;var s=n(3616),a=function(t,e){this.data=e||null,this.name=t};e.CloudbaseEvent=a;var u=function(t){function e(e,n){var r=t.call(this,"error",{error:e,data:n})||this;return r.error=e,r}return o(e,t),e}(a);e.IErrorEvent=u;var c=function(){function t(){this.listeners={}}return t.prototype.on=function(t,e){return function(t,e,n){n[t]=n[t]||[],n[t].push(e)}(t,e,this.listeners),this},t.prototype.off=function(t,e){return function(t,e,n){if(null==n?void 0:n[t]){var r=n[t].indexOf(e);-1!==r&&n[t].splice(r,1)}}(t,e,this.listeners),this},t.prototype.fire=function(t,e){if((0,s.isInstanceOf)(t,u))return console.error(t.error),this;var n=(0,s.isString)(t)?new a(t,e||{}):t,r=n.name;if(this.listens(r)){n.target=this;for(var o=0,c=this.listeners[r]?i([],this.listeners[r],!0):[];o<c.length;o++)c[o].call(this,n)}return this},t.prototype.listens=function(t){return this.listeners[t]&&this.listeners[t].length>0},t}();e.CloudbaseEventEmitter=c;var l=new c;e.addEventListener=function(t,e){l.on(t,e)},e.activateEvent=function(t,e){void 0===e&&(e={}),l.fire(t,e)},e.removeEventListener=function(t,e){l.off(t,e)}},3616:function(t,e,n){var r=this&&this.__rest||function(t,e){var n={};for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&e.indexOf(r)<0&&(n[r]=t[r]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(t);o<r.length;o++)e.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(t,r[o])&&(n[r[o]]=t[r[o]])}return n};Object.defineProperty(e,"__esModule",{value:!0}),e.parseCaptcha=e.parseQueryString=e.transformPhone=e.sleep=e.printGroupLog=e.throwError=e.printInfo=e.printError=e.printWarn=e.execCallback=e.createPromiseCallback=e.removeParam=e.getHash=e.getQuery=e.toQueryString=e.formatUrl=e.generateRequestId=e.genSeqId=e.isFormData=e.isInstanceOf=e.isNull=e.isPalinObject=e.isUndefined=e.isString=e.isArray=void 0;var o=n(794);e.isArray=function(t){return"[object Array]"===Object.prototype.toString.call(t)},e.isString=function(t){return"string"==typeof t},e.isUndefined=function(t){return void 0===t},e.isPalinObject=function(t){return"[object Object]"===Object.prototype.toString.call(t)},e.isNull=function(t){return"[object Null]"===Object.prototype.toString.call(t)},e.isInstanceOf=function(t,e){return t instanceof e},e.isFormData=function(t){return"[object FormData]"===Object.prototype.toString.call(t)},e.genSeqId=function(){return Math.random().toString(16).slice(2)},e.generateRequestId=function(){var t=(new Date).getTime(),e=(null===Date||void 0===Date?void 0:Date.now)&&1e3*Date.now()||0;return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,function(n){var r=16*Math.random();return t>0?(r=(t+r)%16|0,t=Math.floor(t/16)):(r=(e+r)%16|0,e=Math.floor(e/16)),("x"===n?r:7&r|8).toString(16)})},e.formatUrl=function(t,e,n){void 0===n&&(n={});var r=/\?/.test(e),o="";return Object.keys(n).forEach(function(t){""===o?!r&&(e+="?"):o+="&",o+="".concat(t,"=").concat(encodeURIComponent(n[t]))}),/^http(s)?:\/\//.test(e+=o)?e:"".concat(t).concat(e)},e.toQueryString=function(t){void 0===t&&(t={});var e=[];return Object.keys(t).forEach(function(n){e.push("".concat(n,"=").concat(encodeURIComponent(t[n])))}),e.join("&")},e.getQuery=function(t,e){if("undefined"==typeof window)return!1;var n=e||decodeURIComponent(window.location.search),r=new RegExp("(^|&)".concat(t,"=([^&]*)(&|$)")),o=n.substr(n.indexOf("?")+1).match(r);return null!=o?o[2]:""},e.getHash=function(t){if("undefined"==typeof window)return"";var e=window.location.hash.match(new RegExp("[#?&/]".concat(t,"=([^&#]*)")));return e?e[1]:""},e.removeParam=function(t,e){var n=e.split("?")[0],r=[],o=-1!==e.indexOf("?")?e.split("?")[1]:"";if(""!==o){for(var i=(r=o.split("&")).length-1;i>=0;i-=1)r[i].split("=")[0]===t&&r.splice(i,1);n="".concat(n,"?").concat(r.join("&"))}return n},e.createPromiseCallback=function(){var t={};if(!Promise){(t=function(){}).promise={};var e=function(){throw new Error('Your Node runtime does support ES6 Promises. Set "global.Promise" to your preferred implementation of promises.')};return Object.defineProperty(t.promise,"then",{get:e}),Object.defineProperty(t.promise,"catch",{get:e}),t}var n=new Promise(function(e,n){t=function(t,r){return t?n(t):e(r)}});return t.promise=n,t},e.execCallback=function(t,e,n){if(void 0===n&&(n=null),t&&"function"==typeof t)return t(e,n);if(e)throw e;return n},e.printWarn=function(t,e){console.warn("[".concat((0,o.getSdkName)(),"][").concat(t,"]:").concat(e))},e.printError=function(t,e){console.error({code:t,msg:"[".concat((0,o.getSdkName)(),"][").concat(t,"]:").concat(e)})},e.printInfo=function(t,e){console.log("[".concat((0,o.getSdkName)(),"][").concat(t,"]:").concat(e))},e.throwError=function(t,e){throw new Error(JSON.stringify({code:t,msg:"[".concat((0,o.getSdkName)(),"][").concat(t,"]:").concat(e)}))},e.printGroupLog=function(t){var e,n=t.title,r=t.subtitle,o=void 0===r?"":r,i=t.content,s=void 0===i?[]:i,a=t.printTrace,u=void 0!==a&&a,c=t.collapsed;void 0!==c&&c?(console.groupCollapsed||console.error)(n,o):(console.group||console.error)(n,o);for(var l=0,h=s;l<h.length;l++){var d=h[l],f=d.type,p=d.body;switch(f){case"info":console.log(p);break;case"warn":console.warn(p);break;case"error":console.error(p)}}u&&(console.trace||console.log)("stack trace:"),null===(e=console.groupEnd)||void 0===e||e.call(console)},e.sleep=function(t){return void 0===t&&(t=0),new Promise(function(e){return setTimeout(e,t)})},e.transformPhone=function(t){return"+86".concat(t)},e.parseQueryString=function(t){t=t.replace(/^\?/,"");var e={};return t.split("&").forEach(function(t){var n=t.split("="),r=n[0],o=n[1];r=decodeURIComponent(r),o=decodeURIComponent(o),r&&(e[r]?Array.isArray(e[r])?e[r].push(o):e[r]=[e[r],o]:e[r]=o)}),e},e.parseCaptcha=function(t){var n={},o=t.match(/^(data:.*?)(\?[^#\s]*)?$/);if(o){t=o[1];var i=o[2];i&&(n=(0,e.parseQueryString)(i))}var s=n.token,a=r(n,["token"]);return/^data:/.test(t)&&!s?{error:"invalid_argument",error_description:"invalid captcha data: ".concat(t)}:s?{state:a.state,token:s,captchaData:t}:{error:"unimplemented",error_description:"need to impl captcha data"}}},9515:(t,e,n)=>{var r=n(8761)(n(7772),"DataView");t.exports=r},9612:(t,e,n)=>{var r=n(2118),o=n(6909),i=n(8138),s=n(4174),a=n(7942);function u(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}u.prototype.clear=r,u.prototype.delete=o,u.prototype.get=i,u.prototype.has=s,u.prototype.set=a,t.exports=u},235:(t,e,n)=>{var r=n(3945),o=n(1846),i=n(8028),s=n(2344),a=n(4769);function u(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}u.prototype.clear=r,u.prototype.delete=o,u.prototype.get=i,u.prototype.has=s,u.prototype.set=a,t.exports=u},326:(t,e,n)=>{var r=n(8761)(n(7772),"Map");t.exports=r},6738:(t,e,n)=>{var r=n(2411),o=n(6417),i=n(6928),s=n(9493),a=n(4150);function u(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}u.prototype.clear=r,u.prototype.delete=o,u.prototype.get=i,u.prototype.has=s,u.prototype.set=a,t.exports=u},2760:(t,e,n)=>{var r=n(8761)(n(7772),"Promise");t.exports=r},2143:(t,e,n)=>{var r=n(8761)(n(7772),"Set");t.exports=r},6571:(t,e,n)=>{var r=n(235),o=n(5243),i=n(2858),s=n(4417),a=n(8605),u=n(1418);function c(t){var e=this.__data__=new r(t);this.size=e.size}c.prototype.clear=o,c.prototype.delete=i,c.prototype.get=s,c.prototype.has=a,c.prototype.set=u,t.exports=c},857:(t,e,n)=>{var r=n(7772).Symbol;t.exports=r},9162:(t,e,n)=>{var r=n(7772).Uint8Array;t.exports=r},3215:(t,e,n)=>{var r=n(8761)(n(7772),"WeakMap");t.exports=r},2517:t=>{t.exports=function(t,e){for(var n=-1,r=null==t?0:t.length;++n<r&&!1!==e(t[n],n,t););return t}},7552:t=>{t.exports=function(t,e){for(var n=-1,r=null==t?0:t.length,o=0,i=[];++n<r;){var s=t[n];e(s,n,t)&&(i[o++]=s)}return i}},1634:(t,e,n)=>{var r=n(6473),o=n(9631),i=n(6152),s=n(3226),a=n(9045),u=n(7598),c=Object.prototype.hasOwnProperty;t.exports=function(t,e){var n=i(t),l=!n&&o(t),h=!n&&!l&&s(t),d=!n&&!l&&!h&&u(t),f=n||l||h||d,p=f?r(t.length,String):[],v=p.length;for(var y in t)!e&&!c.call(t,y)||f&&("length"==y||h&&("offset"==y||"parent"==y)||d&&("buffer"==y||"byteLength"==y||"byteOffset"==y)||a(y,v))||p.push(y);return p}},343:t=>{t.exports=function(t,e){for(var n=-1,r=null==t?0:t.length,o=Array(r);++n<r;)o[n]=e(t[n],n,t);return o}},5067:t=>{t.exports=function(t,e){for(var n=-1,r=e.length,o=t.length;++n<r;)t[o+n]=e[n];return t}},91:(t,e,n)=>{var r=n(3940),o=n(1225),i=Object.prototype.hasOwnProperty;t.exports=function(t,e,n){var s=t[e];i.call(t,e)&&o(s,n)&&(void 0!==n||e in t)||r(t,e,n)}},2218:(t,e,n)=>{var r=n(1225);t.exports=function(t,e){for(var n=t.length;n--;)if(r(t[n][0],e))return n;return-1}},7993:(t,e,n)=>{var r=n(752),o=n(249);t.exports=function(t,e){return t&&r(e,o(e),t)}},5906:(t,e,n)=>{var r=n(752),o=n(8582);t.exports=function(t,e){return t&&r(e,o(e),t)}},3940:(t,e,n)=>{var r=n(3043);t.exports=function(t,e,n){"__proto__"==e&&r?r(t,e,{configurable:!0,enumerable:!0,value:n,writable:!0}):t[e]=n}},8874:(t,e,n)=>{var r=n(6571),o=n(2517),i=n(91),s=n(7993),a=n(5906),u=n(2175),c=n(1522),l=n(7680),h=n(9987),d=n(3483),f=n(6939),p=n(940),v=n(9917),y=n(8222),m=n(8725),g=n(6152),b=n(3226),w=n(4714),_=n(9259),I=n(3679),E=n(249),S=n(8582),O="[object Arguments]",T="[object Function]",P="[object Object]",A={};A[O]=A["[object Array]"]=A["[object ArrayBuffer]"]=A["[object DataView]"]=A["[object Boolean]"]=A["[object Date]"]=A["[object Float32Array]"]=A["[object Float64Array]"]=A["[object Int8Array]"]=A["[object Int16Array]"]=A["[object Int32Array]"]=A["[object Map]"]=A["[object Number]"]=A[P]=A["[object RegExp]"]=A["[object Set]"]=A["[object String]"]=A["[object Symbol]"]=A["[object Uint8Array]"]=A["[object Uint8ClampedArray]"]=A["[object Uint16Array]"]=A["[object Uint32Array]"]=!0,A["[object Error]"]=A[T]=A["[object WeakMap]"]=!1,t.exports=function t(e,n,R,C,N,x){var U,L=1&n,D=2&n,k=4&n;if(R&&(U=N?R(e,C,N,x):R(e)),void 0!==U)return U;if(!_(e))return e;var j=g(e);if(j){if(U=v(e),!L)return c(e,U)}else{var q=p(e),M=q==T||"[object GeneratorFunction]"==q;if(b(e))return u(e,L);if(q==P||q==O||M&&!N){if(U=D||M?{}:m(e),!L)return D?h(e,a(U,e)):l(e,s(U,e))}else{if(!A[q])return N?e:{};U=y(e,q,L)}}x||(x=new r);var W=x.get(e);if(W)return W;x.set(e,U),I(e)?e.forEach(function(r){U.add(t(r,n,R,r,e,x))}):w(e)&&e.forEach(function(r,o){U.set(o,t(r,n,R,o,e,x))});var F=j?void 0:(k?D?f:d:D?S:E)(e);return o(F||e,function(r,o){F&&(r=e[o=r]),i(U,o,t(r,n,R,o,e,x))}),U}},9413:(t,e,n)=>{var r=n(9259),o=Object.create,i=function(){function t(){}return function(e){if(!r(e))return{};if(o)return o(e);t.prototype=e;var n=new t;return t.prototype=void 0,n}}();t.exports=i},3324:(t,e,n)=>{var r=n(7297),o=n(3812);t.exports=function(t,e){for(var n=0,i=(e=r(e,t)).length;null!=t&&n<i;)t=t[o(e[n++])];return n&&n==i?t:void 0}},1897:(t,e,n)=>{var r=n(5067),o=n(6152);t.exports=function(t,e,n){var i=e(t);return o(t)?i:r(i,n(t))}},3366:(t,e,n)=>{var r=n(857),o=n(2107),i=n(7157),s=r?r.toStringTag:void 0;t.exports=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":s&&s in Object(t)?o(t):i(t)}},5183:(t,e,n)=>{var r=n(3366),o=n(5125);t.exports=function(t){return o(t)&&"[object Arguments]"==r(t)}},4511:(t,e,n)=>{var r=n(940),o=n(5125);t.exports=function(t){return o(t)&&"[object Map]"==r(t)}},6840:(t,e,n)=>{var r=n(1049),o=n(7394),i=n(9259),s=n(7035),a=/^\[object .+?Constructor\]$/,u=Function.prototype,c=Object.prototype,l=u.toString,h=c.hasOwnProperty,d=RegExp("^"+l.call(h).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");t.exports=function(t){return!(!i(t)||o(t))&&(r(t)?d:a).test(s(t))}},8436:(t,e,n)=>{var r=n(940),o=n(5125);t.exports=function(t){return o(t)&&"[object Set]"==r(t)}},5522:(t,e,n)=>{var r=n(3366),o=n(1158),i=n(5125),s={};s["[object Float32Array]"]=s["[object Float64Array]"]=s["[object Int8Array]"]=s["[object Int16Array]"]=s["[object Int32Array]"]=s["[object Uint8Array]"]=s["[object Uint8ClampedArray]"]=s["[object Uint16Array]"]=s["[object Uint32Array]"]=!0,s["[object Arguments]"]=s["[object Array]"]=s["[object ArrayBuffer]"]=s["[object Boolean]"]=s["[object DataView]"]=s["[object Date]"]=s["[object Error]"]=s["[object Function]"]=s["[object Map]"]=s["[object Number]"]=s["[object Object]"]=s["[object RegExp]"]=s["[object Set]"]=s["[object String]"]=s["[object WeakMap]"]=!1,t.exports=function(t){return i(t)&&o(t.length)&&!!s[r(t)]}},6411:(t,e,n)=>{var r=n(6001),o=n(4248),i=Object.prototype.hasOwnProperty;t.exports=function(t){if(!r(t))return o(t);var e=[];for(var n in Object(t))i.call(t,n)&&"constructor"!=n&&e.push(n);return e}},8390:(t,e,n)=>{var r=n(9259),o=n(6001),i=n(2966),s=Object.prototype.hasOwnProperty;t.exports=function(t){if(!r(t))return i(t);var e=o(t),n=[];for(var a in t)("constructor"!=a||!e&&s.call(t,a))&&n.push(a);return n}},2857:(t,e,n)=>{var r=n(91),o=n(7297),i=n(9045),s=n(9259),a=n(3812);t.exports=function(t,e,n,u){if(!s(t))return t;for(var c=-1,l=(e=o(e,t)).length,h=l-1,d=t;null!=d&&++c<l;){var f=a(e[c]),p=n;if("__proto__"===f||"constructor"===f||"prototype"===f)return t;if(c!=h){var v=d[f];void 0===(p=u?u(v,f,d):void 0)&&(p=s(v)?v:i(e[c+1])?[]:{})}r(d,f,p),d=d[f]}return t}},9872:t=>{t.exports=function(t,e,n){var r=-1,o=t.length;e<0&&(e=-e>o?0:o+e),(n=n>o?o:n)<0&&(n+=o),o=e>n?0:n-e>>>0,e>>>=0;for(var i=Array(o);++r<o;)i[r]=t[r+e];return i}},6473:t=>{t.exports=function(t,e){for(var n=-1,r=Array(t);++n<t;)r[n]=e(n);return r}},1054:(t,e,n)=>{var r=n(857),o=n(343),i=n(6152),s=n(4795),a=r?r.prototype:void 0,u=a?a.toString:void 0;t.exports=function t(e){if("string"==typeof e)return e;if(i(e))return o(e,t)+"";if(s(e))return u?u.call(e):"";var n=e+"";return"0"==n&&1/e==-1/0?"-0":n}},7826:t=>{t.exports=function(t){return function(e){return t(e)}}},9078:(t,e,n)=>{var r=n(7297),o=n(6974),i=n(2721),s=n(3812),a=Object.prototype.hasOwnProperty;t.exports=function(t,e){var n=-1,u=(e=r(e,t)).length;if(!u)return!0;for(;++n<u;){var c=s(e[n]);if("__proto__"===c&&!a.call(t,"__proto__"))return!1;if(("constructor"===c||"prototype"===c)&&n<u-1)return!1}var l=i(t,e);return null==l||delete l[s(o(e))]}},7297:(t,e,n)=>{var r=n(6152),o=n(1401),i=n(4452),s=n(6188);t.exports=function(t,e){return r(t)?t:o(t,e)?[t]:i(s(t))}},9882:(t,e,n)=>{var r=n(9162);t.exports=function(t){var e=new t.constructor(t.byteLength);return new r(e).set(new r(t)),e}},2175:(t,e,n)=>{t=n.nmd(t);var r=n(7772),o=e&&!e.nodeType&&e,i=o&&t&&!t.nodeType&&t,s=i&&i.exports===o?r.Buffer:void 0,a=s?s.allocUnsafe:void 0;t.exports=function(t,e){if(e)return t.slice();var n=t.length,r=a?a(n):new t.constructor(n);return t.copy(r),r}},4727:(t,e,n)=>{var r=n(9882);t.exports=function(t,e){var n=e?r(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.byteLength)}},6058:t=>{var e=/\w*$/;t.exports=function(t){var n=new t.constructor(t.source,e.exec(t));return n.lastIndex=t.lastIndex,n}},169:(t,e,n)=>{var r=n(857),o=r?r.prototype:void 0,i=o?o.valueOf:void 0;t.exports=function(t){return i?Object(i.call(t)):{}}},6190:(t,e,n)=>{var r=n(9882);t.exports=function(t,e){var n=e?r(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.length)}},1522:t=>{t.exports=function(t,e){var n=-1,r=t.length;for(e||(e=Array(r));++n<r;)e[n]=t[n];return e}},752:(t,e,n)=>{var r=n(91),o=n(3940);t.exports=function(t,e,n,i){var s=!n;n||(n={});for(var a=-1,u=e.length;++a<u;){var c=e[a],l=i?i(n[c],t[c],c,n,t):void 0;void 0===l&&(l=t[c]),s?o(n,c,l):r(n,c,l)}return n}},7680:(t,e,n)=>{var r=n(752),o=n(633);t.exports=function(t,e){return r(t,o(t),e)}},9987:(t,e,n)=>{var r=n(752),o=n(2680);t.exports=function(t,e){return r(t,o(t),e)}},4019:(t,e,n)=>{var r=n(7772)["__core-js_shared__"];t.exports=r},3043:(t,e,n)=>{var r=n(8761),o=function(){try{var t=r(Object,"defineProperty");return t({},"",{}),t}catch(t){}}();t.exports=o},1242:(t,e,n)=>{var r="object"==typeof n.g&&n.g&&n.g.Object===Object&&n.g;t.exports=r},3483:(t,e,n)=>{var r=n(1897),o=n(633),i=n(249);t.exports=function(t){return r(t,i,o)}},6939:(t,e,n)=>{var r=n(1897),o=n(2680),i=n(8582);t.exports=function(t){return r(t,i,o)}},7937:(t,e,n)=>{var r=n(8304);t.exports=function(t,e){var n=t.__data__;return r(e)?n["string"==typeof e?"string":"hash"]:n.map}},8761:(t,e,n)=>{var r=n(6840),o=n(8109);t.exports=function(t,e){var n=o(t,e);return r(n)?n:void 0}},7353:(t,e,n)=>{var r=n(241)(Object.getPrototypeOf,Object);t.exports=r},2107:(t,e,n)=>{var r=n(857),o=Object.prototype,i=o.hasOwnProperty,s=o.toString,a=r?r.toStringTag:void 0;t.exports=function(t){var e=i.call(t,a),n=t[a];try{t[a]=void 0;var r=!0}catch(t){}var o=s.call(t);return r&&(e?t[a]=n:delete t[a]),o}},633:(t,e,n)=>{var r=n(7552),o=n(981),i=Object.prototype.propertyIsEnumerable,s=Object.getOwnPropertySymbols,a=s?function(t){return null==t?[]:(t=Object(t),r(s(t),function(e){return i.call(t,e)}))}:o;t.exports=a},2680:(t,e,n)=>{var r=n(5067),o=n(7353),i=n(633),s=n(981),a=Object.getOwnPropertySymbols?function(t){for(var e=[];t;)r(e,i(t)),t=o(t);return e}:s;t.exports=a},940:(t,e,n)=>{var r=n(9515),o=n(326),i=n(2760),s=n(2143),a=n(3215),u=n(3366),c=n(7035),l="[object Map]",h="[object Promise]",d="[object Set]",f="[object WeakMap]",p="[object DataView]",v=c(r),y=c(o),m=c(i),g=c(s),b=c(a),w=u;(r&&w(new r(new ArrayBuffer(1)))!=p||o&&w(new o)!=l||i&&w(i.resolve())!=h||s&&w(new s)!=d||a&&w(new a)!=f)&&(w=function(t){var e=u(t),n="[object Object]"==e?t.constructor:void 0,r=n?c(n):"";if(r)switch(r){case v:return p;case y:return l;case m:return h;case g:return d;case b:return f}return e}),t.exports=w},8109:t=>{t.exports=function(t,e){return null==t?void 0:t[e]}},2118:(t,e,n)=>{var r=n(9191);t.exports=function(){this.__data__=r?r(null):{},this.size=0}},6909:t=>{t.exports=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e}},8138:(t,e,n)=>{var r=n(9191),o=Object.prototype.hasOwnProperty;t.exports=function(t){var e=this.__data__;if(r){var n=e[t];return"__lodash_hash_undefined__"===n?void 0:n}return o.call(e,t)?e[t]:void 0}},4174:(t,e,n)=>{var r=n(9191),o=Object.prototype.hasOwnProperty;t.exports=function(t){var e=this.__data__;return r?void 0!==e[t]:o.call(e,t)}},7942:(t,e,n)=>{var r=n(9191);t.exports=function(t,e){var n=this.__data__;return this.size+=this.has(t)?0:1,n[t]=r&&void 0===e?"__lodash_hash_undefined__":e,this}},9917:t=>{var e=Object.prototype.hasOwnProperty;t.exports=function(t){var n=t.length,r=new t.constructor(n);return n&&"string"==typeof t[0]&&e.call(t,"index")&&(r.index=t.index,r.input=t.input),r}},8222:(t,e,n)=>{var r=n(9882),o=n(4727),i=n(6058),s=n(169),a=n(6190);t.exports=function(t,e,n){var u=t.constructor;switch(e){case"[object ArrayBuffer]":return r(t);case"[object Boolean]":case"[object Date]":return new u(+t);case"[object DataView]":return o(t,n);case"[object Float32Array]":case"[object Float64Array]":case"[object Int8Array]":case"[object Int16Array]":case"[object Int32Array]":case"[object Uint8Array]":case"[object Uint8ClampedArray]":case"[object Uint16Array]":case"[object Uint32Array]":return a(t,n);case"[object Map]":case"[object Set]":return new u;case"[object Number]":case"[object String]":return new u(t);case"[object RegExp]":return i(t);case"[object Symbol]":return s(t)}}},8725:(t,e,n)=>{var r=n(9413),o=n(7353),i=n(6001);t.exports=function(t){return"function"!=typeof t.constructor||i(t)?{}:r(o(t))}},9045:t=>{var e=/^(?:0|[1-9]\d*)$/;t.exports=function(t,n){var r=typeof t;return!!(n=n??9007199254740991)&&("number"==r||"symbol"!=r&&e.test(t))&&t>-1&&t%1==0&&t<n}},1401:(t,e,n)=>{var r=n(6152),o=n(4795),i=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,s=/^\w*$/;t.exports=function(t,e){if(r(t))return!1;var n=typeof t;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=t&&!o(t))||s.test(t)||!i.test(t)||null!=e&&t in Object(e)}},8304:t=>{t.exports=function(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t}},7394:(t,e,n)=>{var r,o=n(4019),i=(r=/[^.]+$/.exec(o&&o.keys&&o.keys.IE_PROTO||""))?"Symbol(src)_1."+r:"";t.exports=function(t){return!!i&&i in t}},6001:t=>{var e=Object.prototype;t.exports=function(t){var n=t&&t.constructor;return t===("function"==typeof n&&n.prototype||e)}},3945:t=>{t.exports=function(){this.__data__=[],this.size=0}},1846:(t,e,n)=>{var r=n(2218),o=Array.prototype.splice;t.exports=function(t){var e=this.__data__,n=r(e,t);return!(n<0||(n==e.length-1?e.pop():o.call(e,n,1),--this.size,0))}},8028:(t,e,n)=>{var r=n(2218);t.exports=function(t){var e=this.__data__,n=r(e,t);return n<0?void 0:e[n][1]}},2344:(t,e,n)=>{var r=n(2218);t.exports=function(t){return r(this.__data__,t)>-1}},4769:(t,e,n)=>{var r=n(2218);t.exports=function(t,e){var n=this.__data__,o=r(n,t);return o<0?(++this.size,n.push([t,e])):n[o][1]=e,this}},2411:(t,e,n)=>{var r=n(9612),o=n(235),i=n(326);t.exports=function(){this.size=0,this.__data__={hash:new r,map:new(i||o),string:new r}}},6417:(t,e,n)=>{var r=n(7937);t.exports=function(t){var e=r(this,t).delete(t);return this.size-=e?1:0,e}},6928:(t,e,n)=>{var r=n(7937);t.exports=function(t){return r(this,t).get(t)}},9493:(t,e,n)=>{var r=n(7937);t.exports=function(t){return r(this,t).has(t)}},4150:(t,e,n)=>{var r=n(7937);t.exports=function(t,e){var n=r(this,t),o=n.size;return n.set(t,e),this.size+=n.size==o?0:1,this}},7777:(t,e,n)=>{var r=n(733);t.exports=function(t){var e=r(t,function(t){return 500===n.size&&n.clear(),t}),n=e.cache;return e}},9191:(t,e,n)=>{var r=n(8761)(Object,"create");t.exports=r},4248:(t,e,n)=>{var r=n(241)(Object.keys,Object);t.exports=r},2966:t=>{t.exports=function(t){var e=[];if(null!=t)for(var n in Object(t))e.push(n);return e}},4146:(t,e,n)=>{t=n.nmd(t);var r=n(1242),o=e&&!e.nodeType&&e,i=o&&t&&!t.nodeType&&t,s=i&&i.exports===o&&r.process,a=function(){try{return i&&i.require&&i.require("util").types||s&&s.binding&&s.binding("util")}catch(t){}}();t.exports=a},7157:t=>{var e=Object.prototype.toString;t.exports=function(t){return e.call(t)}},241:t=>{t.exports=function(t,e){return function(n){return t(e(n))}}},2721:(t,e,n)=>{var r=n(3324),o=n(9872);t.exports=function(t,e){return e.length<2?t:r(t,o(e,0,-1))}},7772:(t,e,n)=>{var r=n(1242),o="object"==typeof self&&self&&self.Object===Object&&self,i=r||o||Function("return this")();t.exports=i},5243:(t,e,n)=>{var r=n(235);t.exports=function(){this.__data__=new r,this.size=0}},2858:t=>{t.exports=function(t){var e=this.__data__,n=e.delete(t);return this.size=e.size,n}},4417:t=>{t.exports=function(t){return this.__data__.get(t)}},8605:t=>{t.exports=function(t){return this.__data__.has(t)}},1418:(t,e,n)=>{var r=n(235),o=n(326),i=n(6738);t.exports=function(t,e){var n=this.__data__;if(n instanceof r){var s=n.__data__;if(!o||s.length<199)return s.push([t,e]),this.size=++n.size,this;n=this.__data__=new i(s)}return n.set(t,e),this.size=n.size,this}},4452:(t,e,n)=>{var r=n(7777),o=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,i=/\\(\\)?/g,s=r(function(t){var e=[];return 46===t.charCodeAt(0)&&e.push(""),t.replace(o,function(t,n,r,o){e.push(r?o.replace(i,"$1"):n||t)}),e});t.exports=s},3812:(t,e,n)=>{var r=n(4795);t.exports=function(t){if("string"==typeof t||r(t))return t;var e=t+"";return"0"==e&&1/t==-1/0?"-0":e}},7035:t=>{var e=Function.prototype.toString;t.exports=function(t){if(null!=t){try{return e.call(t)}catch(t){}try{return t+""}catch(t){}}return""}},9850:(t,e,n)=>{var r=n(8874);t.exports=function(t){return r(t,5)}},1225:t=>{t.exports=function(t,e){return t===e||t!=t&&e!=e}},9631:(t,e,n)=>{var r=n(5183),o=n(5125),i=Object.prototype,s=i.hasOwnProperty,a=i.propertyIsEnumerable,u=r(function(){return arguments}())?r:function(t){return o(t)&&s.call(t,"callee")&&!a.call(t,"callee")};t.exports=u},6152:t=>{var e=Array.isArray;t.exports=e},7878:(t,e,n)=>{var r=n(1049),o=n(1158);t.exports=function(t){return null!=t&&o(t.length)&&!r(t)}},3226:(t,e,n)=>{t=n.nmd(t);var r=n(7772),o=n(6330),i=e&&!e.nodeType&&e,s=i&&t&&!t.nodeType&&t,a=s&&s.exports===i?r.Buffer:void 0,u=(a?a.isBuffer:void 0)||o;t.exports=u},1049:(t,e,n)=>{var r=n(3366),o=n(9259);t.exports=function(t){if(!o(t))return!1;var e=r(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e}},1158:t=>{t.exports=function(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=9007199254740991}},4714:(t,e,n)=>{var r=n(4511),o=n(7826),i=n(4146),s=i&&i.isMap,a=s?o(s):r;t.exports=a},9259:t=>{t.exports=function(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)}},5125:t=>{t.exports=function(t){return null!=t&&"object"==typeof t}},3679:(t,e,n)=>{var r=n(8436),o=n(7826),i=n(4146),s=i&&i.isSet,a=s?o(s):r;t.exports=a},4795:(t,e,n)=>{var r=n(3366),o=n(5125);t.exports=function(t){return"symbol"==typeof t||o(t)&&"[object Symbol]"==r(t)}},7598:(t,e,n)=>{var r=n(5522),o=n(7826),i=n(4146),s=i&&i.isTypedArray,a=s?o(s):r;t.exports=a},249:(t,e,n)=>{var r=n(1634),o=n(6411),i=n(7878);t.exports=function(t){return i(t)?r(t):o(t)}},8582:(t,e,n)=>{var r=n(1634),o=n(8390),i=n(7878);t.exports=function(t){return i(t)?r(t,!0):o(t)}},6974:t=>{t.exports=function(t){var e=null==t?0:t.length;return e?t[e-1]:void 0}},733:(t,e,n)=>{var r=n(6738);function o(t,e){if("function"!=typeof t||null!=e&&"function"!=typeof e)throw new TypeError("Expected a function");var n=function(){var r=arguments,o=e?e.apply(this,r):r[0],i=n.cache;if(i.has(o))return i.get(o);var s=t.apply(this,r);return n.cache=i.set(o,s)||i,s};return n.cache=new(o.Cache||r),n}o.Cache=r,t.exports=o},6765:(t,e,n)=>{var r=n(2857);t.exports=function(t,e,n){return null==t?t:r(t,e,n)}},981:t=>{t.exports=function(){return[]}},6330:t=>{t.exports=function(){return!1}},6188:(t,e,n)=>{var r=n(1054);t.exports=function(t){return null==t?"":r(t)}},7195:(t,e,n)=>{var r=n(9078);t.exports=function(t,e){return null==t||r(t,e)}},7149:e=>{e.exports=t}},c={};function l(t){var e=c[t];if(void 0!==e)return e.exports;var n=c[t]={id:t,loaded:!1,exports:{}};return u[t].call(n.exports,n,n.exports,l),n.loaded=!0,n.exports}l.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return l.d(e,{a:e}),e},l.d=(t,e)=>{for(var n in e)l.o(e,n)&&!l.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},l.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"==typeof window)return window}}(),l.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),l.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},l.nmd=t=>(t.paths=[],t.children||(t.children=[]),t);var h={};(()=>{l.d(h,{Z:()=>Xc});var t={};l.r(t);var u={};l.r(u),l.d(u,{ArkSimpleModel:()=>ps,DSSimpleModel:()=>bs,DefaultImageModel:()=>zs,DefaultSimpleModel:()=>Hs,HunYuanBetaSimpleModel:()=>is,HunYuanExpSimpleModel:()=>Us,HunYuanOpenSimpleModel:()=>js,HunYuanSimpleModel:()=>cs,MODELS:()=>aa,MoonshotSimpleModel:()=>Rs,ReactModel:()=>ta,YiSimpleModel:()=>Ss,ZhiPuSimpleModel:()=>Xi,toolMap:()=>ra});var c={};l.r(c),l.d(c,{LineString:()=>gu,MultiLineString:()=>Eu,MultiPoint:()=>_u,MultiPolygon:()=>Ou,Point:()=>xu,Polygon:()=>wu});var d="@cloudbase/js-sdk";function f(){return d}var p="https:",v="https://support.qq.com/products/148793",y={INVALID_PARAMS:"INVALID_PARAMS",INVALID_SYNTAX:"INVALID_SYNTAX",INVALID_OPERATION:"INVALID_OPERATION",OPERATION_FAIL:"OPERATION_FAIL",NETWORK_ERROR:"NETWORK_ERROR",UNKOWN_ERROR:"UNKOWN_ERROR"},m=l(7149);function g(t){return"[object Array]"===Object.prototype.toString.call(t)}function b(t){return"string"==typeof t}function w(t){return"[object FormData]"===Object.prototype.toString.call(t)}function _(){var t=(new Date).getTime(),e=(null===Date||void 0===Date?void 0:Date.now)&&1e3*Date.now()||0;return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,function(n){var r=16*Math.random();return t>0?(r=(t+r)%16|0,t=Math.floor(t/16)):(r=(e+r)%16|0,e=Math.floor(e/16)),("x"===n?r:7&r|8).toString(16)})}function I(t,e,n){void 0===n&&(n={});var r=/\?/.test(e),o="";return Object.keys(n).forEach(function(t){""===o?!r&&(e+="?"):o+="&",o+="".concat(t,"=").concat(encodeURIComponent(n[t]))}),/^http(s)?:\/\//.test(e+=o)?e:"".concat(t).concat(e)}function E(t,e){if("undefined"==typeof window)return!1;var n=e||decodeURIComponent(window.location.search),r=new RegExp("(^|&)".concat(t,"=([^&]*)(&|$)")),o=n.substr(n.indexOf("?")+1).match(r);return null!=o?o[2]:""}function S(t,e,n){if(void 0===n&&(n=null),t&&"function"==typeof t)return t(e,n);if(e)throw e;return n}function O(t,e){console.warn("[".concat(f(),"][").concat(t,"]:").concat(e))}function T(t){var e={},n=t.match(/^(data:.*?)(\?[^#\s]*)?$/);if(n){t=n[1];var r=n[2];r&&(e=function(t){t=t.replace(/^\?/,"");var e={};return t.split("&").forEach(function(t){var n=t.split("="),r=n[0],o=n[1];r=decodeURIComponent(r),o=decodeURIComponent(o),r&&(e[r]?Array.isArray(e[r])?e[r].push(o):e[r]=[e[r],o]:e[r]=o)}),e}(r))}var o=e.token,i=function(t,e){var n={};for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&e.indexOf(r)<0&&(n[r]=t[r]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(t);o<r.length;o++)e.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(t,r[o])&&(n[r[o]]=t[r[o]])}return n}(e,["token"]);return/^data:/.test(t)&&!o?{error:"invalid_argument",error_description:"invalid captcha data: ".concat(t)}:o?{state:i.state,token:o,captchaData:t}:{error:"unimplemented",error_description:"need to impl captcha data"}}var P,A,R=(P=function(t,e){return P=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},P(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}P(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),C=function(){return C=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},C.apply(this,arguments)},N=function(t,e,n,r){return new(n||(n=Promise))(function(o,i){function s(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(s,a)}u((r=r.apply(t,e||[])).next())})},x=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}},U=function(t){function e(e){var n=t.call(this)||this,r=e.timeout,o=e.timeoutMsg,i=e.restrictedMethods;return n.timeout=r||0,n.timeoutMsg=o||"请求超时",n.restrictedMethods=i||["get","post","upload","download"],n}return R(e,t),e.prototype.get=function(t){return this.request(C(C({},t),{method:"get"}),this.restrictedMethods.includes("get"))},e.prototype.post=function(t){return this.request(C(C({},t),{method:"post"}),this.restrictedMethods.includes("post"))},e.prototype.put=function(t){return this.request(C(C({},t),{method:"put"}))},e.prototype.upload=function(t){var e=t.data,n=t.file,r=t.name,o=t.method,i=t.headers,s=void 0===i?{}:i,a={post:"post",put:"put"}[null==o?void 0:o.toLowerCase()]||"put",u=new FormData;return"post"===a?(Object.keys(e).forEach(function(t){u.append(t,e[t])}),u.append("key",r),u.append("file",n),this.request(C(C({},t),{data:u,method:a}),this.restrictedMethods.includes("upload"))):this.request(C(C({},t),{method:"put",headers:s,body:n}),this.restrictedMethods.includes("upload"))},e.prototype.download=function(t){return N(this,void 0,Promise,function(){var e,n,r,o;return x(this,function(i){switch(i.label){case 0:return i.trys.push([0,2,,3]),[4,this.get(C(C({},t),{headers:{},responseType:"blob"}))];case 1:return e=i.sent().data,n=window.URL.createObjectURL(new Blob([e])),r=decodeURIComponent(new URL(t.url).pathname.split("/").pop()||""),(o=document.createElement("a")).href=n,o.setAttribute("download",r),o.style.display="none",document.body.appendChild(o),o.click(),window.URL.revokeObjectURL(n),document.body.removeChild(o),[3,3];case 2:return i.sent(),[3,3];case 3:return[2,new Promise(function(e){e({statusCode:200,tempFilePath:t.url})})]}})})},e.prototype.fetch=function(t){var e;return N(this,void 0,Promise,function(){var n,r,o,i,s,a,u,c,l,h,d,f,p,v=this;return x(this,function(y){switch(y.label){case 0:return n=new AbortController,r=t.url,o=t.enableAbort,i=void 0!==o&&o,s=t.stream,a=void 0!==s&&s,u=t.signal,c=t.timeout,l=t.shouldThrowOnError,h=void 0===l||l,d=null!=c?c:this.timeout,u&&(u.aborted&&n.abort(),u.addEventListener("abort",function(){return n.abort()})),f=null,i&&d&&(f=setTimeout(function(){console.warn(v.timeoutMsg),n.abort(new Error(v.timeoutMsg))},d)),[4,fetch(r,C(C({},t),{signal:n.signal})).then(function(t){return N(v,void 0,void 0,function(){var e,n,r;return x(this,function(o){switch(o.label){case 0:return clearTimeout(f),h?t.ok?(e=t,[3,3]):[3,1]:[3,4];case 1:return r=(n=Promise).reject,[4,t.json()];case 2:e=r.apply(n,[o.sent()]),o.label=3;case 3:return[2,e];case 4:return[2,t]}})})}).catch(function(t){return clearTimeout(f),Promise.reject(t)})];case 1:return p=y.sent(),[2,{data:a?p.body:(null===(e=p.headers.get("content-type"))||void 0===e?void 0:e.includes("application/json"))?p.json():p.text(),statusCode:p.status,header:p.headers,response:p}]}})})},e.prototype.request=function(t,e){var n=this;void 0===e&&(e=!1);var r=String(t.method).toLowerCase()||"get";return new Promise(function(o){var i=t.url,s=t.headers,a=void 0===s?{}:s,u=t.data,c=t.responseType,l=t.withCredentials,h=t.body,d=t.onUploadProgress,f=I(p,i,"get"===r?u:{}),v=new XMLHttpRequest;v.open(r,f),c&&(v.responseType=c);var y,m,g=t.signal;g&&(g.aborted?v.abort():g.addEventListener("abort",function(){return v.abort()},{once:!0})),Object.keys(a).forEach(function(t){v.setRequestHeader(t,a[t])}),d&&v.upload.addEventListener("progress",d),v.onreadystatechange=function(){var t={};if(4===v.readyState){var e=v.getAllResponseHeaders().trim().split(/[\r\n]+/),n={};e.forEach(function(t){var e=t.split(": "),r=e.shift().toLowerCase(),o=e.join(": ");n[r]=o}),t.header=n,t.statusCode=v.status;try{t.data="blob"===c?v.response:JSON.parse(v.responseText)}catch(e){t.data="blob"===c?v.response:v.responseText}clearTimeout(y),o(t)}},e&&n.timeout&&(y=setTimeout(function(){console.warn(n.timeoutMsg),v.abort()},n.timeout)),m=w(u)?u:"application/x-www-form-urlencoded"===a["content-type"]?function(t){void 0===t&&(t={});var e=[];return Object.keys(t).forEach(function(n){e.push("".concat(n,"=").concat(encodeURIComponent(t[n])))}),e.join("&")}(u):h||(u?JSON.stringify(u):void 0),l&&(v.withCredentials=!0),v.send(m)})},e}(m.AbstractSDKRequest),L=function(){return L=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},L.apply(this,arguments)};!function(t){t.WEB="web",t.WX_MP="wx_mp"}(A||(A={}));var D=function(){var t=function(e,n){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},t(e,n)};return function(e,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),k=function(t,e,n,r){return new(n||(n=Promise))(function(o,i){function s(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(s,a)}u((r=r.apply(t,e||[])).next())})},j=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}},q=function(t){function e(e){var n=t.call(this)||this;return n.root=e,e.tcbCacheObject||(e.tcbCacheObject={}),n}return D(e,t),e.prototype.setItem=function(t,e){this.root.tcbCacheObject[t]=e},e.prototype.getItem=function(t){return this.root.tcbCacheObject[t]},e.prototype.removeItem=function(t){delete this.root.tcbCacheObject[t]},e.prototype.clear=function(){delete this.root.tcbCacheObject},e}(m.AbstractStorage),M=function(){function t(t){this.keys={};var e=t.persistence,n=t.platformInfo,r=void 0===n?{}:n,o=t.keys,i=void 0===o?{}:o;this.platformInfo=r,this.storage||(this.persistenceTag=this.platformInfo.adapter.primaryStorage||e,this.storage=function(t,e){switch(t){case"local":default:return e.localStorage?e.localStorage:(O(y.INVALID_PARAMS,"localStorage is not supported on current platform"),new q(e.root));case"none":return new q(e.root)}}(this.persistenceTag,this.platformInfo.adapter),this.keys=i)}return Object.defineProperty(t.prototype,"mode",{get:function(){return this.storage.mode||"sync"},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"persistence",{get:function(){return this.persistenceTag},enumerable:!1,configurable:!0}),t.prototype.setStore=function(t,e,n){if("async"!==this.mode){if(this.storage)try{var r={version:n||"localCachev1",content:e};this.storage.setItem(t,JSON.stringify(r))}catch(t){throw new Error(JSON.stringify({code:y.OPERATION_FAIL,msg:"[".concat(f(),"][").concat(y.OPERATION_FAIL,"]setStore failed"),info:t}))}}else O(y.INVALID_OPERATION,"current platform's storage is asynchronous, please use setStoreAsync insteed")},t.prototype.setStoreAsync=function(t,e,n){return k(this,void 0,void 0,function(){var r;return j(this,function(o){switch(o.label){case 0:if(!this.storage)return[2];o.label=1;case 1:return o.trys.push([1,3,,4]),r={version:n||"localCachev1",content:e},[4,this.storage.setItem(t,JSON.stringify(r))];case 2:return o.sent(),[3,4];case 3:return o.sent(),[2];case 4:return[2]}})})},t.prototype.getStore=function(t,e){var n;if("async"!==this.mode){try{if("undefined"!=typeof process&&(null===(n={IS_MP_BUILD:!1,IS_BROWSER_BUILD:!0})||void 0===n?void 0:n.tcb_token))return{IS_MP_BUILD:!1,IS_BROWSER_BUILD:!0}.tcb_token;if(!this.storage)return""}catch(t){return""}e=e||"localCachev1";var r=this.storage.getItem(t);return r&&r.indexOf(e)>=0?JSON.parse(r).content:""}O(y.INVALID_OPERATION,"current platform's storage is asynchronous, please use getStoreAsync insteed")},t.prototype.getStoreAsync=function(t,e){var n;return k(this,void 0,void 0,function(){var r;return j(this,function(o){switch(o.label){case 0:try{if("undefined"!=typeof process&&(null===(n={IS_MP_BUILD:!1,IS_BROWSER_BUILD:!0})||void 0===n?void 0:n.tcb_token))return[2,{IS_MP_BUILD:!1,IS_BROWSER_BUILD:!0}.tcb_token];if(!this.storage)return[2,""]}catch(t){return[2,""]}return e=e||"localCachev1",[4,this.storage.getItem(t)];case 1:return(r=o.sent())&&r.indexOf(e)>=0?[2,JSON.parse(r).content]:[2,""]}})})},t.prototype.removeStore=function(t){"async"!==this.mode?this.storage.removeItem(t):O(y.INVALID_OPERATION,"current platform's storage is asynchronous, please use removeStoreAsync insteed")},t.prototype.removeStoreAsync=function(t){return k(this,void 0,void 0,function(){return j(this,function(e){switch(e.label){case 0:return[4,this.storage.removeItem(t)];case 1:return e.sent(),[2]}})})},t}(),W=function(){var t=function(e,n){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},t(e,n)};return function(e,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),F=function(t,e){this.data=e||null,this.name=t},B=function(t){function e(e,n){var r=t.call(this,"error",{error:e,data:n})||this;return r.error=e,r}return W(e,t),e}(F),V=function(){function t(){this.listeners={}}return t.prototype.on=function(t,e){return function(t,e,n){n[t]=n[t]||[],n[t].push(e)}(t,e,this.listeners),this},t.prototype.off=function(t,e){return function(t,e,n){if(null==n?void 0:n[t]){var r=n[t].indexOf(e);-1!==r&&n[t].splice(r,1)}}(t,e,this.listeners),this},t.prototype.fire=function(t,e){if(t instanceof B)return console.error(t.error),this;var n=b(t)?new F(t,e||{}):t,r=n.name;if(this.listens(r)){n.target=this;for(var o=0,i=this.listeners[r]?function(t,e,n){if(n||2===arguments.length)for(var r,o=0,i=e.length;o<i;o++)!r&&o in e||(r||(r=Array.prototype.slice.call(e,0,o)),r[o]=e[o]);return t.concat(r||Array.prototype.slice.call(e))}([],this.listeners[r],!0):[];o<i.length;o++)i[o].call(this,n)}return this},t.prototype.listens=function(t){return this.listeners[t]&&this.listeners[t].length>0},t}();new V;var G=new V,H="lang_change";function K(t){return t.mode,t.customInfo,t.title,t.messages,function(t,e,n){}}"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.indexOf("Firefox");J={default:()=>e.default},z={},l.d(z,J);var J,z,Y=function(t,e,n){if(n||2===arguments.length)for(var r,o=0,i=e.length;o<i;o++)!r&&o in e||(r||(r=Array.prototype.slice.call(e,0,o)),r[o]=e[o]);return t.concat(r||Array.prototype.slice.call(e))},Q=y,$={};function X(t,e){var n=e.name,r=e.namespace,o=e.entity,i=e.injectEvents,s=e.IIFE,a=void 0!==s&&s;if($[n]||r&&t[r])throw new Error(JSON.stringify({code:Q.INVALID_OPERATION,msg:"Duplicate component ".concat(n)}));if(a){if(!o||"function"!=typeof o)throw new Error(JSON.stringify({code:Q.INVALID_PARAMS,msg:"IIFE component's entity must be a function"}));o.call(t)}if($[n]=e,r?t.prototype[r]=o:Z(t.prototype,o),i){var u=i.bus,c=i.events;if(!u||!c||0===c.length)return;var l=t.prototype.fire||function(){};t.prototype.events||(t.prototype.events={}),(t.prototype.events||{})[n]?t.prototype.events[n].events=Y(Y([],t.prototype.events[n].events,!0),c,!0):t.prototype.events[n]={bus:u,events:c},t.prototype.fire=function(t,e){l(t,e);for(var n=0,r=Object.keys(this.events);n<r.length;n++){var o=r[n],i=this.events[o],s=i.bus;if(i.events.includes(t)){s.fire(t,e);break}}}}}function Z(t,e){if(!(e instanceof Object))return e;switch(e.constructor){case Date:return new Date(e.getTime());case Object:void 0===t&&(t={});break;case Array:t=[];break;default:return e}for(var n=0,r=Object.keys(e);n<r.length;n++){var o=r[n];Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=Z(t[o],e[o]))}return t}const tt=(t=>{var e={};return l.d(e,t),e})({WxMpWebSocket:()=>n.WxMpWebSocket,WxRequest:()=>n.WxRequest,default:()=>n.default,parseQueryString:()=>n.parseQueryString,wxMpStorage:()=>n.wxMpStorage});var et=function(){return et=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},et.apply(this,arguments)},nt={},rt=function(){return rt=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},rt.apply(this,arguments)},ot=M,it={},st={};function at(t){var e=t.env,n=t.platformInfo,r={userInfoKey:"".concat("user_info","_").concat(e)};it[e]=it[e]||new ot(rt(rt({},t),{keys:r,platformInfo:n})),st[e]=st[e]||new ot(rt(rt({},t),{keys:r,platformInfo:n,persistence:"local"}))}function ut(t){return st[t]}var ct=function(){return ct=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},ct.apply(this,arguments)},lt="",ht="@cloudbase/js-sdk";function dt(){return lt}var ft,pt=[],vt=["env","endPointKey","region"],yt="https:";function mt(t){return pt.find(function(e){return vt.filter(function(e){return null!=t[e]}).every(function(n){return e[n]===t[n]})})}function gt(t){var e,n;t.protocol&&!/:$/.test(t.protocol)&&(t.protocol="".concat(t.protocol,":"));var r,o=mt(t);o?(null!=t.baseUrl&&(o.baseUrl=t.baseUrl),null!=t.protocol&&(o.protocol=t.protocol)):pt.push(ct(ct({},t),{protocol:null!==(e=t.protocol)&&void 0!==e?e:yt})),"CLOUD_API"===t.endPointKey&&(r=null!==(n=t.protocol)&&void 0!==n?n:yt,p=r)}function bt(t,e,n){return mt({env:t,endPointKey:e,region:n})}function wt(t,e){void 0===e&&(e="CLOUD_API");var n=bt(t,e||"CLOUD_API"),r=n.protocol,o=n.baseUrl;return"".concat(r).concat(o).match(/(http(s)?:)?\/\/([^/?#]*)/)[0]}!function(t){t.NULL="NULL",t.ANONYMOUS="ANONYMOUS",t.WECHAT="WECHAT",t.WECHAT_PUBLIC="WECHAT-PUBLIC",t.WECHAT_OPEN="WECHAT-OPEN",t.CUSTOM="CUSTOM",t.EMAIL="EMAIL",t.USERNAME="USERNAME",t.PHONE="PHONE"}(ft||(ft={}));var _t=function(){return _t=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},_t.apply(this,arguments)},It=function(t,e,n,r){return new(n||(n=Promise))(function(o,i){function s(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(s,a)}u((r=r.apply(t,e||[])).next())})},Et=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}},St=y,Ot=w,Tt=I,Pt=["auth.getJwt","auth.logout","auth.signInWithTicket","auth.signInAnonymously","auth.signIn","auth.fetchAccessTokenWithRefreshToken","auth.signUpWithEmailAndPassword","auth.activateEndUserMail","auth.sendPasswordResetEmail","auth.resetPasswordWithToken","auth.isUsernameRegistered"];function At(t,e,n){var r=t[e];t[e]=function(e){var o={},i={};n.forEach(function(n){var r=n.call(t,e),s=r.data,a=r.headers;Object.assign(o,s),Object.assign(i,a)});var s=e.data;return s&&(Ot(s)?Object.keys(o).forEach(function(t){s.append(t,o[t])}):e.data=_t(_t({},s),o)),e.headers=_t(_t({},e.headers||{}),i),r.call(t,e)}}function Rt(){var t=Math.random().toString(16).slice(2);return{data:{seqId:t},headers:{"X-SDK-Version":"@cloudbase/js-sdk/".concat(dt()),"x-seqid":t}}}var Ct,Nt,xt=function(){function t(t){var e=this;this.throwWhenRequestFail=!1,this.config=t;var n={timeout:this.config.timeout,timeoutMsg:"[@cloudbase/js-sdk] 请求在".concat(this.config.timeout/1e3,"s内未完成,已中断"),restrictedMethods:["post","put"],auth:t.auth};this.reqClass=new nt.adapter.reqClass(n),this.throwWhenRequestFail=t.throw||!1,this.localCache=ut(this.config.env),"GATEWAY"!==this.config.endPointMode&&(At(this.reqClass,"post",[Rt]),At(this.reqClass,"upload",[Rt]),At(this.reqClass,"download",[Rt])),G.on(H,function(t){var n;e.config.i18n=(null===(n=t.data)||void 0===n?void 0:n.i18n)||e.config.i18n})}return t.prototype.getAccessToken=function(t){return void 0===t&&(t=null),It(this,void 0,void 0,function(){var e,n,r;return Et(this,function(o){switch(o.label){case 0:if(null!=t)return[2,t];if(!(e=this.config._fromApp).oauthInstance)throw new Error("you can't request without auth");return n=e.oauthInstance,r=n.oauth2client,[4,this.getOauthAccessTokenV2(r)];case 1:return[2,o.sent().accessToken]}})})},t.prototype.getDefaultHeaders=function(){var t,e,n;return(t={})[null===(e=this.config.i18n)||void 0===e?void 0:e.LANG_HEADER_KEY]=null===(n=this.config.i18n)||void 0===n?void 0:n.lang,t["X-SDK-Version"]="@cloudbase/js-sdk/".concat(dt()),t},t.prototype.post=function(t,e){return It(this,void 0,Promise,function(){return Et(this,function(n){switch(n.label){case 0:return[4,this.reqClass.post(_t(_t({},t),{headers:_t(_t({},t.headers),this.getDefaultHeaders()),customReqOpts:e}))];case 1:return[2,n.sent()]}})})},t.prototype.upload=function(t){return It(this,void 0,Promise,function(){return Et(this,function(e){switch(e.label){case 0:return[4,this.reqClass.upload(_t(_t({},t),{headers:_t(_t({},t.headers),this.getDefaultHeaders())}))];case 1:return[2,e.sent()]}})})},t.prototype.download=function(t){return It(this,void 0,Promise,function(){return Et(this,function(e){switch(e.label){case 0:return[4,this.reqClass.download(_t(_t({},t),{headers:_t(_t({},t.headers),this.getDefaultHeaders())}))];case 1:return[2,e.sent()]}})})},t.prototype.getBaseEndPoint=function(t){return void 0===t&&(t="CLOUD_API"),wt(this.config.env,t)},t.prototype.getOauthAccessTokenV2=function(t){return It(this,void 0,Promise,function(){var e,n;return Et(this,function(r){switch(r.label){case 0:return[4,t.getAccessToken()];case 1:return e=r.sent(),[4,t.getCredentials()];case 2:return n=r.sent(),[2,{accessToken:e,accessTokenExpire:new Date(n.expires_at).getTime()}]}})})},t.prototype.request=function(t,e,n,r){var o,i;return It(this,void 0,Promise,function(){var s,a,u,c,l,h,d,f,p,v,y,m,g,b,w,_,I,E,S,O,T,P,A;return Et(this,function(R){switch(R.label){case 0:if(R.trys.push([0,4,,5]),s="x-tcb-trace_".concat(this.config.env),a="application/x-www-form-urlencoded",u=_t({action:t,dataVersion:"2020-01-10",env:this.config.env},e),-1!==Pt.indexOf(t))return[3,2];if(!(c=this.config._fromApp).oauthInstance)throw new Error("you can't request without auth");return l=c.oauthInstance,h=l.oauth2client,d=u,[4,this.getOauthAccessTokenV2(h)];case 1:d.access_token=R.sent().accessToken,R.label=2;case 2:return"storage.uploadFile"===t?(f=new FormData,Object.keys(f).forEach(function(t){Object.prototype.hasOwnProperty.call(f,t)&&void 0!==f[t]&&f.append(t,u[t])}),a="multipart/form-data"):(a="application/json;charset=UTF-8",f={},Object.keys(u).forEach(function(t){void 0!==u[t]&&(f[t]=u[t])})),p={headers:_t(_t({"content-type":a},this.getDefaultHeaders()),null==n?void 0:n.headers)},(null==n?void 0:n.onUploadProgress)&&(p.onUploadProgress=n.onUploadProgress),this.config.region&&(p.headers["X-TCB-Region"]=this.config.region),(v=this.localCache.getStore(s))&&(p.headers["X-TCB-Trace"]=v),y=void 0!==(null==n?void 0:n.parse)?n.parse:e.parse,m=void 0!==(null==n?void 0:n.inQuery)?n.inQuery:e.inQuery,g=void 0!==(null==n?void 0:n.search)?n.search:e.search,b=_t(_t({},(null==n?void 0:n.defaultQuery)||{}),{env:this.config.env}),y&&(b.parse=!0),m&&(b=_t(_t({},m),b)),w=(null==n?void 0:n.endPointMode)||this.config.endPointMode||"CLOUD_API",_=bt(this.config.env,w),I=_.baseUrl,E=_.protocol,"GATEWAY"===w&&/^((database)\.)|(auth\.wsWebSign)/.test(t)&&(S=bt(this.config.env,"CLOUD_API"),I="".concat(S.baseUrl.match(/\/\/([^/?#]*)/)[0],"/web")),O=void 0,O=n.pathname?Tt(E,"".concat(null===(o=wt(this.config.env,w))||void 0===o?void 0:o.replace(/^https?:/,""),"/").concat(n.pathname),b):Tt(E,I,b),g&&(O+=g),[4,this.post(_t({url:O,data:f},p),r)];case 3:if(T=R.sent(),(P=null===(i=T.header)||void 0===i?void 0:i["x-tcb-trace"])&&this.localCache.setStore(s,P),200!==Number(T.status)&&200!==Number(T.statusCode)||!T.data)throw new Error("network request error");return[2,T];case 4:A=R.sent();try{A.requestId=A.requestId||(null==n?void 0:n.headers["x-request-id"])||(null==n?void 0:n.headers["X-Request-Id"])||""}catch(t){}throw A;case 5:return[2]}})})},t.prototype.fetch=function(t){var e,n,r,o,i,s,a,u;return It(this,void 0,Promise,function(){var c,l,h,d,f,p,v,y,m=this;return Et(this,function(g){switch(g.label){case 0:c=t.token,l=t.headers,h=void 0===l?{}:l,d=t.withCredentials,f=void 0===d||d,p=function(t,e){var n={};for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&e.indexOf(r)<0&&(n[r]=t[r]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(t);o<r.length;o++)e.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(t,r[o])&&(n[r[o]]=t[r[o]])}return n}(t,["token","headers","withCredentials"]),v=function(){return It(m,void 0,void 0,function(){var t,e,n,r;return Et(this,function(o){switch(o.label){case 0:if(t={},!f)return[3,4];o.label=1;case 1:return o.trys.push([1,3,,4]),[4,this.getAccessToken(c)];case 2:return(e=o.sent())&&(t.Authorization="Bearer ".concat(e)),[3,4];case 3:if(n=o.sent(),"undefined"==typeof process||null==process.versions||null==process.versions.node)throw n;return[3,4];case 4:return r=_t({headers:_t(_t(_t({"X-SDK-Version":"@cloudbase/js-sdk/".concat(dt())},t),this.getDefaultHeaders()),h),withCredentials:f},p),[2,this.reqClass.fetch(r)]}})})},g.label=1;case 1:return g.trys.push([1,3,,6]),[4,v()];case 2:return[2,g.sent()];case 3:y=g.sent();try{y.requestId=y.requestId||h["x-request-id"]||h["X-Request-Id"]||""}catch(t){}if("ACCESS_TOKEN_EXPIRED"!==(null==y?void 0:y.code))return[3,5];if("function"!=typeof(null===(o=null===(r=null===(n=null===(e=this.config)||void 0===e?void 0:e._fromApp)||void 0===n?void 0:n.oauthInstance)||void 0===r?void 0:r.authApi)||void 0===o?void 0:o.refreshTokenForce))throw y;return[4,null===(u=null===(a=null===(s=null===(i=this.config)||void 0===i?void 0:i._fromApp)||void 0===s?void 0:s.oauthInstance)||void 0===a?void 0:a.authApi)||void 0===u?void 0:u.refreshTokenForce()];case 4:return g.sent(),[2,v()];case 5:throw y;case 6:return[2]}})})},t.prototype.send=function(t,e,n,r){return void 0===e&&(e={}),void 0===n&&(n={}),It(this,void 0,Promise,function(){var o;return Et(this,function(i){switch(i.label){case 0:return[4,this.request(t,e,_t(_t({},n),{onUploadProgress:e.onUploadProgress}),r)];case 1:if((o=i.sent()).data.code&&this.throwWhenRequestFail)throw new Error(JSON.stringify({code:St.OPERATION_FAIL,msg:"[".concat(o.data.code,"] ").concat(o.data.message)}));return[2,o.data]}})})},t.prototype.gateWay=function(t,e){var n;return It(this,void 0,void 0,function(){var r,o,i,s,a,u,c,l,h,d,f,p,v,y,m,g,b,w,I;return Et(this,function(E){switch(E.label){case 0:if(r=t.url,o=t.name,i=t.data,s=t.path,a=void 0===s?"":s,u=t.method,c=t.header,l=void 0===c?{}:c,!(o&&a||r))throw new Error(JSON.stringify({code:St.INVALID_PARAMS,msg:"[gateWay] invalid function name or path or url"}));try{h=i?JSON.stringify(i):""}catch(t){throw new Error(JSON.stringify({code:St.INVALID_PARAMS,msg:"[gateWay] invalid data"}))}if(d=_(),f=bt(this.config.env,"GATEWAY"),p=f.baseUrl,v=f.protocol,y="".concat(v).concat(p).concat(r||"/".concat(a,"/").concat(o)),m=["GET","HEAD"].includes(null===(n=null==u?void 0:u.toUpperCase)||void 0===n?void 0:n.call(u)))try{g={};try{g=JSON.parse(i)}catch(t){g=i||{}}y="".concat(y).concat(y.includes("?")?"&":"?").concat(Object.keys(g).map(function(t){return"".concat(t,"=").concat(g[t])}).join("&"))}catch(t){}return[4,this.fetch(_t(_t({method:u||"POST",headers:_t({"Content-Type":"application/json; charset=utf-8","X-Request-Id":d},l)},m?{}:{body:h}),{url:y,customReqOpts:e}))];case 1:return b=E.sent(),w=[_t({requestId:d},b)],I={},[4,b.data];case 2:return[2,_t.apply(void 0,w.concat([(I.data=E.sent(),I)]))]}})})},t}(),Ut={};!function(t){t.ZH="zh-CN",t.EN="en-US"}(Nt||(Nt={}));var Lt=((Ct={})[Nt.EN]={"请检查调用方式,或前往云开发 AI+ 首页查看文档":"Please check the calling method or visit the AI+ homepage to view the documentation","AI+ 请求出错,错误码":"AI+ request error, error code",错误信息:"error message",未实现:"not implemented","小程序不支持 wasm 加载":"wasm loading is not supported in mini programs","小程序不支持动态 js 加载":"dynamic js loading is not supported in mini programs",请求超时:"request timeout","缺少 privatelink sdk 地址":"missing privatelink sdk address"},Ct),Dt=function(t,e){var n;return(null===(n=Lt[e])||void 0===n?void 0:n[t])||t},kt=function(t,e){var n,r,o=function(t){return"lang_".concat(t.clientId||t.env)}(e),i=(t.adapter||{}).localStorage,s=e.lang||(null===(n=null==i?void 0:i.getItem)||void 0===n?void 0:n.call(i,o))||Nt.ZH;return null===(r=null==i?void 0:i.setItem)||void 0===r||r.call(i,o,s),new Proxy({t:function(t){return Dt(t,s)},LANG_HEADER_KEY:"Accept-Language",lang:s},{get:function(t,e){var n;return"lang"===e&&(null===(n=null==i?void 0:i.getItem)||void 0===n?void 0:n.call(i,o))||t[e]},set:function(t,e,n){var r;return"lang"===e&&n!==t[e]&&(t[e]=n,t.t=function(t){return Dt(t,n)},null===(r=null==i?void 0:i.setItem)||void 0===r||r.call(i,o,n),G.fire(H,{i18n:t})),t[e]=n,!0}})},jt=function(){return jt=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},jt.apply(this,arguments)},qt=function(t,e,n,r){var o,i=arguments.length,s=i<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,n,r);else for(var a=t.length-1;a>=0;a--)(o=t[a])&&(s=(i<3?o(s):i>3?o(e,n,s):o(e,n))||s);return i>3&&s&&Object.defineProperty(e,n,s),s},Mt=function(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)},Wt=function(){return{adapter:L({},{type:"default",root:window,reqClass:U,wsClass:WebSocket,localStorage}),runtime:A.WEB}},Ft=y,Bt=v,Vt=O,Gt=K,Ht={persistence:"local"},Kt=6e5,Jt={},zt=function(){function t(t){this.cloudbaseConfig=t||this.cloudbaseConfig,this.authInstance=null,this.oauthInstance=null,this.version=dt()}return Object.defineProperty(t.prototype,"config",{get:function(){return this.cloudbaseConfig},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"platform",{get:function(){return nt},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"cache",{get:function(){return t=this.cloudbaseConfig.env,it[t];var t},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"localCache",{get:function(){return ut(this.cloudbaseConfig.env)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"request",{get:function(){return t=this.cloudbaseConfig.env,Ut[t];var t},enumerable:!1,configurable:!0}),t.prototype.init=function(e){var n,r,o;if(void 0===e&&(e={env:""}),e.endPointMode=e.endPointMode||"GATEWAY",nt.adapter||this.useDefaultAdapter(),!(e=this.dealNodeAdapterConfig(e)).env)throw new Error(JSON.stringify({code:Ft.INVALID_PARAMS,msg:"env must not be specified"}));this.isInitialized(e);var i=this.isNodeEnv()?void 0:15e3,s=e.timeout||i,a={timeout:s,timeoutMsg:s?"[".concat(ht,"][REQUEST TIMEOUT] request had been abort since didn't finished within").concat(s/1e3,"s"):void 0,auth:e.auth};this.requestClient=new nt.adapter.reqClass(a),this.cloudbaseConfig=jt(jt(jt({},Ht),e),{timeout:s,i18n:kt(nt,e)}),delete this.cloudbaseConfig.lang,this.cloudbaseConfig.timeout=this.formatTimeout(this.cloudbaseConfig.timeout);var u=this.cloudbaseConfig,c=u.env,l=u.persistence,h=u.debug,d=u.timeout,f=u.oauthClient,p=u.i18n;at({env:c,persistence:l,debug:h,platformInfo:this.platform}),function(t,e){gt({env:t,region:e,baseUrl:"//".concat(t,".").concat(e||"ap-shanghai",".tcb-api.tencentcloudapi.com/web"),protocol:void 0,endPointKey:"CLOUD_API"})}(c,e.region||""),function(t,e,n){var r="//".concat(t,".api.tcloudbasegateway.com/v1");n&&(r="//".concat(t,".api.intl.tcloudbasegateway.com/v1")),gt({endPointKey:"GATEWAY",env:t,baseUrl:r,protocol:e})}(c,yt,e.intl);var v=new t(this.cloudbaseConfig);return function(t){Ut[t.env]=new xt(_t(_t({},t),{throw:!0}))}({env:c,region:e.region||"",timeout:d,oauthClient:f,_fromApp:v,i18n:p,endPointMode:e.endPointMode,auth:e.auth}),v.requestClient=this.requestClient,null===(n=null==this?void 0:this.fire)||void 0===n||n.call(this,"cloudbase_init",v),this.try2InitAuth(v),(null===(r=nt.adapter)||void 0===r?void 0:r.nodeTool)&&(null===(o=nt.adapter)||void 0===o||o.nodeTool(v,this.cloudbaseConfig)),v},t.prototype.updateConfig=function(t){var e=t.persistence,n=t.debug;this.cloudbaseConfig.persistence=e,this.cloudbaseConfig.debug=n,at({env:this.cloudbaseConfig.env,persistence:e,debug:n,platformInfo:this.platform})},t.prototype.updateLang=function(t){var e;t&&t!==(null===(e=this.cloudbaseConfig.i18n)||void 0===e?void 0:e.lang)&&(this.cloudbaseConfig.i18n.lang=t)},t.prototype.registerExtension=function(t){Jt[t.name]=t},t.prototype.invokeExtension=function(t,e){return n=this,r=void 0,i=function(){var n;return function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}}(this,function(r){switch(r.label){case 0:if(!(n=Jt[t]))throw new Error(JSON.stringify({code:Ft.INVALID_PARAMS,msg:"extension:".concat(t," must be registered before invoke")}));return[4,n.invoke(e,this)];case 1:return[2,r.sent()]}})},new((o=void 0)||(o=Promise))(function(t,e){function s(t){try{u(i.next(t))}catch(t){e(t)}}function a(t){try{u(i.throw(t))}catch(t){e(t)}}function u(e){var n;e.done?t(e.value):(n=e.value,n instanceof o?n:new o(function(t){t(n)})).then(s,a)}u((i=i.apply(n,r||[])).next())});var n,r,o,i},t.prototype.useAdapters=function(t,e){var n=function(t,e){for(var n=0,r=g(t)?t:[t];n<r.length;n++){var o=r[n],i=o.isMatch,s=o.genAdapter,a=o.runtime;if(i())return{adapter:L({isMatch:i},s(e)),runtime:a}}}(t,e)||{},r=n.adapter,o=n.runtime;r&&(nt.adapter=r),o&&(nt.runtime=o)},t.prototype.registerHook=function(e){!function(t,e){var n=e.entity,r=e.target;if(Object.prototype.hasOwnProperty.call(t,r))throw new Error(JSON.stringify({code:Q.INVALID_OPERATION,msg:"target:".concat(r," is not exist")}));var o=t.prototype[r];if("function"!=typeof o)throw new Error(JSON.stringify({code:Q.INVALID_OPERATION,msg:"target:".concat(r," is not a function which is the only type supports hook")}));t.prototype[r]=function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];return n.call.apply(n,Y([this],t,!1)),o.call.apply(o,Y([this],t,!1))}}(t,e)},t.prototype.registerComponent=function(e){X(t,e)},t.prototype.registerVersion=function(t){!function(t){lt=t}(t),this.version=t},t.prototype.registerSdkName=function(t){!function(t){ht=t,function(t){d=t}(t)}(t)},t.prototype.isInitialized=function(t){return void 0===t&&(t=this.cloudbaseConfig),"string"==typeof t.env&&["your-env-id","your-envid","your_env_id","xxx-yyy","xxxx-yyy","envId","env-id","your-environment-id","REPLACE_ME"].some(function(e){return t.env.toLowerCase()===e.toLowerCase()})&&Vt(Ft.INVALID_PARAMS,'[CloudBase] 检测到环境 ID "'.concat(t.env,'" 可能是占位符,请替换为真实的环境 ID。\n')+" 获取方式:登录腾讯云开发平台 → 环境管理 → 环境设置 → 环境 ID\n 建议通过环境变量配置:process.env.CLOUDBASE_ENV 或 import.meta.env.VITE_CLOUDBASE_ENV"),!!(null==t?void 0:t.env)},t.prototype.registerEndPoint=function(t,e){gt({baseUrl:t,protocol:e,env:this.config.env,endPointKey:"CLOUD_API"})},t.prototype.registerEndPointWithKey=function(t){gt({env:this.config.env,endPointKey:t.key,baseUrl:t.url,protocol:t.protocol})},t.prototype.registerHost=function(t,e){void 0===e&&(e="http");var n=t.replace(/^(https?:)?\/\//,""),r="//".concat(n);gt({baseUrl:"".concat(r,"/web"),protocol:e,env:this.config.env,endPointKey:"CLOUD_API"}),gt({baseUrl:"".concat(r,"/v1"),protocol:e,env:this.config.env,endPointKey:"GATEWAY"})},t.prototype.getEndPointWithKey=function(t){var e=bt(this.config.env,t);return{BASE_URL:e.baseUrl,PROTOCOL:e.protocol}},t.prototype.parseCaptcha=function(t){return T(t)},t.prototype.useDefaultAdapter=function(){var t=Wt.bind(this)(),e=t.adapter,n=t.runtime;nt.adapter=e,nt.runtime=n},t.prototype.isNodeEnv=function(){var t;return"undefined"!=typeof process&&!!(null===(t=nt.adapter)||void 0===t?void 0:t.getSecretInfo)},t.prototype.formatTimeout=function(t){if(null==t)return t;switch(!0){case t>Kt:return Vt(Ft.INVALID_PARAMS,"timeout is greater than maximum value[10min]"),Kt;case t<100:return Vt(Ft.INVALID_PARAMS,"timeout is less than maximum value[100ms]"),100;default:return t}},t.prototype.try2InitAuth=function(t){try{t.auth()}catch(t){console.log("try2InitAuth error:",t)}},t.prototype.dealNodeAdapterConfig=function(t){var e,n;if(this.isNodeEnv()){var r=null===(e=nt.adapter)||void 0===e?void 0:e.getSecretInfo(t);t.auth=jt(jt({},t.auth),{secretId:r.secretId,secretKey:r.secretKey,sessionToken:r.sessionToken,secretType:r.secretType,credentials:r.credentials||(null===(n=t.auth)||void 0===n?void 0:n.credentials)||void 0}),t.env&&"symbol"!=typeof t.env||(t.env=r.env),!t.accessKey&&r.accessKey&&(t.accessKey=r.accessKey)}return t},qt([Gt({mode:"sync",title:"Cloudbase 初始化失败",messages:["请确认以下各项:"," 1 - 调用 cloudbase.init() 的语法或参数是否正确"," 2 - 如果是非浏览器环境,是否配置了安全应用来源(https://docs.cloudbase.net/api-reference/webv3/adapter#%E7%AC%AC-2-%E6%AD%A5%E9%85%8D%E7%BD%AE%E5%AE%89%E5%85%A8%E5%BA%94%E7%94%A8%E6%9D%A5%E6%BA%90)","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(Bt)]}),Mt("design:type",Function),Mt("design:paramtypes",[Object]),Mt("design:returntype",t)],t.prototype,"init",null),qt([Gt({title:"调用扩展能力失败",messages:["请确认以下各项:"," 1 - 调用 invokeExtension() 的语法或参数是否正确"," 2 - 被调用的扩展能力是否已经安装并通过 registerExtension() 注册","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(Bt)]}),Mt("design:type",Function),Mt("design:paramtypes",[String,Object]),Mt("design:returntype",Promise)],t.prototype,"invokeExtension",null),t}(),Yt=new zt,Qt=void 0===tt.WxRequest?null:(tt.WxRequest.prototype.upload=function(t){var e=this,n=this;return new Promise(function(r){var o=t.url,i=t.file,s=t.data,a=t.headers,u=wx.getFileSystemManager(),c=wx.request({url:o,method:t.method,header:et({"content-type":" "},a),data:u.readFileSync(i),timeout:e._timeout,success:function(t){var e={statusCode:t.statusCode,data:t.data||{}};200===t.statusCode&&(null==s?void 0:s.success_action_status)&&(e.statusCode=parseInt(s.success_action_status,10)),r(e)},fail:function(t){r(t)},complete:function(t){if((null==t?void 0:t.errMsg)&&n._timeout&&-1!==n._restrictedMethods.indexOf("upload")&&"request:fail timeout"===t.errMsg){console.warn(n._timeoutMsg);try{c.abort()}catch(t){}}}})})},tt.default.genAdapter=function(t){return{root:{globalThis:{}},reqClass:tt.WxRequest,wsClass:tt.WxMpWebSocket,captchaOptions:{openURIWithCallback:function(e){var n=t.EventBus,r={},o=e;console.log("openURIWithCallback",e);var i=e.match(/^(data:.*?)(\?[^#\s]*)?$/);if(i){o=i[1],console.log("openURIWithCallback url",o);var s=i[2];s&&(r=(0,tt.parseQueryString)(s))}console.log("openURIWithCallback queryObj",r);var a=r.token,u=function(t,e){var n={};for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&e.indexOf(r)<0&&(n[r]=t[r]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(t);o<r.length;o++)e.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(t,r[o])&&(n[r[o]]=t[r[o]])}return n}(r,["token"]);return/^data:/.test(o)&&!a?Promise.reject({error:"invalid_argument",error_description:"invalie captcha data: ".concat(e)}):a?new Promise(function(t){console.log("wait for captcha..."),n.$emit("CAPTCHA_DATA_CHANGE",et(et({},u),{token:a,url:o})),n.$once("RESOLVE_CAPTCHA_DATA",function(e){t(e)})}):Promise.reject({error:"unimplemented",error_description:"need to impl captcha data"})}},localStorage:tt.wxMpStorage,primaryStorage:m.StorageType.local,getAppSign:function(){var t=wx.getAccountInfoSync();return"undefined"!=typeof App||"undefined"!=typeof getApp||wx.onAppHide||wx.offAppHide||wx.onAppShow||wx.offAppShow?t&&t.miniProgram?t.miniProgram.appId:"":t&&t.plugin?t.plugin.appId:""}}},tt.default);Qt&&Yt.useAdapters(Qt);const $t=Yt;var Xt,Zt,te,ee,ne,re,oe="/auth";!function(t){t.AUTH_SIGN_UP_URL="/v1/signup",t.AUTH_TOKEN_URL="/v1/token",t.AUTH_REVOKE_URL="/v1/revoke",t.WEDA_USER_URL="/v1/plugin/weda/userinfo",t.AUTH_RESET_PASSWORD="/v1/reset",t.AUTH_GET_DEVICE_CODE="/v1/device/code",t.CHECK_USERNAME="/v1/checkUsername",t.CHECK_IF_USER_EXIST="/v1/checkIfUserExist",t.GET_PROVIDER_TYPE="/v1/mgr/provider/providerSubType",t.AUTH_SIGN_IN_URL="/v1/signin",t.AUTH_SIGN_IN_ANONYMOUSLY_URL="/v1/signin/anonymously",t.AUTH_SIGN_IN_WITH_PROVIDER_URL="/v1/signin/with/provider",t.AUTH_SIGN_IN_WITH_WECHAT_URL="/v1/signin/wechat/noauth",t.AUTH_SIGN_IN_CUSTOM="/v1/signin/custom",t.PROVIDER_TOKEN_URL="/v1/provider/token",t.PROVIDER_URI_URL="/v1/provider/uri",t.USER_ME_URL="/v1/user/me",t.AUTH_SIGNOUT_URL="/v1/user/signout",t.USER_QUERY_URL="/v1/user/query",t.USER_PRIFILE_URL="/v1/user/profile",t.USER_BASIC_EDIT_URL="/v1/user/basic/edit",t.USER_TRANS_BY_PROVIDER_URL="/v1/user/trans/by/provider",t.PROVIDER_LIST="/v1/user/provider",t.PROVIDER_BIND_URL="/v1/user/provider/bind",t.PROVIDER_UNBIND_URL="/v1/user/provider",t.CHECK_PWD_URL="/v1/user/sudo",t.SUDO_URL="/v1/user/sudo",t.BIND_CONTACT_URL="/v1/user/contact",t.AUTH_SET_PASSWORD="/v1/user/password",t.AUTHORIZE_DEVICE_URL="/v1/user/device/authorize",t.AUTHORIZE_URL="/v1/user/authorize",t.AUTHORIZE_INFO_URL="/v1/user/authorize/info",t.AUTHORIZED_DEVICES_DELETE_URL="/v1/user/authorized/devices/",t.AUTH_REVOKE_ALL_URL="/v1/user/revoke/all",t.GET_USER_BEHAVIOR_LOG="/v1/user/security/history",t.VERIFICATION_URL="/v1/verification",t.VERIFY_URL="/v1/verification/verify",t.CAPTCHA_DATA_URL="/v1/captcha/data",t.VERIFY_CAPTCHA_DATA_URL="/v1/captcha/data/verify",t.GET_CAPTCHA_URL="/v1/captcha/init",t.GET_MINIPROGRAM_QRCODE="/v1/qrcode/generate",t.GET_MINIPROGRAM_QRCODE_STATUS="/v1/qrcode/get/status"}(Xt||(Xt={})),function(t){t.AUTH_SIGN_IN_URL="/v2/signin/username",t.AUTH_TOKEN_URL="/v2/token",t.USER_ME_URL="/v2/user/me",t.VERIFY_URL="/v2/signin/verificationcode",t.AUTH_SIGN_IN_WITH_PROVIDER_URL="/v2/signin/with/provider",t.AUTH_PUBLIC_KEY="/v2/signin/publichkey",t.AUTH_RESET_PASSWORD="/v2/signin/password/update"}(Zt||(Zt={})),function(t){t.REGISTER="REGISTER",t.SIGN_IN="SIGN_IN",t.PASSWORD_RESET="PASSWORD_RESET",t.EMAIL_ADDRESS_CHANGE="EMAIL_ADDRESS_CHANGE",t.PHONE_NUMBER_CHANGE="PHONE_NUMBER_CHANGE"}(te||(te={})),(re=ee||(ee={})).UNREACHABLE="unreachable",re.LOCAL="local",re.CANCELLED="cancelled",re.UNKNOWN="unknown",re.UNAUTHENTICATED="unauthenticated",re.RESOURCE_EXHAUSTED="resource_exhausted",re.FAILED_PRECONDITION="failed_precondition",re.INVALID_ARGUMENT="invalid_argument",re.DEADLINE_EXCEEDED="deadline_exceeded",re.NOT_FOUND="not_found",re.ALREADY_EXISTS="already_exists",re.PERMISSION_DENIED="permission_denied",re.ABORTED="aborted",re.OUT_OF_RANGE="out_of_range",re.UNIMPLEMENTED="unimplemented",re.INTERNAL="internal",re.UNAVAILABLE="unavailable",re.DATA_LOSS="data_loss",re.INVALID_PASSWORD="invalid_password",re.PASSWORD_NOT_SET="password_not_set",re.INVALID_STATUS="invalid_status",re.USER_PENDING="user_pending",re.USER_BLOCKED="user_blocked",re.INVALID_VERIFICATION_CODE="invalid_verification_code",re.TWO_FACTOR_REQUIRED="two_factor_required",re.INVALID_TWO_FACTOR="invalid_two_factor",re.INVALID_TWO_FACTOR_RECOVERY="invalid_two_factor_recovery",re.UNDER_REVIEW="under_review",re.INVALID_REQUEST="invalid_request",re.UNAUTHORIZED_CLIENT="unauthorized_client",re.ACCESS_DENIED="access_denied",re.UNSUPPORTED_RESPONSE_TYPE="unsupported_response_type",re.INVALID_SCOPE="invalid_scope",re.INVALID_GRANT="invalid_grant",re.SERVER_ERROR="server_error",re.TEMPORARILY_UNAVAILABLE="temporarily_unavailable",re.INTERACTION_REQUIRED="interaction_required",re.LOGIN_REQUIRED="login_required",re.ACCOUNT_SELECTION_REQUIRED="account_selection_required",re.CONSENT_REQUIRED="consent_required",re.INVALID_REQUEST_URI="invalid_request_uri",re.INVALID_REQUEST_OBJECT="invalid_request_object",re.REQUEST_NOT_SUPPORTED="request_not_supported",re.REQUEST_URI_NOT_SUPPORTED="request_uri_not_supported",re.REGISTRATION_NOT_SUPPORTED="registration_not_supported",re.CAPTCHA_REQUIRED="captcha_required",re.CAPTCHA_INVALID="captcha_invalid",re.PROVIDER_NOT_ENABLED="provider_not_enabled",re.LOGIN_METHOD_DISABLED="login_method_disabled",re.INVALID_USERNAME_OR_PASSWORD="invalid_username_or_password",re.INVALID_CREDENTIALS="invalid_credentials",re.WRONG_PASSWORD="wrong_password",re.USER_NOT_FOUND="user_not_found",re.MFA_PHONE_REQUIRED="mfa_phone_required",re.LOGIN_TYPE_DISABLED="login_type_disabled",re.PROVIDER_ERROR="provider_error",function(t){t[t.INVALID_ARGUMENT=3]="INVALID_ARGUMENT",t[t.NOT_FOUND=5]="NOT_FOUND",t[t.PERMISSION_DENIED=7]="PERMISSION_DENIED",t[t.RESOURCE_EXHAUSTED=8]="RESOURCE_EXHAUSTED",t[t.FAILED_PRECONDITION=9]="FAILED_PRECONDITION",t[t.ABORTED=10]="ABORTED",t[t.UNIMPLEMENTED=12]="UNIMPLEMENTED",t[t.INTERNAL=13]="INTERNAL",t[t.UNAVAILABLE=14]="UNAVAILABLE",t[t.UNAUTHENTICATED=16]="UNAUTHENTICATED",t[t.CAPTCHA_REQUIRED=4001]="CAPTCHA_REQUIRED",t[t.CAPTCHA_INVALID=4002]="CAPTCHA_INVALID",t[t.PROVIDER_ERROR=4019]="PROVIDER_ERROR",t[t.UNAUTHORIZED_CLIENT=4022]="UNAUTHORIZED_CLIENT",t[t.MFA_PHONE_REQUIRED=4042]="MFA_PHONE_REQUIRED",t[t.LOGIN_TYPE_DISABLED=4045]="LOGIN_TYPE_DISABLED"}(ne||(ne={}));var ie,se,ae="credentials_error",ue="SIGNED_OUT",ce="SIGNED_IN",le="TOKEN_REFRESHED",he="USER_UPDATED",de="BIND_IDENTITY",fe="loginStateChanged",pe="authStateChanged",ve="sign_in",ye="bind_identity",me="node-sdk-scope";function ge(){return"xxxxxxxxxxxx4xxxyxxxxxxxxxxxxxxx".replace(/[xy]/g,function(t){var e=16*Math.random()|0;return("x"===t?e:3&e|8).toString(16)})}!function(t){t.EMAIL="email",t.RECOVERY="recovery",t.REAUTHENTICATION="reauthentication"}(ie||(ie={})),function(t){t.CLIENT_ID="client_id",t.CLIENT_SECRET="client_secret",t.RESPONSE_TYPE="response_type",t.SCOPE="scope",t.STATE="state",t.REDIRECT_URI="redirect_uri",t.ERROR="error",t.ERROR_DESCRIPTION="error_description",t.ERROR_URI="error_uri",t.GRANT_TYPE="grant_type",t.CODE="code",t.ACCESS_TOKEN="access_token",t.TOKEN_TYPE="token_type",t.EXPIRES_IN="expires_in",t.USERNAME="username",t.PASSWORD="password",t.REFRESH_TOKEN="refresh_token"}(se||(se={}));var be=l(2631),we=function(t,e,n,r){return new(n||(n=Promise))(function(o,i){function s(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(s,a)}u((r=r.apply(t,e||[])).next())})},_e=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}},Ie=new Map,Ee=function(){function t(t){this.clientId=(null==t?void 0:t.clientId)||"",Ie=Ie||new Map}return t.prototype.run=function(t,e){return we(this,void 0,Promise,function(){var n,r=this;return _e(this,function(o){return t="".concat(this.clientId,"_").concat(t),(n=Ie.get(t))||(n=new Promise(function(n,o){we(r,void 0,void 0,function(){var r,i,s;return _e(this,function(a){switch(a.label){case 0:return a.trys.push([0,3,4,5]),[4,this.runIdlePromise()];case 1:return a.sent(),r=e(),i=n,[4,r];case 2:return i.apply(void 0,[a.sent()]),[3,5];case 3:return s=a.sent(),o(s),[3,5];case 4:return Ie.delete(t),[7];case 5:return[2]}})})}),Ie.set(t,n)),[2,n]})})},t.prototype.runIdlePromise=function(){return Promise.resolve()},t}(),Se="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",Oe=/^(?:[A-Za-z\d+/]{4})*?(?:[A-Za-z\d+/]{2}(?:==)?|[A-Za-z\d+/]{3}=?)?$/,Te=function(t){if(t=String(t).replace(/[\t\n\f\r ]+/g,""),!Oe.test(t))throw new TypeError("Failed to execute 'atob' on 'Window': The string to be decoded is not correctly encoded.");var e;t+="==".slice(2-(3&t.length));for(var n,r,o="",i=0;i<t.length;)e=Se.indexOf(t.charAt(i++))<<18|Se.indexOf(t.charAt(i++))<<12|(n=Se.indexOf(t.charAt(i++)))<<6|(r=Se.indexOf(t.charAt(i++))),o+=64===n?String.fromCharCode(e>>16&255):64===r?String.fromCharCode(e>>16&255,e>>8&255):String.fromCharCode(e>>16&255,e>>8&255,255&e);return o};function Pe(){if("undefined"==typeof globalThis)return!1;var t=globalThis.wx;if(void 0===t)return!1;if(void 0===globalThis.Page)return!1;if(!t.getDeviceInfo)return!1;if(!t.getStorageSync)return!1;if(!t.setStorageSync)return!1;if(!t.connectSocket)return!1;if(!t.request)return!1;try{if(!t.getDeviceInfo())return!1;if("qq"===t.getDeviceInfo().platform)return!1}catch(t){return!1}return!0}var Ae=!1;function Re(){Ae=Ae||void 0!==typeof window&&"miniprogram"===window.__wxjs_environment}try{Pe()||(Ae=Ae||!!navigator.userAgent.match(/miniprogram/i)||"miniprogram"===window.__wxjs_environment,window&&window.WeixinJSBridge&&window.WeixinJSBridge.invoke?Re():"undefined"!=typeof document&&document.addEventListener("WeixinJSBridgeReady",Re,!1))}catch(t){}var Ce=function(){return Ce=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},Ce.apply(this,arguments)},Ne=function(t,e,n,r){return new(n||(n=Promise))(function(o,i){function s(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(s,a)}u((r=r.apply(t,e||[])).next())})},xe=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}},Ue=function(t,e,n){if(n||2===arguments.length)for(var r,o=0,i=e.length;o<i;o++)!r&&o in e||(r||(r=Array.prototype.slice.call(e,0,o)),r[o]=e[o]);return t.concat(r||Array.prototype.slice.call(e))},Le="x-request-id",De="x-device-id",ke="device_id",je=function(t,e){return Ne(this,void 0,Promise,function(){var n,r,o,i,s;return xe(this,function(a){switch(a.label){case 0:n=null,r=null,a.label=1;case 1:return a.trys.push([1,4,,5]),(o=Object.assign({},e)).method||(o.method="GET"),o.body&&"string"!=typeof o.body&&(o.body=JSON.stringify(o.body)),[4,fetch(t,o)];case 2:return[4,a.sent().json()];case 3:return(null==(i=a.sent())?void 0:i.error)?(r=i).error_uri=new URL(t).pathname:n=i,[3,5];case 4:return s=a.sent(),r={error:ee.UNREACHABLE,error_description:s.message,error_uri:new URL(t).pathname},[3,5];case 5:if(r)throw r;return[2,n]}})})},qe=function(){function t(t){this._env=(null==t?void 0:t.env)||""}return t.prototype.getItem=function(t){return Ne(this,void 0,Promise,function(){return xe(this,function(e){return[2,window.localStorage.getItem("".concat(t).concat(this._env))]})})},t.prototype.removeItem=function(t){return Ne(this,void 0,Promise,function(){return xe(this,function(e){return window.localStorage.removeItem("".concat(t).concat(this._env)),[2]})})},t.prototype.setItem=function(t,e){return Ne(this,void 0,Promise,function(){return xe(this,function(n){return window.localStorage.setItem("".concat(t).concat(this._env),e),[2]})})},t.prototype.getItemSync=function(t){return window.localStorage.getItem("".concat(t).concat(this._env))},t.prototype.removeItemSync=function(t){window.localStorage.removeItem("".concat(t).concat(this._env))},t.prototype.setItemSync=function(t,e){window.localStorage.setItem("".concat(t).concat(this._env),e)},t}(),Me=new qe;function We(t){var e=!0;return(null==t?void 0:t.expires_at)&&(null==t?void 0:t.access_token)&&(e=t.expires_at<new Date),e}var Fe=function(){function t(t){this.credentials=null,this.accessKeyCredentials=null,this.singlePromise=null,this.tokenSectionName=t.tokenSectionName,this.storage=t.storage,this.clientId=t.clientId,this.singlePromise=new Ee({clientId:this.clientId}),this.credentials=t.credentials||null}return t.prototype.getStorageCredentialsSync=function(){var t=null,e=this.storage.getItemSync(this.tokenSectionName);if(null!=e)try{(null==(t=JSON.parse(e))?void 0:t.expires_at)&&(t.expires_at=new Date(t.expires_at))}catch(e){this.storage.removeItem(this.tokenSectionName),t=null}return t},t.prototype.setCredentials=function(t){return Ne(this,void 0,Promise,function(){var e;return xe(this,function(n){switch(n.label){case 0:return(null==t?void 0:t.expires_in)?((null==t?void 0:t.expires_at)||(t.expires_at=new Date(Date.now()+1e3*(t.expires_in-30))),this.storage?(e=JSON.stringify(t),[4,this.storage.setItem(this.tokenSectionName,e)]):[3,2]):[3,3];case 1:n.sent(),n.label=2;case 2:return this.credentials=t,[3,6];case 3:return this.storage?[4,this.storage.removeItem(this.tokenSectionName)]:[3,5];case 4:n.sent(),n.label=5;case 5:this.credentials=null,n.label=6;case 6:return[2]}})})},t.prototype.setAccessKeyCredentials=function(t){this.accessKeyCredentials=t,t.scope===me&&(this.credentials=t)},t.prototype.getCredentials=function(){return Ne(this,void 0,Promise,function(){var t=this;return xe(this,function(e){return[2,this.singlePromise.run("getCredentials",function(){return Ne(t,void 0,void 0,function(){var t,e;return xe(this,function(n){switch(n.label){case 0:return We(this.credentials)?[4,this.getStorageCredentials()]:[3,2];case 1:if(t=n.sent(),e=t.credentials,t.isAccessKeyCredentials)return[2,e];this.credentials=e,n.label=2;case 2:return[2,this.credentials]}})})})]})})},t.prototype.getStorageCredentials=function(){return Ne(this,void 0,Promise,function(){var t=this;return xe(this,function(e){return[2,this.singlePromise.run("_getStorageCredentials",function(){return Ne(t,void 0,void 0,function(){var t,e,n;return xe(this,function(r){switch(r.label){case 0:return t=null,e=!1,[4,this.storage.getItem(this.tokenSectionName)];case 1:if(!(n=r.sent()))return[3,6];r.label=2;case 2:return r.trys.push([2,3,,5]),(null==(t=JSON.parse(n))?void 0:t.expires_at)&&(t.expires_at=new Date(t.expires_at)),[3,5];case 3:return r.sent(),[4,this.storage.removeItem(this.tokenSectionName)];case 4:return r.sent(),t=null,[3,5];case 5:return[3,7];case 6:t=this.accessKeyCredentials||null,e=!0,r.label=7;case 7:return[2,{credentials:t,isAccessKeyCredentials:e}]}})})})]})})},t}(),Be=function(){function t(e){var n,r=this;this.initializePromise=null,this.lockAcquired=!1,this.pendingInLock=[],this.singlePromise=null,e.clientSecret||(e.clientSecret=""),!e.clientId&&e.env&&(e.clientId=e.env),this.apiOrigin=e.apiOrigin,this.getApiOriginFunc=e.getApiOrigin,this.apiPath=e.apiPath||oe,this.clientId=e.clientId,this.i18n=e.i18n,this.eventBus=e.eventBus,this.singlePromise=new Ee({clientId:this.clientId}),this.retry=this.formatRetry(e.retry,t.defaultRetry),e.baseRequest?this.baseRequest=e.baseRequest:this.baseRequest=je,this.tokenInURL=e.tokenInURL,this.headers=e.headers,this.storage=e.storage||Me,this.localCredentials=new Fe({tokenSectionName:"credentials_".concat(e.clientId),storage:this.storage,clientId:e.clientId}),this.clientSecret=e.clientSecret,e.clientId&&(this.basicAuth="Basic ".concat(function(t){for(var e,n,r,o,i="",s=0,a=(t=String(t)).length%3;s<t.length;){if((n=t.charCodeAt(s++))>255||(r=t.charCodeAt(s++))>255||(o=t.charCodeAt(s++))>255)throw new TypeError("Failed to execute 'btoa' on 'Window': The string to be encoded contains characters outside of the Latin1 range.");i+=Se.charAt((e=n<<16|r<<8|o)>>18&63)+Se.charAt(e>>12&63)+Se.charAt(e>>6&63)+Se.charAt(63&e)}return a?i.slice(0,a-3)+"===".substring(a):i}("".concat(e.clientId,":").concat(this.clientSecret)))),this.wxCloud=e.wxCloud;try{Pe()&&(this.useWxCloud=e.useWxCloud,void 0===this.wxCloud&&e.env&&(wx.cloud.init({env:e.env}),this.wxCloud=wx.cloud))}catch(t){}this.refreshTokenFunc=e.refreshTokenFunc||this.defaultRefreshTokenFunc,this.anonymousSignInFunc=e.anonymousSignInFunc,this.onCredentialsError=e.onCredentialsError,this.getInitialSession=e.getInitialSession,this.onInitialSessionObtained=e.onInitialSessionObtained,this.logDebugMessages=null!==(n=e.debug)&&void 0!==n&&n,G.on(H,function(t){var e;r.i18n=(null===(e=t.data)||void 0===e?void 0:e.i18n)||r.i18n})}return t.prototype.setGetInitialSession=function(t){this.getInitialSession=t},t.prototype.setOnInitialSessionObtained=function(t){this.onInitialSessionObtained=t},t.prototype.initialize=function(t){return Ne(this,void 0,Promise,function(){var e=this;return xe(this,function(n){switch(n.label){case 0:return this.initializePromise?[4,this.initializePromise]:[3,2];case 1:case 3:case 5:return[2,n.sent()];case 2:return void 0===t?[3,4]:(this.initializePromise=t,[4,this.initializePromise]);case 4:return this.initializePromise=Ne(e,void 0,void 0,function(){var t=this;return xe(this,function(e){switch(e.label){case 0:return[4,this._acquireLock(-1,function(){return Ne(t,void 0,void 0,function(){return xe(this,function(t){switch(t.label){case 0:return[4,this._initialize()];case 1:return[2,t.sent()]}})})})];case 1:return[2,e.sent()]}})}),[4,this.initializePromise]}})})},t.prototype.setCredentials=function(t){return Ne(this,void 0,Promise,function(){var e=this;return xe(this,function(n){switch(n.label){case 0:return[4,this.initializePromise];case 1:return n.sent(),[2,this._acquireLock(-1,function(){return Ne(e,void 0,void 0,function(){return xe(this,function(e){return[2,this.localCredentials.setCredentials(t)]})})})]}})})},t.prototype.setAccessKeyCredentials=function(t){return this.localCredentials.setAccessKeyCredentials(t)},t.prototype.getAccessToken=function(){return Ne(this,void 0,Promise,function(){var t,e;return xe(this,function(n){switch(n.label){case 0:return[4,this.initializePromise];case 1:return n.sent(),[4,this.getCredentials()];case 2:return(null==(t=n.sent())?void 0:t.scope)===me||(null==t?void 0:t.access_token)?[2,Promise.resolve(t.access_token)]:(e={error:ee.UNAUTHENTICATED},[2,Promise.reject(e)])}})})},t.prototype.request=function(e,n){var r,o;return Ne(this,void 0,Promise,function(){var i,s,a,u,c,l,h,d,f,p;return xe(this,function(v){switch(v.label){case 0:return n||(n={}),i=this.formatRetry(n.retry,this.retry),n.headers=Ce(Ce({},n.headers),((p={})[null===(r=this.i18n)||void 0===r?void 0:r.LANG_HEADER_KEY]=null===(o=this.i18n)||void 0===o?void 0:o.lang,p)),this.headers&&(n.headers=Ce(Ce({},this.headers),n.headers)),n.headers[Le]||(n.headers[Le]=ge()),n.headers[De]?[3,2]:[4,this.getDeviceId()];case 1:s=v.sent(),n.headers[De]=s,v.label=2;case 2:return(null==n?void 0:n.withBasicAuth)&&this.basicAuth&&(n.headers.Authorization=this.basicAuth),(null==n?void 0:n.withCredentials)?n.getCredentials?[4,n.getCredentials()]:[3,4]:[3,7];case 3:return u=v.sent(),[3,6];case 4:return[4,this.getCredentials()];case 5:u=v.sent(),v.label=6;case 6:return(a=u)&&(this.tokenInURL?(e.indexOf("?")<0&&(e+="?"),e+="access_token=".concat(a.access_token)):n.headers.Authorization="".concat(a.token_type," ").concat(a.access_token)),[3,8];case 7:this.clientId&&e.indexOf("client_id")<0&&(e+=e.indexOf("?")<0?"?":"&",e+="client_id=".concat(this.clientId)),v.label=8;case 8:e.startsWith("/")&&(c=this.getApiOriginFunc?this.getApiOriginFunc():this.apiOrigin,e="".concat(c).concat(this.apiPath).concat(e)),l=null,h=i+1,d=0,v.label=9;case 9:if(!(d<h))return[3,21];v.label=10;case 10:return v.trys.push([10,15,,18]),n.useWxCloud||this.useWxCloud?[4,this.wxCloudCallFunction(e,n)]:[3,12];case 11:return l=v.sent(),[3,14];case 12:return[4,this.baseRequest(e,n)];case 13:l=v.sent(),v.label=14;case 14:if(null==l?void 0:l.code)throw{error:l.code,error_description:l.message,error_uri:new URL(e).pathname};return[3,21];case 15:f=v.sent();try{f.requestId=f.requestId||n.headers[Le]||""}catch(t){}return n.withCredentials&&f&&f.error===ee.UNAUTHENTICATED?[4,this.setCredentials(null)]:[3,17];case 16:return v.sent(),[2,Promise.reject(f)];case 17:return d!==i&&f&&"unreachable"===f.error?[3,18]:[2,Promise.reject(f)];case 18:return[4,this.sleep(t.retryInterval)];case 19:v.sent(),v.label=20;case 20:return d++,[3,9];case 21:return[2,l]}})})},t.prototype.wxCloudCallFunction=function(t,e){var n;return Ne(this,void 0,Promise,function(){var r,o,i,s,a;return xe(this,function(u){switch(u.label){case 0:r=null,o=null,u.label=1;case 1:u.trys.push([1,7,,8]),i="",u.label=2;case 2:return u.trys.push([2,4,,5]),[4,wx.getRendererUserAgent()];case 3:return i=u.sent(),[3,5];case 4:return u.sent(),[3,5];case 5:return[4,this.wxCloud.callFunction({name:"httpOverCallFunction",data:{url:t,method:e.method,headers:Ce({origin:"https://servicewechat.com","User-Agent":i},e.headers),body:e.body}})];case 6:return s=u.sent().result,(null===(n=null==s?void 0:s.body)||void 0===n?void 0:n.error_code)?(o=null==s?void 0:s.body).error_uri=(0,be.y)(t):r=null==s?void 0:s.body,[3,8];case 7:return a=u.sent(),o={error:ee.UNREACHABLE,error_description:a.message,error_uri:(0,be.y)(t)},[3,8];case 8:if(o)throw o;return[2,r]}})})},t.prototype.getCredentials=function(){return Ne(this,void 0,Promise,function(){var t=this;return xe(this,function(e){switch(e.label){case 0:return[4,this.initializePromise];case 1:return e.sent(),[2,this._acquireLock(-1,function(){return Ne(t,void 0,void 0,function(){return xe(this,function(t){return[2,this._getCredentials()]})})})]}})})},t.prototype.getCredentialsSync=function(){return this.localCredentials.getStorageCredentialsSync()},t.prototype.getCredentialsAsync=function(){return this.getCredentials()},t.prototype.getScope=function(){var t;return Ne(this,void 0,Promise,function(){var e,n;return xe(this,function(r){switch(r.label){case 0:return[4,this.localCredentials.getCredentials()];case 1:return(e=r.sent())?[2,e.scope]:(n="credentials not found",null===(t=this.onCredentialsError)||void 0===t||t.call(this,{msg:n}),[2,this.unAuthenticatedError(n)])}})})},t.prototype.getGroups=function(){var t;return Ne(this,void 0,Promise,function(){var e,n;return xe(this,function(r){switch(r.label){case 0:return[4,this.localCredentials.getCredentials()];case 1:return(e=r.sent())?[2,e.groups]:(n="credentials not found",null===(t=this.onCredentialsError)||void 0===t||t.call(this,{msg:n}),[2,this.unAuthenticatedError(n)])}})})},t.prototype.refreshToken=function(t,e){return Ne(this,void 0,Promise,function(){var n=this;return xe(this,function(r){switch(r.label){case 0:return[4,this.initializePromise];case 1:return r.sent(),[2,this._acquireLock(-1,function(){return Ne(n,void 0,void 0,function(){return xe(this,function(n){return[2,this._refreshToken(t,e)]})})})]}})})},t.prototype._refreshToken=function(t,e){return Ne(this,void 0,Promise,function(){var n=this;return xe(this,function(r){return[2,this.singlePromise.run("_refreshToken",function(){return Ne(n,void 0,void 0,function(){var n,r,o,i,s,a,u;return xe(this,function(c){switch(c.label){case 0:if((null==t?void 0:t.scope)===me)return[2,t];if(!t||!t.refresh_token)return o="no refresh token found in credentials",null===(i=this.onCredentialsError)||void 0===i||i.call(this,{msg:o}),[2,this.unAuthenticatedError(o)];c.label=1;case 1:return c.trys.push([1,4,,7]),[4,this.refreshTokenFunc(t.refresh_token,t)];case 2:return n=c.sent(),[4,this.localCredentials.setCredentials(n)];case 3:return c.sent(),null===(s=this.eventBus)||void 0===s||s.fire(pe,{event:le}),[2,n];case 4:if(r=c.sent(),null==e?void 0:e.throwError)throw r;return r.error!==ee.INVALID_GRANT?[3,6]:[4,this.localCredentials.setCredentials(null)];case 5:return c.sent(),o=r.error_description,null===(a=this.onCredentialsError)||void 0===a||a.call(this,{msg:o}),[2,this.unAuthenticatedError(o)];case 6:return null===(u=this.onCredentialsError)||void 0===u||u.call(this,{msg:r.error_description}),[2,Promise.reject(r)];case 7:return[2]}})})})]})})},t.prototype.anonymousLogin=function(t){return Ne(this,void 0,void 0,function(){var e=this;return xe(this,function(n){return[2,this.singlePromise.run("_anonymousLogin",function(){return Ne(e,void 0,void 0,function(){var e,n;return xe(this,function(r){switch(r.label){case 0:return this.anonymousSignInFunc?[4,this.anonymousSignInFunc(t)]:[3,4];case 1:return e=r.sent(),(n=e)?[3,3]:[4,this.localCredentials.getCredentials()];case 2:n=r.sent(),r.label=3;case 3:return t=n,[3,6];case 4:return[4,this.anonymousSignIn(t)];case 5:t=r.sent(),r.label=6;case 6:return[2,t]}})})})]})})},t.prototype.checkRetry=function(e){var n=null;if(("number"!=typeof e||e<t.minRetry||e>t.maxRetry)&&(n={error:ee.UNREACHABLE,error_description:"wrong options param: retry"}),n)throw n;return e},t.prototype.formatRetry=function(t,e){return void 0===t?e:this.checkRetry(t)},t.prototype.sleep=function(t){return Ne(this,void 0,Promise,function(){return xe(this,function(e){return[2,new Promise(function(e){setTimeout(function(){e()},t)})]})})},t.prototype.anonymousSignIn=function(t){return Ne(this,void 0,Promise,function(){var e=this;return xe(this,function(n){return[2,this.singlePromise.run("_anonymous",function(){return Ne(e,void 0,void 0,function(){var e,n;return xe(this,function(r){switch(r.label){case 0:if(!t||"anonymous"!==t.scope)return[2,this.unAuthenticatedError("no anonymous in credentials")];r.label=1;case 1:return r.trys.push([1,4,,7]),[4,this.request(Xt.AUTH_SIGN_IN_ANONYMOUSLY_URL,{method:"POST",withBasicAuth:!0,body:{}})];case 2:return e=r.sent(),[4,this.localCredentials.setCredentials(e)];case 3:return r.sent(),[2,e];case 4:return(n=r.sent()).error!==ee.INVALID_GRANT?[3,6]:[4,this.localCredentials.setCredentials(null)];case 5:return r.sent(),[2,this.unAuthenticatedError(n.error_description)];case 6:return[2,Promise.reject(n)];case 7:return[2]}})})})]})})},t.prototype.defaultRefreshTokenFunc=function(t,e){var n;return Ne(this,void 0,Promise,function(){var r,o,i;return xe(this,function(s){switch(s.label){case 0:return void 0===t||""===t?(r="refresh token not found",null===(n=this.onCredentialsError)||void 0===n||n.call(this,{msg:r}),[2,this.unAuthenticatedError(r)]):(o=Xt.AUTH_TOKEN_URL,"v2"===(null==e?void 0:e.version)&&(o=Zt.AUTH_TOKEN_URL),[4,this.request(o,{method:"POST",body:{client_id:this.clientId,client_secret:this.clientSecret,grant_type:"refresh_token",refresh_token:t}})]);case 1:return i=s.sent(),[2,Ce(Ce({},i),{version:(null==e?void 0:e.version)||"v1"})]}})})},t.prototype.getDeviceId=function(){return Ne(this,void 0,Promise,function(){var t;return xe(this,function(e){switch(e.label){case 0:return this.deviceID?[2,this.deviceID]:[4,this.storage.getItem(ke)];case 1:return"string"==typeof(t=e.sent())&&t.length>=16&&t.length<=48?[3,3]:(t=ge(),[4,this.storage.setItem(ke,t)]);case 2:e.sent(),e.label=3;case 3:return this.deviceID=t,[2,t]}})})},t.prototype.unAuthenticatedError=function(t){var e={error:ee.UNAUTHENTICATED,error_description:t};return Promise.reject(e)},t.prototype._debug=function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];this.logDebugMessages&&console.log.apply(console,Ue(["[OAuth2Client]"],t,!1))},t.prototype._initialize=function(){return Ne(this,void 0,Promise,function(){var t,e,n,r,o,i;return xe(this,function(s){switch(s.label){case 0:if(s.trys.push([0,11,12,13]),!this.getInitialSession)return this._debug("#_initialize()","no getInitialSession callback set, skipping"),[2,{error:null}];this._debug("#_initialize()","calling getInitialSession callback"),s.label=1;case 1:return s.trys.push([1,9,,10]),[4,this.getInitialSession()];case 2:return i=s.sent(),t=i.data,e=i.error,(null==t?void 0:t.session)?(this._debug("#_initialize()","session obtained from getInitialSession",t.session),[4,this.localCredentials.setCredentials(null==t?void 0:t.session)]):[3,4];case 3:s.sent(),s.label=4;case 4:if(!this.onInitialSessionObtained)return[3,8];this._debug("#_initialize()","calling onInitialSessionObtained callback"),s.label=5;case 5:return s.trys.push([5,7,,8]),[4,this.onInitialSessionObtained(t,e)];case 6:return s.sent(),[3,8];case 7:return n=s.sent(),this._debug("#_initialize()","error in onInitialSessionObtained",n),[3,8];case 8:return e?(this._debug("#_initialize()","error from getInitialSession",e),[2,{error:e}]):[2,{error:null}];case 9:return r=s.sent(),this._debug("#_initialize()","exception during getInitialSession",r),[2,{error:r instanceof Error?r:new Error(String(r))}];case 10:return[3,13];case 11:return o=s.sent(),this._debug("#_initialize()","unexpected error",o),[2,{error:o instanceof Error?o:new Error(String(o))}];case 12:return this._debug("#_initialize()","end"),[7];case 13:return[2]}})})},t.prototype._acquireLock=function(t,e){return Ne(this,void 0,Promise,function(){var n,r,o,i,s=this;return xe(this,function(a){switch(a.label){case 0:this._debug("#_acquireLock","begin",t),a.label=1;case 1:if(a.trys.push([1,,10,11]),this.lockAcquired)return n=this.pendingInLock.length?this.pendingInLock[this.pendingInLock.length-1]:Promise.resolve(),r=Ne(s,void 0,void 0,function(){return xe(this,function(t){switch(t.label){case 0:return[4,n];case 1:return t.sent(),[4,e()];case 2:return[2,t.sent()]}})}),this.pendingInLock.push(Ne(s,void 0,void 0,function(){return xe(this,function(t){switch(t.label){case 0:return t.trys.push([0,2,,3]),[4,r];case 1:case 2:return t.sent(),[3,3];case 3:return[2]}})})),[2,r];this._debug("#_acquireLock","acquiring lock for client",this.clientId),a.label=2;case 2:return a.trys.push([2,,8,9]),this.lockAcquired=!0,o=e(),this.pendingInLock.push(Ne(s,void 0,void 0,function(){return xe(this,function(t){switch(t.label){case 0:return t.trys.push([0,2,,3]),[4,o];case 1:case 2:return t.sent(),[3,3];case 3:return[2]}})})),[4,o];case 3:a.sent(),a.label=4;case 4:return this.pendingInLock.length?(i=Ue([],this.pendingInLock,!0),[4,Promise.all(i)]):[3,6];case 5:return a.sent(),this.pendingInLock.splice(0,i.length),[3,4];case 6:return[4,o];case 7:return[2,a.sent()];case 8:return this._debug("#_acquireLock","releasing lock for client",this.clientId),this.lockAcquired=!1,[7];case 9:return[3,11];case 10:return this._debug("#_acquireLock","end"),[7];case 11:return[2]}})})},t.prototype._getCredentials=function(){var t,e,n;return Ne(this,void 0,Promise,function(){var r,o,i;return xe(this,function(s){switch(s.label){case 0:return[4,this.localCredentials.getCredentials()];case 1:if((null==(r=s.sent())?void 0:r.scope)===me)return[2,r];if(!r)return i="credentials not found",null===(t=this.onCredentialsError)||void 0===t||t.call(this,{msg:i}),[2,this.unAuthenticatedError(i)];if(!We(r))return[3,12];if(!r.refresh_token)return[3,9];s.label=2;case 2:return s.trys.push([2,4,,8]),[4,this._refreshToken(r)];case 3:return r=s.sent(),[3,8];case 4:return o=s.sent(),"anonymous"!==r.scope?[3,6]:[4,this.anonymousLogin(r)];case 5:return r=s.sent(),[3,7];case 6:return null===(e=this.onCredentialsError)||void 0===e||e.call(this,{msg:o.error_description}),[2,Promise.reject(o)];case 7:return[3,8];case 8:return[3,12];case 9:return"anonymous"!==r.scope?[3,11]:[4,this.anonymousLogin(r)];case 10:return r=s.sent(),[3,12];case 11:return i="no refresh token found in credentials",null===(n=this.onCredentialsError)||void 0===n||n.call(this,{msg:i}),[2,this.unAuthenticatedError(i)];case 12:return[2,r]}})})},t.defaultRetry=2,t.minRetry=0,t.maxRetry=5,t.retryInterval=1e3,t}(),Ve=l(9689),Ge=l(3616),He=function(){return He=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},He.apply(this,arguments)},Ke=function(t,e,n,r){return new(n||(n=Promise))(function(o,i){function s(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(s,a)}u((r=r.apply(t,e||[])).next())})},Je=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}},ze=function(t,e){var n;return function(){for(var r=[],o=0;o<arguments.length;o++)r[o]=arguments[o];clearTimeout(n),n=setTimeout(function(){return t.apply(null,r)},e)}},Ye=new Ve.CloudbaseEventEmitter,Qe="resolveCaptchaData",$e="padding:10px 8px;background:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer;flex:1;white-space:nowrap;margin-left:10px",Xe="width:100%;padding:10px;background:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer",Ze="background:#6c757d;cursor:not-allowed",tn=function(t,e,n,r){return new(n||(n=Promise))(function(o,i){function s(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(s,a)}u((r=r.apply(t,e||[])).next())})},en=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}},nn=function(){function t(t){t.openURIWithCallback||(t.openURIWithCallback=this.getDefaultOpenURIWithCallback()),t.storage||(t.storage=Me),this.config=t,this.tokenSectionName="captcha_".concat(t.clientId||t.env)}return t.prototype.isMatch=function(){var t,e,n;return(null===(n=null===(e=null===(t=this.config)||void 0===t?void 0:t.adapter)||void 0===e?void 0:e.isMatch)||void 0===n?void 0:n.call(e))||Pe()},t.prototype.request=function(t,e){return tn(this,void 0,Promise,function(){var n,r,o,i;return en(this,function(s){switch(s.label){case 0:return e||(e={}),e.method||(e.method="GET"),n="".concat(e.method,":").concat(t),r=t,e.withCaptcha?[4,this.appendCaptchaTokenToURL(t,n,!1)]:[3,2];case 1:r=s.sent(),s.label=2;case 2:return s.trys.push([2,4,,7]),[4,this.config.request(r,e)];case 3:return o=s.sent(),[3,7];case 4:return(i=s.sent()).error!==ee.CAPTCHA_REQUIRED&&i.error!==ee.CAPTCHA_INVALID?[3,6]:[4,this.appendCaptchaTokenToURL(t,n,i.error===ee.CAPTCHA_INVALID)];case 5:return t=s.sent(),[2,this.config.request(t,e)];case 6:return[2,Promise.reject(i)];case 7:return[2,o]}})})},t.prototype.getDefaultOpenURIWithCallback=function(){var t=this;return function(e){return function(t,e){return Ke(void 0,void 0,Promise,function(){var n,r,o,i;return Je(this,function(s){return n=(0,Ge.parseCaptcha)(t),r=n.captchaData,o=n.state,i=n.token,function(t){var e=t.oauthInstance,n=t.captchaState,r="captcha-image",o=function(){return Ke(void 0,void 0,void 0,function(){var t,o;return Je(this,function(i){switch(i.label){case 0:return i.trys.push([0,2,,3]),[4,e.createCaptchaData({state:n.state})];case 1:return t=i.sent(),n=He(He({},n),{captchaData:t.data,token:t.token}),document.getElementById(r).src=t.data,[3,3];case 2:return o=i.sent(),console.error("刷新图形验证码失败",o),[3,3];case 3:return[2]}})})},i=function(t,e,n){var r=document.createElement(t);return e&&(r.style.cssText=e),n&&(r.textContent=n),r},s=i("div","position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.5);z-index:999"),a=i("div","position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:320px;padding:20px;background:#fff;border-radius:8px;box-shadow:0 0 10px rgba(0,0,0,0.2);z-index:1000");a.appendChild(i("p","margin-bottom:15px","请输入你看到的字符:"));var u=i("div","display:flex;align-items:center;justify-content:space-between;margin-bottom:15px"),c=i("img","width:100%;height:auto;border:1px solid #eee");c.id=r,c.src=n.captchaData,u.appendChild(c);var l=i("button",$e,"刷新");l.onclick=ze(function(){return Ke(void 0,void 0,void 0,function(){return Je(this,function(t){switch(t.label){case 0:l.textContent="加载中...",l.disabled=!0,l.style.cssText="".concat($e,";").concat(Ze),t.label=1;case 1:return t.trys.push([1,,3,4]),[4,o()];case 2:return t.sent(),[3,4];case 3:return l.textContent="刷新",l.disabled=!1,l.style.cssText=$e,[7];case 4:return[2]}})})},500),u.appendChild(l),a.appendChild(u);var h=i("input","width:100%;padding:14px 16px;margin-bottom:15px;box-sizing:border-box;border:2px solid #e8ecf4;border-radius:10px;font-size:15px");h.type="text",h.placeholder="输入字符",h.maxLength=4,a.appendChild(h);var d=i("div","color:#dc3545;font-size:12px;margin-bottom:10px;display:none;padding:8px;background:#f8d7da;border:1px solid #f5c6cb;border-radius:4px");a.appendChild(d);var f=function(t){d.textContent=t,d.style.display="block"},p=i("button",Xe,"确定");p.onclick=ze(function(){return Ke(void 0,void 0,void 0,function(){var t,r,i,u;return Je(this,function(c){switch(c.label){case 0:if(!(t=h.value.trim()))return f("请输入字符"),[2];d.style.display="none",p.textContent="验证中...",p.disabled=!0,p.style.cssText="".concat(Xe,";").concat(Ze),c.label=1;case 1:return c.trys.push([1,3,5,6]),[4,e.verifyCaptchaData({token:n.token,key:t})];case 2:return r=c.sent(),Ye.fire(Qe,r),console.log("图形验证码校验成功"),document.body.removeChild(s),document.body.removeChild(a),[3,6];case 3:return i=c.sent(),console.error("图形验证码校验失败",i),u=i.error_description||"图形验证码校验失败",f(u),h.value="",h.focus(),[4,o()];case 4:return c.sent(),[3,6];case 5:return p.textContent="确定",p.disabled=!1,p.style.cssText=Xe,[7];case 6:return[2]}})})},500),a.appendChild(p),document.body.appendChild(s),document.body.appendChild(a)}({oauthInstance:e,captchaState:{captchaData:r,state:o,token:i}}),[2,new Promise(function(t){console.log("等待图形验证码校验结果..."),Ye.on(Qe,function(e){t(null==e?void 0:e.data)})})]})})}(e,t.config.oauthInstance)}},t.prototype.getCaptchaToken=function(t,e){return tn(this,void 0,Promise,function(){var n,r,o,i;return en(this,function(s){switch(s.label){case 0:return t?[3,2]:[4,this.findCaptchaToken()];case 1:if(n=s.sent())return[2,n];s.label=2;case 2:return[4,this.config.request(Xt.CAPTCHA_DATA_URL,{method:"POST",body:{state:e,redirect_uri:""},withCredentials:!1})];case 3:return r=s.sent(),o="".concat(r.data,"?state=").concat(encodeURIComponent(e),"&token=").concat(encodeURIComponent(r.token)),[4,this.config.openURIWithCallback(o)];case 4:return i=s.sent(),this.saveCaptchaToken(i),[2,i.captcha_token]}})})},t.prototype.appendCaptchaTokenToURL=function(t,e,n){return tn(this,void 0,Promise,function(){var r;return en(this,function(o){switch(o.label){case 0:return[4,this.getCaptchaToken(n,e)];case 1:return r=o.sent(),t.indexOf("?")>0?t+="&captcha_token=".concat(r):t+="?captcha_token=".concat(r),[2,t]}})})},t.prototype.saveCaptchaToken=function(t){return tn(this,void 0,void 0,function(){var e;return en(this,function(n){switch(n.label){case 0:return t.expires_at=new Date(Date.now()+1e3*(t.expires_in-10)),e=JSON.stringify(t),[4,this.config.storage.setItem(this.tokenSectionName,e)];case 1:return n.sent(),[2]}})})},t.prototype.findCaptchaToken=function(){return tn(this,void 0,Promise,function(){var t,e;return en(this,function(n){switch(n.label){case 0:return[4,this.config.storage.getItem(this.tokenSectionName)];case 1:if(null==(t=n.sent()))return[3,5];n.label=2;case 2:return n.trys.push([2,3,,5]),(null==(e=JSON.parse(t))?void 0:e.expires_at)&&(e.expires_at=new Date(e.expires_at)),e.expires_at<new Date?[2,null]:[2,e.captcha_token];case 3:return n.sent(),[4,this.config.storage.removeItem(this.tokenSectionName)];case 4:return n.sent(),[2,null];case 5:return[2,null]}})})},t}(),rn=function(){function t(t){if(this.params={},"string"==typeof t)this.parse(t);else if(t&&"object"==typeof t)for(var e in t)Object.prototype.hasOwnProperty.call(t,e)&&this.append(e,t[e])}return t.prototype.parse=function(t){var e=this;t.split("&").forEach(function(t){var n=t.split("=").map(decodeURIComponent),r=n[0],o=n[1];e.append(r,o)})},t.prototype.append=function(t,e){this.params[t]?this.params[t]=this.params[t].concat([e]):this.params[t]=[e]},t.prototype.get=function(t){return this.params[t]?this.params[t][0]:null},t.prototype.getAll=function(t){return this.params[t]||[]},t.prototype.delete=function(t){delete this.params[t]},t.prototype.has=function(t){return Object.prototype.hasOwnProperty.call(this.params,t)},t.prototype.set=function(t,e){this.params[t]=[e]},t.prototype.toString=function(){var t=[],e=function(e){Object.prototype.hasOwnProperty.call(n.params,e)&&n.params[e].forEach(function(n){t.push("".concat(encodeURIComponent(e),"=").concat(encodeURIComponent(n)))})},n=this;for(var r in this.params)e(r);return t.join("&")},t}();const on=rn;var sn,an=function(){var t=function(e,n){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},t(e,n)};return function(e,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}();!function(t){t.PROVIDER_NOT_ENABLED="PROVIDER_NOT_ENABLED",t.INVALID_CREDENTIALS="INVALID_CREDENTIALS",t.USER_NOT_FOUND="USER_NOT_FOUND",t.USER_STATUS_ABNORMAL="USER_STATUS_ABNORMAL",t.SERVICE_ERROR="SERVICE_ERROR",t.INVALID_PARAMS="INVALID_PARAMS",t.AUTH_METHOD_MISMATCH="AUTH_METHOD_MISMATCH",t.RATE_LIMITED="RATE_LIMITED",t.CAPTCHA_REQUIRED="CAPTCHA_REQUIRED",t.CAPTCHA_INVALID="CAPTCHA_INVALID",t.MFA_REQUIRED="MFA_REQUIRED",t.PRECONDITION_FAILED="PRECONDITION_FAILED",t.VERIFICATION_FAILED="VERIFICATION_FAILED",t.UNKNOWN="UNKNOWN"}(sn||(sn={}));var un="https://tcb.cloud.tencent.com/dev?envId=#/identity/login-manage",cn="https://docs.cloudbase.net/api-reference/webv3/initialization",ln=function(t){function e(e,n){var r,o=this,i=e.error_description||e.message;return(o=t.call(this,i)||this).__isAuthError=!0,o.name="AuthError",o.status=e.error,o.code=String(e.error||e.error_code||"unknown").toLowerCase(),o.errorCode="number"==typeof e.error_code?e.error_code:"string"==typeof e.error_code&&parseInt(e.error_code,10)||void 0,o.requestId=e.requestId,o.category=function(t,e,n){if(!t&&!e&&!n)return sn.UNKNOWN;try{var r=(t||"").toLowerCase(),o="string"==typeof n?parseInt(n,10):n;return o===ne.CAPTCHA_REQUIRED||e===ee.CAPTCHA_REQUIRED?sn.CAPTCHA_REQUIRED:o===ne.CAPTCHA_INVALID||e===ee.CAPTCHA_INVALID?sn.CAPTCHA_INVALID:o===ne.MFA_PHONE_REQUIRED||e===ee.MFA_PHONE_REQUIRED?sn.MFA_REQUIRED:o===ne.LOGIN_TYPE_DISABLED||e===ee.LOGIN_TYPE_DISABLED?sn.PROVIDER_NOT_ENABLED:o===ne.RESOURCE_EXHAUSTED||e===ee.RESOURCE_EXHAUSTED?sn.RATE_LIMITED:o===ne.INTERNAL||o===ne.UNAVAILABLE||o===ne.UNIMPLEMENTED||o===ne.ABORTED?sn.SERVICE_ERROR:o===ne.NOT_FOUND?sn.USER_NOT_FOUND:o===ne.UNAUTHENTICATED?sn.INVALID_CREDENTIALS:o===ne.INVALID_ARGUMENT&&(r.includes("验证码")||r.includes("verification")||r.includes("verification_code")||r.includes("verification_id")||r.includes("does not match")||r.includes("token expired")||r.includes("token error")||r.includes("过期"))?sn.VERIFICATION_FAILED:e===ee.PROVIDER_NOT_ENABLED||e===ee.LOGIN_METHOD_DISABLED||r.includes("身份源")||r.includes("开启")||r.includes("identity provider")||r.includes("provider not enabled")||r.includes("login method")||r.includes("登录方式")||r.includes("not enabled")||r.includes("未开启")||r.includes("未启用")||r.includes("请联系开发者")||r.includes("anonymous login is not enabled")||r.includes("匿名登录未开启")?sn.PROVIDER_NOT_ENABLED:e===ee.FAILED_PRECONDITION||o===ne.FAILED_PRECONDITION&&!r.includes("请联系开发者")?r.includes("不存在")||r.includes("not found")||r.includes("未注册")?sn.USER_NOT_FOUND:sn.PRECONDITION_FAILED:e===ee.INVALID_PASSWORD||e===ee.INVALID_GRANT||e===ee.INVALID_VERIFICATION_CODE||e===ee.INVALID_USERNAME_OR_PASSWORD||e===ee.INVALID_CREDENTIALS||e===ee.WRONG_PASSWORD||e===ee.UNAUTHENTICATED||e===ee.INVALID_TWO_FACTOR||e===ee.INVALID_TWO_FACTOR_RECOVERY||e===ee.PASSWORD_NOT_SET||r.includes("密码不正确")||r.includes("password")||r.includes("invalid_password")||r.includes("凭据")||r.includes("credentials")||r.includes("验证码")||r.includes("verification")||r.includes("invalid_verification_code")||r.includes("invalid_username_or_password")||r.includes("username or password")||r.includes("用户名或密码")||r.includes("wrong password")||r.includes("incorrect password")?sn.INVALID_CREDENTIALS:e===ee.NOT_FOUND||e===ee.USER_NOT_FOUND||r.includes("用户不存在")||r.includes("not found")||r.includes("user not found")||r.includes("no such user")||r.includes("user does not exist")?sn.USER_NOT_FOUND:e===ee.USER_BLOCKED||e===ee.USER_PENDING||e===ee.UNDER_REVIEW||e===ee.INVALID_STATUS||r.includes("被封禁")||r.includes("blocked")||r.includes("pending")||r.includes("审核")||r.includes("review")||r.includes("locked")||r.includes("已锁定")?sn.USER_STATUS_ABNORMAL:e===ee.SERVER_ERROR||e===ee.UNAVAILABLE||e===ee.TEMPORARILY_UNAVAILABLE||e===ee.INTERNAL||e===ee.UNREACHABLE||e===ee.DEADLINE_EXCEEDED||e===ee.DATA_LOSS||e===ee.ABORTED||r.includes("network")||r.includes("timeout")||r.includes("timed out")||r.includes("超时")||r.includes("smtp is not set")||r.includes("sms sender does not config")?sn.SERVICE_ERROR:e===ee.INVALID_ARGUMENT||e===ee.INVALID_REQUEST||e===ee.INVALID_SCOPE||e===ee.INVALID_REQUEST_URI||e===ee.INVALID_REQUEST_OBJECT||o===ne.INVALID_ARGUMENT?sn.INVALID_PARAMS:e===ee.PERMISSION_DENIED||e===ee.ACCESS_DENIED||e===ee.UNAUTHORIZED_CLIENT?sn.PROVIDER_NOT_ENABLED:sn.UNKNOWN}catch(t){return e}}(i,o.status,o.errorCode),o.helpMessage=function(t,e){var n=(null==e?void 0:e.method)||"signIn",r={signInWithPassword:"「用户名密码登录」",signInAnonymously:"「匿名登录」",signInWithOtp:"「短信验证码登录」或「邮箱验证码登录」",signUp:"「短信验证码登录」或「邮箱验证码登录」",signInWithOAuth:"对应的第三方身份源",signInWithIdToken:"对应的第三方身份源",signInWithOpenId:"「微信小程序 OpenID 登录」",signInWithPhoneAuth:"「微信小程序手机号授权登录」",signInWithCustomTicket:"「自定义登录」",getVerification:"「短信验证码登录」或「邮箱验证码登录」",verify:"「短信验证码登录」或「邮箱验证码登录」",verifyOtp:"「短信验证码登录」或「邮箱验证码登录」",resetPasswordForEmail:"「邮箱验证码登录」",reauthenticate:"「短信验证码登录」或「邮箱验证码登录」"}[n]||"对应的登录方式";switch(t){case sn.PROVIDER_NOT_ENABLED:return"[CloudBase Auth] 登录方式未开启\n\n"+" 当前调用的 ".concat(n,"() 所需的登录方式尚未在云开发控制台启用。\n")+" 需要开启的登录方式:".concat(r,"\n")+"\n 请按以下步骤开启:\n"+" 1. 打开云开发控制台:".concat(un,"\n")+" 2. 选择对应的云开发环境\n 3. 进入「登录授权」页面,在「登录方式」或「身份源列表」中开启所需的登录方式\n\n 各登录方法与所需登录方式的对应关系:\n - signInWithPassword → 「用户名密码登录」\n - signInAnonymously → 「匿名登录」\n - signInWithOtp/signUp → 「短信验证码登录」或「邮箱验证码登录」\n - signInWithOAuth/signInWithIdToken → 对应的第三方身份源\n\n 如使用 CLI/MCP 工具,可通过 auth 工具查询和配置身份源状态。\n"+" 更多帮助请参考文档:".concat(cn);case sn.INVALID_CREDENTIALS:return"[CloudBase Auth] 凭据验证失败\n\n"+" 调用 ".concat(n,"() 时凭据校验未通过。\n")+"\n 请按优先级逐项排查:\n 1. 确认用户名/邮箱/手机号是否拼写正确、格式完整\n 2. 确认密码是否正确(注意大小写、特殊字符、前后空格)\n 3. 确认用户账号确实存在(可通过 auth.isUsernameRegistered() 检查)\n 4. 确认凭据参数来源可靠(环境变量、配置文件中的值是否已正确设置)\n 5. 如使用加密登录(is_encrypt: true),请确认公钥版本正确\n\n 如忘记密码,可通过 auth.resetPasswordForEmail() 重置密码。\n\n 提示:如果是 AI agent / 自动化测试场景,请确认 ENV_ID、USERNAME、PASSWORD\n 等环境变量已正确传入,且对应用户已在目标环境中注册。";case sn.USER_NOT_FOUND:return"[CloudBase Auth] 用户不存在\n\n 请检查以下项目:\n 1. 确认用户名/邮箱/手机号是否正确\n 2. 确认是在正确的云开发环境(envId)下操作\n 3. 如果是新用户,请先通过 auth.signUp() 注册\n"+" 4. 也可在云开发控制台手动创建用户:".concat(un,"\n")+"\n 提示:不同环境(开发/测试/生产)的用户库是隔离的,请确认 envId 正确。";case sn.USER_STATUS_ABNORMAL:return"[CloudBase Auth] 用户状态异常\n\n 当前用户账号可能处于以下状态之一:\n - 账号已被封禁\n - 账号正在审核中\n - 账号已被锁定(多次密码错误)\n\n"+" 请联系管理员在云开发控制台检查用户状态:".concat(un);case sn.SERVICE_ERROR:return"[CloudBase Auth] 服务异常\n\n 请检查以下项目:\n 1. 网络连接是否正常\n 2. 云开发环境是否正常运行\n 3. 稍后重试,如持续失败请联系技术支持\n\n 提示:如果是超时错误,请检查网络环境和请求频率。\n 常见服务端错误:smtp 未配置、短信服务未配置、wedaapis 未设置等。";case sn.INVALID_PARAMS:return"[CloudBase Auth] 参数错误\n\n 请检查传入的参数是否符合要求:\n - 不能同时输入手机号和邮箱\n - 手机号格式需正确(如 +86 开头)\n - 必须提供手机号或邮箱\n\n"+" 参考 API 文档确认各参数的格式和约束:".concat(cn);case sn.AUTH_METHOD_MISMATCH:return"[CloudBase Auth] 登录方式不匹配\n\n"+" 调用 ".concat(n,"() 时遇到错误,可能原因:\n")+" - 匿名登录失败后尝试了用户名密码登录,但凭据不正确或用户不存在\n - 应使用匿名登录但传入了密码参数\n - 应使用密码登录但未传入正确的凭据\n\n 建议:\n 1. 明确当前场景需要的登录方式:\n - 无需用户注册 → auth.signInAnonymously()\n - 有用户名和密码 → auth.signInWithPassword({ username, password })\n - 第三方平台 → auth.signInWithOAuth({ provider })\n 2. 不要在同一流程中混合使用不同的登录方式\n 3. 每种登录方式需要在控制台开启对应的身份源\n"+" 4. 控制台地址:".concat(un);case sn.RATE_LIMITED:return"[CloudBase Auth] 发送频率受限\n\n 验证码发送过于频繁,已触发频率限制。\n\n 限制规则:\n - 手机号:每分钟最多 1 条,每天有上限\n - 邮箱:每分钟有上限,每天有上限(默认 50 条)\n\n 建议:\n 1. 检查 error.retryAfter 获取建议等待时间\n 2. 在 UI 中显示倒计时,防止用户重复点击\n 3. 如业务需要更高频率,请联系技术支持调整限额";case sn.CAPTCHA_REQUIRED:return"[CloudBase Auth] 需要滑块验证码\n\n 当前操作触发了风控策略,需要完成滑块验证。\n\n 处理方式:\n 1. 调用滑块验证码 SDK 展示验证组件\n 2. 用户完成验证后,将 captcha_token 附带到请求中重新发送\n 3. 可通过 getVerification 的 options.withCaptcha 参数自动携带验证码";case sn.CAPTCHA_INVALID:return"[CloudBase Auth] 滑块验证码校验失败\n\n 提交的验证码 token 校验未通过(可能已过期或 client_id 不匹配)。\n\n 处理方式:\n 1. 刷新滑块验证码,让用户重新验证\n 2. 确认 captcha 组件初始化的 client_id 与认证配置一致";case sn.MFA_REQUIRED:return"[CloudBase Auth] 需要 MFA 验证\n\n 当前操作要求用户绑定手机号进行多因素认证 (MFA)。\n\n 处理方式:\n 1. 引导用户进入手机号绑定流程\n 2. 绑定完成后重新执行原操作\n 3. error 中可能包含 MFA 详情信息";case sn.PRECONDITION_FAILED:return"[CloudBase Auth] 前置条件不满足\n\n 当前操作的前置条件不满足,常见原因:\n - 该手机号/邮箱已被其他账号绑定\n - 目标用户不存在或已存在(与 target 参数冲突)\n - 当前邮箱/手机号未注册用户\n\n 请根据 error.message 中的具体描述处理。";case sn.VERIFICATION_FAILED:return'[CloudBase Auth] 验证码校验失败\n\n 验证码验证未通过,常见原因:\n - 验证码已过期(通常有效期为几分钟)\n - 验证码输入不正确\n - verification_id 无效或已被使用\n - 验证码不属于当前项目(project id does not match)\n\n 处理方式:\n 1. 提示用户"验证码已过期或不正确,请重新获取"\n 2. 调用 getVerification() 重新发送验证码\n 3. 确保 verification_id 与最新发送的验证码对应\n\n 注意:每次重新发送验证码后,之前的 verification_id 即失效。';default:return"[CloudBase Auth] 操作失败\n\n 如果问题持续存在,建议:\n"+" 1. 检查云开发控制台的认证配置:".concat(un,"\n")+" 2. 到官方问答社区提问:https://cnb.cool/tencent/cloud/cloudbase/community/-/issues\n"+" 3. 查阅文档:".concat(cn)}}(o.category,n),o.loginMethodHint=(r=null==n?void 0:n.method)&&{signInWithPassword:"当前使用「用户名密码登录」,需确保:\n ✓ 控制台已开启「用户名密码登录」\n ✓ 用户已注册且凭据正确\n 如果不需要用户系统,建议改用 auth.signInAnonymously()",signInAnonymously:"当前使用「匿名登录」,需确保:\n ✓ 控制台已开启「匿名登录」\n 注意:匿名用户无需用户名密码,适用于快速体验或临时访问场景",signInWithOtp:"当前使用「OTP 验证码登录」,需确保:\n ✓ 控制台已开启「短信验证码登录」或「邮箱验证码登录」",signInWithOAuth:"当前使用「第三方 OAuth 登录」,需确保:\n ✓ 控制台已配置并开启对应的第三方身份源"}[r]||"",o.category===sn.RATE_LIMITED&&(o.retryAfter=e.retry_after||e.retryAfter||void 0),o}return an(e,t),e.prototype.toJSON=function(){return{name:this.name,message:this.message,code:this.code,errorCode:this.errorCode,status:this.status,requestId:this.requestId,category:this.category,retryAfter:this.retryAfter}},e}(Error),hn=function(){return hn=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},hn.apply(this,arguments)},dn=function(t,e,n,r){return new(n||(n=Promise))(function(o,i){function s(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(s,a)}u((r=r.apply(t,e||[])).next())})},fn=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}};function pn(t,e){var n;return dn(this,void 0,void 0,function(){var r,o=this;return fn(this,function(i){r=function(){return dn(o,void 0,void 0,function(){return fn(this,function(t){switch(t.label){case 0:return t.trys.push([0,1,,6]),[2,l(3171)];case 1:t.sent(),t.label=2;case 2:return t.trys.push([2,4,,5]),[4,Promise.resolve().then(l.bind(l,3171))];case 3:return[2,t.sent()];case 4:return t.sent(),[2];case 5:return[3,6];case 6:return[2]}})})};try{if(((null===(n=null==e?void 0:e.root)||void 0===n?void 0:n.globalThis)||globalThis).IS_MP_BUILD)return[2];if(t)return[2,r()]}catch(e){if(t)return[2,r()]}return[2]})})}var vn,yn=function(){function t(t){var e=t.request,n=t.credentialsClient;if(!n){var r={apiOrigin:t.apiOrigin,apiPath:t.apiPath,clientId:t.clientId,storage:t.storage,env:t.env,baseRequest:t.baseRequest,anonymousSignInFunc:t.anonymousSignInFunc,wxCloud:t.wxCloud,onCredentialsError:t.onCredentialsError,headers:t.headers||{},i18n:t.i18n,debug:t.debug};n=new Be(r)}if(!e){var o=n.request.bind(n),i=new nn(hn({env:t.env,clientId:t.clientId,request:o,storage:t.storage,adapter:t.adapter,oauthInstance:this},t.captchaOptions));e=i.request.bind(i)}this.config={env:t.env,apiOrigin:t.apiOrigin,apiPath:t.apiPath,clientId:t.clientId,request:e,credentialsClient:n,storage:t.storage||Me,adapter:t.adapter}}return t.parseParamsToSearch=function(t){return Object.keys(t).forEach(function(e){t[e]||delete t[e]}),new on(t).toString()},t.prototype.getParamsByVersion=function(t,e){var n,r=(0,be.I)(t),o=(null===(n={v2:Zt}[null==r?void 0:r.version])||void 0===n?void 0:n[e])||Xt[e];return r&&delete r.version,{params:r,url:o}},t.prototype.signIn=function(t){return dn(this,void 0,Promise,function(){var e,n,r,o;return fn(this,function(i){switch(i.label){case 0:return e=t.version||"v1",(n=this.getParamsByVersion(t,"AUTH_SIGN_IN_URL")).params.query&&delete n.params.query,[4,this.getEncryptParams(n.params)];case 1:return r=i.sent(),[4,this.config.request(n.url,{method:"POST",body:r})];case 2:return o=i.sent(),[4,this.config.credentialsClient.setCredentials(hn(hn({},o),{version:e}))];case 3:return i.sent(),[2,Promise.resolve(o)]}})})},t.prototype.signInAnonymously=function(t,e){return void 0===t&&(t={}),void 0===e&&(e=!1),dn(this,void 0,Promise,function(){var n;return fn(this,function(r){switch(r.label){case 0:return[4,this.config.request(Xt.AUTH_SIGN_IN_ANONYMOUSLY_URL,{method:"POST",body:t,useWxCloud:e})];case 1:return n=r.sent(),[4,this.config.credentialsClient.setCredentials(n)];case 2:return r.sent(),[2,Promise.resolve(n)]}})})},t.prototype.signUp=function(t){return dn(this,void 0,Promise,function(){var e;return fn(this,function(n){switch(n.label){case 0:return[4,this.config.request(Xt.AUTH_SIGN_UP_URL,{method:"POST",body:t})];case 1:return e=n.sent(),[4,this.config.credentialsClient.setCredentials(e)];case 2:return n.sent(),[2,Promise.resolve(e)]}})})},t.prototype.signOut=function(t){return dn(this,void 0,Promise,function(){var e,n,r,o;return fn(this,function(i){switch(i.label){case 0:if(e={},!t)return[3,6];i.label=1;case 1:return i.trys.push([1,3,,4]),[4,this.config.request(Xt.AUTH_SIGNOUT_URL,{method:"POST",withCredentials:!0,body:t})];case 2:return e=i.sent(),[3,4];case 3:return(n=i.sent()).error!==ee.UNAUTHENTICATED&&console.log("sign_out_error",n),[3,4];case 4:return[4,this.config.credentialsClient.setCredentials()];case 5:return i.sent(),[2,e];case 6:return[4,this.config.credentialsClient.getAccessToken()];case 7:return r=i.sent(),[4,this.config.request(Xt.AUTH_REVOKE_URL,{method:"POST",body:{token:r}})];case 8:return o=i.sent(),[4,this.config.credentialsClient.setCredentials()];case 9:return i.sent(),[2,Promise.resolve(o)]}})})},t.prototype.revokeAllDevices=function(){return dn(this,void 0,Promise,function(){return fn(this,function(t){switch(t.label){case 0:return[4,this.config.request(Xt.AUTH_REVOKE_ALL_URL,{method:"DELETE",withCredentials:!0})];case 1:return t.sent(),[2]}})})},t.prototype.revokeDevice=function(t){return dn(this,void 0,Promise,function(){return fn(this,function(e){switch(e.label){case 0:return[4,this.config.request(Xt.AUTHORIZED_DEVICES_DELETE_URL+t.device_id,{method:"DELETE",withCredentials:!0})];case 1:return e.sent(),[2]}})})},t.prototype.getVerification=function(t,e){return dn(this,void 0,Promise,function(){var n,r;return fn(this,function(o){switch(o.label){case 0:return n=!1,"CUR_USER"!==t.target?[3,1]:(n=!0,[3,3]);case 1:return[4,this.hasLoginState()];case 2:o.sent()&&(n=!0),o.label=3;case 3:return(r=(0,be.I)(t)).phone_number&&!/^\+\d{1,3}\s+\d+/.test(r.phone_number)&&(r.phone_number="+86 ".concat(r.phone_number)),[2,this.config.request(Xt.VERIFICATION_URL,{method:"POST",body:r,withCaptcha:(null==e?void 0:e.withCaptcha)||!1,withCredentials:n})]}})})},t.prototype.verify=function(t){return dn(this,void 0,Promise,function(){var e,n;return fn(this,function(r){switch(r.label){case 0:return e=this.getParamsByVersion(t,"VERIFY_URL"),[4,this.config.request(e.url,{method:"POST",body:e.params})];case 1:return n=r.sent(),"v2"!==(null==t?void 0:t.version)?[3,3]:[4,this.config.credentialsClient.setCredentials(hn(hn({},n),{version:"v2"}))];case 2:r.sent(),r.label=3;case 3:return[2,n]}})})},t.prototype.genProviderRedirectUri=function(e){return dn(this,void 0,Promise,function(){var n,r,o,i,s;return fn(this,function(a){return n=e.provider_redirect_uri,r=e.other_params,o=void 0===r?{}:r,i=function(t,e){var n={};for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&e.indexOf(r)<0&&(n[r]=t[r]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(t);o<r.length;o++)e.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(t,r[o])&&(n[r[o]]=t[r[o]])}return n}(e,["provider_redirect_uri","other_params"]),n&&!i.redirect_uri&&(i.redirect_uri=n),s="".concat(Xt.PROVIDER_URI_URL,"?").concat(t.parseParamsToSearch(i)),Object.keys(o).forEach(function(t){var e=o[t];("sign_out_uri"!==t||(null==e?void 0:e.length)>0)&&(s+="&other_params[".concat(t,"]=").concat(encodeURIComponent(e)))}),[2,this.config.request(s,{method:"GET"})]})})},t.prototype.grantProviderToken=function(t,e){return void 0===e&&(e=!1),dn(this,void 0,Promise,function(){return fn(this,function(n){return[2,this.config.request(Xt.PROVIDER_TOKEN_URL,{method:"POST",body:t,useWxCloud:e})]})})},t.prototype.patchProviderToken=function(t){return dn(this,void 0,Promise,function(){return fn(this,function(e){return[2,this.config.request(Xt.PROVIDER_TOKEN_URL,{method:"PATCH",body:t})]})})},t.prototype.signInWithProvider=function(t,e){return void 0===e&&(e=!1),dn(this,void 0,Promise,function(){var n,r;return fn(this,function(o){switch(o.label){case 0:return n=this.getParamsByVersion(t,"AUTH_SIGN_IN_WITH_PROVIDER_URL"),[4,this.config.request(n.url,{method:"POST",body:n.params,useWxCloud:e})];case 1:return r=o.sent(),[4,this.config.credentialsClient.setCredentials(hn(hn({},r),{version:(null==t?void 0:t.version)||"v1"}))];case 2:return o.sent(),[2,Promise.resolve(r)]}})})},t.prototype.toBindIdentity=function(t){var e,n;return dn(this,void 0,void 0,function(){var r,o,i,s;return fn(this,function(a){switch(a.label){case 0:return(o=t.credentials)?[3,2]:[4,this.config.credentialsClient.localCredentials.getCredentials()];case 1:o=a.sent(),a.label=2;case 2:r=o,a.label=3;case 3:return a.trys.push([3,5,,6]),[4,this.bindWithProvider({provider_token:t.provider_token},r)];case 4:return a.sent(),i={data:{type:ye,provider:t.provider},error:null},[3,6];case 5:return s=a.sent(),i={data:{type:ye},error:new ln(s)},[3,6];case 6:return t.fireEvent&&(null===(n=null===(e=this.config.eventBus)||void 0===e?void 0:e.fire)||void 0===n||n.call(e,pe,{event:de,info:i})),[2,i]}})})},t.prototype.getInitialSession=function(){return dn(this,void 0,Promise,function(){var t,e,n,r,o,i,s,a,u,c,l,h,d,f,p;return fn(this,function(v){switch(v.label){case 0:t={},v.label=1;case 1:if(v.trys.push([1,12,,13]),"undefined"==typeof window||"undefined"==typeof document)return[2,{data:null,error:null}];if(e=new URLSearchParams(null===location||void 0===location?void 0:location.search),n=e.get("code"),r=e.get("state"),!n||!r)return[2,{data:null,error:null}];o=null;try{o=JSON.parse(sessionStorage.getItem(r)||"null")}catch(t){}return t={type:null==o?void 0:o.type},i=e.get("error"),s=e.get("error_description"),i||s?[2,{data:t,error:new ln({message:s||i||"Unknown error from OAuth provider"})}]:(a=(null==o?void 0:o.provider)||e.get("provider"))?(u=location.origin+location.pathname,[4,this.grantProviderToken({provider_id:a,provider_redirect_uri:u,provider_code:n})]):[2,{data:t,error:new ln({message:"Provider is required for OAuth verification"})}];case 2:return c=v.sent().provider_token,l=void 0,h=null,d=void 0,o.type!==ye?[3,5]:[4,this.config.credentialsClient.localCredentials.getCredentials()];case 3:return l=v.sent(),[4,this.toBindIdentity({provider:a,provider_token:c,credentials:l})];case 4:return d=v.sent(),[3,11];case 5:return o.type!==ve?[3,11]:(d=this.getParamsByVersion({provider:a},"AUTH_SIGN_IN_WITH_PROVIDER_URL"),[4,this.config.request(d.url,{method:"POST",body:{provider_token:c}})]);case 6:l=v.sent(),v.label=7;case 7:return v.trys.push([7,9,,10]),[4,this.getUserInfo({credentials:l})];case 8:return h=v.sent(),[3,10];case 9:return f=v.sent(),console.error("get user info error",f),[3,10];case 10:d={data:hn(hn({},t),{session:l,user:h}),error:null},v.label=11;case 11:e.delete("code"),e.delete("state"),e.delete("provider"),this.restoreUrlState(void 0===(null==o?void 0:o.search)?"?".concat(e.toString()):o.search,(null==o?void 0:o.hash)||location.hash);try{sessionStorage.removeItem(r)}catch(t){}return[2,d];case 12:return p=v.sent(),[2,{data:t,error:new ln(p)}];case 13:return[2]}})})},t.prototype.signInCustom=function(t){return dn(this,void 0,Promise,function(){var e;return fn(this,function(n){switch(n.label){case 0:return[4,this.config.request(Xt.AUTH_SIGN_IN_CUSTOM,{method:"POST",body:t})];case 1:return e=n.sent(),[4,this.config.credentialsClient.setCredentials(e)];case 2:return n.sent(),[2,Promise.resolve(e)]}})})},t.prototype.signInWithWechat=function(t){return void 0===t&&(t={}),dn(this,void 0,Promise,function(){var e;return fn(this,function(n){switch(n.label){case 0:return[4,this.config.request(Xt.AUTH_SIGN_IN_WITH_WECHAT_URL,{method:"POST",body:t})];case 1:return e=n.sent(),[4,this.config.credentialsClient.setCredentials(e)];case 2:return n.sent(),[2,Promise.resolve(e)]}})})},t.prototype.bindWithProvider=function(t,e){return dn(this,void 0,Promise,function(){return fn(this,function(n){return[2,this.config.request(Xt.PROVIDER_BIND_URL,{method:"POST",body:t,withCredentials:!0,getCredentials:e?function(){return e}:void 0})]})})},t.prototype.getUserProfile=function(t){return dn(this,void 0,Promise,function(){return fn(this,function(e){return[2,this.getUserInfo(t)]})})},t.prototype.getUserInfo=function(t){var e,n,r;return void 0===t&&(t={}),dn(this,void 0,Promise,function(){var o,i,s,a,u;return fn(this,function(c){switch(c.label){case 0:return o=this.getParamsByVersion(t,"USER_ME_URL"),(null===(e=o.params)||void 0===e?void 0:e.query)&&(i=new on(o.params.query),o.url+="?".concat(i.toString())),[4,this.config.request(o.url,{method:"GET",withCredentials:!0,getCredentials:t.credentials?function(){return t.credentials}:void 0})];case 1:if((s=c.sent()).sub&&(s.uid=s.sub),null===(n=s.providers)||void 0===n?void 0:n.length)try{"undefined"!=typeof wx&&wx.getAccountInfoSync&&(a=null===(r=wx.getAccountInfoSync().miniProgram)||void 0===r?void 0:r.appId,(null==(u=s.providers.find(function(t){return t.id===a}))?void 0:u.provider_user_id)&&(s.open_id=u.provider_user_id))}catch(t){}return[2,s]}})})},t.prototype.getWedaUserInfo=function(){return dn(this,void 0,Promise,function(){return fn(this,function(t){switch(t.label){case 0:return[4,this.config.request(Xt.WEDA_USER_URL,{method:"GET",withCredentials:!0})];case 1:return[2,t.sent()]}})})},t.prototype.deleteMe=function(e){return dn(this,void 0,Promise,function(){var n,r;return fn(this,function(o){return n=this.getParamsByVersion(e,"USER_ME_URL"),r="".concat(n.url,"?").concat(t.parseParamsToSearch(n.params)),[2,this.config.request(r,{method:"DELETE",withCredentials:!0})]})})},t.prototype.hasLoginState=function(){return dn(this,void 0,Promise,function(){return fn(this,function(t){switch(t.label){case 0:return t.trys.push([0,2,,3]),[4,this.config.credentialsClient.getAccessToken()];case 1:return t.sent(),[2,!0];case 2:return t.sent(),[2,!1];case 3:return[2]}})})},t.prototype.hasLoginStateSync=function(){return this.config.credentialsClient.getCredentialsSync()},t.prototype.getLoginState=function(){return dn(this,void 0,Promise,function(){return fn(this,function(t){return[2,this.config.credentialsClient.getCredentialsAsync()]})})},t.prototype.transByProvider=function(t){return dn(this,void 0,Promise,function(){return fn(this,function(e){return[2,this.config.request(Xt.USER_TRANS_BY_PROVIDER_URL,{method:"PATCH",body:t,withCredentials:!0})]})})},t.prototype.grantToken=function(t){return dn(this,void 0,Promise,function(){var e;return fn(this,function(n){return e=this.getParamsByVersion(t,"AUTH_TOKEN_URL"),[2,this.config.request(e.url,{method:"POST",body:e.params})]})})},t.prototype.getProviders=function(){return dn(this,void 0,Promise,function(){return fn(this,function(t){return[2,this.config.request(Xt.PROVIDER_LIST,{method:"GET",withCredentials:!0})]})})},t.prototype.unbindProvider=function(t){return dn(this,void 0,Promise,function(){return fn(this,function(e){return[2,this.config.request("".concat(Xt.PROVIDER_UNBIND_URL,"/").concat(t.provider_id),{method:"DELETE",withCredentials:!0})]})})},t.prototype.checkPassword=function(t){return dn(this,void 0,Promise,function(){return fn(this,function(e){return[2,this.config.request("".concat(Xt.CHECK_PWD_URL),{method:"POST",withCredentials:!0,body:t})]})})},t.prototype.editContact=function(t){return dn(this,void 0,Promise,function(){return fn(this,function(e){return[2,this.config.request("".concat(Xt.BIND_CONTACT_URL),{method:"PATCH",withCredentials:!0,body:t})]})})},t.prototype.setPassword=function(t){return dn(this,void 0,Promise,function(){return fn(this,function(e){return[2,this.config.request("".concat(Xt.AUTH_SET_PASSWORD),{method:"PATCH",withCredentials:!0,body:t})]})})},t.prototype.updatePasswordByOld=function(t){return dn(this,void 0,Promise,function(){var e;return fn(this,function(n){switch(n.label){case 0:return[4,this.sudo({password:t.old_password})];case 1:return e=n.sent(),[2,this.setPassword({sudo_token:e.sudo_token,new_password:t.new_password})]}})})},t.prototype.sudo=function(t){return dn(this,void 0,Promise,function(){return fn(this,function(e){return[2,this.config.request("".concat(Xt.SUDO_URL),{method:"POST",withCredentials:!0,body:t})]})})},t.prototype.sendVerificationCodeToCurrentUser=function(t){return dn(this,void 0,Promise,function(){return fn(this,function(e){return t.target="CUR_USER",[2,this.config.request(Xt.VERIFICATION_URL,{method:"POST",body:t,withCredentials:!0,withCaptcha:!0})]})})},t.prototype.changeBoundProvider=function(t){return dn(this,void 0,Promise,function(){return fn(this,function(e){return[2,this.config.request("".concat(Xt.PROVIDER_LIST,"/").concat(t.provider_id,"/trans"),{method:"POST",body:{provider_trans_token:t.trans_token},withCredentials:!0})]})})},t.prototype.setUserProfile=function(t){return dn(this,void 0,Promise,function(){return fn(this,function(e){return[2,this.config.request(Xt.USER_PRIFILE_URL,{method:"PATCH",body:t,withCredentials:!0})]})})},t.prototype.updateUserBasicInfo=function(t){return dn(this,void 0,Promise,function(){return fn(this,function(e){return[2,this.config.request(Xt.USER_BASIC_EDIT_URL,{method:"POST",withCredentials:!0,body:t})]})})},t.prototype.queryUserProfile=function(t){return dn(this,void 0,Promise,function(){var e;return fn(this,function(n){return e=new on(t),[2,this.config.request("".concat(Xt.USER_QUERY_URL,"?").concat(e.toString()),{method:"GET",withCredentials:!0})]})})},t.prototype.setCustomSignFunc=function(t){this.getCustomSignTicketFn=t},t.prototype.signInWithCustomTicket=function(){return dn(this,void 0,Promise,function(){var t,e;return fn(this,function(n){switch(n.label){case 0:return(t=this.getCustomSignTicketFn)?[4,t()]:[2,Promise.reject({error:"failed_precondition",error_description:"please use setCustomSignFunc to set custom sign function"})];case 1:return e=n.sent(),[2,this.signInCustom({provider_id:"custom",ticket:e})]}})})},t.prototype.resetPassword=function(t){return dn(this,void 0,Promise,function(){return fn(this,function(e){return[2,this.config.request(Xt.AUTH_RESET_PASSWORD,{method:"POST",body:t})]})})},t.prototype.authorize=function(t){return dn(this,void 0,Promise,function(){return fn(this,function(e){return[2,this.config.request(Xt.AUTHORIZE_URL,{method:"POST",withCredentials:!0,body:t})]})})},t.prototype.authorizeDevice=function(t){return dn(this,void 0,Promise,function(){return fn(this,function(e){return[2,this.config.request(Xt.AUTHORIZE_DEVICE_URL,{method:"POST",withCredentials:!0,body:t})]})})},t.prototype.deviceAuthorize=function(t){return dn(this,void 0,Promise,function(){return fn(this,function(e){return[2,this.config.request(Xt.AUTH_GET_DEVICE_CODE,{method:"POST",body:t})]})})},t.prototype.authorizeInfo=function(e){return dn(this,void 0,Promise,function(){var n,r,o;return fn(this,function(i){switch(i.label){case 0:return n="".concat(Xt.AUTHORIZE_INFO_URL,"?").concat(t.parseParamsToSearch(e)),r=!0,o=!1,[4,this.hasLoginState()];case 1:return i.sent()&&(o=!0,r=!1),[2,this.config.request(n,{method:"GET",withBasicAuth:r,withCredentials:o})]}})})},t.prototype.checkUsername=function(t){return dn(this,void 0,Promise,function(){return fn(this,function(e){return[2,this.config.request(Xt.CHECK_USERNAME,{method:"GET",body:t,withCredentials:!0})]})})},t.prototype.checkIfUserExist=function(t){return dn(this,void 0,Promise,function(){var e;return fn(this,function(n){return e=new on(t),[2,this.config.request("".concat(Xt.CHECK_IF_USER_EXIST,"?").concat(e.toString()),{method:"GET"})]})})},t.prototype.loginScope=function(){return dn(this,void 0,Promise,function(){return fn(this,function(t){return[2,this.config.credentialsClient.getScope()]})})},t.prototype.loginGroups=function(){return dn(this,void 0,Promise,function(){return fn(this,function(t){return[2,this.config.credentialsClient.getGroups()]})})},t.prototype.refreshTokenForce=function(t){return dn(this,void 0,void 0,function(){var e;return fn(this,function(n){switch(n.label){case 0:return[4,this.config.credentialsClient.getCredentials()];case 1:return e=n.sent(),[4,this.config.credentialsClient.refreshToken(hn(hn({},e),{version:(null==t?void 0:t.version)||"v1"}))];case 2:return[2,n.sent()]}})})},t.prototype.getCredentials=function(){return dn(this,void 0,void 0,function(){return fn(this,function(t){return[2,this.config.credentialsClient.getCredentials()]})})},t.prototype.getPublicKey=function(){return dn(this,void 0,Promise,function(){return fn(this,function(t){return[2,this.config.request(Zt.AUTH_PUBLIC_KEY,{method:"POST",body:{}})]})})},t.prototype.getEncryptParams=function(t){return dn(this,void 0,Promise,function(){var e,n,r,o,i,s;return fn(this,function(a){switch(a.label){case 0:return e=t.isEncrypt,delete t.isEncrypt,n=(0,be.I)(t),[4,pn(e,this.config.adapter)];case 1:if(!(r=a.sent()))return[2,t];o="",i="",a.label=2;case 2:return a.trys.push([2,4,,5]),[4,this.getPublicKey()];case 3:if(s=a.sent(),o=s.public_key,i=s.public_key_thumbprint,!o||!i)throw s;return[3,5];case 4:throw a.sent();case 5:return[2,{params:r.getEncryptInfo({publicKey:o,payload:n}),public_key_thumbprint:i}]}})})},t.prototype.getProviderSubType=function(){return dn(this,void 0,Promise,function(){return fn(this,function(t){return[2,this.config.request(Xt.GET_PROVIDER_TYPE,{method:"POST",body:{provider_id:"weda"}})]})})},t.prototype.verifyCaptchaData=function(t){var e=t.token,n=t.key;return dn(this,void 0,void 0,function(){return fn(this,function(t){return[2,this.config.request(Xt.VERIFY_CAPTCHA_DATA_URL,{method:"POST",body:{token:e,key:n},withCredentials:!1})]})})},t.prototype.createCaptchaData=function(t){var e=t.state,n=t.redirect_uri,r=void 0===n?void 0:n;return dn(this,void 0,void 0,function(){return fn(this,function(t){return[2,this.config.request(Xt.CAPTCHA_DATA_URL,{method:"POST",body:{state:e,redirect_uri:r},withCredentials:!1})]})})},t.prototype.getMiniProgramCode=function(t){return dn(this,void 0,Promise,function(){return fn(this,function(e){return[2,this.config.request(Xt.GET_MINIPROGRAM_QRCODE,{method:"POST",body:t})]})})},t.prototype.getMiniProgramQrCodeStatus=function(t){return dn(this,void 0,Promise,function(){return fn(this,function(e){return[2,this.config.request(Xt.GET_MINIPROGRAM_QRCODE_STATUS,{method:"POST",body:t})]})})},t.prototype.getUserBehaviorLog=function(t){return dn(this,void 0,Promise,function(){var e,n;return fn(this,function(r){return e={LOGIN:"query[action]=USER_LOGIN",MODIFY:"ne_query[action]=USER_LOGIN"},n="".concat(Xt.GET_USER_BEHAVIOR_LOG,"?").concat(e[t.type],"&limit=").concat(t.limit).concat(t.page_token?"&page_token=".concat(t.page_token):""),[2,this.config.request(n,{method:"GET",withCredentials:!0})]})})},t.prototype.modifyPassword=function(t){return dn(this,void 0,Promise,function(){var e,n,r,o,i,s;return fn(this,function(a){switch(a.label){case 0:return e="",n="",[4,pn(!0,this.config.adapter)];case 1:if(!(r=a.sent()))throw new Error("do not support encrypt, a encrypt util required.");a.label=2;case 2:return a.trys.push([2,4,,5]),[4,this.getPublicKey()];case 3:if(o=a.sent(),e=o.public_key,n=o.public_key_thumbprint,!e||!n)throw o;return[3,5];case 4:throw a.sent();case 5:return i=t.password?r.getEncryptInfo({publicKey:e,payload:t.password}):"",s=r.getEncryptInfo({publicKey:e,payload:t.new_password}),[2,this.config.request(Xt.USER_BASIC_EDIT_URL,{method:"POST",withCredentials:!0,body:{user_id:t.user_id,encrypt_password:i,encrypt_new_password:s,public_key_thumbprint:n}})]}})})},t.prototype.modifyPasswordWithoutLogin=function(t){return dn(this,void 0,Promise,function(){var e,n,r,o,i,s;return fn(this,function(a){switch(a.label){case 0:return e="",n="",[4,pn(!0,this.config.adapter)];case 1:if(!(r=a.sent()))throw new Error("do not support encrypt, a encrypt util required.");a.label=2;case 2:return a.trys.push([2,4,,5]),[4,this.getPublicKey()];case 3:if(o=a.sent(),e=o.public_key,n=o.public_key_thumbprint,!e||!n)throw o;return[3,5];case 4:throw a.sent();case 5:return i=t.password?r.getEncryptInfo({publicKey:e,payload:t.password}):"",s=r.getEncryptInfo({publicKey:e,payload:t.new_password}),[2,this.config.request(Zt.AUTH_RESET_PASSWORD,{method:"POST",body:{username:t.username,password:i,new_password:s,public_key_thumbprint:n}})]}})})},t.prototype.restoreUrlState=function(t,e){if(void 0!==t)try{var n=new URL(window.location.href);n.search=t,n.hash=e||"",window.history.replaceState(null,"",n.toString()),window.location.replace(n.toString())}catch(t){}},t}(),mn=function(){return mn=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},mn.apply(this,arguments)},gn=function(){function t(t){var e=t.apiOrigin,n=t.getApiOrigin,r=t.apiPath,o=void 0===r?oe:r,i=t.clientId,s=t.env,a=t.storage,u=t.request,c=t.baseRequest,l=t.anonymousSignInFunc,h=t.wxCloud,d=t.adapter,f=t.onCredentialsError,p=t.headers,v=t.i18n,y=t.useWxCloud,m=t.eventBus,g=t.detectSessionInUrl,b=t.debug;if(this.detectSessionInUrl=null!=g&&g,this.oauth2client=new Be({apiOrigin:e,getApiOrigin:n,apiPath:o,clientId:i,env:s,storage:a,baseRequest:c||u,anonymousSignInFunc:l,wxCloud:h,onCredentialsError:f,headers:p||{},i18n:v,useWxCloud:y,eventBus:m,debug:b}),this.authApi=new yn(mn(mn({credentialsClient:this.oauth2client},t),{request:u?this.oauth2client.request.bind(this.oauth2client):void 0,adapter:d})),g)this.oauth2client.setGetInitialSession(this.authApi.getInitialSession.bind(this.authApi));else try{var w=new URL(window.location.href),_=w.searchParams.get("code"),I=w.searchParams.get("state"),E=JSON.parse(sessionStorage.getItem(I)||"null");_&&I&&(null==E?void 0:E.hash)&&(w.hash=E.hash,window.history.replaceState(null,"",w.toString()),window.location.replace(w.toString()))}catch(t){}}return t.prototype.initializeSession=function(t){this.detectSessionInUrl?(this.oauth2client.setOnInitialSessionObtained(t),this.oauth2client.initialize()):this.oauth2client.initialize(Promise.resolve({error:null}))},t}(),bn=l(794),wn=l(141),_n=l(6197),In=l(8182),En=function(){return En=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},En.apply(this,arguments)},Sn=function(t,e,n,r){return new(n||(n=Promise))(function(o,i){function s(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(s,a)}u((r=r.apply(t,e||[])).next())})},On=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}},Tn=function(){function t(t){var e,n;try{this.localStorage=(null==t?void 0:t.localStorage)||((null===(n=null===(e=null==t?void 0:t.adapter)||void 0===e?void 0:e.root)||void 0===n?void 0:n.globalThis)||globalThis).localStorage}catch(e){this.localStorage=(null==t?void 0:t.localStorage)||{}}}return t.prototype.getItem=function(t){return Sn(this,void 0,Promise,function(){return On(this,function(e){return[2,this.localStorage.getItem(t)]})})},t.prototype.removeItem=function(t){return Sn(this,void 0,void 0,function(){return On(this,function(e){return this.localStorage.removeItem(t),[2]})})},t.prototype.setItem=function(t,e){return Sn(this,void 0,Promise,function(){return On(this,function(n){return this.localStorage.setItem(t,e),[2]})})},t.prototype.getItemSync=function(t){return this.localStorage.getItem(t)},t.prototype.setItemSync=function(t,e){this.localStorage.setItem(t,e)},t.prototype.removeItemSync=function(t){this.localStorage.removeItem(t)},t}(),Pn=/^[^:]+:\/\/[^/]+(\/[^?#]+)/,An=function(t,e){var n,r,o,i,s=null===(n=null==e?void 0:e.headers)||void 0===n?void 0:n["x-request-id"];return t||(t={}),((null==t?void 0:t.code)||(null===(r=null==t?void 0:t.data)||void 0===r?void 0:r.error_code))&&(t={error:t.code||t.data.error,error_description:t.data.error_description||t.message||t.code||t.data.error_code,request_id:t.requestId,error_code:null===(o=t.data)||void 0===o?void 0:o.error_code}),(null==t?void 0:t.request_id)||(t.request_id=t.request_id||s),(null==t?void 0:t.error)?(t.error_uri=(i=null==e?void 0:e.url,Pn.test(i)?RegExp.$1:i),t):(null==t?void 0:t.data)||{}},Rn=function(t){return t.adapter&&"default"!==t.adapter.type?function(t,e){var n=En({},t);try{if(!(null==t?void 0:t.storage)&&(null==e?void 0:e.localStorage)&&(n.storage=new Tn({localStorage:e.localStorage,adapter:e})),!t.captchaOptions&&(null==e?void 0:e.captchaOptions)&&(n.captchaOptions=e.captchaOptions),!t.baseRequest&&!t.request&&(null==e?void 0:e.reqClass)){var r={timeout:1e4,restrictedMethods:["get","post","upload","download","request"],auth:t.auth},o=new e.reqClass(r);n.baseRequest=function(t,e){var n,r,i,s,a;return Sn(this,void 0,void 0,function(){var u,c,l,h;return On(this,function(d){switch(d.label){case 0:if(u={},c=(null===(n=e.method)||void 0===n?void 0:n.toLocaleLowerCase())||"post","function"!=typeof(l=null===(i=null===(r=null==o?void 0:o[c])||void 0===r?void 0:r.bind)||void 0===i?void 0:i.call(r,o)))throw new Error("invalid 【".concat(c,"】 request method"));d.label=1;case 1:return d.trys.push([1,3,,4]),(null===(s=e.headers)||void 0===s?void 0:s["content-type"])&&!(null===(a=e.headers)||void 0===a?void 0:a["content-type"].includes("application/json"))||["string","undefined"].includes(typeof e.body)||(e.data=e.data||e.body,e.body=JSON.stringify(e.body)),[4,l(En({url:t},e))];case 2:return u=d.sent(),u=An(u,En(En({},e),{url:t})),[3,4];case 3:throw h=d.sent(),u=En(En({},null==h?void 0:h.data),h);case 4:if(null==u?void 0:u.error)throw u;return[2,u]}})})}}}catch(t){console.error("user adapter generate fail:",t)}return n}(t,t.adapter):function(t,e){var n=En({},t),r={};if((null==e?void 0:e.captchaOptions)&&(n.captchaOptions=e.captchaOptions),!tt.default.isMatch()||t.storage&&t.baseRequest)return n;try{var o=tt.default.genAdapter({}),i=o.localStorage,s=o.reqClass;if(i&&(r.storage=new Tn({localStorage:i,adapter:e})),s){var a=new s({timeout:1e4,restrictedMethods:["get","post","upload","download","request"]});r.request=function(t){return function(e,n){return Sn(this,void 0,void 0,function(){return On(this,function(r){return[2,new Promise(function(r,o){var i=Object.assign({},n);i.body&&"string"!=typeof i.body&&(i.body=JSON.stringify(i.body));var s=wx.request({url:e,data:i.body,timeout:t._timeout,method:i.method||"GET",header:i.headers,success:function(t){(t=An(t,En(En({},n),{url:e}))).error&&o(t),r(t)},fail:function(t){o({error:"unreachable",error_description:t.message})},complete:function(e){if(e&&e.errMsg&&t._timeout&&-1!==t._restrictedMethods.indexOf("request")&&"request:fail timeout"===e.errMsg){console.warn(t._timeoutMsg);try{s.abort()}catch(t){}}}})})]})})}}(a)}return n.captchaOptions&&(r.baseRequest=r.request,r.request=void 0),En(En({},n),r)}catch(t){console.error("adapter generate fail:",t)}return n}(t,t.adapter)},Cn=function(){return Cn=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},Cn.apply(this,arguments)},Nn=function(t,e,n,r){return new(n||(n=Promise))(function(o,i){function s(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(s,a)}u((r=r.apply(t,e||[])).next())})},xn=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}},Un=function(){function t(t){}return t.prototype.signInWithRedirect=function(){throw new Error("[v1 兼容] WeixinAuthProvider.signInWithRedirect() 在当前版本中无法实现。 建议使用 auth.signInWithOAuth({ provider: 'providerId' }) 替代。")},t.prototype.getRedirectResult=function(t){return Nn(this,void 0,Promise,function(){return xn(this,function(t){throw new Error("[v1 兼容] WeixinAuthProvider.getRedirectResult() 在当前版本中无法实现。 建议使用 auth.verifyOAuth({ code, state, provider }) 替代。")})})},t.prototype.getLinkRedirectResult=function(t){return Nn(this,void 0,Promise,function(){return xn(this,function(t){throw new Error("[v1 兼容] WeixinAuthProvider.getLinkRedirectResult() 在当前版本中无法实现。 建议使用 auth.linkIdentity({ provider: 'providerId' }) 替代。")})})},t}(),Ln=function(){function t(t){this.authInstance=t.authInstance}return t.prototype.signIn=function(t){return Nn(this,void 0,Promise,function(){return xn(this,function(e){switch(e.label){case 0:return[4,this.authInstance.signInWithCustomTicket(function(){return Promise.resolve(t)})];case 1:return e.sent(),[2]}})})},t}(),Dn=function(){function t(t){this.authInstance=t.authInstance}return t.prototype.signIn=function(){return Nn(this,void 0,Promise,function(){return xn(this,function(t){switch(t.label){case 0:return[4,this.authInstance.signInAnonymously({})];case 1:return t.sent(),[2]}})})},t}(),kn=function(){function t(){}return t.prototype.weixinAuthProvider=function(t){return new Un({authInstance:this,appid:t.appid,scope:t.scope})},t.prototype.customAuthProvider=function(){return new Ln({authInstance:this})},t.prototype.anonymousAuthProvider=function(){return new Dn({authInstance:this})},t.prototype.signUpWithEmailAndPassword=function(t,e){return Nn(this,void 0,Promise,function(){return xn(this,function(n){switch(n.label){case 0:return"string"!=typeof t&&(0,Ge.throwError)(bn.ERRORS.INVALID_PARAMS,"email must be a string"),"string"!=typeof e&&(0,Ge.throwError)(bn.ERRORS.INVALID_PARAMS,"password must be a string"),[4,this.signUp({email:t,password:e})];case 1:return[2,n.sent()]}})})},t.prototype.signInWithEmailAndPassword=function(t,e){return Nn(this,void 0,Promise,function(){return xn(this,function(n){switch(n.label){case 0:return"string"!=typeof t&&(0,Ge.throwError)(bn.ERRORS.INVALID_PARAMS,"email must be a string"),"string"!=typeof e&&(0,Ge.throwError)(bn.ERRORS.INVALID_PARAMS,"password must be a string"),[4,this.signIn({username:t,password:e})];case 1:return n.sent(),[2,this.createLoginState()]}})})},t.prototype.sendPasswordResetEmail=function(t){return Nn(this,void 0,Promise,function(){return xn(this,function(e){switch(e.label){case 0:return"string"!=typeof t&&(0,Ge.throwError)(bn.ERRORS.INVALID_PARAMS,"email must be a string"),[4,this.getVerification({email:t})];case 1:return e.sent(),[2]}})})},t.prototype.signInWithUsernameAndPassword=function(t,e){return Nn(this,void 0,Promise,function(){return xn(this,function(n){switch(n.label){case 0:return"string"!=typeof t&&(0,Ge.throwError)(bn.ERRORS.INVALID_PARAMS,"username must be a string"),"string"!=typeof e&&(0,Ge.throwError)(bn.ERRORS.INVALID_PARAMS,"password must be a string"),[4,this.signIn({username:t,password:e})];case 1:return n.sent(),[2,this.createLoginState()]}})})},t.prototype.sendPhoneCode=function(t){return Nn(this,void 0,Promise,function(){var e;return xn(this,function(n){switch(n.label){case 0:return"string"!=typeof t&&(0,Ge.throwError)(bn.ERRORS.INVALID_PARAMS,"phoneNumber must be a string"),e=this.formatPhone(t),[4,this.getVerification({phone_number:e})];case 1:return n.sent(),[2,!0]}})})},t.prototype.signUpWithPhoneCode=function(t,e,n){return Nn(this,void 0,Promise,function(){var r;return xn(this,function(o){switch(o.label){case 0:return"string"!=typeof t&&(0,Ge.throwError)(bn.ERRORS.INVALID_PARAMS,"phoneNumber must be a string"),"string"!=typeof e&&(0,Ge.throwError)(bn.ERRORS.INVALID_PARAMS,"phoneCode must be a string"),r=this.formatPhone(t),[4,this.signUp(Cn({phone_number:r,verification_code:e},n?{password:n}:{}))];case 1:return o.sent(),[2,this.createLoginState()]}})})},t.prototype.signInWithPhoneCodeOrPassword=function(t){return Nn(this,void 0,Promise,function(){var e,n,r,o;return xn(this,function(i){switch(i.label){case 0:return e=t.phoneNumber,n=t.phoneCode,r=t.password,"string"!=typeof e&&(0,Ge.throwError)(bn.ERRORS.INVALID_PARAMS,"phoneNumber must be a string"),o=this.formatPhone(e),r?[4,this.signIn({username:o,password:r})]:[3,2];case 1:return i.sent(),[3,5];case 2:return n?[4,this.signIn({username:o,verification_token:n})]:[3,4];case 3:return i.sent(),[3,5];case 4:(0,Ge.throwError)(bn.ERRORS.INVALID_PARAMS,"phoneCode or password must be provided"),i.label=5;case 5:return[2,this.createLoginState()]}})})},t.prototype.forceResetPwdByPhoneCode=function(t){return Nn(this,void 0,Promise,function(){var e,n,r,o;return xn(this,function(i){switch(i.label){case 0:return e=t.phoneNumber,n=t.phoneCode,r=t.password,"string"!=typeof e&&(0,Ge.throwError)(bn.ERRORS.INVALID_PARAMS,"phoneNumber must be a string"),"string"!=typeof n&&(0,Ge.throwError)(bn.ERRORS.INVALID_PARAMS,"phoneCode must be a string"),"string"!=typeof r&&(0,Ge.throwError)(bn.ERRORS.INVALID_PARAMS,"password must be a string"),o=this.formatPhone(e),[4,this.resetPassword({phone_number:o,new_password:r,verification_token:n})];case 1:return i.sent(),[4,this.signIn({username:o,password:r})];case 2:return i.sent(),[2,this.createLoginState()]}})})},t.prototype.shouldRefreshAccessToken=function(t){throw new Error("[v1 兼容] shouldRefreshAccessToken() 在当前版本中无法实现。 建议使用 auth.onAuthStateChange(callback) 来监听 TOKEN_REFRESHED 事件替代。")},t.prototype.onLoginStateExpired=function(t){var e=this;this.onLoginStateChanged(function(n){(null==n?void 0:n.eventType)===ae&&t.call(e)})},t.prototype.onAccessTokenRefreshed=function(t){var e=this;this.onAuthStateChange(function(n){n===le&&t.call(e)})},t.prototype.onAnonymousConverted=function(t){var e=this;this.onAuthStateChange(function(n){n===ce&&t.call(e)})},t.prototype.onLoginTypeChanged=function(t){var e=this;this.onAuthStateChange(function(n){n!==ce&&n!==ue||t.call(e)})},t}(),jn=function(){var t=function(e,n){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},t(e,n)};return function(e,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),qn=function(){return qn=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},qn.apply(this,arguments)},Mn=function(t,e,n,r){var o,i=arguments.length,s=i<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,n,r);else for(var a=t.length-1;a>=0;a--)(o=t[a])&&(s=(i<3?o(s):i>3?o(e,n,s):o(e,n))||s);return i>3&&s&&Object.defineProperty(e,n,s),s},Wn=function(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)},Fn=function(t,e,n,r){return new(n||(n=Promise))(function(o,i){function s(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(s,a)}u((r=r.apply(t,e||[])).next())})},Bn=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}},Vn=function(){return"undefined"!=typeof window&&"undefined"!=typeof document},Gn=function(t){return function(e){t.fire(fe,qn(qn({},e),{eventType:ae}))}},Hn=function(){function e(t){var e=t.cache,n=t.oauthInstance;this.cache=e,this.oauthInstance=n,this.setUserInfo()}var n,r,o;return e.prototype.checkLocalInfo=function(){return Fn(this,void 0,void 0,function(){return Bn(this,function(t){return this.uid=this.getLocalUserInfo("uid"),this.gender=this.getLocalUserInfo("gender"),this.picture=this.getLocalUserInfo("picture"),this.email=this.getLocalUserInfo("email"),this.emailVerified=this.getLocalUserInfo("email_verified"),this.phoneNumber=this.getLocalUserInfo("phone_number"),this.username=this.getLocalUserInfo("username"),this.name=this.getLocalUserInfo("name"),this.birthdate=this.getLocalUserInfo("birthdate"),this.zoneinfo=this.getLocalUserInfo("zoneinfo"),this.locale=this.getLocalUserInfo("locale"),this.sub=this.getLocalUserInfo("sub"),this.createdFrom=this.getLocalUserInfo("created_from"),this.providers=this.getLocalUserInfo("providers"),[2]})})},e.prototype.checkLocalInfoAsync=function(){return Fn(this,void 0,void 0,function(){var t,e,n,r;return Bn(this,function(o){switch(o.label){case 0:return t=this,[4,this.getLocalUserInfoAsync("uid")];case 1:return t.uid=o.sent(),e=this,[4,this.getLocalUserInfoAsync("gender")];case 2:return e.gender=o.sent(),this.picture=this.getLocalUserInfo("picture"),n=this,[4,this.getLocalUserInfoAsync("email")];case 3:return n.email=o.sent(),this.emailVerified=this.getLocalUserInfo("email_verified"),this.phoneNumber=this.getLocalUserInfo("phone_number"),r=this,[4,this.getLocalUserInfoAsync("username")];case 4:return r.username=o.sent(),this.name=this.getLocalUserInfo("name"),this.birthdate=this.getLocalUserInfo("birthdate"),this.zoneinfo=this.getLocalUserInfo("zoneinfo"),this.locale=this.getLocalUserInfo("locale"),this.sub=this.getLocalUserInfo("sub"),this.createdFrom=this.getLocalUserInfo("created_from"),this.providers=this.getLocalUserInfo("providers"),[2]}})})},e.prototype.update=function(t){return Fn(this,void 0,Promise,function(){var e;return Bn(this,function(n){switch(n.label){case 0:return[4,this.oauthInstance.authApi.setUserProfile(qn({},t))];case 1:return e=n.sent(),this.setLocalUserInfo(e),[2]}})})},e.prototype.updateUserBasicInfo=function(t){return Fn(this,void 0,Promise,function(){return Bn(this,function(e){switch(e.label){case 0:return[4,this.oauthInstance.authApi.updateUserBasicInfo(qn({},t))];case 1:return e.sent(),[4,this.refresh()];case 2:return e.sent(),[2]}})})},e.prototype.updatePassword=function(t,e){return this.oauthInstance.authApi.updatePasswordByOld({old_password:e,new_password:t})},e.prototype.updateUsername=function(t){return"string"!=typeof t&&(0,Ge.throwError)(bn.ERRORS.INVALID_PARAMS,"username must be a string"),this.update({username:t})},e.prototype.refresh=function(t){return Fn(this,void 0,Promise,function(){var e;return Bn(this,function(n){switch(n.label){case 0:return[4,this.oauthInstance.authApi.getUserInfo(t)];case 1:if("INVALID_ACCESS_TOKEN"===(e=n.sent()).code)throw this.setLocalUserInfo({}),e;return this.setLocalUserInfo(e),[2,e]}})})},e.prototype.getLocalUserInfo=function(t){var e=this.cache.keys.userInfoKey,n=this.cache.getStore(e);return t?n[t]:n||{}},e.prototype.setLocalUserInfo=function(t){var e=this.cache.keys.userInfoKey;this.cache.setStore(e,t),this.setUserInfo()},e.prototype.getLocalUserInfoAsync=function(t){return Fn(this,void 0,Promise,function(){var e;return Bn(this,function(n){switch(n.label){case 0:return e=this.cache.keys.userInfoKey,[4,this.cache.getStoreAsync(e)];case 1:return[2,n.sent()[t]]}})})},e.prototype.setUserInfo=function(){var t=this,e=this.cache.keys.userInfoKey,n=this.cache.getStore(e);["uid","email","name","gender","picture","email_verified","phone_number","birthdate","zoneinfo","locale","sub","created_from","providers","username","created_at","open_id"].forEach(function(e){t[e]=n[e]})},Mn([(0,wn.catchErrorsDecorator)({title:"更新用户信息失败",messages:["请确认以下各项:"," 1 - 调用 User.update() 的语法或参数是否正确"," 2 - 用户信息中是否包含非法值","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(bn.COMMUNITY_SITE_URL)]}),Wn("design:type",Function),Wn("design:paramtypes",["function"==typeof(n=t.UserProfile)?n:Object]),Wn("design:returntype","function"==typeof(r="undefined"!=typeof Promise&&Promise)?r:Object)],e.prototype,"update",null),Mn([(0,wn.catchErrorsDecorator)({title:"更新密码失败",messages:["请确认以下各项:"," 1 - 调用 User.updatePassword() 的语法或参数是否正确"," 3 - 新密码中是否包含非法字符","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(bn.COMMUNITY_SITE_URL)]}),Wn("design:type",Function),Wn("design:paramtypes",[String,String]),Wn("design:returntype",void 0)],e.prototype,"updatePassword",null),Mn([(0,wn.catchErrorsDecorator)({title:"更新用户名失败",messages:["请确认以下各项:"," 1 - 调用 User.updateUsername() 的语法或参数是否正确"," 2 - 当前环境是否开通了用户名密码登录","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(bn.COMMUNITY_SITE_URL)]}),Wn("design:type",Function),Wn("design:paramtypes",[String]),Wn("design:returntype",void 0)],e.prototype,"updateUsername",null),Mn([(0,wn.catchErrorsDecorator)({title:"刷新本地用户信息失败",messages:["请确认以下各项:"," 1 - 调用 User.refresh() 的语法或参数是否正确","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(bn.COMMUNITY_SITE_URL)]}),Wn("design:type",Function),Wn("design:paramtypes",[Object]),Wn("design:returntype","function"==typeof(o="undefined"!=typeof Promise&&Promise)?o:Object)],e.prototype,"refresh",null),e}();(vn=Hn).prototype.linkWithTicket=function(t){return Nn(this,void 0,Promise,function(){return xn(this,function(t){throw new Error("[v1 兼容] User.linkWithTicket() 在当前版本中无法实现。 建议使用 auth.signInWithCustomTicket(() => Promise.resolve(ticket)) 替代。")})})},vn.prototype.linkWithRedirect=function(t){throw new Error("[v1 兼容] User.linkWithRedirect() 在当前版本中无法实现。 建议使用 auth.linkIdentity({ provider: 'providerId' }) 替代。")},vn.prototype.updateEmail=function(t,e){return Nn(this,void 0,Promise,function(){return xn(this,function(e){switch(e.label){case 0:return"string"!=typeof t&&(0,Ge.throwError)(bn.ERRORS.INVALID_PARAMS,"newEmail must be a string"),[4,this.updateUserBasicInfo({email:t})];case 1:return e.sent(),[2]}})})},vn.prototype.linkWithPhoneNumber=function(t,e){return Nn(this,void 0,Promise,function(){return xn(this,function(t){throw new Error("[v1 兼容] User.linkWithPhoneNumber() 在当前版本中无法实现。 建议使用 auth.bindPhoneNumber({ phone_number, verification_token, sudo_token }) 替代。")})})},vn.prototype.updatePhoneNumber=function(t,e){return Nn(this,void 0,Promise,function(){return xn(this,function(t){throw new Error("[v1 兼容] User.updatePhoneNumber() 在当前版本中无法实现。 建议使用 auth.updateUser({ phone: newPhoneNumber }) 替代。")})})},vn.prototype.unlink=function(t){return Nn(this,void 0,Promise,function(){return xn(this,function(t){throw new Error("[v1 兼容] User.unlink() 在当前版本中无法实现。 建议使用 auth.unlinkIdentity({ provider: loginType }) 替代。")})})};var Kn=function(){function t(t){var e=t.envId,n=t.cache,r=t.oauthInstance;e||(0,Ge.throwError)(bn.ERRORS.INVALID_PARAMS,"envId is not defined"),this.cache=n,this.oauthInstance=r,this.user=new Hn({cache:this.cache,oauthInstance:r})}return t.prototype.checkLocalState=function(){var t;this.oauthLoginState=null===(t=this.oauthInstance)||void 0===t?void 0:t.authApi.hasLoginStateSync(),this.user.checkLocalInfo()},t.prototype.checkLocalStateAsync=function(){var t;return Fn(this,void 0,void 0,function(){return Bn(this,function(e){switch(e.label){case 0:return[4,null===(t=this.oauthInstance)||void 0===t?void 0:t.authApi.getLoginState()];case 1:return e.sent(),[4,this.user.checkLocalInfoAsync()];case 2:return e.sent(),[2]}})})},t}(),Jn=function(e){function n(t){var n=e.call(this)||this;return n.listeners=new Map,n.hasListenerSetUp=!1,n.config=t,n.oauthInstance=t.oauthInstance,n.cache=t.cache,n.init(),n.setAccessKey(),n}var r,o,i,s,a,u,c,l,h,d,f,p,v,y,m,g,b,w,_,I,S;return jn(n,e),n.prototype.signInAnonymously=function(t){return Fn(this,void 0,Promise,function(){var e,n,r,o,i;return Bn(this,function(s){switch(s.label){case 0:return s.trys.push([0,4,,5]),[4,this.oauthInstance.authApi.signInAnonymously(t)];case 1:return s.sent(),[4,this.createLoginState()];case 2:return e=s.sent(),[4,this.getSession()];case 3:return n=s.sent().data,r=(void 0===n?{}:n).session,[2,qn(qn({},e),{data:{user:r.user,session:r},error:null})];case 4:return o=s.sent(),(i=new ln(o,{method:"signInAnonymously"})).category===sn.PROVIDER_NOT_ENABLED?(console.error(i.helpMessage),console.error("[CloudBase Auth] 提示:匿名登录需要在控制台开启「匿名登录」。\n 如果您需要使用用户名密码登录,请改用 auth.signInWithPassword({ username, password })。\n 不要在匿名登录失败后自动回退到密码登录,这两种方式的使用场景不同。")):(console.warn("[CloudBase Auth] signInAnonymously 失败 [".concat(i.category,"]: ").concat(i.message)),i.loginMethodHint&&console.warn(i.loginMethodHint)),[2,{data:{user:null,session:null},error:i}];case 5:return[2]}})})},n.prototype.signUp=function(t){return Fn(this,void 0,Promise,function(){var e,n,r=this;return Bn(this,function(o){switch(o.label){case 0:return t.phone_number||t.verification_code||t.verification_token||t.provider_token?(t.phone_number&&(t.phone_number=this.formatPhone(t.phone_number)),[4,this.oauthInstance.authApi.signUp(t)]):[3,2];case 1:return o.sent(),[2,this.createLoginState()];case 2:return o.trys.push([2,4,,5]),this.validateAtLeastOne(t,[["email"],["phone"]],"You must provide either an email or phone number"),[4,this.getVerification(t.email?{email:t.email,usage:ie.EMAIL}:{phone_number:this.formatPhone(t.phone)})];case 3:return e=o.sent(),[2,{data:{verifyOtp:function(n){var o=n.token,i=n.messageId,s=void 0===i?e.verification_id:i;return Fn(r,void 0,Promise,function(){var n,r,i,a,u;return Bn(this,function(c){switch(c.label){case 0:return c.trys.push([0,8,,9]),[4,this.verify({verification_id:s||e.verification_id,verification_code:String(o)})];case 1:return n=c.sent(),e.is_user?[4,this.signIn({username:t.email||this.formatPhone(t.phone),verification_token:n.verification_token})]:[3,3];case 2:return c.sent(),[3,6];case 3:return delete(r=JSON.parse(JSON.stringify(t))).email,delete r.phone,[4,this.oauthInstance.authApi.signUp(qn(qn(qn({},r),t.email?{email:t.email}:{phone_number:this.formatPhone(t.phone)}),{verification_token:n.verification_token,verification_code:o}))];case 4:return c.sent(),[4,this.createLoginState()];case 5:c.sent(),c.label=6;case 6:return[4,this.getSession()];case 7:return i=c.sent().data,[2,{data:{user:(a=(void 0===i?{}:i).session).user,session:a},error:null}];case 8:return u=c.sent(),[2,{data:{user:null,session:null},error:new ln(u,{method:"signUp"})}];case 9:return[2]}})})}},error:null}];case 4:return n=o.sent(),[2,{data:{user:null,session:null},error:new ln(n,{method:"signUp"})}];case 5:return[2]}})})},n.prototype.signOut=function(t){var e,n;return Fn(this,void 0,Promise,function(){var r,o,i;return Bn(this,function(s){switch(s.label){case 0:return s.trys.push([0,3,,4]),r=this.cache.keys.userInfoKey,[4,this.oauthInstance.authApi.signOut(t)];case 1:return o=s.sent(),[4,this.cache.removeStoreAsync(r)];case 2:return s.sent(),this.setAccessKey(),null===(e=this.config.eventBus)||void 0===e||e.fire(fe,{eventType:"sign_out"}),null===(n=this.config.eventBus)||void 0===n||n.fire(pe,{event:ue}),[2,qn(qn({},o),{data:{},error:null})];case 3:return i=s.sent(),[2,{data:{},error:new ln(i,{method:"signOut"})}];case 4:return[2]}})})},n.prototype.onAuthStateChange=function(t){var e=this;this.hasListenerSetUp||(this.setupListeners(),this.hasListenerSetUp=!0);var n=Math.random().toString(36);return this.listeners.has(n)||this.listeners.set(n,new Set),this.listeners.get(n).add(t),{data:{subscription:{id:n,callback:t,unsubscribe:function(){var r=e.listeners.get(n);r&&(r.delete(t),0===r.size&&e.listeners.delete(n))}}}}},n.prototype.signInWithPassword=function(t){var e,n;return Fn(this,void 0,Promise,function(){var r,o,i,s,a,u,c,l;return Bn(this,function(h){switch(h.label){case 0:return h.trys.push([0,3,,4]),this.validateAtLeastOne(t,[["username"],["email"],["phone"]],"You must provide either username, email, or phone"),this.validateParams(t,{password:{required:!0,message:"Password is required"}}),r="username"in t?t.username:void 0,o="email"in t?t.email:void 0,i="phone"in t?t.phone:void 0,s=null!==(n=null===(e=t.options)||void 0===e?void 0:e.is_encrypt)&&void 0!==n?n:t.is_encrypt,[4,this.signIn(qn({username:r||o||this.formatPhone(i),password:t.password},s?{isEncrypt:!0,version:"v2"}:{}))];case 1:return h.sent(),[4,this.getSession()];case 2:return a=h.sent().data,[2,{data:{user:(u=(void 0===a?{}:a).session).user,session:u},error:null}];case 3:return c=h.sent(),(l=new ln(c,{method:"signInWithPassword"})).category===sn.PROVIDER_NOT_ENABLED?console.error(l.helpMessage):l.category===sn.INVALID_CREDENTIALS||l.category===sn.USER_NOT_FOUND?console.warn(l.helpMessage):console.warn("[CloudBase Auth] signInWithPassword 失败 [".concat(l.category,"]: ").concat(l.message)),l.loginMethodHint&&console.info(l.loginMethodHint),[2,{data:{user:null,session:null},error:l}];case 4:return[2]}})})},n.prototype.signInWithIdToken=function(t){return Fn(this,void 0,Promise,function(){var e,n,r;return Bn(this,function(o){switch(o.label){case 0:return o.trys.push([0,3,,4]),this.validateParams(t,{token:{required:!0,message:"Token is required"}}),[4,this.signInWithProvider({provider_token:t.token})];case 1:return o.sent(),[4,this.getSession()];case 2:return e=o.sent().data,[2,{data:{user:(n=(void 0===e?{}:e).session).user,session:n},error:null}];case 3:return r=o.sent(),[2,{data:{user:null,session:null},error:new ln(r,{method:"signInWithIdToken"})}];case 4:return[2]}})})},n.prototype.signInWithOtp=function(t){return Fn(this,void 0,Promise,function(){var e,n,r,o,i,s=this;return Bn(this,function(a){switch(a.label){case 0:if(e=t.options,n="email"in t?t.email:void 0,r="phone"in t?t.phone:void 0,!(null==e?void 0:e.emailRedirectTo)&&(void 0===(null==e?void 0:e.shouldCreateUser)||(null==e?void 0:e.shouldCreateUser)))return[2,this.signUp(n?{email:n}:{phone:r})];a.label=1;case 1:return a.trys.push([1,3,,4]),this.validateAtLeastOne(t,[["email"],["phone"]],"You must provide either an email or phone number"),[4,this.getVerification(qn(qn({email_redirect_to:null==e?void 0:e.emailRedirectTo},n?{email:n,usage:ie.EMAIL}:{phone_number:this.formatPhone(r)}),{target:(null==e?void 0:e.emailRedirectTo)&&(null==e?void 0:e.shouldCreateUser)?"ANY":"USER"}))];case 2:return o=a.sent(),[2,{data:{user:null,session:null,verifyOtp:function(t){var e=t.token,i=t.messageId,a=void 0===i?o.verification_id:i;return Fn(s,void 0,Promise,function(){return Bn(this,function(t){return[2,this.verifyOtp(n?{email:n,token:String(e),messageId:a}:{phone:r,token:String(e),messageId:a})]})})}},error:null}];case 3:return i=a.sent(),[2,{data:{user:null,session:null},error:new ln(i,{method:"signInWithOtp"})}];case 4:return[2]}})})},n.prototype.verifyOAuth=function(t){return Fn(this,void 0,Promise,function(){var e,n,r,o,i,s,a,u,c;return Bn(this,function(l){switch(l.label){case 0:e={},l.label=1;case 1:return l.trys.push([1,7,,8]),n=(null==t?void 0:t.code)||E("code"),r=(null==t?void 0:t.state)||E("state"),n?r?(o=function(t){try{return JSON.parse(sessionStorage.getItem(t))}catch(t){return console.error("Failed to get browser session:",t),null}}(r),e.type=null==o?void 0:o.type,(i=(null==t?void 0:t.provider)||(null==o?void 0:o.provider)||E("provider"))?[4,this.grantProviderToken({provider_id:i,provider_redirect_uri:location.origin+location.pathname,provider_code:n})]:[2,{data:qn(qn({},e),{user:null,session:null,redirectUrl:null}),error:new ln({message:"Provider is required"})}]):[2,{data:{user:null,session:null,redirectUrl:null},error:new ln({message:"State is required"})}]:[2,{data:{user:null,session:null,redirectUrl:null},error:new ln({message:"Code is required"})}];case 2:return s=l.sent().provider_token,a=void 0,o.type!==ye?[3,4]:[4,this.oauthInstance.authApi.toBindIdentity({provider_token:s,provider:i,fireEvent:!0})];case 3:return a=l.sent(),[3,6];case 4:return[4,this.signInWithIdToken({token:s})];case 5:(a=l.sent()).data=qn(qn({},e),a.data),l.label=6;case 6:return(u=new URLSearchParams(null===location||void 0===location?void 0:location.search)).delete("code"),u.delete("state"),a.data.redirectUrl=function(t,e){if(void 0!==t){var n=new URL(window.location.href);return n.search=t,n.hash=e||n.hash,window.history.replaceState({},"",n.href),n.href}}(void 0===(null==o?void 0:o.search)?"?".concat(u.toString()):null==o?void 0:o.search,(null==o?void 0:o.hash)||location.hash),function(t){try{return sessionStorage.removeItem(t),!0}catch(t){return console.error("Failed to remove browser session:",t),null}}(r),[2,a];case 7:return c=l.sent(),[2,{data:qn(qn({},e),{user:null,session:null,redirectUrl:null}),error:new ln(c,{method:"verifyOAuth"})}];case 8:return[2]}})})},n.prototype.signInWithOAuth=function(t){var e,n,r,o,i;return Fn(this,void 0,Promise,function(){var s,a,u,c,l,h,d,f,p;return Bn(this,function(v){switch(v.label){case 0:return v.trys.push([0,2,,3]),this.validateParams(t,{provider:{required:!0,message:"Provider is required"}}),s=(null===(e=t.options)||void 0===e?void 0:e.redirectTo)||location.href,a=new URL(s),u=a.origin+a.pathname,c=(null===(n=t.options)||void 0===n?void 0:n.state)||"prd-".concat(t.provider,"-").concat(Math.random().toString(36).slice(2)),[4,this.genProviderRedirectUri({provider_id:t.provider,provider_redirect_uri:u,state:c})];case 1:return l=v.sent().uri,h=decodeURIComponent(l),d=h,(null===(r=t.options)||void 0===r?void 0:r.queryParams)&&(f=new URL(h),Object.entries(t.options.queryParams).forEach(function(t){var e=t[0],n=t[1];f.searchParams.set(e,n)}),d=f.toString()),function(t,e){try{sessionStorage.setItem(t,JSON.stringify(e))}catch(t){console.error("Failed to save to browser session:",t)}}(c,{provider:t.provider,search:a.search,hash:a.hash,type:(null===(o=t.options)||void 0===o?void 0:o.type)||ve}),Vn()&&!(null===(i=t.options)||void 0===i?void 0:i.skipBrowserRedirect)&&window.location.assign(d),[2,{data:{url:d,provider:t.provider},error:null}];case 2:return p=v.sent(),[2,{data:{url:null,provider:null},error:new ln(p,{method:"signInWithOAuth"})}];case 3:return[2]}})})},n.prototype.getClaims=function(){return Fn(this,void 0,Promise,function(){var t;return Bn(this,function(e){switch(e.label){case 0:return e.trys.push([0,2,,3]),[4,this.getAccessToken()];case 1:return[2,{data:function(t){if("string"!=typeof t)throw new Error("Invalid token specified");try{var e=t.split(".").map(function(t,e){return 2===e?t:JSON.parse(function(t){var e=t.replace(/-/g,"+").replace(/_/g,"/");switch(e.length%4){case 0:break;case 2:e+="==";break;case 3:e+="=";break;default:throw new Error("Illegal base64url string!")}try{return function(t){return decodeURIComponent(Te(t).replace(/(.)/g,function(t){var e=t.charCodeAt(0).toString(16).toUpperCase();return e.length<2&&(e="0".concat(e)),"%".concat(e)}))}(e)}catch(t){return Te(e)}}(t))});return{claims:e[1],header:e[0],signature:e[2]}}catch(t){throw new Error("Invalid token specified: ".concat(t)?t.message:0)}}(e.sent().accessToken),error:null}];case 2:return t=e.sent(),[2,{data:{claims:null,header:null,signature:null},error:new ln(t,{method:"getClaims"})}];case 3:return[2]}})})},n.prototype.resetPasswordForEmail=function(t,e){return Fn(this,void 0,Promise,function(){var n,r,o,i,s,a,u=this;return Bn(this,function(c){switch(c.label){case 0:return c.trys.push([0,2,,3]),this.validateParams({emailOrPhone:t},{emailOrPhone:{required:!0,message:"Email or phone is required"}}),n=(e||{}).redirectTo,r=t.includes("@"),o=void 0,r?o={email:t,usage:ie.RECOVERY}:(i=this.formatPhone(t),o={phone_number:i}),[4,this.getVerification(qn(qn({},o),{target:"USER"}))];case 1:return s=c.sent(),[2,{data:{updateUser:function(e){return Fn(u,void 0,Promise,function(){var o,i,a,u;return Bn(this,function(c){switch(c.label){case 0:this.validateParams(e,{nonce:{required:!0,message:"Nonce is required"},password:{required:!0,message:"Password is required"}}),c.label=1;case 1:return c.trys.push([1,5,,6]),[4,this.verify({verification_id:s.verification_id,verification_code:e.nonce})];case 2:return o=c.sent(),[4,this.oauthInstance.authApi.resetPassword({email:r?t:void 0,phone_number:r?void 0:t,new_password:e.password,verification_token:o.verification_token})];case 3:return c.sent(),null===(u=this.config.eventBus)||void 0===u||u.fire(pe,{event:"PASSWORD_RECOVERY"}),[4,this.signInWithPassword({email:r?t:void 0,phone:r?void 0:t,password:e.password})];case 4:return i=c.sent(),n&&Vn()&&window.location.assign(n),[2,i];case 5:return a=c.sent(),[2,{data:{user:null,session:null},error:new ln(a,{method:"resetPasswordForEmail"})}];case 6:return[2]}})})}},error:null}];case 2:return a=c.sent(),[2,{data:{updateUser:null},error:new ln(a,{method:"resetPasswordForEmail"})}];case 3:return[2]}})})},n.prototype.resetPasswordForOld=function(t){return Fn(this,void 0,Promise,function(){var e,n,r;return Bn(this,function(o){switch(o.label){case 0:return o.trys.push([0,3,,4]),[4,this.oauthInstance.authApi.updatePasswordByOld({old_password:t.old_password,new_password:t.new_password})];case 1:return o.sent(),[4,this.getSession()];case 2:return e=o.sent().data,[2,{data:{user:(n=(void 0===e?{}:e).session).user,session:n},error:null}];case 3:return r=o.sent(),[2,{data:{user:null,session:null},error:new ln(r,{method:"resetPasswordForOld"})}];case 4:return[2]}})})},n.prototype.verifyOtp=function(t){return Fn(this,void 0,Promise,function(){var e,n,r,o,i,s,a;return Bn(this,function(u){switch(u.label){case 0:return u.trys.push([0,6,,7]),e=t.type,n=String(t.token),r="email"in t?t.email:void 0,o="phone"in t?t.phone:void 0,this.validateParams(t,{token:{required:!0,message:"Token is required"},messageId:{required:!0,message:"messageId is required"}}),["phone_change","email_change"].includes(e)?[4,this.verify({verification_id:t.messageId,verification_code:n})]:[3,2];case 1:return u.sent(),[3,4];case 2:return[4,this.signInWithUsername({verificationInfo:{verification_id:t.messageId,is_user:!0},verificationCode:n,username:r||this.formatPhone(o)||"",loginType:r?"email":"phone"})];case 3:u.sent(),u.label=4;case 4:return[4,this.getSession()];case 5:return i=u.sent().data,[2,{data:{user:(s=(void 0===i?{}:i).session).user,session:s},error:null}];case 6:return a=u.sent(),[2,{data:{user:null,session:null},error:new ln(a,{method:"verifyOtp"})}];case 7:return[2]}})})},n.prototype.getSession=function(){return Fn(this,void 0,Promise,function(){var t,e,n,r;return Bn(this,function(o){switch(o.label){case 0:return o.trys.push([0,3,,4]),[4,this.oauthInstance.oauth2client.getCredentials()];case 1:return(t=o.sent())&&"accessKey"!==t.scope?[4,this.getUser(!1)]:[2,{data:{session:null,user:null},error:null}];case 2:return e=o.sent().data,n=(void 0===e?{}:e).user,[2,{data:{session:qn(qn({},t),{user:n}),user:n},error:null}];case 3:return r=o.sent(),[2,{data:{session:null,user:null},error:new ln(r,{method:"getSession"})}];case 4:return[2]}})})},n.prototype.refreshSession=function(t){return Fn(this,void 0,Promise,function(){var e,n,r,o,i;return Bn(this,function(s){switch(s.label){case 0:return s.trys.push([0,4,,5]),[4,this.oauthInstance.oauth2client.localCredentials.getCredentials()];case 1:return(e=s.sent()).refresh_token=t||e.refresh_token,[4,this.oauthInstance.oauth2client.refreshToken(e)];case 2:return n=s.sent(),[4,this.getUser(!1)];case 3:return r=s.sent().data,[2,{data:{user:o=(void 0===r?{}:r).user,session:qn(qn({},n),{user:o})},error:null}];case 4:return i=s.sent(),[2,{data:{user:null,session:null},error:new ln(i,{method:"refreshSession"})}];case 5:return[2]}})})},n.prototype.getUser=function(t){return void 0===t&&(t=!0),Fn(this,void 0,Promise,function(){var e,n,r;return Bn(this,function(o){switch(o.label){case 0:return o.trys.push([0,3,,4]),[4,this.oauthInstance.oauth2client.getCredentials()];case 1:return(e=o.sent())&&"accessKey"!==e.scope?(n=this.convertToUser,[4,this.getCurrentUser(t)]):[2,{data:{user:null},error:null}];case 2:return[2,{data:{user:n.apply(this,[o.sent()])},error:null}];case 3:return r=o.sent(),[2,{data:{user:null},error:new ln(r,{method:"getUser"})}];case 4:return[2]}})})},n.prototype.refreshUser=function(){return Fn(this,void 0,Promise,function(){var t,e,n;return Bn(this,function(r){switch(r.label){case 0:return r.trys.push([0,3,,4]),[4,this.currentUser.refresh()];case 1:return r.sent(),[4,this.getSession()];case 2:return t=r.sent().data,[2,{data:{user:(e=(void 0===t?{}:t).session).user,session:e},error:null}];case 3:return n=r.sent(),[2,{data:{user:null,session:null},error:new ln(n,{method:"refreshUser"})}];case 4:return[2]}})})},n.prototype.updateUser=function(t){var e;return Fn(this,void 0,Promise,function(){var n,r,o,i,s,a,u,c,l,h,d,f,p,v,y=this;return Bn(this,function(m){switch(m.label){case 0:if(m.trys.push([0,8,,9]),n=["password","new_password"].find(function(e){var n=t[e];return null!=n&&""!==n}),n)throw new ln({message:'updateUser 不支持更新密码,检测到传入了 "'.concat(n,'" 参数。如需修改密码请使用 resetPasswordForOld(旧密码修改)、resetPasswordForEmail(验证码重置)或 reauthenticate(重新认证后改密)')});if(r=Object.keys(t).some(function(e){return void 0!==t[e]&&null!==t[e]&&""!==t[e]}),!r)throw new ln({message:"At least one field must be provided for update"});return o=t.email,i=t.phone,s=function(t,e){var n={};for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&e.indexOf(r)<0&&(n[r]=t[r]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(t);o<r.length;o++)e.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(t,r[o])&&(n[r[o]]=t[r[o]])}return n}(t,["email","phone"]),u=void 0!==i,c={},(a=void 0!==o)||u?(l=void 0,a?(l={email:t.email,usage:ie.REAUTHENTICATION},h="email_change"):(d=this.formatPhone(t.phone),l={phone_number:d},h="phone_change"),[4,this.getVerification(qn({},l))]):[3,4];case 1:return f=m.sent(),Object.keys(s).length>0?[4,this.updateUserBasicInfo(s)]:[3,3];case 2:m.sent(),m.label=3;case 3:return c={messageId:f.verification_id,verifyOtp:function(e){return Fn(y,void 0,Promise,function(){var n,r,o,i;return Bn(this,function(s){switch(s.label){case 0:return s.trys.push([0,11,,12]),e.email&&t.email===e.email?[4,this.verifyOtp({type:"email_change",email:t.email,token:e.token,messageId:f.verification_id})]:[3,3];case 1:return(n=s.sent()).error?[2,n]:[4,this.updateUserBasicInfo({email:t.email})];case 2:return s.sent(),[3,9];case 3:return e.phone&&t.phone===e.phone?[4,this.verifyOtp({type:"phone_change",phone:t.phone,token:e.token,messageId:f.verification_id})]:[3,6];case 4:return(n=s.sent()).error?[2,n]:[4,this.updateUserBasicInfo({phone:this.formatPhone(t.phone)})];case 5:return s.sent(),[3,9];case 6:return[4,this.verifyOtp(a?{type:h,email:t.email,token:e.token,messageId:f.verification_id}:{type:h,phone:t.phone,token:e.token,messageId:f.verification_id})];case 7:return(n=s.sent()).error?[2,n]:[4,this.updateUserBasicInfo(t)];case 8:s.sent(),s.label=9;case 9:return[4,this.getUser(!1)];case 10:return r=s.sent().data.user,null===(i=this.config.eventBus)||void 0===i||i.fire(pe,{event:he}),[2,{data:{user:r},error:null}];case 11:return o=s.sent(),[2,{data:{user:null},error:new ln(o,{method:"updateUser"})}];case 12:return[2]}})})}},[3,6];case 4:return[4,this.updateUserBasicInfo(t)];case 5:m.sent(),m.label=6;case 6:return[4,this.getUser(!1)];case 7:return p=m.sent().data.user,Object.keys(s).length>0&&(null===(e=this.config.eventBus)||void 0===e||e.fire(pe,{event:he})),[2,{data:qn({user:p},c),error:null}];case 8:return v=m.sent(),[2,{data:{user:null},error:new ln(v,{method:"updateUser"})}];case 9:return[2]}})})},n.prototype.getUserIdentities=function(){var t;return Fn(this,void 0,Promise,function(){var e,n;return Bn(this,function(r){switch(r.label){case 0:return r.trys.push([0,2,,3]),[4,this.oauthInstance.authApi.getProviders()];case 1:return e=r.sent(),[2,{data:{identities:null===(t=null==e?void 0:e.data)||void 0===t?void 0:t.filter(function(t){return!!t.bind})},error:null}];case 2:return n=r.sent(),[2,{data:{identities:null},error:new ln(n,{method:"getUserIdentities"})}];case 3:return[2]}})})},n.prototype.linkIdentity=function(t){return Fn(this,void 0,Promise,function(){var e;return Bn(this,function(n){switch(n.label){case 0:return n.trys.push([0,2,,3]),this.validateParams(t,{provider:{required:!0,message:"Provider is required"}}),[4,this.signInWithOAuth({provider:t.provider,options:{type:ye}})];case 1:return n.sent(),[2,{data:{provider:t.provider},error:null}];case 2:return e=n.sent(),[2,{data:{provider:null},error:new ln(e,{method:"linkIdentity"})}];case 3:return[2]}})})},n.prototype.unlinkIdentity=function(t){return Fn(this,void 0,Promise,function(){var e;return Bn(this,function(n){switch(n.label){case 0:return n.trys.push([0,2,,3]),this.validateParams(t,{provider:{required:!0,message:"Provider is required"}}),[4,this.oauthInstance.authApi.unbindProvider({provider_id:t.provider})];case 1:return n.sent(),[2,{data:{},error:null}];case 2:return e=n.sent(),[2,{data:{},error:new ln(e,{method:"unlinkIdentity"})}];case 3:return[2]}})})},n.prototype.reauthenticate=function(){return Fn(this,void 0,Promise,function(){var t,e,n,r,o=this;return Bn(this,function(i){switch(i.label){case 0:return i.trys.push([0,3,,4]),[4,this.getUser(!1)];case 1:return t=i.sent().data.user,this.validateAtLeastOne(t,[["email","phone"]],"You must provide either an email or phone number"),e=t.email?{email:t.email,usage:ie.REAUTHENTICATION}:{phone_number:this.formatPhone(t.phone)},[4,this.getVerification(e)];case 2:return n=i.sent(),[2,{data:{updateUser:function(t){return Fn(o,void 0,Promise,function(){var r,o,i,s,a;return Bn(this,function(u){switch(u.label){case 0:this.validateParams(t,{nonce:{required:!0,message:"Nonce is required"}}),u.label=1;case 1:return u.trys.push([1,9,,10]),t.password?[4,this.verify({verification_id:n.verification_id,verification_code:t.nonce})]:[3,5];case 2:return r=u.sent(),[4,this.oauthInstance.authApi.sudo({verification_token:r.verification_token})];case 3:return o=u.sent(),[4,this.oauthInstance.authApi.setPassword({new_password:t.password,sudo_token:o.sudo_token})];case 4:return u.sent(),[3,7];case 5:return[4,this.signInWithUsername(qn(qn({verificationInfo:n,verificationCode:t.nonce},e),{loginType:e.email?"email":"phone"}))];case 6:u.sent(),u.label=7;case 7:return[4,this.getSession()];case 8:return i=u.sent().data,[2,{data:{user:(s=(void 0===i?{}:i).session).user,session:s},error:null}];case 9:return a=u.sent(),[2,{data:{user:null,session:null},error:new ln(a,{method:"reauthenticate"})}];case 10:return[2]}})})}},error:null}];case 3:return r=i.sent(),[2,{data:{updateUser:null},error:new ln(r,{method:"reauthenticate"})}];case 4:return[2]}})})},n.prototype.resend=function(t){return Fn(this,void 0,Promise,function(){var e,n,r;return Bn(this,function(o){switch(o.label){case 0:return o.trys.push([0,2,,3]),this.validateAtLeastOne(t,[["email"],["phone"]],"You must provide either an email or phone number"),e="signup"===t.type?"ANY":"USER",n={target:e},"email"in t&&(n.email=t.email,n.usage=ie.EMAIL),"phone"in t&&(n.phone_number=this.formatPhone(t.phone)),[4,this.oauthInstance.authApi.getVerification(n)];case 1:return[2,{data:{messageId:o.sent().verification_id},error:null}];case 2:return r=o.sent(),[2,{data:{messageId:null},error:new ln(r,{method:"resend"})}];case 3:return[2]}})})},n.prototype.setSession=function(t){var e;return Fn(this,void 0,Promise,function(){var n,r,o;return Bn(this,function(i){switch(i.label){case 0:return i.trys.push([0,3,,4]),this.validateParams(t,{access_token:{required:!0,message:"Access token is required"},refresh_token:{required:!0,message:"Refresh token is required"}}),[4,this.oauthInstance.oauth2client.refreshToken(t,{throwError:!0})];case 1:return i.sent(),[4,this.getSession()];case 2:return n=i.sent().data,r=(void 0===n?{}:n).session,null===(e=this.config.eventBus)||void 0===e||e.fire(pe,{event:ce}),[2,{data:{user:r.user,session:r},error:null}];case 3:return o=i.sent(),[2,{data:{user:null,session:null},error:new ln(o,{method:"setSession"})}];case 4:return[2]}})})},n.prototype.exchangeCodeForSession=function(){return Fn(this,void 0,void 0,function(){return Bn(this,function(t){return[2]})})},n.prototype.deleteUser=function(t){return Fn(this,void 0,Promise,function(){var e,n;return Bn(this,function(r){switch(r.label){case 0:return r.trys.push([0,3,,4]),this.validateParams(t,{password:{required:!0,message:"Password is required"}}),[4,this.oauthInstance.authApi.sudo(t)];case 1:return e=r.sent().sudo_token,[4,this.oauthInstance.authApi.deleteMe({sudo_token:e})];case 2:return r.sent(),[2,{data:{},error:null}];case 3:return n=r.sent(),[2,{data:{},error:new ln(n,{method:"deleteUser"})}];case 4:return[2]}})})},n.prototype.toDefaultLoginPage=function(t){return void 0===t&&(t={}),Fn(this,void 0,Promise,function(){var e,n,r,o,i;return Bn(this,function(s){try{return e=t.config_version||"env",n=Object.keys(t.query||{}).map(function(e){return"".concat(e,"=").concat(t.query[e])}).join("&"),tt.default.isMatch()?wx.navigateTo({url:"/packages/$wd_system/pages/login/index".concat(n?"?".concat(n):"")}):(r=t.redirect_uri||window.location.href,o=new URL(r),i="".concat(o.origin,"/__auth/?app_id=").concat(t.app_id||"","&env_id=").concat(this.config.env,"&client_id=").concat(this.config.clientId||this.config.env,"&config_version=").concat(e,"&redirect_uri=").concat(encodeURIComponent(r)).concat(n?"&".concat(n):""),window.location.href=i),[2,{data:{},error:null}]}catch(t){return[2,{data:{},error:new ln(t,{method:"toDefaultLoginPage"})}]}return[2]})})},n.prototype.signInWithCustomTicket=function(t){return Fn(this,void 0,Promise,function(){var e,n,r,o;return Bn(this,function(i){switch(i.label){case 0:t&&this.setCustomSignFunc(t),i.label=1;case 1:return i.trys.push([1,5,,6]),[4,this.oauthInstance.authApi.signInWithCustomTicket()];case 2:return i.sent(),[4,this.createLoginState()];case 3:return e=i.sent(),[4,this.getSession()];case 4:return n=i.sent().data,r=(void 0===n?{}:n).session,[2,qn(qn({},e),{data:{user:r.user,session:r},error:null})];case 5:return o=i.sent(),[2,{data:{user:null,session:null},error:new ln(o,{method:"signInWithCustomTicket"})}];case 6:return[2]}})})},n.prototype.signInWithOpenId=function(t){var e=(void 0===t?{}:t).useWxCloud,n=void 0===e||e;return Fn(this,void 0,Promise,function(){var t,e,r,o,i,s,a=this;return Bn(this,function(u){switch(u.label){case 0:if(!tt.default.isMatch())throw Error("wx api undefined");t=wx.getAccountInfoSync().miniProgram,e=function(e){return Fn(a,void 0,void 0,function(){var r,o;return Bn(this,function(i){switch(i.label){case 0:r=void 0,o=void 0,i.label=1;case 1:return i.trys.push([1,4,,5]),[4,this.oauthInstance.authApi.grantProviderToken({provider_id:null==t?void 0:t.appId,provider_code:e,provider_params:{provider_code_type:"open_id",appid:null==t?void 0:t.appId}},n)];case 2:if((null==(r=i.sent())?void 0:r.error_code)||!r.provider_token)throw r;return[4,this.oauthInstance.authApi.signInWithProvider({provider_token:r.provider_token},n)];case 3:if(null==(o=i.sent())?void 0:o.error_code)throw o;return[3,5];case 4:throw i.sent();case 5:return[4,this.oauthInstance.oauth2client.setCredentials(o)];case 6:return i.sent(),[2]}})})},u.label=1;case 1:return u.trys.push([1,5,,6]),[4,new Promise(function(t,n){wx.login({success:function(r){return Fn(a,void 0,void 0,function(){var o;return Bn(this,function(i){switch(i.label){case 0:return i.trys.push([0,2,,3]),[4,e(r.code)];case 1:return i.sent(),t(!0),[3,3];case 2:return o=i.sent(),n(o),[3,3];case 3:return[2]}})})},fail:function(t){var e=new Error(null==t?void 0:t.errMsg);e.code=null==t?void 0:t.errno,n(e)}})})];case 2:return u.sent(),[4,this.createLoginState()];case 3:return r=u.sent(),[4,this.getSession()];case 4:return o=u.sent().data,i=(void 0===o?{}:o).session,[2,qn(qn({},r),{data:{user:i.user,session:i},error:null})];case 5:return s=u.sent(),[2,{data:{user:null,session:null},error:new ln(s,{method:"signInWithOpenId"})}];case 6:return[2]}})})},n.prototype.signInWithPhoneAuth=function(t){var e=t.phoneCode,n=void 0===e?"":e,r=t.useWxCloud,o=void 0!==r&&r;return Fn(this,void 0,Promise,function(){var t,e,r,i,s,a,u,c,l;return Bn(this,function(h){switch(h.label){case 0:return tt.default.isMatch()?(t=wx.getAccountInfoSync().miniProgram,e={provider_params:{provider_code_type:"phone",code:n,appid:t.appId},provider_id:t.appId},[4,wx.login()]):[2,{data:{user:null,session:null},error:new ln({message:"wx api undefined"})}];case 1:r=h.sent().code,e.provider_code=r,h.label=2;case 2:return h.trys.push([2,5,,6]),[4,this.oauthInstance.authApi.grantProviderToken(e,o)];case 3:if((i=h.sent()).error_code)throw i;return[4,this.oauthInstance.authApi.signInWithProvider({provider_token:i.provider_token},o)];case 4:if(null==(s=h.sent())?void 0:s.error_code)throw s;return[3,6];case 5:return a=h.sent(),[2,{data:{user:null,session:null},error:new ln(a,{method:"signInWithPhoneAuth"})}];case 6:return[4,this.createLoginState()];case 7:return u=h.sent(),[4,this.getSession()];case 8:return c=h.sent().data,l=(void 0===c?{}:c).session,[2,qn(qn({},u),{data:{user:l.user,session:l},error:null})]}})})},n.prototype.bindPhoneNumber=function(t){return Fn(this,void 0,void 0,function(){return Bn(this,function(e){return[2,this.oauthInstance.authApi.editContact(t)]})})},n.prototype.unbindProvider=function(t){return Fn(this,void 0,Promise,function(){return Bn(this,function(e){return[2,this.oauthInstance.authApi.unbindProvider(t)]})})},n.prototype.bindEmail=function(t){return this.oauthInstance.authApi.editContact(t)},n.prototype.verify=function(t){return Fn(this,void 0,Promise,function(){return Bn(this,function(e){return[2,this.oauthInstance.authApi.verify(t)]})})},n.prototype.getVerification=function(t,e){return Fn(this,void 0,Promise,function(){return Bn(this,function(n){return t.phone_number&&(t.phone_number=this.formatPhone(t.phone_number)),[2,this.oauthInstance.authApi.getVerification(t,e)]})})},Object.defineProperty(n.prototype,"currentUser",{get:function(){if("async"!==this.cache.mode){var t=this.hasLoginState();return t&&t.user||null}(0,Ge.printWarn)(bn.ERRORS.INVALID_OPERATION,"current platform's storage is asynchronous, please use getCurrentUser instead")},enumerable:!1,configurable:!0}),n.prototype.getCurrentUser=function(t){return void 0===t&&(t=!0),Fn(this,void 0,Promise,function(){var e,n,r;return Bn(this,function(o){switch(o.label){case 0:return o.trys.push([0,4,,5]),t?[4,this.getLoginState()]:[3,3];case 1:return(e=o.sent())?[4,e.user.refresh()]:[3,3];case 2:o.sent(),o.label=3;case 3:return[3,5];case 4:return o.sent(),[3,5];case 5:return[4,this.getLoginState()];case 6:return(n=o.sent())?(r=n.user.getLocalUserInfo(),[4,n.user.checkLocalInfoAsync()]):[3,8];case 7:return o.sent(),[2,qn(qn({},n.user),r)];case 8:return[2,null]}})})},n.prototype.signInAnonymouslyInWx=function(t){var e=(void 0===t?{}:t).useWxCloud;return Fn(this,void 0,Promise,function(){var t,n,r=this;return Bn(this,function(o){switch(o.label){case 0:if(!tt.default.isMatch())throw Error("wx api undefined");return t=wx.getAccountInfoSync().miniProgram,n=function(n){return Fn(r,void 0,void 0,function(){var r,o;return Bn(this,function(i){switch(i.label){case 0:r=void 0,o=void 0,i.label=1;case 1:return i.trys.push([1,4,,5]),[4,this.oauthInstance.authApi.grantProviderToken({provider_id:null==t?void 0:t.appId,provider_code:n,provider_params:{provider_code_type:"open_id",appid:null==t?void 0:t.appId}},e)];case 2:if((null==(r=i.sent())?void 0:r.error_code)||!r.provider_token)throw r;return[4,this.oauthInstance.authApi.signInAnonymously({provider_token:r.provider_token},e)];case 3:if(null==(o=i.sent())?void 0:o.error_code)throw o;return[3,5];case 4:throw i.sent();case 5:return[2]}})})},[4,new Promise(function(t,e){wx.login({success:function(o){return Fn(r,void 0,void 0,function(){var r;return Bn(this,function(i){switch(i.label){case 0:return i.trys.push([0,2,,3]),[4,n(o.code)];case 1:return i.sent(),t(!0),[3,3];case 2:return r=i.sent(),e(r),[3,3];case 3:return[2]}})})},fail:function(t){var n=new Error(null==t?void 0:t.errMsg);n.code=null==t?void 0:t.errno,e(n)}})})];case 1:return o.sent(),[2,this.createLoginState(void 0,{asyncRefreshUser:!0})]}})})},n.prototype.bindOpenId=function(){return Fn(this,void 0,Promise,function(){var t,e,n=this;return Bn(this,function(r){switch(r.label){case 0:if(!tt.default.isMatch())throw Error("wx api undefined");return t=wx.getAccountInfoSync().miniProgram,e=function(e){return Fn(n,void 0,void 0,function(){var n;return Bn(this,function(r){switch(r.label){case 0:n=void 0,r.label=1;case 1:return r.trys.push([1,4,,5]),[4,this.oauthInstance.authApi.grantProviderToken({provider_id:null==t?void 0:t.appId,provider_code:e,provider_params:{provider_code_type:"open_id",appid:null==t?void 0:t.appId}})];case 2:if((null==(n=r.sent())?void 0:n.error_code)||!n.provider_token)throw n;return[4,this.oauthInstance.authApi.bindWithProvider({provider_token:n.provider_token})];case 3:return r.sent(),[3,5];case 4:throw r.sent();case 5:return[2]}})})},[4,new Promise(function(t,r){wx.login({success:function(o){return Fn(n,void 0,void 0,function(){var n;return Bn(this,function(i){switch(i.label){case 0:return i.trys.push([0,2,,3]),[4,e(o.code)];case 1:return i.sent(),t(!0),[3,3];case 2:return n=i.sent(),r(n),[3,3];case 3:return[2]}})})},fail:function(t){var e=new Error(null==t?void 0:t.errMsg);e.code=null==t?void 0:t.errno,r(e)}})})];case 1:return r.sent(),[2]}})})},n.prototype.signInWithUnionId=function(){return Fn(this,void 0,Promise,function(){var t=this;return Bn(this,function(e){switch(e.label){case 0:if(!tt.default.isMatch())throw Error("wx api undefined");e.label=1;case 1:return e.trys.push([1,3,,4]),[4,new Promise(function(e,n){var r=wx.getAccountInfoSync().miniProgram;wx.login({success:function(o){return Fn(t,void 0,void 0,function(){var t,i,s,a,u;return Bn(this,function(c){switch(c.label){case 0:t=null==r?void 0:r.appId,c.label=1;case 1:return c.trys.push([1,4,,5]),[4,this.oauthInstance.authApi.grantProviderToken({provider_code:o.code,provider_id:t,provider_params:{provider_code_type:"union_id",appid:null==r?void 0:r.appId}})];case 2:return i=c.sent(),(s=i.provider_token)?[4,this.oauthInstance.authApi.signInWithProvider({provider_id:t,provider_token:s})]:(n(i),[2]);case 3:return(null==(a=c.sent())?void 0:a.error_code)?(n(a),[2]):(e(!0),[3,5]);case 4:return u=c.sent(),n(u),[3,5];case 5:return[2]}})})},fail:function(t){var e=new Error(null==t?void 0:t.errMsg);e.code=null==t?void 0:t.errno,n(e)}})})];case 2:return e.sent(),[3,4];case 3:throw e.sent();case 4:return[2,this.createLoginState()]}})})},n.prototype.signInWithSms=function(t){var e=t.verificationInfo,n=void 0===e?{verification_id:"",is_user:!1}:e,r=t.verificationCode,o=void 0===r?"":r,i=t.phoneNum,s=void 0===i?"":i,a=t.bindInfo,u=void 0===a?void 0:a;return Fn(this,void 0,Promise,function(){return Bn(this,function(t){try{return[2,this.signInWithUsername({verificationInfo:n,verificationCode:o,bindInfo:u,username:s,loginType:"sms"})]}catch(t){throw t}return[2]})})},n.prototype.signInWithEmail=function(t){var e=t.verificationInfo,n=void 0===e?{verification_id:"",is_user:!1}:e,r=t.verificationCode,o=void 0===r?"":r,i=t.bindInfo,s=void 0===i?void 0:i,a=t.email,u=void 0===a?"":a;return Fn(this,void 0,Promise,function(){return Bn(this,function(t){try{return[2,this.signInWithUsername({verificationInfo:n,verificationCode:o,bindInfo:s,username:u,loginType:"email"})]}catch(t){throw t}return[2]})})},n.prototype.setCustomSignFunc=function(t){this.oauthInstance.authApi.setCustomSignFunc(t)},n.prototype.signIn=function(t){return Fn(this,void 0,Promise,function(){return Bn(this,function(e){switch(e.label){case 0:return[4,this.oauthInstance.authApi.signIn(t)];case 1:return e.sent(),[2,this.createLoginState(t)]}})})},n.prototype.setPassword=function(t){return Fn(this,void 0,Promise,function(){return Bn(this,function(e){return[2,this.oauthInstance.authApi.setPassword(t)]})})},n.prototype.isUsernameRegistered=function(t){return Fn(this,void 0,Promise,function(){return Bn(this,function(e){switch(e.label){case 0:return"string"!=typeof t&&(0,Ge.throwError)(bn.ERRORS.INVALID_PARAMS,"username must be a string"),[4,this.oauthInstance.authApi.checkIfUserExist({username:t})];case 1:return[2,e.sent().exist]}})})},n.prototype.hasLoginState=function(){var t;if("async"!==this.cache.mode)return(null===(t=this.oauthInstance)||void 0===t?void 0:t.authApi.hasLoginStateSync())?new Kn({envId:this.config.env,cache:this.cache,oauthInstance:this.oauthInstance}):null;(0,Ge.printWarn)(bn.ERRORS.INVALID_OPERATION,"current platform's storage is asynchronous, please use getLoginState instead")},n.prototype.getLoginState=function(){return Fn(this,void 0,Promise,function(){var t;return Bn(this,function(e){switch(e.label){case 0:t=null,e.label=1;case 1:return e.trys.push([1,3,,4]),[4,this.oauthInstance.authApi.getLoginState()];case 2:return t=e.sent(),[3,4];case 3:return e.sent(),[2,null];case 4:return t?[2,new Kn({envId:this.config.env,cache:this.cache,oauthInstance:this.oauthInstance})]:[2,null]}})})},n.prototype.getUserInfo=function(){return Fn(this,void 0,Promise,function(){return Bn(this,function(t){return[2,this.getCurrentUser()]})})},n.prototype.getWedaUserInfo=function(){return Fn(this,void 0,Promise,function(){return Bn(this,function(t){return[2,this.oauthInstance.authApi.getWedaUserInfo()]})})},n.prototype.updateUserBasicInfo=function(t){return Fn(this,void 0,void 0,function(){var e;return Bn(this,function(n){switch(n.label){case 0:return[4,this.getLoginState()];case 1:return(e=n.sent())?[4,e.user.updateUserBasicInfo(t)]:[3,3];case 2:n.sent(),n.label=3;case 3:return[2]}})})},n.prototype.getAuthHeader=function(){return console.error("Auth.getAuthHeader API 已废弃"),{}},n.prototype.bindWithProvider=function(t){return Fn(this,void 0,Promise,function(){return Bn(this,function(e){return[2,this.oauthInstance.authApi.bindWithProvider(t)]})})},n.prototype.queryUser=function(t){return Fn(this,void 0,Promise,function(){return Bn(this,function(e){return[2,this.oauthInstance.authApi.queryUserProfile(t)]})})},n.prototype.getAccessToken=function(){return Fn(this,void 0,Promise,function(){return Bn(this,function(t){switch(t.label){case 0:return[4,this.oauthInstance.oauth2client.getAccessToken()];case 1:return[2,{accessToken:t.sent(),env:this.config.env}]}})})},n.prototype.grantProviderToken=function(t){return Fn(this,void 0,Promise,function(){return Bn(this,function(e){return[2,this.oauthInstance.authApi.grantProviderToken(t)]})})},n.prototype.patchProviderToken=function(t){return Fn(this,void 0,Promise,function(){return Bn(this,function(e){return[2,this.oauthInstance.authApi.patchProviderToken(t)]})})},n.prototype.signInWithProvider=function(t){return Fn(this,void 0,Promise,function(){return Bn(this,function(e){switch(e.label){case 0:return[4,this.oauthInstance.authApi.signInWithProvider(t)];case 1:return e.sent(),[2,this.createLoginState(t)]}})})},n.prototype.signInWithWechat=function(t){return void 0===t&&(t={}),Fn(this,void 0,void 0,function(){return Bn(this,function(e){switch(e.label){case 0:return[4,this.oauthInstance.authApi.signInWithWechat(t)];case 1:return e.sent(),[2,this.createLoginState(t)]}})})},n.prototype.grantToken=function(t){return Fn(this,void 0,Promise,function(){return Bn(this,function(e){switch(e.label){case 0:return[4,this.oauthInstance.authApi.grantToken(t)];case 1:return e.sent(),[2,this.createLoginState()]}})})},n.prototype.genProviderRedirectUri=function(t){return Fn(this,void 0,Promise,function(){return Bn(this,function(e){return[2,this.oauthInstance.authApi.genProviderRedirectUri(t)]})})},n.prototype.resetPassword=function(t){return Fn(this,void 0,Promise,function(){return Bn(this,function(e){return[2,this.oauthInstance.authApi.resetPassword(t)]})})},n.prototype.deviceAuthorize=function(t){return Fn(this,void 0,Promise,function(){return Bn(this,function(e){return[2,this.oauthInstance.authApi.deviceAuthorize(t)]})})},n.prototype.sudo=function(t){return Fn(this,void 0,Promise,function(){return Bn(this,function(e){return[2,this.oauthInstance.authApi.sudo(t)]})})},n.prototype.deleteMe=function(t){return Fn(this,void 0,Promise,function(){return Bn(this,function(e){return[2,this.oauthInstance.authApi.deleteMe(t)]})})},n.prototype.getProviders=function(){return Fn(this,void 0,Promise,function(){return Bn(this,function(t){return[2,this.oauthInstance.authApi.getProviders()]})})},n.prototype.loginScope=function(){return Fn(this,void 0,Promise,function(){return Bn(this,function(t){return[2,this.oauthInstance.authApi.loginScope()]})})},n.prototype.loginGroups=function(){return Fn(this,void 0,Promise,function(){return Bn(this,function(t){return[2,this.oauthInstance.authApi.loginGroups()]})})},n.prototype.onLoginStateChanged=function(t){var e;return Fn(this,void 0,void 0,function(){var n,r=this;return Bn(this,function(o){switch(o.label){case 0:return null===(e=this.config.eventBus)||void 0===e||e.on(fe,function(e){return Fn(r,void 0,void 0,function(){var n,r,o;return Bn(this,function(i){switch(i.label){case 0:return(null===(o=null==e?void 0:e.data)||void 0===o?void 0:o.eventType)===ae?[3,2]:[4,this.getLoginState()];case 1:return r=i.sent(),[3,3];case 2:r={},i.label=3;case 3:return n=r,t.call(this,qn(qn({},e),n)),[2]}})})}),[4,this.getLoginState()];case 1:return n=o.sent(),t.call(this,n),[2]}})})},n.prototype.refreshTokenForce=function(t){return Fn(this,void 0,Promise,function(){return Bn(this,function(e){return[2,this.oauthInstance.authApi.refreshTokenForce(t)]})})},n.prototype.getCredentials=function(){return Fn(this,void 0,Promise,function(){return Bn(this,function(t){return[2,this.oauthInstance.authApi.getCredentials()]})})},n.prototype.setCredentials=function(t){return Fn(this,void 0,void 0,function(){return Bn(this,function(e){switch(e.label){case 0:return[4,this.oauthInstance.oauth2client.setCredentials(t)];case 1:return e.sent(),[2]}})})},n.prototype.getProviderSubType=function(){return Fn(this,void 0,Promise,function(){return Bn(this,function(t){return[2,this.oauthInstance.authApi.getProviderSubType()]})})},n.prototype.createCaptchaData=function(t){return Fn(this,void 0,void 0,function(){return Bn(this,function(e){return[2,this.oauthInstance.authApi.createCaptchaData(t)]})})},n.prototype.verifyCaptchaData=function(t){return Fn(this,void 0,void 0,function(){return Bn(this,function(e){return[2,this.oauthInstance.authApi.verifyCaptchaData(t)]})})},n.prototype.getMiniProgramQrCode=function(t){return Fn(this,void 0,Promise,function(){return Bn(this,function(e){return[2,this.oauthInstance.authApi.getMiniProgramCode(t)]})})},n.prototype.getMiniProgramQrCodeStatus=function(t){return Fn(this,void 0,Promise,function(){return Bn(this,function(e){return[2,this.oauthInstance.authApi.getMiniProgramQrCodeStatus(t)]})})},n.prototype.modifyPassword=function(t){return Fn(this,void 0,Promise,function(){return Bn(this,function(e){return[2,this.oauthInstance.authApi.modifyPassword(t)]})})},n.prototype.modifyPasswordWithoutLogin=function(t){return Fn(this,void 0,Promise,function(){return Bn(this,function(e){return[2,this.oauthInstance.authApi.modifyPasswordWithoutLogin(t)]})})},n.prototype.getUserBehaviorLog=function(t){return Fn(this,void 0,Promise,function(){return Bn(this,function(e){return[2,this.oauthInstance.authApi.getUserBehaviorLog(t)]})})},n.prototype.signInWithUsername=function(t){var e=t.verificationInfo,n=void 0===e?{verification_id:"",is_user:!1}:e,r=t.verificationCode,o=void 0===r?"":r,i=t.username,s=void 0===i?"":i,a=t.bindInfo,u=void 0===a?void 0:a,c=t.loginType,l=void 0===c?"":c;return Fn(this,void 0,Promise,function(){var t,e,r,i,a,c,h;return Bn(this,function(d){switch(d.label){case 0:return d.trys.push([0,8,,9]),[4,this.oauthInstance.authApi.verify({verification_id:n.verification_id,verification_code:o})];case 1:if(null==(t=d.sent())?void 0:t.error_code)throw t;return e=t.verification_token,r=this.formatPhone(s),i={phone_number:r},"email"===l&&(i={email:r=s}),n.is_user?[4,this.oauthInstance.authApi.signIn({username:r,verification_token:e})]:[3,5];case 2:if(null==(a=d.sent())?void 0:a.error_code)throw a;return u?[4,this.oauthInstance.authApi.bindWithProvider({provider_token:null==u?void 0:u.providerToken})]:[3,4];case 3:if(null==(c=d.sent())?void 0:c.error_code)throw c;d.label=4;case 4:return[3,7];case 5:return[4,this.oauthInstance.authApi.signUp(qn(qn({},i),{verification_token:e,provider_token:null==u?void 0:u.providerId}))];case 6:if(null==(h=d.sent())?void 0:h.error_code)throw h;d.label=7;case 7:return[2,this.createLoginState()];case 8:throw d.sent();case 9:return[2]}})})},n.prototype.createLoginState=function(t,e){var n,r;return Fn(this,void 0,Promise,function(){var o;return Bn(this,function(i){switch(i.label){case 0:return[4,(o=new Kn({envId:this.config.env,cache:this.cache,oauthInstance:this.oauthInstance})).checkLocalStateAsync()];case 1:return i.sent(),(null==e?void 0:e.userInfo)?(o.user.setLocalUserInfo(e.userInfo),[3,5]):[3,2];case 2:return(null==e?void 0:e.asyncRefreshUser)?(o.user.refresh(t),[3,5]):[3,3];case 3:return[4,o.user.refresh(t)];case 4:i.sent(),i.label=5;case 5:return null===(n=this.config.eventBus)||void 0===n||n.fire(fe,{eventType:"sign_in"}),null===(r=this.config.eventBus)||void 0===r||r.fire(pe,{event:ce}),[2,o]}})})},n.prototype.setAccessKey=function(){var t,e;return Fn(this,void 0,void 0,function(){var n,r;return Bn(this,function(o){if(n="",r="",this.config.accessKey?(n=this.config.accessKey,r="accessKey"):(null===(t=this.config.auth)||void 0===t?void 0:t.secretId)&&(null===(e=this.config.auth)||void 0===e?void 0:e.secretKey)&&(n="",r=me),!r)return[2];try{this.oauthInstance.oauth2client.setAccessKeyCredentials({access_token:n,token_type:"Bearer",scope:r,expires_at:new Date(+new Date+ +new Date),expires_in:+new Date+ +new Date})}catch(t){console.warn("accessKey error: ",t)}return[2]})})},n.prototype.formatPhone=function(t){return!/\s+/.test(t)&&/^\+\d{1,3}\d+/.test(t)?t.replace(/^(\+\d{1,2})(\d+)$/,"$1 $2"):/^\+\d{1,3}\s+/.test(t)?t:"+86 ".concat(t)},n.prototype.notifyListeners=function(t,e,n){this.listeners.forEach(function(r){r.forEach(function(r){try{r(t,e,n)}catch(t){console.error("Error in auth state change callback:",t)}})})},n.prototype.setupListeners=function(){var t,e=this;null===(t=this.config.eventBus)||void 0===t||t.on(pe,function(t){return Fn(e,void 0,void 0,function(){var e,n,r,o,i;return Bn(this,function(s){switch(s.label){case 0:return e=null===(o=null==t?void 0:t.data)||void 0===o?void 0:o.event,n=null===(i=null==t?void 0:t.data)||void 0===i?void 0:i.info,[4,this.getSession()];case 1:return r=s.sent().data.session,this.notifyListeners(e,r,n),[2]}})})})},n.prototype.convertToUser=function(t){var e,n,r,o,i,s;if(!t)return null;var a=(null==t?void 0:t.email)||"",u=(null==t?void 0:t.phone_number)||"",c=(null==t?void 0:t.sub)||(null==t?void 0:t.uid)||"";return{id:c,aud:"authenticated",role:null===(n=null===(e=t.groups)||void 0===e?void 0:e.map)||void 0===n?void 0:n.call(e,function(t){return"string"==typeof t?t:t.id}),email:a||"",email_confirmed_at:(null==t||t.email_verified,t.created_at),phone:u,phone_confirmed_at:u?t.created_at:void 0,confirmed_at:t.created_at,last_sign_in_at:t.last_sign_in_at,app_metadata:{provider:(null===(r=t.loginType)||void 0===r?void 0:r.toLowerCase())||"cloudbase",providers:[(null===(o=t.loginType)||void 0===o?void 0:o.toLowerCase())||"cloudbase"]},user_metadata:{name:null==t?void 0:t.name,picture:null==t?void 0:t.picture,username:null==t?void 0:t.username,gender:null==t?void 0:t.gender,locale:null==t?void 0:t.locale,uid:t.uid,nickName:t.nickName||(null==t?void 0:t.name),avatarUrl:t.avatarUrl||t.picture,location:t.location,hasPassword:null!==(i=t.hasPassword)&&void 0!==i?i:"SET"===t.password,open_id:null==t?void 0:t.open_id},identities:(null===(s=null==t?void 0:t.providers)||void 0===s?void 0:s.map(function(e){return{id:e.id||"",identity_id:e.id||"",user_id:c,identity_data:{provider_id:e.id,provider_user_id:e.provider_user_id,name:e.name},provider:e.id||"cloudbase",created_at:t.created_at,updated_at:t.updated_at,last_sign_in_at:t.last_sign_in_at}}))||[],created_at:t.created_at,updated_at:t.updated_at,is_anonymous:"anonymous"===t.name}},n.prototype.validateParams=function(t,e){for(var n=0,r=Object.entries(e);n<r.length;n++){var o=r[n],i=o[0],s=o[1];if(s.required&&(void 0===(null==t?void 0:t[i])||null===(null==t?void 0:t[i])||""===(null==t?void 0:t[i])))throw new ln({message:s.message})}},n.prototype.validateAtLeastOne=function(t,e,n){if(!e.some(function(e){return e.some(function(e){return void 0!==(null==t?void 0:t[e])&&null!==(null==t?void 0:t[e])&&""!==(null==t?void 0:t[e])})}))throw new ln({message:n})},n.prototype.init=function(){var t;return Fn(this,void 0,Promise,function(){return Bn(this,function(e){switch(e.label){case 0:return e.trys.push([0,2,,3]),[4,this.oauthInstance.oauth2client.localCredentials.getCredentials()];case 1:return e.sent()&&(null===(t=this.config.eventBus)||void 0===t||t.fire(pe,{event:"INITIAL_SESSION"})),[3,3];case 2:return e.sent(),[3,3];case 3:return[2,{error:null}]}})})},Mn([(0,wn.catchErrorsDecorator)({title:"绑定手机号失败",messages:["请确认以下各项:"," 1 - 调用 auth().bindPhoneNumber() 的语法或参数是否正确"," 2 - 当前环境是否开通了短信验证码登录","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(bn.COMMUNITY_SITE_URL)]}),Wn("design:type",Function),Wn("design:paramtypes",["function"==typeof(r=t.BindPhoneRequest)?r:Object]),Wn("design:returntype",Promise)],n.prototype,"bindPhoneNumber",null),Mn([(0,wn.catchErrorsDecorator)({title:"解除三方绑定失败",messages:["请确认以下各项:"," 1 - 调用 auth().unbindProvider() 的语法或参数是否正确"," 2 - 当前账户是否已经与此登录方式解绑","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(bn.COMMUNITY_SITE_URL)]}),Wn("design:type",Function),Wn("design:paramtypes",["function"==typeof(o=t.UnbindProviderRequest)?o:Object]),Wn("design:returntype","function"==typeof(i="undefined"!=typeof Promise&&Promise)?i:Object)],n.prototype,"unbindProvider",null),Mn([(0,wn.catchErrorsDecorator)({title:"绑定邮箱地址失败",messages:["请确认以下各项:"," 1 - 调用 auth().bindEmail() 的语法或参数是否正确"," 2 - 当前环境是否开通了邮箱密码登录","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(bn.COMMUNITY_SITE_URL)]}),Wn("design:type",Function),Wn("design:paramtypes",["function"==typeof(s=t.BindEmailRequest)?s:Object]),Wn("design:returntype",void 0)],n.prototype,"bindEmail",null),Mn([(0,wn.catchErrorsDecorator)({title:"验证码验证失败",messages:["请确认以下各项:"," 1 - 调用 auth().verify() 的语法或参数是否正确"," 2 - 当前环境是否开通了手机验证码/邮箱登录","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(bn.COMMUNITY_SITE_URL)]}),Wn("design:type",Function),Wn("design:paramtypes",["function"==typeof(a=t.VerifyRequest)?a:Object]),Wn("design:returntype","function"==typeof(u="undefined"!=typeof Promise&&Promise)?u:Object)],n.prototype,"verify",null),Mn([(0,wn.catchErrorsDecorator)({title:"获取验证码失败",messages:["请确认以下各项:"," 1 - 调用 auth().getVerification() 的语法或参数是否正确"," 2 - 当前环境是否开通了手机验证码/邮箱登录","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(bn.COMMUNITY_SITE_URL)]}),Wn("design:type",Function),Wn("design:paramtypes",["function"==typeof(c=t.GetVerificationRequest)?c:Object,Object]),Wn("design:returntype","function"==typeof(l="undefined"!=typeof Promise&&Promise)?l:Object)],n.prototype,"getVerification",null),Mn([(0,wn.catchErrorsDecorator)({title:"获取用户信息失败",messages:["请确认以下各项:"," 1 - 调用 auth().getCurrentUser() 的语法或参数是否正确","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(bn.COMMUNITY_SITE_URL)]}),Wn("design:type",Function),Wn("design:paramtypes",[Object]),Wn("design:returntype","function"==typeof(h="undefined"!=typeof Promise&&Promise)?h:Object)],n.prototype,"getCurrentUser",null),Mn([(0,wn.catchErrorsDecorator)({title:"小程序匿名登录失败",messages:["请确认以下各项:"," 1 - 当前环境是否开启了匿名登录"," 2 - 调用 auth().signInAnonymouslyInWx() 的语法或参数是否正确","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(bn.COMMUNITY_SITE_URL)]}),Wn("design:type",Function),Wn("design:paramtypes",[Object]),Wn("design:returntype","function"==typeof(d="undefined"!=typeof Promise&&Promise)?d:Object)],n.prototype,"signInAnonymouslyInWx",null),Mn([(0,wn.catchErrorsDecorator)({title:"小程序绑定OpenID失败",messages:["请确认以下各项:"," 1 - 当前环境是否开启了小程序openId静默登录"," 2 - 调用 auth().bindOpenId() 的语法或参数是否正确","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(bn.COMMUNITY_SITE_URL)]}),Wn("design:type",Function),Wn("design:paramtypes",[]),Wn("design:returntype","function"==typeof(f="undefined"!=typeof Promise&&Promise)?f:Object)],n.prototype,"bindOpenId",null),Mn([(0,wn.catchErrorsDecorator)({title:"小程序unionId静默登录失败",messages:["请确认以下各项:"," 1 - 当前环境是否开启了小程序unionId静默登录"," 2 - 调用 auth().signInWithUnionId() 的语法或参数是否正确","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(bn.COMMUNITY_SITE_URL)]}),Wn("design:type",Function),Wn("design:paramtypes",[]),Wn("design:returntype","function"==typeof(p="undefined"!=typeof Promise&&Promise)?p:Object)],n.prototype,"signInWithUnionId",null),Mn([(0,wn.catchErrorsDecorator)({title:"短信验证码登陆",messages:["请确认以下各项:"," 1 - 当前环境是否开启了小程序短信验证码登陆"," 2 - 调用 auth().signInWithSms() 的语法或参数是否正确","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(bn.COMMUNITY_SITE_URL)]}),Wn("design:type",Function),Wn("design:paramtypes",[Object]),Wn("design:returntype","function"==typeof(v="undefined"!=typeof Promise&&Promise)?v:Object)],n.prototype,"signInWithSms",null),Mn([(0,wn.catchErrorsDecorator)({title:"邮箱验证码登陆",messages:["请确认以下各项:"," 1 - 当前环境是否开启了邮箱登陆"," 2 - 调用 auth().signInWithEmail() 的语法或参数是否正确","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(bn.COMMUNITY_SITE_URL)]}),Wn("design:type",Function),Wn("design:paramtypes",[Object]),Wn("design:returntype","function"==typeof(y="undefined"!=typeof Promise&&Promise)?y:Object)],n.prototype,"signInWithEmail",null),Mn([(0,wn.catchErrorsDecorator)({title:"获取用户是否被占用失败",messages:["请确认以下各项:"," 1 - 调用 auth().isUsernameRegistered() 的语法或参数是否正确","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(bn.COMMUNITY_SITE_URL)]}),Wn("design:type",Function),Wn("design:paramtypes",[String]),Wn("design:returntype","function"==typeof(m="undefined"!=typeof Promise&&Promise)?m:Object)],n.prototype,"isUsernameRegistered",null),Mn([(0,wn.catchErrorsDecorator)({title:"获取本地登录态失败",messages:["请确认以下各项:"," 1 - 调用 auth().getLoginState() 的语法或参数是否正确","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(bn.COMMUNITY_SITE_URL)]}),Wn("design:type",Function),Wn("design:paramtypes",[]),Wn("design:returntype","function"==typeof(g="undefined"!=typeof Promise&&Promise)?g:Object)],n.prototype,"getLoginState",null),Mn([(0,wn.catchErrorsDecorator)({title:"获取用户信息失败",messages:["请确认以下各项:"," 1 - 是否已登录"," 2 - 调用 auth().getUserInfo() 的语法或参数是否正确","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(bn.COMMUNITY_SITE_URL)]}),Wn("design:type",Function),Wn("design:paramtypes",[]),Wn("design:returntype","function"==typeof(b="undefined"!=typeof Promise&&Promise)?b:Object)],n.prototype,"getUserInfo",null),Mn([(0,wn.catchErrorsDecorator)({title:"获取微搭插件用户信息失败",messages:["请确认以下各项:"," 1 - 是否已登录"," 2 - 调用 auth().getWedaUserInfo() 的语法或参数是否正确","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(bn.COMMUNITY_SITE_URL)]}),Wn("design:type",Function),Wn("design:paramtypes",[]),Wn("design:returntype","function"==typeof(w="undefined"!=typeof Promise&&Promise)?w:Object)],n.prototype,"getWedaUserInfo",null),Mn([(0,wn.catchErrorsDecorator)({title:"绑定第三方登录方式失败",messages:["请确认以下各项:"," 1 - 调用 auth().bindWithProvider() 的语法或参数是否正确"," 2 - 此账户是否已经绑定此第三方","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(bn.COMMUNITY_SITE_URL)]}),Wn("design:type",Function),Wn("design:paramtypes",["function"==typeof(_=t.BindWithProviderRequest)?_:Object]),Wn("design:returntype","function"==typeof(I="undefined"!=typeof Promise&&Promise)?I:Object)],n.prototype,"bindWithProvider",null),Mn([(0,wn.catchErrorsDecorator)({title:"获取身份源类型",messages:["请确认以下各项:"," 1 - 调用 auth().getProviderSubType() 的语法或参数是否正确","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(bn.COMMUNITY_SITE_URL)]}),Wn("design:type",Function),Wn("design:paramtypes",[]),Wn("design:returntype","function"==typeof(S="undefined"!=typeof Promise&&Promise)?S:Object)],n.prototype,"getProviderSubType",null),n}(kn),zn="auth";function Yn(t,e){for(var n=[],r=0;r<=t.length;r++)n[r]=[r];for(var o=0;o<=e.length;o++)n[0][o]=o;for(r=1;r<=t.length;r++)for(o=1;o<=e.length;o++){var i=t[r-1].toLowerCase()===e[o-1].toLowerCase()?0:1;n[r][o]=Math.min(n[r-1][o]+1,n[r][o-1]+1,n[r-1][o-1]+i)}return n[t.length][e.length]}var Qn={name:"auth",namespace:zn,entity:function(t){var e=function(t){var e,n=this;if(this.authInstance&&!t)return this.authInstance;t=t||{region:"",persistence:"local",apiPath:oe};var r=this.platform.adapter,o=t.persistence||r.primaryStorage;o&&o!==this.config.persistence&&this.updateConfig({persistence:o});var i=function(t,e){var n,r,o,i,s=this,a=t.region,u=void 0===a?"ap-shanghai":a,c=t.i18n,l=t.accessKey,h=t.useWxCloud,d=(null==e?void 0:e.platform)||In.useDefaultAdapter.bind(e)(),f=d.runtime,p=d.adapter,v=e||{},y=v.env,m=v.clientId,g=v.debug,b=v.cache,w=v.app,_=v.getApiOrigin,I=(e||{}).apiOrigin;I||(I="https://".concat(y,".").concat(u,".tcb-api.tencentcloudapi.com"));var E={env:y,clientId:m,i18n:c,accessKey:l,useWxCloud:h,eventBus:new Ve.CloudbaseEventEmitter},S=new gn(Rn(qn(qn({},E),{apiOrigin:I,getApiOrigin:_,apiPath:(null==t?void 0:t.apiPath)||oe,storage:null==t?void 0:t.storage,baseRequest:null==t?void 0:t.baseRequest,request:null==t?void 0:t.request,anonymousSignInFunc:null==t?void 0:t.anonymousSignInFunc,captchaOptions:null==t?void 0:t.captchaOptions,wxCloud:null==t?void 0:t.wxCloud,adapter:p,onCredentialsError:Gn(E.eventBus),headers:qn({"X-SDK-Version":"@cloudbase/js-sdk/".concat(t.sdkVersion)},t.headers||{}),detectSessionInUrl:t.detectSessionInUrl,debug:g,auth:null===(r=null===(n=e.app)||void 0===n?void 0:n.config)||void 0===r?void 0:r.auth}))),O=new Jn(qn(qn({},E),{region:u,persistence:t.persistence,debug:g,cache:b||new _n.CloudbaseCache({persistence:t.persistence,keys:{userInfoKey:"user_info_".concat(y)},platformInfo:d}),runtime:f||"web",_fromApp:w,oauthInstance:S,auth:null===(i=null===(o=e.app)||void 0===o?void 0:o.config)||void 0===i?void 0:i.auth}));return S.initializeSession(function(t,e){return Fn(s,void 0,void 0,function(){return Bn(this,function(n){return t?(t.type===ve?e?E.eventBus.fire(pe,{event:ce,info:qn(qn({},t),{error:e})}):t.user&&O.createLoginState({},{userInfo:t.user}):t.type===ye&&E.eventBus.fire(pe,{event:de,info:qn(qn({},t),{error:e})}),[2]):[2]})})}),{authInstance:O,oauthInstance:S}}(qn(qn({wxCloud:this.config.wxCloud,storage:this.config.storage},t),{persistence:this.config.persistence,i18n:this.config.i18n,accessKey:this.config.accessKey,useWxCloud:this.config.useWxCloud,sdkVersion:this.version,detectSessionInUrl:null===(e=this.config.auth)||void 0===e?void 0:e.detectSessionInUrl}),{env:this.config.env,clientId:this.config.clientId,getApiOrigin:function(){return n.request.getBaseEndPoint(n.config.endPointMode||"CLOUD_API")},platform:this.platform,cache:this.cache,app:this,debug:this.config.debug}),s=i.authInstance,a=i.oauthInstance;return this.oauthInstance=a,this.authInstance=s,this.authInstance},n=e.call(this,t);Object.assign(e,n),Object.setPrototypeOf(e,Object.getPrototypeOf(n));var r="undefined"!=typeof Proxy?new Proxy(e,{get:function(t,e,n){var r=Reflect.get(t,e,n);if(void 0!==r||"string"!=typeof e)return r;var o=function(t,e){for(var n=null,r=1/0,o=0,i=e;o<i.length;o++){var s=i[o];if(!s.startsWith("_")&&"constructor"!==s){var a=Yn(t,s);a<r&&(r=a,n=s)}}return n}(e,Object.getOwnPropertyNames(Object.getPrototypeOf(t)).concat(Object.keys(t)).filter(function(e){return"function"==typeof t[e]}));return o&&console.warn("[CloudBase Auth] auth.".concat(e," is not a function. Did you mean: auth.").concat(o,"() ?")),r}}):e;return this[zn]=r,r}};try{cloudbase.registerComponent(Qn)}catch(t){}var $n=l(3388),Xn=function(){return Xn=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},Xn.apply(this,arguments)},Zn=function(t,e,n,r){return new(n||(n=Promise))(function(o,i){function s(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(s,a)}u((r=r.apply(t,e||[])).next())})},tr=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}},er=y,nr="cloudrun",rr=function(){function t(){}return t.prototype.callContainer=function(t,e){return Zn(this,void 0,void 0,function(){var n,r,o;return tr(this,function(i){switch(i.label){case 0:if(n=t.name,r=t.data,!n)throw new Error(JSON.stringify({code:er.INVALID_PARAMS,msg:"[".concat(nr,".callContainer] invalid name")}));try{o=r?JSON.stringify(r):""}catch(t){throw new Error(JSON.stringify({code:er.INVALID_PARAMS,msg:"[".concat(nr,".callContainer] invalid data")}))}return[4,or.call(this,Xn(Xn({},t),{data:o}),e)];case 1:return[2,i.sent()]}})})},t}();function or(t,e){var n;return Zn(this,void 0,void 0,function(){var r,o,i,s,a,u,c,l,h,d,f,p,v,y,m;return tr(this,function(g){switch(g.label){case 0:if(r=t.name,o=t.data,i=t.path,s=void 0===i?"":i,a=t.method,u=t.header,c=void 0===u?{}:u,l=this.getEndPointWithKey("GATEWAY"),h=l.BASE_URL,d=l.PROTOCOL,f="".concat(d).concat(h,"/cloudrun/").concat(r),p=s.startsWith("/")?s:"/".concat(s),v=["GET","HEAD"].includes(null===(n=null==a?void 0:a.toUpperCase)||void 0===n?void 0:n.call(a)))try{y={};try{y=JSON.parse(o)}catch(t){y=o||{}}p="".concat(p).concat(p.includes("?")?"&":"?").concat(Object.keys(y).map(function(t){return"".concat(t,"=").concat(y[t])}).join("&"))}catch(t){}return[4,this.request.fetch(Xn(Xn({method:a||"POST",headers:Object.assign({},{"Content-Type":"application/json; charset=utf-8"},c)},v?{}:{body:o}),{url:"".concat(f).concat(p),customReqOpts:e}))];case 1:return m=g.sent(),"node-sdk"===(null==e?void 0:e.from)?[2,m]:[4,m.data];case 2:return[2,g.sent()]}})})}var ir=new rr,sr={name:nr,entity:{callContainer:ir.callContainer}};try{cloudbase.registerComponent(sr)}catch(t){}function ar(t){try{t.registerComponent(sr)}catch(t){console.warn(t)}}try{window.registerCloudrun=ar}catch(t){}var ur=function(){return ur=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},ur.apply(this,arguments)},cr=function(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)},lr=f,hr=y,dr=v,fr=S,pr=K,vr="functions",yr=function(){function t(){}var e,n,r;return t.prototype.callFunction=function(t,e,n){var r,o,i,s,a,u,c;return s=this,a=void 0,c=function(){var s,a,u,c,l,h,d,f,p,v,y,m,g,b,w,I,E,S,O,T,P,A,R;return function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}}(this,function(C){switch(C.label){case 0:if(s=t.name,a=t.data,u=t.query,c=t.parse,l=t.search,h=t.type,d=t.path,f=void 0===d?"":d,p=t.method,v=t.header,y=void 0===v?{}:v,!s)throw new Error(JSON.stringify({code:hr.INVALID_PARAMS,msg:"[".concat(vr,".callFunction] invalid function name")}));try{m=a?JSON.stringify(a):""}catch(t){throw new Error(JSON.stringify({code:hr.INVALID_PARAMS,msg:"[".concat(vr,".callFunction] invalid data")}))}return"cloudrun"!==h?[3,2]:(g=_(),[4,or.call(this,{name:s,data:m,path:f,method:p,header:ur(ur({},y),{"X-Request-Id":g})})]);case 1:return[2,{result:A=C.sent(),requestId:g}];case 2:w=(b=this).request,I=b.config,E="functions.invokeFunction",S={inQuery:u,parse:c,search:l,function_name:s,request_data:m},O={},T=!("GATEWAY"!==I.endPointMode||(N=s,"lcap-common-service"===N||"lcap-datasource-test"===N||N.startsWith("lcap-data")||N.startsWith("lowcode-datasource")||"cloudbase_module"===N)||function(t){return"lowcode-wx-datasource"===t}(s)),C.label=3;case 3:return C.trys.push([3,8,,9]),T?[4,w.gateWay(ur(ur({},t),{path:"functions"}),n)]:[3,5];case 4:return P=C.sent(),O=ur({requestId:P.requestId},(null===(r=P.data)||void 0===r?void 0:r.code)?P.data:{data:{response_data:P.data}}),[3,7];case 5:return[4,w.send(E,S,{endPointMode:"CLOUD_API",defaultQuery:(null===(o=null==a?void 0:a.params)||void 0===o?void 0:o.action)?{action:null===(i=null==a?void 0:a.params)||void 0===i?void 0:i.action}:{}},n)];case 6:O=C.sent(),C.label=7;case 7:if(O.code)return[2,fr(e,null,O)];if(A=O.data.response_data,c||T)return[2,fr(e,null,{result:A,requestId:O.requestId})];try{return A=JSON.parse(O.data.response_data),[2,fr(e,null,{result:A,requestId:O.requestId})]}catch(t){fr(e,new Error("[".concat(lr(),"][").concat(hr.INVALID_PARAMS,"][").concat(vr,".callFunction] response data must be json")))}return[3,9];case 8:return R=C.sent(),fr(e,R),[3,9];case 9:return[2]}var N})},new((u=void 0)||(u=Promise))(function(t,e){function n(t){try{o(c.next(t))}catch(t){e(t)}}function r(t){try{o(c.throw(t))}catch(t){e(t)}}function o(e){var o;e.done?t(e.value):(o=e.value,o instanceof u?o:new u(function(t){t(o)})).then(n,r)}o((c=c.apply(s,a||[])).next())})},function(t,e,n,r){var o,i=arguments.length,s=i<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,n,r);else for(var a=t.length-1;a>=0;a--)(o=t[a])&&(s=(i<3?o(s):i>3?o(e,n,s):o(e,n))||s);i>3&&s&&Object.defineProperty(e,n,s)}([pr({customInfo:{className:"Cloudbase",methodName:"callFunction"},title:"函数调用失败",messages:["请确认以下各项:"," 1 - 调用 callFunction() 的语法或参数是否正确"," 2 - 当前环境下是否存在此函数"," 3 - 函数安全规则是否限制了当前登录状态访问","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(dr)]}),cr("design:type",Function),cr("design:paramtypes",["function"==typeof(e=void 0!==$n.ICallFunctionOptions&&$n.ICallFunctionOptions)?e:Object,"function"==typeof(n="undefined"!=typeof Function&&Function)?n:Object,"function"==typeof(r=void 0!==$n.ICustomReqOpts&&$n.ICustomReqOpts)?r:Object]),cr("design:returntype",Promise)],t.prototype,"callFunction",null),t}(),mr=new yr,gr={name:vr,entity:{callFunction:mr.callFunction}};try{cloudbase.registerComponent(gr)}catch(t){}var br=function(){var t=function(e,n){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},t(e,n)};return function(e,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),wr=function(t){function e(e){var n=t.call(this,e)||this;return n.__isStorageError=!0,n.name="StorageError",n}return br(e,t),e}(Error);function _r(t){return"object"==typeof t&&null!==t&&"__isStorageError"in t}var Ir,Er=function(t){function e(e,n,r){var o=t.call(this,e)||this;return o.name="StorageApiError",o.status=n,o.statusCode=r,o}return br(e,t),e.prototype.toJSON=function(){return{name:this.name,message:this.message,status:this.status,statusCode:this.statusCode}},e}(wr);function Sr(){return globalThis.Buffer}function Or(t){var e=Sr();return e?e.from(t).toString("base64"):btoa(t)}function Tr(t){return t.split("/").map(function(t){return encodeURIComponent(t)}).join("/")}br(function(t,e){var n=Ir.call(this,t)||this;return n.name="StorageUnknownError",n.originalError=e,n},Ir=wr);var Pr=function(){return Pr=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},Pr.apply(this,arguments)},Ar=function(t,e,n,r){return new(n||(n=Promise))(function(o,i){function s(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(s,a)}u((r=r.apply(t,e||[])).next())})},Rr=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}},Cr="/v1/storages";function Nr(t,e){return Ar(this,void 0,Promise,function(){var n;return Rr(this,function(r){switch(r.label){case 0:return r.trys.push([0,2,,3]),[4,t()];case 1:return[2,{data:r.sent(),error:null}];case 2:if(n=r.sent(),e)throw n;return _r(n)?[2,{data:null,error:n}]:[2,{data:null,error:new wr((null==n?void 0:n.message)||String(n))}];case 3:return[2]}})})}var xr=function(){function t(t){this.ctx=t}return Object.defineProperty(t.prototype,"request",{get:function(){return this.ctx.request},enumerable:!1,configurable:!0}),t.prototype.gatewayOrigin=function(){return this.request.getBaseEndPoint("GATEWAY")},t.prototype.buildUrl=function(t,e){var n="".concat(this.gatewayOrigin()).concat(Cr).concat(t),r=function(t){if(!t)return"";var e=[];return Object.keys(t).forEach(function(n){var r=t[n];null!=r&&e.push("".concat(encodeURIComponent(n),"=").concat(encodeURIComponent(String(r))))}),e.join("&")}(e);return r&&(n+=(n.includes("?")?"&":"?")+r),n},t.prototype.toFullUrl=function(t){return t?/^https?:\/\//.test(t)||t.startsWith("//")?t:"".concat(this.gatewayOrigin()).concat(Cr).concat(t.startsWith("/")?"":"/").concat(t):t},t.prototype.send=function(t){return Ar(this,void 0,Promise,function(){var e,n,r,o,i,s;return Rr(this,function(a){switch(a.label){case 0:return e=this.buildUrl(t.path,t.query),n=t.method.toUpperCase(),r=["GET","HEAD"].includes(n),o=Pr({},t.headers||{}),r||(void 0!==t.rawBody?i=t.rawBody:void 0!==t.json&&(o["Content-Type"]=o["Content-Type"]||"application/json",i=JSON.stringify(t.json))),[4,this.request.fetch(Pr(Pr(Pr(Pr({url:e,method:n,headers:o},void 0!==i?{body:i}:{}),{withCredentials:!1!==t.withCredentials,shouldThrowOnError:!1}),t.signal?{signal:t.signal}:{}),t.cache?{cache:t.cache}:{}))];case 1:return s=a.sent(),[2,this.unwrap(s,e)]}})})},t.prototype.download=function(t){var e,n;return Ar(this,void 0,Promise,function(){var r,o,i,s;return Rr(this,function(a){switch(a.label){case 0:return r=this.buildUrl(t.path,t.query),[4,this.request.fetch(Pr(Pr({url:r,method:"GET",headers:Pr({},t.headers||{}),stream:!0,withCredentials:!1!==t.withCredentials,shouldThrowOnError:!1},t.signal?{signal:t.signal}:{}),t.cache?{cache:t.cache}:{}))];case 1:if(o=a.sent(),null===(e=t.signal)||void 0===e?void 0:e.aborted)throw new Er("The download was aborted",0,"STORAGE_PG_ABORTED");if(304===(i=Number(null!==(n=null==o?void 0:o.statusCode)&&void 0!==n?n:200)))throw new Er("Not Modified",i,"STORAGE_PG_NOT_MODIFIED");if(i>=400)throw new Er("Download failed with status ".concat(i),i,"STORAGE_PG_REQUEST_FAIL");if(!(s=null==o?void 0:o.response))throw new Er("Underlying adapter did not expose the raw Response",i,"STORAGE_PG_NO_RESPONSE");return[2,{response:s,status:i,header:null==o?void 0:o.header}]}})})},t.prototype.unwrap=function(t,e){var n,r;return Ar(this,void 0,Promise,function(){var o,i,s,a;return Rr(this,function(u){switch(u.label){case 0:o=Number(null!==(r=null!==(n=null==t?void 0:t.statusCode)&&void 0!==n?n:null==t?void 0:t.status)&&void 0!==r?r:200),i=null==t?void 0:t.data,u.label=1;case 1:return u.trys.push([1,3,,4]),[4,i];case 2:return i=u.sent(),[3,4];case 3:return u.sent(),i=void 0,[3,4];case 4:if(o>=200&&o<300)return[2,i];throw s=(null==i?void 0:i.code)||(null==i?void 0:i.error)||"STORAGE_PG_REQUEST_FAIL",a=(null==i?void 0:i.message)||"Storage request failed with status ".concat(o,": ").concat(e),new Er(a,o,s)}})})},t}(),Ur=function(){return Ur=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},Ur.apply(this,arguments)},Lr=function(t,e,n,r){return new(n||(n=Promise))(function(o,i){function s(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(s,a)}u((r=r.apply(t,e||[])).next())})},Dr=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}};function kr(t){return _r(t)?t:new wr((null==t?void 0:t.message)||String(t))}function jr(t){var e={};return void 0!==(null==t?void 0:t.download)&&(e.download=!0===t.download?"":t.download),void 0!==(null==t?void 0:t.cacheNonce)&&(e.cacheNonce=String(t.cacheNonce)),{headers:{},query:e}}var qr=function(){function t(t){this.ctx=t}return t.prototype.then=function(t,e){return this.execute().then(t,e)},t.prototype.execute=function(){var t,e;return Lr(this,void 0,Promise,function(){var n,r,o,i,s;return Dr(this,function(a){switch(a.label){case 0:return a.trys.push([0,2,,3]),n=jr(this.ctx.options),r=n.headers,o=n.query,[4,this.ctx.http.download({path:"/object/".concat(this.ctx.bucketId,"/").concat(Tr(this.ctx.cleanName)),headers:Ur(Ur({},this.ctx.headers),r),query:o,signal:null===(t=this.ctx.parameters)||void 0===t?void 0:t.signal,cache:null===(e=this.ctx.parameters)||void 0===e?void 0:e.cache})];case 1:if(!(i=a.sent().response).body)throw new Er("Response body is empty",i.status,"STORAGE_PG_EMPTY_BODY");return[2,{data:i.body,error:null}];case 2:if(s=a.sent(),this.ctx.shouldThrowOnError)throw s;return[2,{data:null,error:kr(s)}];case 3:return[2]}})})},t}(),Mr=function(){function t(t){this.ctx=t}return t.prototype.asStream=function(){return new qr(this.ctx)},t.prototype.then=function(t,e){return this.execute().then(t,e)},t.prototype.execute=function(){var t,e;return Lr(this,void 0,Promise,function(){var n,r,o,i,s,a;return Dr(this,function(u){switch(u.label){case 0:return u.trys.push([0,3,,4]),n=jr(this.ctx.options),r=n.headers,o=n.query,[4,this.ctx.http.download({path:"/object/".concat(this.ctx.bucketId,"/").concat(Tr(this.ctx.cleanName)),headers:Ur(Ur({},this.ctx.headers),r),query:o,signal:null===(t=this.ctx.parameters)||void 0===t?void 0:t.signal,cache:null===(e=this.ctx.parameters)||void 0===e?void 0:e.cache})];case 1:return i=u.sent().response,a={},[4,i.blob()];case 2:return[2,(a.data=u.sent(),a.error=null,a)];case 3:if(s=u.sent(),this.ctx.shouldThrowOnError)throw s;return[2,{data:null,error:kr(s)}];case 4:return[2]}})})},t}(),Wr=function(){return Wr=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},Wr.apply(this,arguments)},Fr=function(t,e,n,r){return new(n||(n=Promise))(function(o,i){function s(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(s,a)}u((r=r.apply(t,e||[])).next())})},Br=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}},Vr="3600",Gr=function(){function t(t,e,n){void 0===n&&(n=!1),this.headers={},this.http=t,this.bucketId=e,this.shouldThrowOnError=n}return t.prototype.throwOnError=function(){return this.shouldThrowOnError=!0,this},t.prototype.setHeader=function(t,e){var n;if("string"!=typeof t||""===t.trim())throw new wr("setHeader requires a non-empty header name");if(/[\r\n]/.test(t)||"string"==typeof e&&/[\r\n]/.test(e))throw new wr("setHeader does not allow CR/LF characters in header name or value");return this.headers=Wr(Wr({},this.headers),((n={})[t]=String(e),n)),this},t.prototype.upload=function(t,e,n){return Fr(this,void 0,Promise,function(){return Br(this,function(r){return[2,this.uploadOrUpdate("POST",t,e,n)]})})},t.prototype.update=function(t,e,n){return Fr(this,void 0,Promise,function(){return Br(this,function(r){return[2,this.uploadOrUpdate("PUT",t,e,n)]})})},t.prototype.download=function(t,e,n){return new Mr({http:this.http,bucketId:this.bucketId,cleanName:this.cleanPath(t),options:e,parameters:n,headers:this.headers,shouldThrowOnError:this.shouldThrowOnError})},t.prototype.list=function(t,e,n){return Fr(this,void 0,Promise,function(){var r=this;return Br(this,function(o){return[2,Nr(function(){return Fr(r,void 0,void 0,function(){var r;return Br(this,function(o){return r={prefix:t||""},void 0!==(null==e?void 0:e.limit)&&(r.limit=e.limit),void 0!==(null==e?void 0:e.cursor)&&(r.cursor=e.cursor),void 0!==(null==e?void 0:e.withDelimiter)&&(r.with_delimiter=e.withDelimiter),void 0!==(null==e?void 0:e.sortBy)&&(r.sortBy=e.sortBy),[2,this.send({method:"POST",path:"/object/list/".concat(this.bucketId),json:r,signal:null==n?void 0:n.signal,cache:null==n?void 0:n.cache})]})})},this.shouldThrowOnError)]})})},t.prototype.remove=function(t){return Fr(this,void 0,Promise,function(){var e=this;return Br(this,function(n){return[2,Nr(function(){return Fr(e,void 0,void 0,function(){var e,n,r,o,i,s=this;return Br(this,function(a){switch(a.label){case 0:e=t.map(function(t){return s.cleanPath(t)}),n=[],r=0,a.label=1;case 1:return r<e.length?(o=e.slice(r,r+100),[4,this.send({method:"DELETE",path:"/object/".concat(this.bucketId),json:{prefixes:o}})]):[3,4];case 2:i=a.sent(),Array.isArray(i)&&n.push.apply(n,i),a.label=3;case 3:return r+=100,[3,1];case 4:return[2,n]}})})},this.shouldThrowOnError)]})})},t.prototype.copy=function(t,e,n){return Fr(this,void 0,Promise,function(){var r=this;return Br(this,function(o){return[2,Nr(function(){return Fr(r,void 0,void 0,function(){var r;return Br(this,function(o){switch(o.label){case 0:return r=this.buildCopyMoveHeaders(n),[4,this.send({method:"POST",path:"/object/copy",json:{bucketId:this.bucketId,sourceKey:this.cleanPath(t),destinationKey:this.cleanPath(e),destinationBucket:null==n?void 0:n.destinationBucket,copyMetadata:null==n?void 0:n.copyMetadata,metadata:null==n?void 0:n.metadata},headers:r})];case 1:return[2,{path:o.sent().Key}]}})})},this.shouldThrowOnError)]})})},t.prototype.move=function(t,e,n){return Fr(this,void 0,Promise,function(){var r=this;return Br(this,function(o){return[2,Nr(function(){return Fr(r,void 0,void 0,function(){return Br(this,function(r){switch(r.label){case 0:return[4,this.send({method:"POST",path:"/object/move",json:{bucketId:this.bucketId,sourceKey:this.cleanPath(t),destinationKey:this.cleanPath(e),destinationBucket:null==n?void 0:n.destinationBucket}})];case 1:return[2,{message:r.sent().message||"Successfully moved"}]}})})},this.shouldThrowOnError)]})})},t.prototype.info=function(t){return Fr(this,void 0,Promise,function(){var e=this;return Br(this,function(n){return[2,Nr(function(){return Fr(e,void 0,void 0,function(){var e,n;return Br(this,function(r){switch(r.label){case 0:return e=this.cleanPath(t),[4,this.send({method:"GET",path:"/object/info/".concat(this.bucketId,"/").concat(this.encodePath(e))})];case 1:return[2,{id:(n=r.sent()).id,name:n.name,version:n.version,bucketId:n.bucket_id,size:n.size,contentType:n.content_type,cacheControl:n.cache_control,etag:n.etag,metadata:n.metadata,lastModified:n.last_modified,createdAt:n.created_at}]}})})},this.shouldThrowOnError)]})})},t.prototype.exists=function(t){return Fr(this,void 0,Promise,function(){var e,n,r;return Br(this,function(o){switch(o.label){case 0:return o.trys.push([0,2,,3]),e=this.cleanPath(t),[4,this.send({method:"GET",path:"/object/info/".concat(this.bucketId,"/").concat(this.encodePath(e))})];case 1:return o.sent(),[2,{data:!0,error:null}];case 2:if(n=o.sent(),void 0!==(r=null==n?void 0:n.status)&&[400,404].includes(Number(r)))return[2,{data:!1,error:null}];if(this.shouldThrowOnError)throw n;return[2,{data:null,error:n instanceof wr?n:new wr((null==n?void 0:n.message)||String(n))}];case 3:return[2]}})})},t.prototype.createSignedUrl=function(t,e,n){return Fr(this,void 0,Promise,function(){var r=this;return Br(this,function(o){return[2,Nr(function(){return Fr(r,void 0,void 0,function(){var r,o,i;return Br(this,function(s){switch(s.label){case 0:return r=this.cleanPath(t),[4,this.send({method:"POST",path:"/object/sign/".concat(this.bucketId,"/").concat(this.encodePath(r)),json:{expiresIn:e}})];case 1:return o=s.sent(),i=o.fullSignedURL||this.http.toFullUrl(o.signedURL||""),[2,{fullSignedURL:this.appendUrlOptions(i,n)}]}})})},this.shouldThrowOnError)]})})},t.prototype.createSignedUrls=function(t,e,n){return Fr(this,void 0,Promise,function(){var r=this;return Br(this,function(o){return[2,Nr(function(){return Fr(r,void 0,void 0,function(){var r,o,i,s,a=this;return Br(this,function(u){switch(u.label){case 0:r=t.map(function(t){return a.cleanPath(t)}),o=[],i=0,u.label=1;case 1:return i<r.length?(s=r.slice(i,i+500),[4,this.send({method:"POST",path:"/object/sign/".concat(this.bucketId),json:{expiresIn:e,paths:s}})]):[3,4];case 2:u.sent().forEach(function(t){var e,r=t.fullSignedURL||(t.signedURL?a.http.toFullUrl(t.signedURL):null);o.push({path:t.path,fullSignedURL:r?a.appendUrlOptions(r,n):null,error:null!==(e=t.error)&&void 0!==e?e:null})}),u.label=3;case 3:return i+=500,[3,1];case 4:return[2,o]}})})},this.shouldThrowOnError)]})})},t.prototype.createSignedUploadUrl=function(t,e){return Fr(this,void 0,Promise,function(){var n=this;return Br(this,function(r){return[2,Nr(function(){return Fr(n,void 0,void 0,function(){var n,r,o;return Br(this,function(i){switch(i.label){case 0:return n=this.cleanPath(t),r={},(null==e?void 0:e.upsert)&&(r["x-upsert"]="true"),[4,this.send({method:"POST",path:"/object/upload/sign/".concat(this.bucketId,"/").concat(this.encodePath(n)),headers:r})];case 1:return[2,{fullSignedURL:(o=i.sent()).fullURL||this.http.toFullUrl(o.url||""),path:n,token:o.token}]}})})},this.shouldThrowOnError)]})})},t.prototype.uploadToSignedUrl=function(t,e,n,r){return Fr(this,void 0,Promise,function(){var o=this;return Br(this,function(i){return[2,Nr(function(){return Fr(o,void 0,void 0,function(){var o,i,s,a,u;return Br(this,function(c){switch(c.label){case 0:return o=this.cleanPath(t),i=this.buildUploadBody(n,r),s=i.body,a=i.headers,[4,this.send({method:"PUT",path:"/object/upload/sign/".concat(this.bucketId,"/").concat(this.encodePath(o)),query:{token:e},rawBody:s,headers:a,withCredentials:!1})];case 1:return u=c.sent(),[2,{path:o,fullPath:u.Key}]}})})},this.shouldThrowOnError)]})})},t.prototype.getPublicUrl=function(t,e){var n=this.cleanPath(t),r=this.http.buildUrl("/object/public/".concat(this.bucketId,"/").concat(this.encodePath(n)));return{data:{publicUrl:this.appendUrlOptions(r,e)}}},t.prototype.send=function(t){return this.http.send(Wr(Wr({},t),{headers:Wr(Wr({},this.headers),t.headers||{})}))},t.prototype.uploadOrUpdate=function(t,e,n,r){return Fr(this,void 0,Promise,function(){var o=this;return Br(this,function(i){return[2,Nr(function(){return Fr(o,void 0,void 0,function(){var o,i,s,a,u;return Br(this,function(c){switch(c.label){case 0:return o=this.cleanPath(e),i=this.buildUploadBody(n,r),s=i.body,a=i.headers,"POST"===t&&(a["x-upsert"]=String(Boolean(null==r?void 0:r.upsert))),[4,this.send({method:t,path:"/object/".concat(this.bucketId,"/").concat(this.encodePath(o)),rawBody:s,headers:a})];case 1:return[2,{id:(u=c.sent()).Id,path:o,fullPath:u.Key}]}})})},this.shouldThrowOnError)]})})},t.prototype.cleanPath=function(t){var e=t.replace(/^\/+|\/+$/g,"").replace(/\/+/g,"/");if(e.split("/").some(function(t){return".."===t}))throw new wr('invalid path: ".." segment is not allowed');return e},t.prototype.encodePath=function(t){return Tr(t)},t.prototype.buildUploadBody=function(t,e){var n,r,o,i,s,a=Wr({},(null==e?void 0:e.headers)||{}),u=t,c="undefined"!=typeof FormData&&t instanceof FormData;if("undefined"!=typeof Blob&&t instanceof Blob||c){var l=void 0,h={};if(c){var d=this.extractFromFormData(t);l=d.file,h=d.fields}else l=t;var f=null!==(r=null!==(n=null==e?void 0:e.cacheControl)&&void 0!==n?n:h.cacheControl)&&void 0!==r?r:Vr,p=null!==(o=null==e?void 0:e.contentType)&&void 0!==o?o:h.contentType,v=void 0!==(null==e?void 0:e.metadata)?JSON.stringify(e.metadata):h.metadata,y=new FormData;void 0!==f&&y.append("cacheControl",String(f)),void 0!==p&&y.append("contentType",p),void 0!==v&&y.append("metadata",v),y.append("",l),u=y}else u=t,f=null!==(i=null==e?void 0:e.cacheControl)&&void 0!==i?i:Vr,p=null!==(s=null==e?void 0:e.contentType)&&void 0!==s?s:"text/plain;charset=UTF-8",a["cache-control"]="max-age=".concat(f),p&&(a["content-type"]=p),(null==e?void 0:e.metadata)&&(a["x-metadata"]=this.toBase64(JSON.stringify(e.metadata)));return{body:u,headers:a}},t.prototype.extractFromFormData=function(t){var e,n={},r=0,o=[];if(t.forEach(function(t,i){if("undefined"!=typeof Blob&&t instanceof Blob)return e=t,void(r+=1);"cacheControl"!==i&&"contentType"!==i&&"metadata"!==i?o.push(i):n[i]=String(t)}),o.length>0&&console.warn("Ignored unsupported FormData field(s): [".concat(o.join(", "),"]. Only file, cacheControl, contentType and metadata are supported")),0===r||!e)throw new wr("FormData must contain a file");if(r>1)throw new wr("FormData must contain exactly one file");return{file:e,fields:n}},t.prototype.buildCopyMoveHeaders=function(t){var e={};return(null==t?void 0:t.upsert)&&(e["x-upsert"]="true"),!1===(null==t?void 0:t.copyMetadata)&&(null==t?void 0:t.metadata)&&(e["x-metadata"]=this.toBase64(JSON.stringify(t.metadata))),e},t.prototype.appendUrlOptions=function(t,e){var n=[];if(void 0!==(null==e?void 0:e.download)){var r=!0===e.download?"":String(e.download);n.push("download=".concat(encodeURIComponent(r)))}if(void 0!==(null==e?void 0:e.cacheNonce)&&n.push("cacheNonce=".concat(encodeURIComponent(String(e.cacheNonce)))),0===n.length)return t;var o=t.includes("?")?"&":"?";return"".concat(t).concat(o).concat(n.join("&"))},t.prototype.toBase64=function(t){return Or(t)},t}(),Hr=/[\x00-\x20\x7f/\\?#%]/;function Kr(t,e){if("string"!=typeof t||0===t.length)throw new wr("[storage.".concat(e,"] bucketId is required"));if(t.length>256)throw new wr("[storage.".concat(e,"] invalid bucketId: length must be 1-").concat(256));var n=Hr.exec(t);if(n){var r="[storage.".concat(e,'] invalid bucketId "').concat(t,'": ')+"contains forbidden character ".concat(JSON.stringify(n[0]),"; ")+'must not contain whitespace, control chars, "/", "\\", "?", "#" or "%"';throw new wr(r)}}var Jr,zr=function(t,e,n,r){return new(n||(n=Promise))(function(o,i){function s(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(s,a)}u((r=r.apply(t,e||[])).next())})},Yr=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}},Qr=function(){function t(t,e){void 0===e&&(e=!1),this.http=new xr(t),this.shouldThrowOnError=e}return t.prototype.throwOnError=function(){return this.shouldThrowOnError=!0,this},t.prototype.listBuckets=function(t){return zr(this,void 0,Promise,function(){var e=this;return Yr(this,function(n){return[2,Nr(function(){var n={};return void 0!==(null==t?void 0:t.limit)&&(n.limit=t.limit),void 0!==(null==t?void 0:t.offset)&&(n.offset=t.offset),(null==t?void 0:t.sortColumn)&&(n.sortColumn=t.sortColumn),(null==t?void 0:t.sortOrder)&&(n.sortOrder=t.sortOrder),(null==t?void 0:t.search)&&(n.search=t.search),e.http.send({method:"GET",path:"/bucket/",query:n})},this.shouldThrowOnError)]})})},t.prototype.getBucket=function(t){return zr(this,void 0,Promise,function(){var e=this;return Yr(this,function(n){return[2,Nr(function(){return Kr(t,"getBucket"),e.http.send({method:"GET",path:"/bucket/".concat(t)})},this.shouldThrowOnError)]})})},t.prototype.createBucket=function(t,e){return zr(this,void 0,Promise,function(){var n=this;return Yr(this,function(r){return[2,Nr(function(){var r;return Kr(t,"createBucket"),n.http.send({method:"POST",path:"/bucket/",json:{id:t,name:t,public:null!==(r=null==e?void 0:e.public)&&void 0!==r&&r,type:null==e?void 0:e.type,file_size_limit:null==e?void 0:e.fileSizeLimit,allowed_mime_types:null==e?void 0:e.allowedMimeTypes}})},this.shouldThrowOnError)]})})},t.prototype.updateBucket=function(t,e){return zr(this,void 0,Promise,function(){var n=this;return Yr(this,function(r){return[2,Nr(function(){return Kr(t,"updateBucket"),n.http.send({method:"PUT",path:"/bucket/".concat(t),json:{public:e.public,file_size_limit:e.fileSizeLimit,allowed_mime_types:e.allowedMimeTypes}})},this.shouldThrowOnError)]})})},t.prototype.deleteBucket=function(t){return zr(this,void 0,Promise,function(){var e=this;return Yr(this,function(n){return[2,Nr(function(){return Kr(t,"deleteBucket"),e.http.send({method:"DELETE",path:"/bucket/".concat(t)})},this.shouldThrowOnError)]})})},t}(),$r=function(){return $r=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},$r.apply(this,arguments)},Xr=function(t,e,n,r){var o,i=arguments.length,s=i<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,n,r);else for(var a=t.length-1;a>=0;a--)(o=t[a])&&(s=(i<3?o(s):i>3?o(e,n,s):o(e,n))||s);return i>3&&s&&Object.defineProperty(e,n,s),s},Zr=function(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)},to=function(t,e,n,r){return new(n||(n=Promise))(function(o,i){function s(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(s,a)}u((r=r.apply(t,e||[])).next())})},eo=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}};!function(t){t.put="put",t.post="post"}(Jr||(Jr={}));var no=f,ro=y,oo=v,io=g,so=b,ao=function(t){return"[object Object]"===Object.prototype.toString.call(t)},uo=S,co=K,lo="storage",ho=function(t,e,n){return to(void 0,void 0,void 0,function(){var r,o,i;return eo(this,function(s){switch(s.label){case 0:return[4,t.gateWay({path:"storages",name:"get-objects-upload-info",data:[$r({objectId:e.path},e.signedHeader?{signedHeader:e.signedHeader}:{})]},n)];case 1:return r=s.sent(),o=(null===(i=r.data)||void 0===i?void 0:i[0])||{},[2,$r($r({},r),{data:$r($r({},o.code?$r({},o):{}),{authorization:o.authorization,token:o.token,url:o.uploadUrl,fileId:o.cloudObjectId,cosFileId:o.cloudObjectMeta,download_url:o.downloadUrl})})]}})})},fo=function(t,e,n){return to(void 0,void 0,void 0,function(){var r,o;return eo(this,function(i){switch(i.label){case 0:return[4,t.gateWay({path:"storages",name:"get-objects-download-info",data:e.convertedFileList.map(function(t){return{cloudObjectId:t.fileid}})},n)];case 1:return r=i.sent(),[2,$r($r({},r),{data:{download_list:null===(o=r.data)||void 0===o?void 0:o.map(function(t){return{code:t.code||"SUCCESS",message:t.message,fileid:t.cloudObjectId,download_url:t.downloadUrl,fileID:t.cloudObjectId,tempFileURL:t.downloadUrl}})}})]}})})},po=function(t,e,n){return to(void 0,void 0,void 0,function(){var r,o;return eo(this,function(i){switch(i.label){case 0:return[4,t.gateWay({path:"storages",name:"delete-objects",data:e.fileList.map(function(t){return{cloudObjectId:t}})},n)];case 1:return r=i.sent(),[2,$r($r({},r),{data:{delete_list:null===(o=r.data)||void 0===o?void 0:o.map(function(t){return{code:t.code||"SUCCESS",fileID:t.cloudObjectId,message:t.message}})}})]}})})},vo=function(t,e,n){return to(void 0,void 0,void 0,function(){var r,o;return eo(this,function(i){switch(i.label){case 0:return[4,t.gateWay({path:"storages",name:"copy-objects",data:e.convertedFileList.map(function(t){return{srcPath:t.src_path,dstPath:t.dst_path,overwrite:t.overwrite,removeOriginal:t.remove_original}})},n)];case 1:return r=i.sent(),[2,$r($r({},r),{data:{copy_list:null===(o=r.data)||void 0===o?void 0:o.map(function(t){return{code:t.code||"SUCCESS",fileID:t.cloudObjectId,message:t.message}})}})]}})})},yo={txt:"text/plain",json:"application/json",html:"text/html",htm:"text/html",css:"text/css",js:"application/javascript",csv:"text/csv",xml:"application/xml",png:"image/png",jpg:"image/jpeg",jpeg:"image/jpeg",gif:"image/gif",webp:"image/webp",svg:"image/svg+xml",ico:"image/x-icon",pdf:"application/pdf",zip:"application/zip",gz:"application/gzip",mp4:"video/mp4",webm:"video/webm",mp3:"audio/mpeg",wav:"audio/wav"};function mo(t,e){if("undefined"!=typeof Blob&&t instanceof Blob&&t.type)return t.type;var n=/\.([a-zA-Z0-9]+)$/.exec(e||""),r=n?n[1].toLowerCase():"";return yo[r]||"application/octet-stream"}function go(t,e){var n=e.toLowerCase();return Object.keys(t).some(function(t){return t.toLowerCase()===n})}function bo(t){return Object.keys(t).reduce(function(e,n){var r;return $r($r({},e),((r={})[n]=[t[n]],r))},{})}var wo=function(){function t(t){this.context=t}var e,n,r,o,i,s,a,u,c,l,h,d,f,p,v,y;return Object.defineProperty(t.prototype,"config",{get:function(){var t;return null===(t=this.context)||void 0===t?void 0:t.config},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"request",{get:function(){var t;return null===(t=this.context)||void 0===t?void 0:t.request},enumerable:!1,configurable:!0}),t.prototype.isGateWay=function(){return"GATEWAY"===(this.config.endPointMode||"CLOUD_API")},t.prototype.uploadFile=function(t,e){return to(this,void 0,Promise,function(){var n,r,o,i,s,a,u,c,l,h,d,f,p,v,y,m,g,b,w,_,I,E,S,O,T,P,A,R,C,N,x;return eo(this,function(U){switch(U.label){case 0:if(n=t.cloudPath,r=t.filePath,o=t.onUploadProgress,C=t.method,i=void 0===C?"put":C,N=t.headers,s=void 0===N?{}:N,a=t.fileContent,!so(n)||!r&&!a)throw new Error(JSON.stringify({code:ro.INVALID_PARAMS,msg:"[".concat(lo,".uploadFile] invalid params")}));return u={put:Jr.put,post:Jr.post}[i.toLocaleLowerCase()]||Jr.put,c=this.isGateWay(),l=$r({},s),h=Object.keys(s).reduce(function(t,e){return"content-length"!==e.toLowerCase()&&(t[e]=s[e]),t},{}),u===Jr.put&&c&&(go(l,"content-length")||"number"==typeof(d=function(t,e){var n=null!=t?t:e;if(null!==n){if("undefined"!=typeof Blob&&n instanceof Blob)return n.size;if("undefined"!=typeof ArrayBuffer){if(n instanceof ArrayBuffer)return n.byteLength;if("function"==typeof ArrayBuffer.isView&&ArrayBuffer.isView(n))return n.byteLength}if("string"==typeof n){if("undefined"!=typeof Blob)return new Blob([n]).size;var r=function(t){var e;return null===(e=Sr())||void 0===e?void 0:e.byteLength(t)}(n);return"number"==typeof r?r:n.length}return"object"==typeof n&&"number"==typeof n.size?n.size:void 0}}(r,a))&&(l["content-length"]=String(d)),go(l,"content-type")||(l["content-type"]=mo(r,n)),go(h,"content-type")||(h["content-type"]=mo(r,n))),[4,this.getUploadMetadata({cloudPath:n,method:u,headers:u!==Jr.put||c?void 0:h,signedHeader:u===Jr.put&&c?bo(l):void 0,customReqOpts:t.customReqOpts})];case 1:return f=U.sent(),p=f.data,v=f.requestId,(null==(y=p)?void 0:y.code)||!(null==y?void 0:y.url)?(m=(null==y?void 0:y.code)||ro.OPERATION_FAIL,g=(null==y?void 0:y.message)||"get upload info failed",[2,uo(e,new Error("[".concat(no(),"][").concat(m,"][").concat(lo,"]:").concat(g)))]):(b=p.url,w=p.authorization,_=p.token,I=p.fileId,E=p.cosFileId,S=p.download_url,T=$r($r({},O={url:b,file:r,name:n,onUploadProgress:o,fileContent:a,fileId:I,requestId:v}),{method:Jr.put,headers:$r($r({},h),{authorization:w,"x-cos-meta-fileid":E,"x-cos-security-token":_})}),P=$r($r({},O),{method:Jr.post,data:{key:n,signature:w,"x-cos-meta-fileid":E,success_action_status:"201","x-cos-security-token":_}}),(x={})[Jr.put]={params:T,isSuccess:function(t){return t>=200&&t<300}},x[Jr.post]={params:P,isSuccess:function(t){return 201===t}},A=x,[4,this.request.upload(A[u].params)]);case 2:return R=U.sent(),A[u].isSuccess(R.statusCode)?[2,uo(e,null,{fileID:I,download_url:S,requestId:v})]:[2,uo(e,new Error("[".concat(no(),"][").concat(ro.OPERATION_FAIL,"][").concat(lo,"]:").concat(R.data)))]}})})},t.prototype.getUploadMetadata=function(t,e){return to(this,void 0,Promise,function(){var n,r,o,i,s,a,u,c,l,h;return eo(this,function(d){switch(d.label){case 0:if(n=t.cloudPath,r=t.method,o=t.headers,i=t.signedHeader,!so(n))throw new Error(JSON.stringify({code:ro.INVALID_PARAMS,msg:"[".concat(lo,".getUploadMetadata] invalid cloudPath")}));s=this.request,a="storage.getUploadMetadata",d.label=1;case 1:return d.trys.push([1,6,,7]),u=void 0,c={path:n},l=this.isGateWay(),r&&(c.method=r),r===Jr.put&&(l&&i?c.signedHeader=i:!l&&o&&(c.headers=o)),l?[4,ho(s,c,t.customReqOpts)]:[3,3];case 2:return u=d.sent(),[3,5];case 3:return[4,s.send(a,c,t.customReqOpts)];case 4:u=d.sent(),d.label=5;case 5:return[2,uo(e,null,u)];case 6:return h=d.sent(),[2,uo(e,h)];case 7:return[2]}})})},t.prototype.deleteFile=function(t,e){return to(this,void 0,Promise,function(){var n,r,o,i,s,a,u,c;return eo(this,function(l){switch(l.label){case 0:if(!(n=t.fileList)||!io(n)||0===n.length)throw new Error(JSON.stringify({code:ro.INVALID_PARAMS,msg:"[".concat(lo,".deleteFile] fileList must not be empty")}));for(r=0,o=n;r<o.length;r++)if(!(i=o[r])||!so(i))throw new Error(JSON.stringify({code:ro.INVALID_PARAMS,msg:"[".concat(lo,".deleteFile] fileID must be string")}));return s="storage.batchDeleteFile",a=this.request,u={},this.isGateWay()?[4,po(a,{fileList:n},t.customReqOpts)]:[3,2];case 1:return u=l.sent(),[3,4];case 2:return[4,a.send(s,{fileid_list:n},t.customReqOpts)];case 3:u=l.sent(),l.label=4;case 4:return u.code?[2,uo(e,null,u)]:(c={fileList:u.data.delete_list,requestId:u.requestId},[2,uo(e,null,c)])}})})},t.prototype.getTempFileURL=function(t,e){return to(this,void 0,Promise,function(){var n,r,o,i,s,a,u,c;return eo(this,function(l){switch(l.label){case 0:if(!(n=t.fileList)||!io(n)||0===n.length)throw new Error(JSON.stringify({code:ro.INVALID_PARAMS,msg:"[".concat(lo,".getTempFileURL] fileList must not be empty")}));for(r=[],o=0,i=n;o<i.length;o++)if(s=i[o],ao(s)){if(!Object.prototype.hasOwnProperty.call(s,"fileID"))throw new Error(JSON.stringify({code:ro.INVALID_PARAMS,msg:"[".concat(lo,".getTempFileURL] file info must include fileID")}));r.push({fileid:s.fileID,max_age:s.maxAge||7200})}else{if(!so(s))throw new Error(JSON.stringify({code:ro.INVALID_PARAMS,msg:"[".concat(lo,".getTempFileURL] invalid fileList")}));r.push({fileid:s})}return a="storage.batchGetDownloadUrl",u=this.request,c={},this.isGateWay()?[4,fo(u,{convertedFileList:r},t.customReqOpts)]:[3,2];case 1:return c=l.sent(),[3,4];case 2:return[4,u.send(a,{file_list:r},t.customReqOpts)];case 3:c=l.sent(),l.label=4;case 4:return c.code?[2,uo(e,null,c)]:[2,uo(e,null,{fileList:c.data.download_list,requestId:c.requestId})]}})})},t.prototype.downloadFile=function(t,e){return to(this,void 0,Promise,function(){var n,r,o,i,s,a;return eo(this,function(u){switch(u.label){case 0:if(n=t.fileID,!so(n))throw new Error(JSON.stringify({code:ro.INVALID_PARAMS,msg:"[".concat(lo,".getTempFileURL] fileID must be string")}));return[4,this.getTempFileURL.call(this,{fileList:[{fileID:n,maxAge:600}],customReqOpts:t.customReqOpts})];case 1:return r=u.sent(),"SUCCESS"!==(o=r.fileList[0]).code?[2,uo(e,o)]:(i=this.request,s=encodeURI(o.download_url),[4,i.download({url:s,tempFilePath:t.tempFilePath})]);case 2:return a=u.sent(),[2,uo(e,null,a)]}})})},t.prototype.copyFile=function(t,e){return to(this,void 0,Promise,function(){var n,r,o,i,s,a,u,c,l;return eo(this,function(h){switch(h.label){case 0:if(!(n=t.fileList)||!io(n)||0===n.length)throw new Error(JSON.stringify({code:ro.INVALID_PARAMS,msg:"[".concat(lo,".copyFile] fileList must not be empty")}));for(r=[],o=0,i=n;o<i.length;o++){if(s=i[o],a=s.srcPath,u=s.dstPath,!a||!u||"string"!=typeof a||"string"!=typeof u)throw new Error(JSON.stringify({code:ro.INVALID_PARAMS,msg:"[".concat(lo,".copyFile] srcPath and dstPath may not be empty")}));if(a===u)throw new Error(JSON.stringify({code:ro.INVALID_PARAMS,msg:"[".concat(lo,".copyFile] srcPath and dstPath can not be the same")}));r.push({src_path:a,dst_path:u,overwrite:s.overwrite,remove_original:s.removeOriginal})}return c=this.request,l={},this.isGateWay()?[4,vo(c,{convertedFileList:r},t.customReqOpts)]:[3,2];case 1:return l=h.sent(),[3,4];case 2:return[4,c.send("storage.batchCopyFile",{file_list:r},t.customReqOpts)];case 3:l=h.sent(),h.label=4;case 4:return l.code?[2,uo(e,null,l)]:[2,uo(e,null,{fileList:l.data.copy_list,requestId:l.requestId})]}})})},t.prototype.getFileInfo=function(t){var e;return to(this,void 0,Promise,function(){var n,r=this;return eo(this,function(o){switch(o.label){case 0:return[4,this.getTempFileURL(t)];case 1:return(null==(n=o.sent())?void 0:n.fileList)&&(null===(e=null==n?void 0:n.fileList)||void 0===e?void 0:e.length)>0?[4,Promise.all(n.fileList.map(function(t){return to(r,void 0,void 0,function(){var e,n,r,o,i,s,a;return eo(this,function(u){switch(u.label){case 0:if("SUCCESS"!==t.code)return[2,{code:t.code,fileID:t.fileID,tempFileURL:t.tempFileURL,message:t.message}];u.label=1;case 1:return u.trys.push([1,3,,4]),[4,this.request.fetch({url:t.tempFileURL,method:"HEAD"})];case 2:return e=u.sent(),n=e.header,"undefined"!=typeof Headers&&n instanceof Headers&&(r={},n.forEach(function(t,e){r[e]=t}),n=r),o=parseInt(n["content-length"])||0,i=n["content-type"]||"",[400,404].includes(Number(e.statusCode))?[2,{code:"FILE_NOT_FOUND",fileID:t.fileID,tempFileURL:t.tempFileURL,message:"file not found"}]:[2,{code:t.code,fileID:t.fileID,tempFileURL:t.tempFileURL,cloudId:t.fileID,fileName:t.fileID.split("/").pop(),contentType:i,mime:i.split(";")[0].trim(),size:o,etag:n.etag||"",lastModified:n["last-modified"]||"",cacheControl:n["cache-control"]||""}];case 3:return s=u.sent(),a="object"==typeof s&&null!==s&&"message"in s?String(s.message):void 0,[2,{code:"FETCH_FILE_INFO_ERROR",fileID:t.fileID,tempFileURL:t.tempFileURL,message:a}];case 4:return[2]}})})}))]:[3,3];case 2:return[2,{fileList:o.sent(),requestId:n.requestId}];case 3:return[2,{fileList:[],requestId:n.requestId}]}})})},Xr([co({customInfo:{className:"Cloudbase",methodName:"uploadFile"},title:"上传文件失败",messages:["请确认以下各项:"," 1 - 调用 uploadFile() 的语法或参数是否正确"," 2 - 当前域名是否在安全域名列表中:https://console.cloud.tencent.com/tcb/env/safety"," 3 - 云存储安全规则是否限制了当前登录状态访问","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(oo)]}),Zr("design:type",Function),Zr("design:paramtypes",[Object,"function"==typeof(e="undefined"!=typeof Function&&Function)?e:Object]),Zr("design:returntype","function"==typeof(n="undefined"!=typeof Promise&&Promise)?n:Object)],t.prototype,"uploadFile",null),Xr([co({customInfo:{className:"Cloudbase",methodName:"getUploadMetadata"},title:"获取上传元信息失败",messages:["请确认以下各项:"," 1 - 调用 getUploadMetadata() 的语法或参数是否正确"," 2 - 当前域名是否在安全域名列表中:https://console.cloud.tencent.com/tcb/env/safety"," 3 - 云存储安全规则是否限制了当前登录状态访问","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(oo)]}),Zr("design:type",Function),Zr("design:paramtypes",[Object,"function"==typeof(r="undefined"!=typeof Function&&Function)?r:Object]),Zr("design:returntype","function"==typeof(o="undefined"!=typeof Promise&&Promise)?o:Object)],t.prototype,"getUploadMetadata",null),Xr([co({customInfo:{className:"Cloudbase",methodName:"deleteFile"},title:"删除文件失败",messages:["请确认以下各项:"," 1 - 调用 deleteFile() 的语法或参数是否正确"," 2 - 当前域名是否在安全域名列表中:https://console.cloud.tencent.com/tcb/env/safety"," 3 - 云存储安全规则是否限制了当前登录状态访问","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(oo)]}),Zr("design:type",Function),Zr("design:paramtypes",["function"==typeof(i=void 0!==$n.ICloudbaseDeleteFileParams&&$n.ICloudbaseDeleteFileParams)?i:Object,"function"==typeof(s="undefined"!=typeof Function&&Function)?s:Object]),Zr("design:returntype","function"==typeof(a="undefined"!=typeof Promise&&Promise)?a:Object)],t.prototype,"deleteFile",null),Xr([co({customInfo:{className:"Cloudbase",methodName:"getTempFileURL"},title:"获取文件下载链接",messages:["请确认以下各项:"," 1 - 调用 getTempFileURL() 的语法或参数是否正确"," 2 - 当前域名是否在安全域名列表中:https://console.cloud.tencent.com/tcb/env/safety"," 3 - 云存储安全规则是否限制了当前登录状态访问","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(oo)]}),Zr("design:type",Function),Zr("design:paramtypes",["function"==typeof(u=void 0!==$n.ICloudbaseGetTempFileURLParams&&$n.ICloudbaseGetTempFileURLParams)?u:Object,"function"==typeof(c="undefined"!=typeof Function&&Function)?c:Object]),Zr("design:returntype","function"==typeof(l="undefined"!=typeof Promise&&Promise)?l:Object)],t.prototype,"getTempFileURL",null),Xr([co({customInfo:{className:"Cloudbase",methodName:"downloadFile"},title:"下载文件失败",messages:["请确认以下各项:"," 1 - 调用 downloadFile() 的语法或参数是否正确"," 2 - 当前域名是否在安全域名列表中:https://console.cloud.tencent.com/tcb/env/safety"," 3 - 云存储安全规则是否限制了当前登录状态访问","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(oo)]}),Zr("design:type",Function),Zr("design:paramtypes",["function"==typeof(h=void 0!==$n.ICloudbaseDownloadFileParams&&$n.ICloudbaseDownloadFileParams)?h:Object,"function"==typeof(d="undefined"!=typeof Function&&Function)?d:Object]),Zr("design:returntype","function"==typeof(f="undefined"!=typeof Promise&&Promise)?f:Object)],t.prototype,"downloadFile",null),Xr([co({customInfo:{className:"Cloudbase",methodName:"copyFile"},title:"批量复制文件",messages:["请确认以下各项:"," 1 - 调用 copyFile() 的语法或参数是否正确"," 2 - 当前域名是否在安全域名列表中:https://console.cloud.tencent.com/tcb/env/safety"," 3 - 云存储安全规则是否限制了当前登录状态访问","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(oo)]}),Zr("design:type",Function),Zr("design:paramtypes",["function"==typeof(p=void 0!==$n.ICloudbaseCopyFileParams&&$n.ICloudbaseCopyFileParams)?p:Object,"function"==typeof(v="undefined"!=typeof Function&&Function)?v:Object]),Zr("design:returntype","function"==typeof(y="undefined"!=typeof Promise&&Promise)?y:Object)],t.prototype,"copyFile",null),t}(),_o=function(){return _o=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},_o.apply(this,arguments)},Io=function(t,e,n,r){return new(n||(n=Promise))(function(o,i){function s(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(s,a)}u((r=r.apply(t,e||[])).next())})},Eo=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}},So=y,Oo=function(){function t(t,e){void 0===e&&(e=!1),this.shouldThrowOnError=!1,this.bucketId="",this.context=t,this.shouldThrowOnError=e,this.storage=new wo(t)}return Object.defineProperty(t.prototype,"config",{get:function(){var t;return null===(t=this.context)||void 0===t?void 0:t.config},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"request",{get:function(){var t;return null===(t=this.context)||void 0===t?void 0:t.request},enumerable:!1,configurable:!0}),t.prototype.throwOnError=function(){return this.shouldThrowOnError=!0,this},t.prototype.upload=function(t,e,n){return Io(this,void 0,Promise,function(){var r,o,i,s,a,u,c,l,h;return Eo(this,function(d){switch(d.label){case 0:r=_o({upsert:!0},n),o=r.cacheControl,i=r.contentType,s=r.metadata,d.label=1;case 1:return d.trys.push([1,3,,4]),a=this.getCloudPath(t),u={cloudPath:a,filePath:e},(o||i||s)&&(c={},o&&(c["cache-control"]=o),i&&(c["content-type"]=i),s&&(c["x-cos-metadata-metadata"]=this.toBase64(JSON.stringify(s))),u.headers=c),[4,this.storage.uploadFile(u)];case 2:if(!(l=d.sent()).fileID)throw new Error(JSON.stringify({code:So.OPERATION_FAIL,msg:"[".concat(lo,".update] no fileID returned")}));return[2,{data:{id:l.fileID,path:t,fullPath:t},error:null}];case 3:if(h=d.sent(),this.shouldThrowOnError)throw h;if(_r(h))return[2,{data:null,error:h}];throw h;case 4:return[2]}})})},t.prototype.uploadToSignedUrl=function(t,e,n,r){return Io(this,void 0,Promise,function(){return Eo(this,function(e){return[2,this.upload(t,n,r)]})})},t.prototype.createSignedUploadUrl=function(t){return Io(this,void 0,Promise,function(){var e,n,r;return Eo(this,function(o){switch(o.label){case 0:return o.trys.push([0,2,,3]),e=this.getCloudPath(t),[4,this.storage.getUploadMetadata({cloudPath:e})];case 1:return[2,{data:{signedUrl:(n=o.sent().data).url,token:n.token,path:t,authorization:n.authorization,id:n.fileId,cosFileId:n.cosFileId,downloadUrl:n.download_url},error:null}];case 2:if(r=o.sent(),this.shouldThrowOnError)throw r;return[2,{data:null,error:r instanceof wr?r:new wr(r.message)}];case 3:return[2]}})})},t.prototype.update=function(t,e,n){return Io(this,void 0,Promise,function(){return Eo(this,function(r){return[2,this.upload(t,e,_o(_o({},n),{upsert:!0}))]})})},t.prototype.move=function(t,e){return Io(this,void 0,Promise,function(){var n,r;return Eo(this,function(o){switch(o.label){case 0:return o.trys.push([0,2,,3]),[4,this.storage.copyFile({fileList:[{srcPath:this.getCloudPath(t),dstPath:this.getCloudPath(e),overwrite:!0,removeOriginal:!0}]})];case 1:if((n=o.sent()).fileList[0].code&&"SUCCESS"!==n.fileList[0].code)throw new wr(n.fileList[0].message||"Move failed");return[2,{data:{message:"File moved from ".concat(t," to ").concat(e)},error:null}];case 2:if(r=o.sent(),this.shouldThrowOnError)throw r;if(_r(r))return[2,{data:null,error:r}];throw r;case 3:return[2]}})})},t.prototype.copy=function(t,e){return Io(this,void 0,Promise,function(){var n,r;return Eo(this,function(o){switch(o.label){case 0:return o.trys.push([0,2,,3]),[4,this.storage.copyFile({fileList:[{srcPath:this.getCloudPath(t),dstPath:this.getCloudPath(e),overwrite:!0,removeOriginal:!1}]})];case 1:if((n=o.sent()).fileList[0].code&&"SUCCESS"!==n.fileList[0].code)throw new wr(n.fileList[0].message||"Copy failed");return[2,{data:{path:this.getCloudPath(e)},error:null}];case 2:if(r=o.sent(),this.shouldThrowOnError)throw r;if(_r(r))return[2,{data:null,error:r}];throw r;case 3:return[2]}})})},t.prototype.createSignedUrl=function(t,e,n){return Io(this,void 0,Promise,function(){var r,o,i,s,a,u,c;return Eo(this,function(l){switch(l.label){case 0:return l.trys.push([0,2,,3]),r=this.normalizeCloudId(t),[4,this.storage.getTempFileURL({fileList:[{fileID:r,maxAge:e}]})];case 1:if("SUCCESS"!==(o=l.sent()).fileList[0].code)throw new wr("Failed to create signed URL: [".concat(o.fileList[0].code,"] ").concat(o.fileList[0].fileID));return i=o.fileList[0].download_url,s=[],void 0!==(null==n?void 0:n.download)&&("string"==typeof n.download?s.push("download=".concat(encodeURIComponent(n.download))):!0===n.download&&s.push("download=true")),(null==n?void 0:n.transform)&&(a=this.transformOptsToQueryString(n.transform))&&s.push(a),s.length>0&&(u=i.includes("?")?"&":"?",i="".concat(i).concat(u).concat(s.join("&"))),[2,{data:{signedUrl:i},error:null}];case 2:if(c=l.sent(),this.shouldThrowOnError)throw c;if(_r(c))return[2,{data:null,error:c}];throw c;case 3:return[2]}})})},t.prototype.createSignedUrls=function(t,e){return Io(this,void 0,Promise,function(){var n,r,o=this;return Eo(this,function(i){switch(i.label){case 0:return i.trys.push([0,2,,3]),n=t.map(function(t){return{fileID:o.normalizeCloudId(t),maxAge:e}}),[4,this.storage.getTempFileURL({fileList:n})];case 1:return[2,{data:i.sent().fileList.map(function(e,n){return{path:t[n],signedUrl:e.tempFileURL||"",error:"SUCCESS"===e.code?null:e.message}}),error:null}];case 2:if(r=i.sent(),this.shouldThrowOnError)throw r;if(_r(r))return[2,{data:null,error:r}];throw r;case 3:return[2]}})})},t.prototype.download=function(t,e){return Io(this,void 0,Promise,function(){var n,r,o=this;return Eo(this,function(i){switch(i.label){case 0:return i.trys.push([0,2,,3]),r={},[4,Io(o,void 0,void 0,function(){var n,r,o,i;return Eo(this,function(s){switch(s.label){case 0:return[4,this.createSignedUrl(t,600,{transform:e})];case 1:if((n=s.sent()).error)throw n.error;return r=encodeURI(null===(i=n.data)||void 0===i?void 0:i.signedUrl),[4,this.request.reqClass.get({url:r,headers:{},responseType:"blob"})];case 2:if(!(o=s.sent().data))throw new wr("Download failed: no file content");return[2,new Blob([o])]}})})];case 1:return[2,(r.data=i.sent(),r.error=null,r)];case 2:if(n=i.sent(),this.shouldThrowOnError)throw n;if(_r(n))return[2,{data:null,error:n}];throw n;case 3:return[2]}})})},t.prototype.info=function(t){return Io(this,void 0,Promise,function(){var e,n,r,o,i,s,a,u;return Eo(this,function(c){switch(c.label){case 0:return c.trys.push([0,2,,3]),e=t.startsWith("cloud://"),n=e?this.extractPathFromFileId(t):t,r=e?this.extractBucketFromFileId(t):this.bucketId,[4,this.storage.getFileInfo({fileList:[this.normalizeCloudId(t)]})];case 1:if(o=c.sent(),"SUCCESS"!==(i=o.fileList[0]).code)throw new wr(i.message);return s=(new Date).toISOString(),a=(i.lastModified?new Date(i.lastModified):new Date).toISOString(),[2,{data:{id:i.fileID,version:"1",name:n,bucketId:r,updatedAt:a,createdAt:a,lastAccessedAt:s,size:i.size,cacheControl:i.cacheControl,contentType:i.contentType,etag:i.etag,lastModified:a,metadata:{}},error:null}];case 2:if(u=c.sent(),this.shouldThrowOnError)throw u;return[2,{data:null,error:u instanceof wr?u:new wr(u.message)}];case 3:return[2]}})})},t.prototype.exists=function(t){return Io(this,void 0,Promise,function(){var e,n,r;return Eo(this,function(o){switch(o.label){case 0:return o.trys.push([0,2,,3]),[4,this.storage.getFileInfo({fileList:[this.normalizeCloudId(t)]})];case 1:if(e=o.sent(),"FILE_NOT_FOUND"===(n=e.fileList[0]).code)return[2,{data:!1,error:null}];if("SUCCESS"!==n.code)throw new wr(n.message);return[2,{data:!0,error:null}];case 2:if(r=o.sent(),this.shouldThrowOnError)throw r;if(_r(r))return[2,{data:null,error:r}];throw r;case 3:return[2]}})})},t.prototype.getPublicUrl=function(t,e){return Io(this,void 0,Promise,function(){var n;return Eo(this,function(r){switch(r.label){case 0:return[4,this.createSignedUrl(t,600,e)];case 1:return(n=r.sent()).data?[2,{data:{publicUrl:n.data.signedUrl}}]:[2,{data:null,error:n.error}]}})})},t.prototype.remove=function(t){return Io(this,void 0,Promise,function(){var e,n,r,o,i,s,a,u,c,l,h=this;return Eo(this,function(d){switch(d.label){case 0:for(d.trys.push([0,3,,4]),e=10,n=[],r=0;r<t.length;r+=e)n.push(t.slice(r,r+e));return[4,Promise.all(n.map(function(t){return Promise.all(t.map(function(t){return h.info(t)}))}))];case 1:return o=d.sent(),i=new Map,o.forEach(function(n,r){n.forEach(function(n,o){n.data&&i.set(t[r*e+o],n.data)})}),s=t.map(function(t){return h.normalizeCloudId(t)}),[4,this.storage.deleteFile({fileList:s})];case 2:if(a=d.sent(),(u=a.fileList.filter(function(t){return"SUCCESS"!==t.code})).length>0)throw new wr("Delete failed for ".concat(u.length," file(s)"));return c=(new Date).toISOString(),[2,{data:t.map(function(t){var e=i.get(t);return{name:null==e?void 0:e.name,id:null==e?void 0:e.id,bucket_id:null==e?void 0:e.bucketId,owner:void 0,updated_at:(null==e?void 0:e.updatedAt)||c,created_at:null==e?void 0:e.createdAt,last_accessed_at:(null==e?void 0:e.lastAccessedAt)||c,metadata:(null==e?void 0:e.metadata)||{},buckets:{id:null==e?void 0:e.bucketId,name:null==e?void 0:e.bucketId,owner:void 0,public:!1,created_at:"",updated_at:c}}}),error:null}];case 3:if(l=d.sent(),this.shouldThrowOnError)throw l;if(_r(l))return[2,{data:null,error:l}];throw l;case 4:return[2]}})})},t.prototype.list=function(){return Io(this,void 0,void 0,function(){return Eo(this,function(t){throw new wr("Not implemented")})})},t.prototype.getCloudPath=function(t){return t.replace(/^\/|\/$/g,"").replace(/\/+/g,"/")},t.prototype.normalizeCloudId=function(t){var e;if(/^cloud:\/\//.test(t))return t;var n=this.getCloudPath(t);if(!this.bucketId)throw new wr("bucketId is not set");var r=(null===(e=this.config)||void 0===e?void 0:e.env)||"";return r?"cloud://".concat(r,".").concat(this.bucketId,"/").concat(n):void 0},t.prototype.toBase64=function(t){return Or(t)},t.prototype.transformOptsToQueryString=function(t){var e=["imageMogr2"];if(t.width||t.height){var n=t.width||"",r=t.height||"";"fill"===t.resize?e.push("thumbnail/".concat(n,"x").concat(r,"!")):"contain"===t.resize?e.push("thumbnail/".concat(n,"x").concat(r)):e.push("thumbnail/".concat(n,"x").concat(r,"^"))}if(t.format&&"origin"!==t.format&&e.push("format/".concat(t.format)),void 0!==t.quality){var o=Math.max(1,Math.min(100,t.quality));e.push("quality/".concat(o))}return e.join("/")},t.prototype.extractPathFromFileId=function(t){var e=t.replace(/^cloud:\/\//,"").split("/");return e.length<2?t:e.slice(1).join("/")},t.prototype.extractBucketFromFileId=function(t){var e=t.replace(/^cloud:\/\//,"").split("/");if(e.length<1)return"";var n=e[0],r=n.indexOf(".");return-1===r?n:n.substring(r+1)},t}(),To=function(){var t=function(e,n){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},t(e,n)};return function(e,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),Po=new wo,Ao={name:lo,entity:{uploadFile:Po.uploadFile,deleteFile:Po.deleteFile,getTempFileURL:Po.getTempFileURL,downloadFile:Po.downloadFile,getUploadMetadata:Po.getUploadMetadata,copyFile:Po.copyFile,getFileInfo:Po.getFileInfo,isGateWay:Po.isGateWay}},Ro=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return To(e,t),e.prototype.from=function(t){return t?(Kr(t,"from"),new Gr(this.http,t,this.shouldThrowOnError)):new Oo(this.http.ctx,this.shouldThrowOnError)},e}(Qr),Co={name:"".concat(lo,"/supabase"),IIFE:!0,entity:function(){var t=new WeakMap;Object.defineProperty(this.prototype,"storage",{get:function(){if(t.has(this))return t.get(this);var e=this,n=new Proxy({},{get:function(t,n){return"config"===n?e.config:"request"===n?e.request:void 0}}),r=new Ro(n);return t.set(this,r),r},configurable:!0,enumerable:!0})}};try{cloudbase.registerComponent(Ao),cloudbase.registerComponent(Co)}catch(t){}function No(t){try{t.registerComponent(Ao),t.registerComponent(Co)}catch(t){console.warn(t)}}try{window.registerStorage=No}catch(t){}var xo=l(6765),Uo=l.n(xo),Lo=l(7195),Do=l.n(Lo),ko=l(9850),jo=l.n(ko);function qo(t){return void 0===t&&(t=""),"".concat(t?"".concat(t,"_"):"").concat(+new Date,"_").concat(Math.random())}var Mo,Wo=function(t){this.close=t.close,this.onChange=t.onChange,this.onError=t.onError,t.debug&&Object.defineProperty(this,"virtualClient",{get:function(){return t.virtualClient}})},Fo=function(t){var e,n,r=t.id,o=t.docChanges,i=t.docs,s=t.msgType,a=t.type;Object.defineProperties(this,{id:{get:function(){return r},enumerable:!0},docChanges:{get:function(){return e||(e=JSON.parse(JSON.stringify(o))),e},enumerable:!0},docs:{get:function(){return n||(n=JSON.parse(JSON.stringify(i))),n},enumerable:!0},msgType:{get:function(){return s},enumerable:!0},type:{get:function(){return a},enumerable:!0}})},Bo=function(){var t=function(e,n){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},t(e,n)};return function(e,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),Vo=function(t){function e(e){var n=t.call(this,"Watch Error ".concat(JSON.stringify(e.msgData)," (requestid: ").concat(e.requestId,")"))||this;return n.isRealtimeErrorMessageError=!0,n.payload=e,n}return Bo(e,t),e}(Error),Go=function(t){return null==t?void 0:t.isRealtimeErrorMessageError},Ho=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.type="timeout",e.payload=null,e.generic=!0,e}return Bo(e,t),e}(Error),Ko=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.type="cancelled",e.payload=null,e.generic=!0,e}return Bo(e,t),e}(Error),Jo=function(t){function e(e){var n=t.call(this,e.errMsg)||this;return n.errCode="UNKNOWN_ERROR",Object.defineProperties(n,{message:{get:function(){return"errCode: ".concat(this.errCode," ").concat(zo[this.errCode]||""," | errMsg: ").concat(this.errMsg)},set:function(t){this.errMsg=t}}}),n.errCode=e.errCode||"UNKNOWN_ERROR",n.errMsg=e.errMsg,n}return Bo(e,t),Object.defineProperty(e.prototype,"message",{get:function(){return"errCode: ".concat(this.errCode," | errMsg: ").concat(this.errMsg)},set:function(t){this.errMsg=t},enumerable:!1,configurable:!0}),e}(Error),zo={UNKNOWN_ERROR:"UNKNOWN_ERROR",SDK_DATABASE_REALTIME_LISTENER_INIT_WATCH_FAIL:"SDK_DATABASE_REALTIME_LISTENER_INIT_WATCH_FAIL",SDK_DATABASE_REALTIME_LISTENER_RECONNECT_WATCH_FAIL:"SDK_DATABASE_REALTIME_LISTENER_RECONNECT_WATCH_FAIL",SDK_DATABASE_REALTIME_LISTENER_REBUILD_WATCH_FAIL:"SDK_DATABASE_REALTIME_LISTENER_REBUILD_WATCH_FAIL",SDK_DATABASE_REALTIME_LISTENER_CLOSE_WATCH_FAIL:"SDK_DATABASE_REALTIME_LISTENER_CLOSE_WATCH_FAIL",SDK_DATABASE_REALTIME_LISTENER_SERVER_ERROR_MSG:"SDK_DATABASE_REALTIME_LISTENER_SERVER_ERROR_MSG",SDK_DATABASE_REALTIME_LISTENER_RECEIVE_INVALID_SERVER_DATA:"SDK_DATABASE_REALTIME_LISTENER_RECEIVE_INVALID_SERVER_DATA",SDK_DATABASE_REALTIME_LISTENER_WEBSOCKET_CONNECTION_ERROR:"SDK_DATABASE_REALTIME_LISTENER_WEBSOCKET_CONNECTION_ERROR",SDK_DATABASE_REALTIME_LISTENER_WEBSOCKET_CONNECTION_CLOSED:"SDK_DATABASE_REALTIME_LISTENER_WEBSOCKET_CONNECTION_CLOSED",SDK_DATABASE_REALTIME_LISTENER_CHECK_LAST_FAIL:"SDK_DATABASE_REALTIME_LISTENER_CHECK_LAST_FAIL",SDK_DATABASE_REALTIME_LISTENER_UNEXPECTED_FATAL_ERROR:"SDK_DATABASE_REALTIME_LISTENER_UNEXPECTED_FATAL_ERROR"},Yo=function(t){return void 0===t&&(t=0),new Promise(function(e){return setTimeout(e,t)})},Qo=function(t,e,n,r){return new(n||(n=Promise))(function(o,i){function s(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(s,a)}u((r=r.apply(t,e||[])).next())})},$o=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}},Xo=function(t,e,n){if(n||2===arguments.length)for(var r,o=0,i=e.length;o<i;o++)!r&&o in e||(r||(r=Array.prototype.slice.call(e,0,o)),r[o]=e[o]);return t.concat(r||Array.prototype.slice.call(e))};!function(t){t.LOGGINGIN="LOGGINGIN",t.INITING="INITING",t.REBUILDING="REBUILDING",t.ACTIVE="ACTIVE",t.ERRORED="ERRORED",t.CLOSING="CLOSING",t.CLOSED="CLOSED",t.PAUSED="PAUSED",t.RESUMING="RESUMING"}(Mo||(Mo={}));var Zo=function(){function t(t){var e=this;this.watchStatus=Mo.INITING,this.wsLogin=function(t,n){return Qo(e,void 0,Promise,function(){var e;return $o(this,function(r){switch(r.label){case 0:return this.watchStatus=Mo.LOGGINGIN,[4,this.login(t,n)];case 1:return e=r.sent(),this.envId||(this.envId=e.envId),[2,e]}})})},this.initWatch=function(t){return Qo(e,void 0,Promise,function(){var e,n=this;return $o(this,function(r){switch(r.label){case 0:if(null!==this.initWatchPromise&&void 0!==this.initWatchPromise)return[2,this.initWatchPromise];this.initWatchPromise=new Promise(function(e,r){Qo(n,void 0,void 0,function(){var n,o,i,s,a,u,c,l,h,d;return $o(this,function(f){switch(f.label){case 0:return f.trys.push([0,3,,4]),this.watchStatus===Mo.PAUSED?(console.log("[realtime] initWatch cancelled on pause"),[2,e()]):[4,this.wsLogin(this.envId,t)];case 1:return n=f.sent().envId,this.watchStatus===Mo.PAUSED?(console.log("[realtime] initWatch cancelled on pause"),[2,e()]):(this.watchStatus=Mo.INITING,o={watchId:this.watchId,requestId:qo(),msgType:"INIT_WATCH",msgData:{envId:n,collName:this.collectionName,query:this.query,limit:this.limit,orderBy:this.orderBy}},[4,this.send({msg:o,waitResponse:!0,skipOnMessage:!0,timeout:1e4})]);case 2:if(i=f.sent(),s=i.msgData,a=s.events,u=s.currEvent,this.sessionInfo={queryID:i.msgData.queryID,currentEventId:u-1,currentDocs:[]},a.length>0){for(c=0,l=a;c<l.length;c++)l[c].ID=u;this.handleServerEvents(i)}else this.sessionInfo.currentEventId=u,h=new Fo({id:u,docChanges:[],docs:[],type:"init"}),this.listener.onChange(h),this.scheduleSendACK();return this.onWatchStart(this,this.sessionInfo.queryID),this.watchStatus=Mo.ACTIVE,this.availableRetries.INIT_WATCH=2,e(),[3,4];case 3:return d=f.sent(),this.handleWatchEstablishmentError(d,{operationName:"INIT_WATCH",resolve:e,reject:r}),[3,4];case 4:return[2]}})})}),e=!1,r.label=1;case 1:return r.trys.push([1,,3,4]),[4,this.initWatchPromise];case 2:return r.sent(),e=!0,[3,4];case 3:return this.initWatchPromise=void 0,[7];case 4:return console.log("[realtime] initWatch ".concat(e?"success":"fail")),[2]}})})},this.rebuildWatch=function(t){return Qo(e,void 0,Promise,function(){var e,n=this;return $o(this,function(r){switch(r.label){case 0:if(null!==this.rebuildWatchPromise&&void 0!==this.rebuildWatchPromise)return[2,this.rebuildWatchPromise];this.rebuildWatchPromise=new Promise(function(e,r){Qo(n,void 0,void 0,function(){var n,o,i,s;return $o(this,function(a){switch(a.label){case 0:return a.trys.push([0,3,,4]),this.watchStatus===Mo.PAUSED?(console.log("[realtime] rebuildWatch cancelled on pause"),[2,e()]):[4,this.wsLogin(this.envId,t)];case 1:if(n=a.sent().envId,!this.sessionInfo)throw new Error("can not rebuildWatch without a successful initWatch (lack of sessionInfo)");return this.watchStatus===Mo.PAUSED?(console.log("[realtime] rebuildWatch cancelled on pause"),[2,e()]):(this.watchStatus=Mo.REBUILDING,o={watchId:this.watchId,requestId:qo(),msgType:"REBUILD_WATCH",msgData:{envId:n,collName:this.collectionName,queryID:this.sessionInfo.queryID,eventID:this.sessionInfo.currentEventId}},[4,this.send({msg:o,waitResponse:!0,skipOnMessage:!1,timeout:1e4})]);case 2:return i=a.sent(),this.handleServerEvents(i),this.watchStatus=Mo.ACTIVE,this.availableRetries.REBUILD_WATCH=2,e(),[3,4];case 3:return s=a.sent(),this.handleWatchEstablishmentError(s,{operationName:"REBUILD_WATCH",resolve:e,reject:r}),[3,4];case 4:return[2]}})})}),e=!1,r.label=1;case 1:return r.trys.push([1,,3,4]),[4,this.rebuildWatchPromise];case 2:return r.sent(),e=!0,[3,4];case 3:return this.rebuildWatchPromise=void 0,[7];case 4:return console.log("[realtime] rebuildWatch ".concat(e?"success":"fail")),[2]}})})},this.handleWatchEstablishmentError=function(t,n){return Qo(e,void 0,void 0,function(){var e,r,o,i=this;return $o(this,function(s){return e="INIT_WATCH"===n.operationName,r=function(){i.closeWithError(new Jo({errCode:e?zo.SDK_DATABASE_REALTIME_LISTENER_INIT_WATCH_FAIL:zo.SDK_DATABASE_REALTIME_LISTENER_REBUILD_WATCH_FAIL,errMsg:t})),n.reject(t)},o=function(t){i.useRetryTicket(n.operationName)?e?(i.initWatchPromise=void 0,n.resolve(i.initWatch(t))):(i.rebuildWatchPromise=void 0,n.resolve(i.rebuildWatch(t))):r()},this.handleCommonError(t,{onSignError:function(){return o(!0)},onTimeoutError:function(){return o(!1)},onNotRetryableError:r,onCancelledError:n.reject,onUnknownError:function(){Qo(i,void 0,void 0,function(){var t,e=this;return $o(this,function(r){switch(r.label){case 0:return r.trys.push([0,8,,9]),t=function(){return Qo(e,void 0,void 0,function(){return $o(this,function(t){switch(t.label){case 0:return this.pause(),[4,this.onceWSConnected()];case 1:return t.sent(),o(!0),[2]}})})},this.isWSConnected()?[3,2]:[4,t()];case 1:return r.sent(),[3,7];case 2:return[4,Yo(100)];case 3:return r.sent(),this.watchStatus!==Mo.PAUSED?[3,4]:(n.reject(new Ko("".concat(n.operationName," cancelled due to pause after unknownError"))),[3,7]);case 4:return this.isWSConnected()?[3,6]:[4,t()];case 5:return r.sent(),[3,7];case 6:o(!1),r.label=7;case 7:return[3,9];case 8:return r.sent(),o(!0),[3,9];case 9:return[2]}})})}}),[2]})})},this.closeWatch=function(){return Qo(e,void 0,void 0,function(){var t,e,n;return $o(this,function(r){switch(r.label){case 0:if(t=this.sessionInfo?this.sessionInfo.queryID:"",this.watchStatus!==Mo.ACTIVE)return this.watchStatus=Mo.CLOSED,this.onWatchClose(this,t),[2];r.label=1;case 1:return r.trys.push([1,3,4,5]),this.watchStatus=Mo.CLOSING,e={watchId:this.watchId,requestId:qo(),msgType:"CLOSE_WATCH",msgData:null},[4,this.send({msg:e})];case 2:return r.sent(),this.sessionInfo=void 0,this.watchStatus=Mo.CLOSED,[3,5];case 3:return n=r.sent(),this.closeWithError(new Jo({errCode:zo.SDK_DATABASE_REALTIME_LISTENER_CLOSE_WATCH_FAIL,errMsg:n})),[3,5];case 4:return this.onWatchClose(this,t),[7];case 5:return[2]}})})},this.scheduleSendACK=function(){e.clearACKSchedule(),e.ackTimeoutId=setTimeout(function(){e.waitExpectedTimeoutId?e.scheduleSendACK():e.sendACK()},1e4)},this.clearACKSchedule=function(){e.ackTimeoutId&&clearTimeout(e.ackTimeoutId)},this.sendACK=function(){return Qo(e,void 0,Promise,function(){var t,e,n;return $o(this,function(r){switch(r.label){case 0:return r.trys.push([0,2,,3]),this.watchStatus!==Mo.ACTIVE?(this.scheduleSendACK(),[2]):this.sessionInfo?(t={watchId:this.watchId,requestId:qo(),msgType:"CHECK_LAST",msgData:{queryID:this.sessionInfo.queryID,eventID:this.sessionInfo.currentEventId}},[4,this.send({msg:t})]):(console.warn("[realtime listener] can not send ack without a successful initWatch (lack of sessionInfo)"),[2]);case 1:return r.sent(),this.scheduleSendACK(),[3,3];case 2:if(e=r.sent(),Go(e))switch((n=e.payload).msgData.code){case"CHECK_LOGIN_FAILED":case"SIGN_EXPIRED_ERROR":case"SIGN_INVALID_ERROR":case"SIGN_PARAM_INVALID":return this.rebuildWatch(),[2];case"QUERYID_INVALID_ERROR":case"SYS_ERR":case"INVALIID_ENV":case"COLLECTION_PERMISSION_DENIED":return this.closeWithError(new Jo({errCode:zo.SDK_DATABASE_REALTIME_LISTENER_CHECK_LAST_FAIL,errMsg:n.msgData.code})),[2]}return this.availableRetries.CHECK_LAST&&this.availableRetries.CHECK_LAST>0?(this.availableRetries.CHECK_LAST-=1,this.scheduleSendACK()):this.closeWithError(new Jo({errCode:zo.SDK_DATABASE_REALTIME_LISTENER_CHECK_LAST_FAIL,errMsg:e})),[3,3];case 3:return[2]}})})},this.handleCommonError=function(t,e){if(Go(t))switch(t.payload.msgData.code){case"CHECK_LOGIN_FAILED":case"SIGN_EXPIRED_ERROR":case"SIGN_INVALID_ERROR":case"SIGN_PARAM_INVALID":return void e.onSignError(t);default:return void e.onNotRetryableError(t)}else{if(function(t){return"timeout"===t.type}(t))return void e.onTimeoutError(t);if(function(t){return"cancelled"===t.type}(t))return void e.onCancelledError(t)}e.onUnknownError(t)},this.watchId="watchid_".concat(+new Date,"_").concat(Math.random()),this.envId=t.envId,this.collectionName=t.collectionName,this.query=t.query,this.limit=t.limit,this.orderBy=t.orderBy,this.send=t.send,this.login=t.login,this.isWSConnected=t.isWSConnected,this.onceWSConnected=t.onceWSConnected,this.getWaitExpectedTimeoutLength=t.getWaitExpectedTimeoutLength,this.onWatchStart=t.onWatchStart,this.onWatchClose=t.onWatchClose,this.debug=t.debug,this.availableRetries={INIT_WATCH:2,REBUILD_WATCH:2,CHECK_LAST:2},this.listener=new Wo({close:function(){e.closeWatch()},onChange:t.onChange,onError:t.onError,debug:this.debug,virtualClient:this}),this.initWatch()}return t.prototype.onMessage=function(t){var e=this;switch(this.watchStatus){case Mo.PAUSED:if("ERROR"!==t.msgType)return;break;case Mo.LOGGINGIN:case Mo.INITING:case Mo.REBUILDING:return void console.warn("[realtime listener] internal non-fatal error: unexpected message received while ".concat(this.watchStatus));case Mo.CLOSED:return void console.warn("[realtime listener] internal non-fatal error: unexpected message received when the watch has closed");case Mo.ERRORED:return void console.warn("[realtime listener] internal non-fatal error: unexpected message received when the watch has ended with error")}if(this.sessionInfo)switch(this.scheduleSendACK(),t.msgType){case"NEXT_EVENT":console.warn("nextevent ".concat(t.msgData.currEvent," ignored"),t),this.handleServerEvents(t);break;case"CHECK_EVENT":this.sessionInfo.currentEventId<t.msgData.currEvent&&(this.sessionInfo.expectEventId=t.msgData.currEvent,this.clearWaitExpectedEvent(),this.waitExpectedTimeoutId=setTimeout(function(){e.rebuildWatch()},this.getWaitExpectedTimeoutLength()),console.log("[realtime] waitExpectedTimeoutLength ".concat(this.getWaitExpectedTimeoutLength())));break;case"ERROR":this.closeWithError(new Jo({errCode:zo.SDK_DATABASE_REALTIME_LISTENER_SERVER_ERROR_MSG,errMsg:"".concat(t.msgData.code," - ").concat(t.msgData.message)}));break;default:console.warn("[realtime listener] virtual client receive unexpected msg ".concat(t.msgType,": "),t)}else console.warn("[realtime listener] internal non-fatal error: sessionInfo not found while message is received.")},t.prototype.closeWithError=function(t){var e;this.watchStatus=Mo.ERRORED,this.clearACKSchedule(),this.listener.onError(t),this.onWatchClose(this,(null===(e=this.sessionInfo)||void 0===e?void 0:e.queryID)||""),console.log("[realtime] client closed (".concat(this.collectionName," ").concat(this.query,") (watchId ").concat(this.watchId,")"))},t.prototype.pause=function(){this.watchStatus=Mo.PAUSED,console.log("[realtime] client paused (".concat(this.collectionName," ").concat(this.query,") (watchId ").concat(this.watchId,")"))},t.prototype.resume=function(){return Qo(this,void 0,Promise,function(){var t;return $o(this,function(e){switch(e.label){case 0:this.watchStatus=Mo.RESUMING,console.log("[realtime] client resuming with ".concat(this.sessionInfo?"REBUILD_WATCH":"INIT_WATCH"," (").concat(this.collectionName," ").concat(this.query,") (").concat(this.watchId,")")),e.label=1;case 1:return e.trys.push([1,3,,4]),[4,this.sessionInfo?this.rebuildWatch():this.initWatch()];case 2:return e.sent(),console.log("[realtime] client successfully resumed (".concat(this.collectionName," ").concat(this.query,") (").concat(this.watchId,")")),[3,4];case 3:return t=e.sent(),console.error("[realtime] client resume failed (".concat(this.collectionName," ").concat(this.query,") (").concat(this.watchId,")"),t),[3,4];case 4:return[2]}})})},t.prototype.useRetryTicket=function(t){return!!(this.availableRetries[t]&&this.availableRetries[t]>0)&&(this.availableRetries[t]-=1,console.log("[realtime] ".concat(t," use a retry ticket, now only ").concat(this.availableRetries[t]," retry left")),!0)},t.prototype.handleServerEvents=function(t){return Qo(this,void 0,void 0,function(){var e;return $o(this,function(n){switch(n.label){case 0:return n.trys.push([0,2,,3]),this.scheduleSendACK(),[4,this.handleServerEventsInternel(t)];case 1:return n.sent(),this.postHandleServerEventsValidityCheck(t),[3,3];case 2:throw e=n.sent(),console.error("[realtime listener] internal non-fatal error: handle server events failed with error: ",e),e;case 3:return[2]}})})},t.prototype.handleServerEventsInternel=function(t){return Qo(this,void 0,void 0,function(){var e,n,r,o,i,s,a,u,c,l,h,d;return $o(this,function(f){switch(f.label){case 0:if(e=t.requestId,n=t.msgData.events,r=t.msgType,!n.length||!this.sessionInfo)return[2];o=this.sessionInfo;try{i=n.map(ti)}catch(t){return this.closeWithError(new Jo({errCode:zo.SDK_DATABASE_REALTIME_LISTENER_RECEIVE_INVALID_SERVER_DATA,errMsg:t})),[2]}s=Xo([],o.currentDocs,!0),a=!1,u=function(n,u){var l,h,d,f,p,v,y,m,g,b,w,_;return $o(this,function(I){switch(I.label){case 0:return l=i[n],o.currentEventId>=l.id?(!i[n-1]||l.id>i[n-1].id?console.warn("[realtime] duplicate event received, cur ".concat(o.currentEventId," but got ").concat(l.id)):console.error("[realtime listener] server non-fatal error: events out of order (the latter event's id is smaller than that of the former) (requestId ".concat(e,")")),[2,"continue"]):[3,1];case 1:if(o.currentEventId!==l.id-1)return[3,2];switch(l.dataType){case"update":if(!l.doc)switch(l.queueType){case"update":case"dequeue":if(h=s.find(function(t){return t._id===l.docId}),h){if(d=jo()(h),l.updatedFields&&Object.keys(l.updatedFields).forEach(function(t){Uo()(d,t,l.updatedFields[t])}),l.removedFields)for(f=0,p=l.removedFields;f<p.length;f++)v=p[f],Do()(d,v);l.doc=d}else console.error("[realtime listener] internal non-fatal server error: unexpected update dataType event where no doc is associated.");break;case"enqueue":throw m=new Jo({errCode:zo.SDK_DATABASE_REALTIME_LISTENER_UNEXPECTED_FATAL_ERROR,errMsg:'HandleServerEvents: full doc is not provided with dataType="update" and queueType="enqueue" (requestId '.concat(t.requestId,")")}),c.closeWithError(m),m}break;case"replace":if(!l.doc)throw m=new Jo({errCode:zo.SDK_DATABASE_REALTIME_LISTENER_UNEXPECTED_FATAL_ERROR,errMsg:'HandleServerEvents: full doc is not provided with dataType="replace" (requestId '.concat(t.requestId,")")}),c.closeWithError(m),m;break;case"remove":(y=s.find(function(t){return t._id===l.docId}))?l.doc=y:console.error("[realtime listener] internal non-fatal server error: unexpected remove event where no doc is associated.");break;case"limit":if(!l.doc)switch(l.queueType){case"dequeue":(y=s.find(function(t){return t._id===l.docId}))?l.doc=y:console.error("[realtime listener] internal non-fatal server error: unexpected limit dataType event where no doc is associated.");break;case"enqueue":throw m=new Jo({errCode:zo.SDK_DATABASE_REALTIME_LISTENER_UNEXPECTED_FATAL_ERROR,errMsg:'HandleServerEvents: full doc is not provided with dataType="limit" and queueType="enqueue" (requestId '.concat(t.requestId,")")}),c.closeWithError(m),m}}switch(l.queueType){case"init":a?s.push(l.doc):(a=!0,s=[l.doc]);break;case"enqueue":s.push(l.doc);break;case"dequeue":g=s.findIndex(function(t){return t._id===l.docId}),g>-1?s.splice(g,1):console.error("[realtime listener] internal non-fatal server error: unexpected dequeue event where no doc is associated.");break;case"update":g=s.findIndex(function(t){return t._id===l.docId}),g>-1?s[g]=l.doc:console.error("[realtime listener] internal non-fatal server error: unexpected queueType update event where no doc is associated.")}return(n===u-1||i[n+1]&&i[n+1].id!==l.id)&&(b=Xo([],s,!0),w=i.slice(0,n+1).filter(function(t){return t.id===l.id}),c.sessionInfo.currentEventId=l.id,c.sessionInfo.currentDocs=s,_=new Fo({id:l.id,docChanges:w,docs:b,msgType:r}),c.listener.onChange(_)),[3,4];case 2:return console.warn("[realtime listener] event received is out of order, cur ".concat(c.sessionInfo.currentEventId," but got ").concat(l.id)),[4,c.rebuildWatch()];case 3:return I.sent(),[2,{value:void 0}];case 4:return[2]}})},c=this,l=0,h=i.length,f.label=1;case 1:return l<h?[5,u(l,h)]:[3,4];case 2:if("object"==typeof(d=f.sent()))return[2,d.value];f.label=3;case 3:return l++,[3,1];case 4:return[2]}})})},t.prototype.postHandleServerEventsValidityCheck=function(t){this.sessionInfo?(this.sessionInfo.expectEventId&&this.sessionInfo.currentEventId>=this.sessionInfo.expectEventId&&this.clearWaitExpectedEvent(),this.sessionInfo.currentEventId<t.msgData.currEvent&&console.warn("[realtime listener] internal non-fatal error: client eventId does not match with server event id after server event handling")):console.error("[realtime listener] internal non-fatal error: sessionInfo lost after server event handling, this should never occur")},t.prototype.clearWaitExpectedEvent=function(){this.waitExpectedTimeoutId&&(clearTimeout(this.waitExpectedTimeoutId),this.waitExpectedTimeoutId=void 0)},t}();function ti(t){var e={id:t.ID,dataType:t.DataType,queueType:t.QueueType,docId:t.DocID,doc:t.Doc&&"{}"!==t.Doc?JSON.parse(t.Doc):void 0};return"update"===t.DataType&&(t.UpdatedFields&&(e.updatedFields=JSON.parse(t.UpdatedFields)),(t.removedFields||t.RemovedFields)&&(e.removedFields=JSON.parse(t.removedFields))),e}var ei,ni={1e3:{code:1e3,name:"Normal Closure",description:"Normal closure; the connection successfully completed whatever purpose for which it was created."},1001:{code:1001,name:"Going Away",description:"The endpoint is going away, either because of a server failure or because the browser is navigating away from the page that opened the connection."},1002:{code:1002,name:"Protocol Error",description:"The endpoint is terminating the connection due to a protocol error."},1003:{code:1003,name:"Unsupported Data",description:"The connection is being terminated because the endpoint received data of a type it cannot accept (for example, a text-only endpoint received binary data)."},1005:{code:1005,name:"No Status Received",description:"Indicates that no status code was provided even though one was expected."},1006:{code:1006,name:"Abnormal Closure",description:"Used to indicate that a connection was closed abnormally (that is, with no close frame being sent) when a status code is expected."},1007:{code:1007,name:"Invalid frame payload data",description:"The endpoint is terminating the connection because a message was received that contained inconsistent data (e.g., non-UTF-8 data within a text message)."},1008:{code:1008,name:"Policy Violation",description:"The endpoint is terminating the connection because it received a message that violates its policy. This is a generic status code, used when codes 1003 and 1009 are not suitable."},1009:{code:1009,name:"Message too big",description:"The endpoint is terminating the connection because a data frame was received that is too large."},1010:{code:1010,name:"Missing Extension",description:"The client is terminating the connection because it expected the server to negotiate one or more extension, but the server didn't."},1011:{code:1011,name:"Internal Error",description:"The server is terminating the connection because it encountered an unexpected condition that prevented it from fulfilling the request."},1012:{code:1012,name:"Service Restart",description:"The server is terminating the connection because it is restarting."},1013:{code:1013,name:"Try Again Later",description:"The server is terminating the connection due to a temporary condition, e.g. it is overloaded and is casting off some of its clients."},1014:{code:1014,name:"Bad Gateway",description:"The server was acting as a gateway or proxy and received an invalid response from the upstream server. This is similar to 502 HTTP Status Code."},1015:{code:1015,name:"TLS Handshake",description:"Indicates that the connection was closed due to a failure to perform a TLS handshake (e.g., the server certificate can't be verified)."},3e3:{code:3e3,name:"Reconnect WebSocket",description:"The client is terminating the connection because it wants to reconnect"},3001:{code:3001,name:"No Realtime Listeners",description:"The client is terminating the connection because no more realtime listeners exist"},3002:{code:3002,name:"Heartbeat Ping Error",description:"The client is terminating the connection due to its failure in sending heartbeat messages"},3003:{code:3003,name:"Heartbeat Pong Timeout Error",description:"The client is terminating the connection because no heartbeat response is received from the server"},3050:{code:3050,name:"Server Close",description:"The client is terminating the connection because no heartbeat response is received from the server"}};!function(t){t[t.NormalClosure=1e3]="NormalClosure",t[t.GoingAway=1001]="GoingAway",t[t.ProtocolError=1002]="ProtocolError",t[t.UnsupportedData=1003]="UnsupportedData",t[t.NoStatusReceived=1005]="NoStatusReceived",t[t.AbnormalClosure=1006]="AbnormalClosure",t[t.InvalidFramePayloadData=1007]="InvalidFramePayloadData",t[t.PolicyViolation=1008]="PolicyViolation",t[t.MessageTooBig=1009]="MessageTooBig",t[t.MissingExtension=1010]="MissingExtension",t[t.InternalError=1011]="InternalError",t[t.ServiceRestart=1012]="ServiceRestart",t[t.TryAgainLater=1013]="TryAgainLater",t[t.BadGateway=1014]="BadGateway",t[t.TLSHandshake=1015]="TLSHandshake",t[t.ReconnectWebSocket=3e3]="ReconnectWebSocket",t[t.NoRealtimeListeners=3001]="NoRealtimeListeners",t[t.HeartbeatPingError=3002]="HeartbeatPingError",t[t.HeartbeatPongTimeoutError=3003]="HeartbeatPongTimeoutError",t[t.NoAuthentication=3050]="NoAuthentication"}(ei||(ei={}));var ri=function(t,e){var n=ni[t],r=n?"".concat(n.name,", code ").concat(t,", reason ").concat(e||n.description):"code ".concat(t);return new Jo({errCode:zo.SDK_DATABASE_REALTIME_LISTENER_WEBSOCKET_CONNECTION_CLOSED,errMsg:r})},oi=null,ii="web";function si(){return oi}function ai(){return ii}function ui(t){ii=t}var ci=function(){return ci=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},ci.apply(this,arguments)},li=function(t,e,n,r){return new(n||(n=Promise))(function(o,i){function s(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(s,a)}u((r=r.apply(t,e||[])).next())})},hi=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}},di=function(){function t(t){var e=this;this.virtualWSClient=new Set,this.queryIdClientMap=new Map,this.watchIdClientMap=new Map,this.pingFailed=0,this.pongMissed=0,this.logins=new Map,this.wsReadySubsribers=[],this.wsResponseWait=new Map,this.rttObserved=[],this.send=function(t){return li(e,void 0,Promise,function(){var e=this;return hi(this,function(n){return[2,new Promise(function(n,r){li(e,void 0,void 0,function(){var e,o,i,s,a,u,c,l,h=this;return hi(this,function(d){switch(d.label){case 0:o=!1,i=!1,s=function(t){o=!0,e&&clearTimeout(e),n(t)},a=function(t){i=!0,e&&clearTimeout(e),r(t)},t.timeout&&(e=setTimeout(function(){li(h,void 0,void 0,function(){return hi(this,function(t){switch(t.label){case 0:return o&&i?[3,2]:[4,Yo(0)];case 1:t.sent(),o&&i||a(new Ho("wsclient.send timedout")),t.label=2;case 2:return[2]}})})},t.timeout)),d.label=1;case 1:return d.trys.push([1,8,,9]),void 0===this.wsInitPromise&&null===this.wsInitPromise?[3,3]:[4,this.wsInitPromise];case 2:d.sent(),d.label=3;case 3:if(!this.ws)return a(new Error("invalid state: ws connection not exists, can not send message")),[2];if(1!==this.ws.readyState)return a(new Error("ws readyState invalid: ".concat(this.ws.readyState,", can not send message"))),[2];t.waitResponse&&(u={resolve:s,reject:a,skipOnMessage:t.skipOnMessage},this.wsResponseWait.set(t.msg.requestId,u)),d.label=4;case 4:return d.trys.push([4,6,,7]),[4,this.ws.send(JSON.stringify(t.msg))];case 5:return d.sent(),t.waitResponse||s(void 0),[3,7];case 6:return(c=d.sent())&&(a(c),t.waitResponse&&this.wsResponseWait.delete(t.msg.requestId)),[3,7];case 7:return[3,9];case 8:return l=d.sent(),a(l),[3,9];case 9:return[2]}})})})]})})},this.closeAllClients=function(t){e.virtualWSClient.forEach(function(e){e.closeWithError(t)})},this.pauseClients=function(t){(t||e.virtualWSClient).forEach(function(t){t.pause()})},this.resumeClients=function(t){(t||e.virtualWSClient).forEach(function(t){t.resume()})},this.initWebSocketConnection=function(t,n){return void 0===n&&(n=e.maxReconnect),li(e,void 0,Promise,function(){var e=this;return hi(this,function(r){switch(r.label){case 0:if(t&&this.reconnectState)return[2];if(t&&(this.reconnectState=!0),void 0!==this.wsInitPromise&&null!==this.wsInitPromise)return[2,this.wsInitPromise];t&&this.pauseClients(),this.close(ei.ReconnectWebSocket),this.wsInitPromise=new Promise(function(r,o){li(e,void 0,void 0,function(){var e,i,s=this;return hi(this,function(a){switch(a.label){case 0:return a.trys.push([0,6,,11]),[4,this.getWsSign()];case 1:return e=a.sent(),[4,new Promise(function(t){var n=e.wsUrl||"wss://tcb-ws.tencentcloudapi.com",r=si();s.ws=r?new r(n):new WebSocket(n),t(void 0)})];case 2:return a.sent(),this.ws.connect?[4,this.ws.connect()]:[3,4];case 3:a.sent(),a.label=4;case 4:return[4,this.initWebSocketEvent()];case 5:return a.sent(),r(),t&&(this.resumeClients(),this.reconnectState=!1),[3,11];case 6:return i=a.sent(),console.error("[realtime] initWebSocketConnection connect fail",i),n>0?(this.wsInitPromise=void 0,[4,Yo(this.reconnectInterval)]):[3,9];case 7:a.sent(),t&&(this.reconnectState=!1),a.label=8;case 8:return r(this.initWebSocketConnection(t,n-1)),[3,10];case 9:o(i),t&&this.closeAllClients(new Jo({errCode:zo.SDK_DATABASE_REALTIME_LISTENER_RECONNECT_WATCH_FAIL,errMsg:i})),a.label=10;case 10:return[3,11];case 11:return[2]}})})}),r.label=1;case 1:return r.trys.push([1,3,4,5]),[4,this.wsInitPromise];case 2:return r.sent(),this.wsReadySubsribers.forEach(function(t){return(0,t.resolve)()}),[3,5];case 3:return r.sent(),this.wsReadySubsribers.forEach(function(t){return(0,t.reject)()}),[3,5];case 4:return this.wsInitPromise=void 0,this.wsReadySubsribers=[],[7];case 5:return[2]}})})},this.initWebSocketEvent=function(){return new Promise(function(t,n){if(!e.ws)throw new Error("can not initWebSocketEvent, ws not exists");var r=!1;e.ws.onopen=function(e){console.warn("[realtime] ws event: open",e),r=!0,t()},e.ws.onerror=function(t){e.logins=new Map,r?(console.error("[realtime] ws event: error",t),e.clearHeartbeat(),e.virtualWSClient.forEach(function(e){return e.closeWithError(new Jo({errCode:zo.SDK_DATABASE_REALTIME_LISTENER_WEBSOCKET_CONNECTION_ERROR,errMsg:t}))})):(console.error("[realtime] ws open failed with ws event: error",t),n(t))},e.ws.onclose=function(t){switch(console.warn("[realtime] ws event: close",t),e.logins=new Map,e.clearHeartbeat(),t.code){case ei.ReconnectWebSocket:case ei.NoRealtimeListeners:break;case ei.HeartbeatPingError:case ei.HeartbeatPongTimeoutError:case ei.NormalClosure:case ei.AbnormalClosure:e.maxReconnect>0?e.initWebSocketConnection(!0,e.maxReconnect):e.closeAllClients(ri(t.code));break;case ei.NoAuthentication:e.closeAllClients(ri(t.code,t.reason));break;default:e.maxReconnect>0?e.initWebSocketConnection(!0,e.maxReconnect):e.closeAllClients(ri(t.code))}},e.ws.onmessage=function(t){var n,r,o=(null===(n=t.data)||void 0===n?void 0:n.data)||t.data;e.heartbeat();try{r="string"==typeof o?JSON.parse(o):o}catch(t){throw new Error("[realtime] onMessage parse res.data error: ".concat(t))}if("ERROR"===r.msgType){var i=null;e.virtualWSClient.forEach(function(t){t.watchId===r.watchId&&(i=t)}),i&&i.listener.onError(r)}var s=e.wsResponseWait.get(r.requestId);if(s){try{"ERROR"===r.msgType?s.reject(new Vo(r)):s.resolve(r)}catch(t){console.error("ws onMessage responseWaitSpec.resolve(msg) errored:",t)}finally{e.wsResponseWait.delete(r.requestId)}if(s.skipOnMessage)return}if("PONG"!==r.msgType){var a=r.watchId&&e.watchIdClientMap.get(r.watchId);if(a)a.onMessage(r);else switch(console.error("[realtime] no realtime listener found responsible for watchId ".concat(r.watchId,": "),r),r.msgType){case"INIT_EVENT":case"NEXT_EVENT":case"CHECK_EVENT":(a=e.queryIdClientMap.get(r.msgData.queryID))&&a.onMessage(r);break;default:for(var u=0,c=Array.from(e.watchIdClientMap.entries());u<c.length;u++){c[u][1].onMessage(r);break}}}else if(e.lastPingSendTS){var l=Date.now()-e.lastPingSendTS;if(l>1e4)return void console.warn("[realtime] untrusted rtt observed: ".concat(l));e.rttObserved.length>=3&&e.rttObserved.splice(0,e.rttObserved.length-3+1),e.rttObserved.push(l)}},e.heartbeat()})},this.isWSConnected=function(){return Boolean(e.ws&&1===e.ws.readyState)},this.onceWSConnected=function(){return li(e,void 0,Promise,function(){var t=this;return hi(this,function(e){return this.isWSConnected()?[2]:null!==this.wsInitPromise&&void 0!==this.wsInitPromise?[2,this.wsInitPromise]:[2,new Promise(function(e,n){t.wsReadySubsribers.push({resolve:e,reject:n})})]})})},this.webLogin=function(t,n){return li(e,void 0,Promise,function(){var e,r,o,i,s,a,u,c,l=this;return hi(this,function(h){switch(h.label){case 0:if(!n)if(t){if(e=this.logins.get(t)){if(e.loggedIn&&e.loginResult)return[2,e.loginResult];if(null!==e.loggingInPromise&&void 0!==e.loggingInPromise)return[2,e.loggingInPromise]}}else if(null!==(null==(r=this.logins.get(""))?void 0:r.loggingInPromise)&&void 0!==(null==r?void 0:r.loggingInPromise))return[2,r.loggingInPromise];o=new Promise(function(t,e){li(l,void 0,void 0,function(){var n,r,o,i,s;return hi(this,function(a){switch(a.label){case 0:return a.trys.push([0,3,,4]),[4,this.getWsSign()];case 1:return n=a.sent(),r={envId:n.envId||"",accessToken:"",referrer:"web",sdkVersion:"",dataVersion:""},o={watchId:void 0,requestId:qo(),msgType:"LOGIN",msgData:r,exMsgData:{runtime:ai(),signStr:n.signStr,secretVersion:n.secretVersion}},[4,this.send({msg:o,waitResponse:!0,skipOnMessage:!0,timeout:5e3})];case 2:return(i=a.sent()).msgData.code?e(new Error("".concat(i.msgData.code," ").concat(i.msgData.message))):t({envId:n.envId}),[3,4];case 3:return s=a.sent(),e(s),[3,4];case 4:return[2]}})})}),i=t&&this.logins.get(t),s=Date.now(),i?(i.loggedIn=!1,i.loggingInPromise=o,i.loginStartTS=s):(i={loggedIn:!1,loggingInPromise:o,loginStartTS:s},this.logins.set(t||"",i)),h.label=1;case 1:return h.trys.push([1,3,,4]),[4,o];case 2:if(a=h.sent(),(u=t&&this.logins.get(t))&&u===i&&u.loginStartTS===s)return i.loggedIn=!0,i.loggingInPromise=void 0,i.loginStartTS=void 0,i.loginResult=a,[2,a];if(u){if(u.loggedIn&&u.loginResult)return[2,u.loginResult];if(null!==u.loggingInPromise&&void 0!==u.loggingInPromise)return[2,u.loggingInPromise];throw new Error("ws unexpected login info")}throw new Error("ws login info reset");case 3:throw c=h.sent(),i.loggedIn=!1,i.loggingInPromise=void 0,i.loginStartTS=void 0,i.loginResult=void 0,c;case 4:return[2]}})})},this.getWsSign=function(){return li(e,void 0,Promise,function(){var t,e,n,r,o,i,s;return hi(this,function(a){switch(a.label){case 0:return this.wsSign&&this.wsSign.expiredTs>Date.now()?[2,this.wsSign]:(t=Date.now()+6e4,[4,this.context.appConfig.request.send("auth.wsWebSign",{runtime:ai()})]);case 1:if((e=a.sent()).code)throw new Error("[tcb-js-sdk] 获取实时数据推送登录票据失败: ".concat(e.code));if(e.data)return n=e.data,r=n.signStr,o=n.wsUrl,i=n.secretVersion,s=n.envId,[2,{signStr:r,wsUrl:o,secretVersion:i,envId:s,expiredTs:t}];throw new Error("[tcb-js-sdk] 获取实时数据推送登录票据失败")}})})},this.getWaitExpectedTimeoutLength=function(){return e.rttObserved.length?e.rttObserved.reduce(function(t,e){return t+e})/e.rttObserved.length*1.5:5e3},this.ping=function(){return li(e,void 0,void 0,function(){var t;return hi(this,function(e){switch(e.label){case 0:return t={watchId:void 0,requestId:qo(),msgType:"PING",msgData:null},[4,this.send({msg:t})];case 1:return e.sent(),[2]}})})},this.onWatchStart=function(t,n){e.queryIdClientMap.set(n,t)},this.onWatchClose=function(t,n){n&&e.queryIdClientMap.delete(n),e.watchIdClientMap.delete(t.watchId),e.virtualWSClient.delete(t),e.virtualWSClient.size||e.close(ei.NoRealtimeListeners)},this.maxReconnect=t.maxReconnect||5,this.reconnectInterval=t.reconnectInterval||1e4,this.context=t.context}return t.prototype.clearHeartbeat=function(){this.pingTimeoutId&&clearTimeout(this.pingTimeoutId),this.pongTimeoutId&&clearTimeout(this.pongTimeoutId)},t.prototype.close=function(t){this.clearHeartbeat(),this.ws&&(this.ws.close(t,ni[t].name),this.ws=void 0)},t.prototype.watch=function(t){this.ws||void 0!==this.wsInitPromise&&null!==this.wsInitPromise||this.initWebSocketConnection(!1);var e=new Zo(ci(ci({},t),{send:this.send,login:this.webLogin,isWSConnected:this.isWSConnected,onceWSConnected:this.onceWSConnected,getWaitExpectedTimeoutLength:this.getWaitExpectedTimeoutLength,onWatchStart:this.onWatchStart,onWatchClose:this.onWatchClose,debug:!0}));return this.virtualWSClient.add(e),this.watchIdClientMap.set(e.watchId,e),e.listener},t.prototype.heartbeat=function(t){var e=this;this.clearHeartbeat(),this.pingTimeoutId=setTimeout(function(){li(e,void 0,void 0,function(){var t=this;return hi(this,function(e){switch(e.label){case 0:return e.trys.push([0,2,,3]),this.ws&&1===this.ws.readyState?(this.lastPingSendTS=Date.now(),[4,this.ping()]):[2];case 1:return e.sent(),this.pingFailed=0,this.pongTimeoutId=setTimeout(function(){console.error("pong timed out"),t.pongMissed<2?(t.pongMissed+=1,t.heartbeat(!0)):t.initWebSocketConnection(!0)},this.context.appConfig.realtimePongWaitTimeout),[3,3];case 2:return e.sent(),this.pingFailed<2?(this.pingFailed+=1,this.heartbeat()):this.close(ei.HeartbeatPingError),[3,3];case 3:return[2]}})})},t?0:this.context.appConfig.realtimePingInterval)},t}(),fi={target:"database",entity:function(){var t,e=this.platform,n=e.adapter,r=e.runtime;t=n.wsClass,oi=t,ui(r)}},pi={name:"realtime",IIFE:!0,entity:function(){this.prototype.wsClientClass=di}};try{cloudbase.registerComponent(pi),cloudbase.registerHook(fi)}catch(t){}const vi=(t=>{var e={};return l.d(e,t),e})({generateHTTPClient:()=>r.generateHTTPClient,generateMySQLClient:()=>r.generateMySQLClient,generatePGClient:()=>r.generatePGClient});var yi=function(){return yi=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},yi.apply(this,arguments)},mi=V,gi="models",bi=new WeakMap;function wi(t){return new Proxy({},{get:function(e,n){var r=t.getEndPointWithKey("GATEWAY"),o=r.BASE_URL,i=r.PROTOCOL,s=yi(yi({},t),{BASE_URL:o,PROTOCOL:i}),a=bi.get(s);return a||(a=function(t){var e=this,n=t.callFunction.bind(t),r=t.request.fetch.bind(t.request),o=t.getEndPointWithKey("GATEWAY"),i=o.BASE_URL,s=o.PROTOCOL,a="".concat(s).concat(i,"/model"),u="".concat(s).concat(i,"/sql"),c=(0,vi.generateHTTPClient)(n,function(t){return n=e,o=void 0,s=function(){return function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}}(this,function(e){switch(e.label){case 0:return[4,r(yi(yi({},t),{headers:yi({"Content-Type":"application/json"},t.headers)}))];case 1:return[4,e.sent().data];case 2:return[2,e.sent()]}})},new((i=void 0)||(i=Promise))(function(t,e){function r(t){try{u(s.next(t))}catch(t){e(t)}}function a(t){try{u(s.throw(t))}catch(t){e(t)}}function u(e){var n;e.done?t(e.value):(n=e.value,n instanceof i?n:new i(function(t){t(n)})).then(r,a)}u((s=s.apply(n,o||[])).next())});var n,o,i,s},a,{sqlBaseUrl:u});return c}(t),bi.set(s,a)),a[n]}})}var _i="cloudbase_init",Ii=new mi;Ii.on(_i,function(t){var e=t.data;Object.assign(e,{models:wi(e)})});var Ei={name:gi,namespace:gi,entity:new Proxy({},{get:function(t,e){console.warn("【deprecated】Accessing Cloudbase.prototype.models.".concat(e,"."))}}),injectEvents:{bus:Ii,events:[_i]}};try{cloudbase.registerComponent(Ei)}catch(t){}function Si(t){try{t.registerComponent(Ei)}catch(t){console.warn(t)}}try{window.registerModel=Si}catch(t){}const Oi=(t=>{var e={};return l.d(e,t),e})({ReadableStream:()=>o.ReadableStream,TransformStream:()=>o.TransformStream}),Ti=(t=>{var e={};return l.d(e,t),e})({createReadableStreamWrapper:()=>i.createReadableStreamWrapper});var Pi=[239,187,191];const Ai=(t=>{var e={};return l.d(e,t),e})({TextDecoder:()=>s.TextDecoder});var Ri=function(t,e,n,r){return new(n||(n=Promise))(function(o,i){function s(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(s,a)}u((r=r.apply(t,e||[])).next())})},Ci=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}},Ni="function"==typeof globalThis.ReadableStream&&"function"==typeof globalThis.TransformStream&&"function"==typeof globalThis.ReadableStream.prototype.pipeThrough,xi=Ni?globalThis.ReadableStream:Oi.ReadableStream,Ui=Ni?globalThis.TransformStream:Oi.TransformStream,Li=function(){var t;return new Ui({start:function(e){t=function(t){var e,n,r,o,i,s,a;return u(),{feed:function(t){n=n?n+t:t,e&&function(t){return Pi.every(function(e,n){return t.charCodeAt(n)===e})}(n)&&(n=n.slice(Pi.length)),e=!1;for(var i=n.length,s=0,a=!1;s<i;){a&&("\n"===n[s]&&(s+=1),a=!1);for(var u=-1,l=o,h=void 0,d=r;u<0&&d<i;d++)":"===(h=n[d])&&l<0?l=d-s:"\r"===h?(a=!0,u=d-s):"\n"===h&&(u=d-s);if(u<0){r=i-s,o=l;break}r=0,o=-1,c(n,s,l,u),s+=u+1}s===i?n="":s>0&&(n=n.slice(s))},reset:u};function u(){e=!0,n="",r=0,o=-1,i=void 0,s=void 0,a=""}function c(e,n,r,o){if(0===o)return a.length>0&&(t({type:"event",id:i,event:s||void 0,data:a.slice(0,-1)}),a="",i=void 0),void(s=void 0);var u,c=r<0,l=e.slice(n,n+(c?o:r)),h=n+(u=c?o:" "===e[n+r+1]?r+2:r+1),d=o-u,f=e.slice(h,h+d).toString();if("data"===l)a+=f?"".concat(f,"\n"):"\n";else if("event"===l)s=f;else if("id"!==l||f.includes("\0")){if("retry"===l){var p=parseInt(f,10);Number.isNaN(p)||t({type:"reconnect-interval",value:p})}}else i=f}}(function(t){"event"===t.type&&e.enqueue(t)})},transform:function(e){t.feed(e)}})},Di=Ni?function(t){return t}:(0,Ti.createReadableStreamWrapper)(xi),ki=function(){function t(t,e){void 0===t&&(t="utf-8"),void 0===e&&(e={});var n=this;this.transform=new Ui({transform:function(t,e){var r=n.handle.decode(new Uint8Array(t),{stream:!0});r&&e.enqueue(r)},flush:function(t){var e=n.handle.decode();e&&t.enqueue(e),t.terminate()}}),this.handle=new Ai.TextDecoder(t,e)}return Object.defineProperty(t.prototype,"encoding",{get:function(){return this.handle.encoding},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"fatal",{get:function(){return this.handle.fatal},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"ignoreBOM",{get:function(){return this.handle.ignoreBOM},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"readable",{get:function(){return this.transform.readable},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"writable",{get:function(){return this.transform.writable},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,Symbol.toStringTag,{get:function(){return"TextDecoderStream"},enumerable:!1,configurable:!0}),t}();function ji(t){var e=t;return e[Symbol.asyncIterator]=function(){var e=t.getReader();return{next:function(){return Ri(this,void 0,Promise,function(){var t,n,r;return Ci(this,function(o){switch(o.label){case 0:return[4,e.read()];case 1:return t=o.sent(),n=t.done,r=t.value,[2,n?{done:!0,value:void 0}:{done:!1,value:r}]}})})}}},e}function qi(t){return ji(t.pipeThrough(new ki).pipeThrough(Li()).pipeThrough(new Ui({transform:function(t,e){try{var n=JSON.parse(t.data);e.enqueue(n)}catch(n){"[DONE]"!==t.data?console.warn("Error when transforming event source data to json",n,t):e.terminate()}}})))}function Mi(t){var e,n,r,o;return Ri(this,void 0,void 0,function(){var i,s,a,u,c,l;return Ci(this,function(h){switch(h.label){case 0:i=function(t){return ji(Di(t).pipeThrough(new ki))}(t),s="",h.label=1;case 1:h.trys.push([1,6,7,12]),a=!0,u=function(t){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var e,n=t[Symbol.asyncIterator];return n?n.call(t):(t="function"==typeof __values?__values(t):t[Symbol.iterator](),e={},r("next"),r("throw"),r("return"),e[Symbol.asyncIterator]=function(){return this},e);function r(n){e[n]=t[n]&&function(e){return new Promise(function(r,o){!function(t,e,n,r){Promise.resolve(r).then(function(e){t({value:e,done:n})},e)}(r,o,(e=t[n](e)).done,e.value)})}}}(i),h.label=2;case 2:return[4,u.next()];case 3:if(c=h.sent(),e=c.done)return[3,5];o=c.value,a=!1;try{s+=o}finally{a=!0}h.label=4;case 4:return[3,2];case 5:return[3,12];case 6:return l=h.sent(),n={error:l},[3,12];case 7:return h.trys.push([7,,10,11]),a||e||!(r=u.return)?[3,9]:[4,r.call(u)];case 8:h.sent(),h.label=9;case 9:return[3,11];case 10:if(n)throw n.error;return[7];case 11:return[7];case 12:return[2,JSON.parse(s)]}})})}function Wi(){var t,e;return{promise:new Promise(function(n,r){t=n,e=r}),res:t,rej:e}}function Fi(t){var e;return"assistant"===t.role&&"tool_calls"in t&&null!=(null===(e=t.tool_calls)||void 0===e?void 0:e[0])}var Bi=function(){return Bi=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},Bi.apply(this,arguments)},Vi=function(t,e,n,r){return new(n||(n=Promise))(function(o,i){function s(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(s,a)}u((r=r.apply(t,e||[])).next())})},Gi=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}},Hi=function(t,e){var n={};for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&e.indexOf(r)<0&&(n[r]=t[r]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(t);o<r.length;o++)e.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(t,r[o])&&(n[r[o]]=t[r[o]])}return n},Ki=function(){function t(t,e){this.baseUrl=e;var n=arguments[2];this.req="string"==typeof n?function(e){var r=e.headers,o=void 0===r?{}:r,i=Hi(e,["headers"]);return t(Bi(Bi({},i),{headers:Bi(Bi({},o),{Authorization:"Bearer ".concat(n)})}))}:t}return t.prototype.list=function(t,e){return this.req({method:"get",url:this.join("bots"),data:t,timeout:null==e?void 0:e.timeout})},t.prototype.create=function(t,e){var n=t.botInfo;return this.req({method:"post",url:this.join("bots"),data:n,timeout:null==e?void 0:e.timeout})},t.prototype.get=function(t,e){var n=t.botId;return this.req({method:"get",url:this.join("bots/".concat(n)),timeout:null==e?void 0:e.timeout})},t.prototype.update=function(t,e){var n=t.botId,r=t.botInfo;return this.req({method:"PATCH",url:this.join("bots/".concat(n)),data:r,timeout:null==e?void 0:e.timeout})},t.prototype.delete=function(t,e){var n=t.botId;return this.req({method:"delete",url:this.join("bots/".concat(n)),timeout:null==e?void 0:e.timeout})},t.prototype.getChatRecords=function(t,e){return this.req({method:"get",url:this.join("bots/".concat(t.botId,"/records")),data:t,timeout:null==e?void 0:e.timeout})},t.prototype.sendFeedback=function(t,e){var n=t.userFeedback;return this.req({method:"post",url:this.join("bots/".concat(n.botId,"/feedback")),data:n,timeout:null==e?void 0:e.timeout})},t.prototype.getFeedback=function(t,e){return this.req({method:"get",url:this.join("bots/".concat(t.botId,"/feedback")),data:t,timeout:null==e?void 0:e.timeout})},t.prototype.uploadFiles=function(t,e){return Vi(this,void 0,void 0,function(){return Gi(this,function(n){return[2,this.req({method:"post",url:this.join("bots/".concat(t.botId,"/files")),data:t,timeout:null==e?void 0:e.timeout})]})})},t.prototype.createConversation=function(t,e){var n=t.botId,r=Hi(t,["botId"]);return Vi(this,void 0,void 0,function(){return Gi(this,function(t){return[2,this.req({method:"post",url:this.join("bots/".concat(n,"/conversation")),data:r,timeout:null==e?void 0:e.timeout})]})})},t.prototype.getConversation=function(t,e){var n=t.pageSize,r=void 0===n?10:n,o=t.pageNumber,i=void 0===o?1:o,s=t.botId,a=Hi(t,["pageSize","pageNumber","botId"]);return Vi(this,void 0,void 0,function(){var t,n;return Gi(this,function(o){if(i<1)throw new Error("pageNumber must be greater than 0");return t=r*(i-1),n=r,[2,this.req({method:"get",url:this.join("bots/".concat(s,"/conversation")),data:Bi(Bi({},a),{offset:t,limit:n}),timeout:null==e?void 0:e.timeout})]})})},t.prototype.deleteConversation=function(t,e){var n=t.botId,r=t.conversationId,o=Hi(t,["botId","conversationId"]);return Vi(this,void 0,void 0,function(){return Gi(this,function(t){return[2,this.req({method:"delete",url:this.join("bots/".concat(n,"/conversation/").concat(r)),data:o,timeout:null==e?void 0:e.timeout})]})})},t.prototype.speechToText=function(t,e){return Vi(this,void 0,void 0,function(){return Gi(this,function(n){return[2,this.req({method:"post",url:this.join("bots/".concat(t.botId,"/speech-to-text")),data:t,timeout:null==e?void 0:e.timeout})]})})},t.prototype.textToSpeech=function(t,e){return Vi(this,void 0,void 0,function(){return Gi(this,function(n){return[2,this.req({method:"post",url:this.join("bots/".concat(t.botId,"/text-to-speech")),data:t,timeout:null==e?void 0:e.timeout})]})})},t.prototype.getTextToSpeechResult=function(t,e){return Vi(this,void 0,void 0,function(){return Gi(this,function(n){return[2,this.req({method:"get",url:this.join("bots/".concat(t.botId,"/text-to-speech")),data:t,timeout:null==e?void 0:e.timeout})]})})},t.prototype.getRecommendQuestions=function(t,e){return Vi(this,void 0,void 0,function(){var n;return Gi(this,function(r){switch(r.label){case 0:return[4,this.req({method:"post",url:this.join("bots/".concat(t.botId,"/recommend-questions")),data:t,stream:!0,timeout:null==e?void 0:e.timeout})];case 1:return n=r.sent(),[2,new Ji(n)]}})})},t.prototype.generateBot=function(t,e){return Vi(this,void 0,void 0,function(){var n;return Gi(this,function(r){switch(r.label){case 0:return[4,this.req({method:"post",url:this.join("generate-bot"),data:t,stream:!0,timeout:null==e?void 0:e.timeout})];case 1:return n=r.sent(),[2,new Ji(n)]}})})},t.prototype.getPreview=function(t,e){return Vi(this,void 0,void 0,function(){var n;return Gi(this,function(r){switch(r.label){case 0:return[4,this.req({method:"post",url:this.join("preview"),data:t,stream:!0,timeout:null==e?void 0:e.timeout})];case 1:return n=r.sent(),[2,new Ji(n)]}})})},t.prototype.generateImage=function(t,e){return this.req({method:"post",url:this.join("generate-image"),data:t,timeout:null==e?void 0:e.timeout})},t.prototype.sendMessage=function(t,e){return Vi(this,void 0,void 0,function(){var n;return Gi(this,function(r){switch(r.label){case 0:return[4,this.req({method:"post",url:this.join("bots/".concat(t.botId,"/send-message")),data:t,stream:!0,timeout:null==e?void 0:e.timeout})];case 1:return n=r.sent(),[2,new Ji(n)]}})})},t.prototype.join=function(t){return"".concat(this.baseUrl,"/").concat(t)},t}(),Ji=function(){function t(t){var e=Di(t);this._eventSourceStream=e.pipeThrough(new ki).pipeThrough(Li())}return Object.defineProperty(t.prototype,"teeedStream",{get:function(){var t=this._eventSourceStream.tee(),e=t[0],n=t[1];return this._eventSourceStream=n,e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"eventSourceStream",{get:function(){return ji(this.teeedStream)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"dataStream",{get:function(){return ji(this.eventSourceStream.pipeThrough(new Ui({transform:function(t,e){try{var n=JSON.parse(t.data);e.enqueue(n)}catch(n){"[DONE]"!==t.data?console.warn("Error when transforming event source data to json",n,t):e.terminate()}}})))},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"textStream",{get:function(){return ji(this.dataStream.pipeThrough(new Ui({transform:function(t,e){var n;e.enqueue(null!==(n=null==t?void 0:t.content)&&void 0!==n?n:"")}})))},enumerable:!1,configurable:!0}),t}(),zi=function(){return zi=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},zi.apply(this,arguments)},Yi=function(t,e,n,r){return new(n||(n=Promise))(function(o,i){function s(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(s,a)}u((r=r.apply(t,e||[])).next())})},Qi=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}};function $i(t){var e=t.messages,n=t.model,r=t.temperature,o=t.tool_choice,i=t.tools,s=t.top_p;return zi(zi({},t),{messages:e,model:n,temperature:r,tool_choice:(o&&"auto"!==o&&console.warn("`tool_choice` is not 'auto'"),o),tools:i,top_p:s})}var Xi=function(){function t(t,e,n){this.req=t,this.baseUrl=e,this.subUrl="zhipu/api/paas/v4/chat/completions",null!=n&&(this.subUrl=n)}return Object.defineProperty(t.prototype,"url",{get:function(){return"".concat(this.baseUrl,"/").concat(this.subUrl)},enumerable:!1,configurable:!0}),t.prototype.doGenerate=function(t,e){return Yi(this,void 0,Promise,function(){var n,r;return Qi(this,function(o){switch(o.label){case 0:return n=$i(t),[4,this.req({url:this.url,data:zi(zi({},n),{stream:!1}),stream:!1,timeout:null==e?void 0:e.timeout})];case 1:return r=o.sent(),[2,zi(zi({},r),{rawResponse:r})]}})})},t.prototype.doStream=function(t,e){return Yi(this,void 0,Promise,function(){var n,r,o,i;return Qi(this,function(s){switch(s.label){case 0:return n=$i(t),r=null,[4,this.req({url:this.url,data:zi(zi({},n),{stream:!0}),stream:!0,timeout:null==e?void 0:e.timeout})];case 1:return o=s.sent(),i=Di(o),[2,ji(qi(i).pipeThrough(new Ui({transform:function(t,e){var n=t.choices.map(function(t){var e=t.delta;return null==r&&(r=Fi(e)),r?zi(zi({},t),{finish_reason:"tool_calls",delta:e}):t}),o=zi(zi({},t),{choices:n});e.enqueue(zi(zi({},o),{rawResponse:t}))}})))]}})})},t}(),Zi=function(){return Zi=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},Zi.apply(this,arguments)};function ts(t){var e=t.messages,n=t.model,r=t.temperature,o=t.tool_choice,i=t.tools,s=t.top_p;return Zi(Zi({},t),{messages:(e.forEach(function(t){"tool_calls"in t&&t.tool_calls.filter(function(t){return"function"!==t.type}).forEach(function(e){return console.warn("`type` in tool_call is not 'function'",e,t)})}),e),model:n,tools:function(){if(i)return i.forEach(function(t){"function"!==t.type&&console.warn("`type` in tool is not 'function'",t)}),i}(),top_p:s,tool_choice:o,temperature:r})}function es(t){return"object"!=typeof t||null==t?t:Array.isArray(t)?t.map(function(t){return es(t)}):Object.entries(t).reduce(function(t,e){var n,r=e[0],o=e[1];return t["_"===(n=r.replace(/[A-Z]/g,function(t){return"_".concat(t.toLowerCase())})).charAt(0)?n.slice(1):n]="object"==typeof o?es(o):o,t},{})}var ns=function(){return ns=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},ns.apply(this,arguments)},rs=function(t,e,n,r){return new(n||(n=Promise))(function(o,i){function s(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(s,a)}u((r=r.apply(t,e||[])).next())})},os=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}},is=function(){function t(t,e,n){this.req=t,this.baseUrl=e,this.subUrl="hunyuan-beta/openapi/v1/chat/completions",null!=n&&(this.subUrl=n)}return Object.defineProperty(t.prototype,"url",{get:function(){return"".concat(this.baseUrl,"/").concat(this.subUrl)},enumerable:!1,configurable:!0}),t.prototype.doGenerate=function(t,e){return rs(this,void 0,Promise,function(){var n;return os(this,function(r){switch(r.label){case 0:return[4,this.req({url:this.url,data:ns(ns({},ts(t)),{stream:!1}),stream:!1,timeout:null==e?void 0:e.timeout})];case 1:return n=r.sent(),[2,ns(ns({},n),{rawResponse:n})]}})})},t.prototype.doStream=function(t,e){return rs(this,void 0,Promise,function(){var n,r,o;return os(this,function(i){switch(i.label){case 0:return n=null,[4,this.req({url:this.url,data:ns(ns({},ts(t)),{stream:!0}),stream:!0,timeout:null==e?void 0:e.timeout})];case 1:return r=i.sent(),o=Di(r),[2,ji(qi(o).pipeThrough(new Ui({transform:function(t,e){var r=t.choices.map(function(t){var e=t.delta;return null==n&&(n=Fi(e)),n?ns(ns({},t),{finish_reason:"tool_calls",delta:e}):t}),o=ns(ns({},t),{choices:r});e.enqueue(ns(ns({},o),{rawResponse:t}))}})))]}})})},t}(),ss=function(){return ss=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},ss.apply(this,arguments)},as=function(t,e,n,r){return new(n||(n=Promise))(function(o,i){function s(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(s,a)}u((r=r.apply(t,e||[])).next())})},us=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}},cs=function(){function t(t,e,n){this.req=t,this.baseUrl=e,this.subUrl="hunyuan",null!=n&&(this.subUrl=n)}return Object.defineProperty(t.prototype,"url",{get:function(){return"".concat(this.baseUrl,"/").concat(this.subUrl)},enumerable:!1,configurable:!0}),t.prototype.doGenerate=function(t,e){return as(this,void 0,Promise,function(){var n,r;return us(this,function(o){switch(o.label){case 0:return[4,this.req({url:this.url,headers:{"X-Tc-Action":"ChatCompletions"},data:ss(ss({},ts(t)),{stream:!1}),stream:!1,timeout:null==e?void 0:e.timeout})];case 1:return n=o.sent(),r=es(n.Response),[2,ss(ss({},r),{rawResponse:n})]}})})},t.prototype.doStream=function(t,e){return as(this,void 0,Promise,function(){var n,r,o;return us(this,function(i){switch(i.label){case 0:return n=null,[4,this.req({url:this.url,headers:{"X-Tc-Action":"ChatCompletions"},data:ss(ss({},t),{stream:!0}),stream:!0,timeout:null==e?void 0:e.timeout})];case 1:return r=i.sent(),o=Di(r),[2,ji(qi(o).pipeThrough(new Ui({transform:function(t,e){var r=es(t),o=r.choices.map(function(t){var e=t.delta;return null==n&&(n=Fi(e)),n?ss(ss({},t),{finish_reason:"tool_calls",delta:e}):t}),i=ss(ss({},r),{choices:o});e.enqueue(ss(ss({},i),{rawResponse:t}))}})))]}})})},t}(),ls=function(){return ls=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},ls.apply(this,arguments)},hs=function(t,e,n,r){return new(n||(n=Promise))(function(o,i){function s(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(s,a)}u((r=r.apply(t,e||[])).next())})},ds=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}};function fs(t){var e=t.messages,n=t.model,r=t.temperature,o=t.tools,i=t.top_p;return ls(ls({},t),{messages:e,model:n,tools:o,top_p:i,temperature:r})}var ps=function(){function t(t,e,n){this.req=t,this.baseUrl=e,this.subUrl="ark/api/v3/chat/completions",null!=n&&(this.subUrl=n)}return Object.defineProperty(t.prototype,"url",{get:function(){return"".concat(this.baseUrl,"/").concat(this.subUrl)},enumerable:!1,configurable:!0}),t.prototype.doGenerate=function(t,e){return hs(this,void 0,Promise,function(){var n;return ds(this,function(r){switch(r.label){case 0:return[4,this.req({url:this.url,data:ls(ls({},fs(t)),{stream:!1}),stream:!1,timeout:null==e?void 0:e.timeout})];case 1:return n=r.sent(),[2,ls(ls({},n),{rawResponse:n})]}})})},t.prototype.doStream=function(t,e){return hs(this,void 0,Promise,function(){var n,r,o;return ds(this,function(i){switch(i.label){case 0:return n=null,[4,this.req({url:this.url,data:ls(ls({},fs(t)),{stream:!0}),stream:!0,timeout:null==e?void 0:e.timeout})];case 1:return r=i.sent(),o=Di(r),[2,ji(qi(o).pipeThrough(new Ui({transform:function(t,e){var r=t.choices.map(function(t){var e=t.delta;return null==n&&(n=Fi(e)),n?ls(ls({},t),{finish_reason:"tool_calls",delta:e}):t}),o=ls(ls({},t),{choices:r});e.enqueue(ls(ls({},o),{rawResponse:t}))}})))]}})})},t}(),vs=function(){return vs=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},vs.apply(this,arguments)},ys=function(t,e,n,r){return new(n||(n=Promise))(function(o,i){function s(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(s,a)}u((r=r.apply(t,e||[])).next())})},ms=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}};function gs(t){var e=t.messages,n=t.model,r=t.temperature,o=t.tools,i=t.top_p;return vs(vs({},t),{messages:e,model:n,tools:o,top_p:i,temperature:r})}var bs=function(){function t(t,e,n){this.req=t,this.baseUrl=e,this.subUrl="dashscope/compatible-mode/v1/chat/completions",null!=n&&(this.subUrl=n)}return Object.defineProperty(t.prototype,"url",{get:function(){return"".concat(this.baseUrl,"/").concat(this.subUrl)},enumerable:!1,configurable:!0}),t.prototype.doGenerate=function(t,e){return ys(this,void 0,Promise,function(){var n;return ms(this,function(r){switch(r.label){case 0:return[4,this.req({url:this.url,data:vs(vs({},gs(t)),{stream:!1}),stream:!1,timeout:null==e?void 0:e.timeout})];case 1:return n=r.sent(),[2,vs(vs({},n),{rawResponse:n})]}})})},t.prototype.doStream=function(t,e){return ys(this,void 0,Promise,function(){var n,r,o;return ms(this,function(i){switch(i.label){case 0:return n=null,[4,this.req({url:this.url,data:vs(vs({},gs(t)),{stream:!0}),stream:!0,timeout:null==e?void 0:e.timeout})];case 1:return r=i.sent(),o=Di(r),[2,ji(qi(o).pipeThrough(new Ui({transform:function(t,e){var r=t.choices.map(function(t){var e=Object.assign(t.delta,{role:"assistant"});return null==n&&(n=Fi(e)),vs(vs({},t),n?{finish_reason:"tool_calls",delta:e}:{delta:e})}),o=vs(vs({},t),{choices:r});e.enqueue(vs(vs({},o),{rawResponse:t}))}})))]}})})},t}(),ws=function(){return ws=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},ws.apply(this,arguments)},_s=function(t,e,n,r){return new(n||(n=Promise))(function(o,i){function s(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(s,a)}u((r=r.apply(t,e||[])).next())})},Is=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}};function Es(t){var e=t.messages,n=t.model,r=t.temperature,o=t.tools,i=t.top_p;return ws(ws({},t),{messages:e,model:n,tools:o,top_p:i,temperature:r})}var Ss=function(){function t(t,e,n){this.req=t,this.baseUrl=e,this.subUrl="01-ai/v1/chat/completions",null!=n&&(this.subUrl=n)}return Object.defineProperty(t.prototype,"url",{get:function(){return"".concat(this.baseUrl,"/").concat(this.subUrl)},enumerable:!1,configurable:!0}),t.prototype.doGenerate=function(t,e){return _s(this,void 0,Promise,function(){var n;return Is(this,function(r){switch(r.label){case 0:return[4,this.req({url:this.url,data:ws(ws({},Es(t)),{stream:!1}),stream:!1,timeout:null==e?void 0:e.timeout})];case 1:return n=r.sent(),[2,ws(ws({},n),{rawResponse:n})]}})})},t.prototype.doStream=function(t,e){return _s(this,void 0,Promise,function(){var n,r,o,i,s;return Is(this,function(a){switch(a.label){case 0:return n=null,[4,this.req({url:this.url,data:ws(ws({},Es(t)),{stream:!0}),stream:!0,timeout:null==e?void 0:e.timeout})];case 1:return r=a.sent(),o=Di(r),i=qi(o),s=i.pipeThrough(new Ui({transform:function(t,e){var r,o,i,s,a,u;if((null===(i=null===(o=null===(r=null==t?void 0:t.choices)||void 0===r?void 0:r[0])||void 0===o?void 0:o.delta)||void 0===i?void 0:i.content)||(null===(u=null===(a=null===(s=null==t?void 0:t.choices)||void 0===s?void 0:s[0])||void 0===a?void 0:a.delta)||void 0===u?void 0:u.tool_calls)){var c=t.choices.map(function(t){var e=Object.assign(t.delta,{role:"assistant"});return null==n&&(n=Fi(e)),ws(ws({},t),n?{finish_reason:"tool_calls",delta:e}:{delta:e})}),l=ws(ws({},t),{choices:c});e.enqueue(ws(ws({},l),{rawResponse:t}))}}})),[2,ji(s)]}})})},t}(),Os=function(){return Os=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},Os.apply(this,arguments)},Ts=function(t,e,n,r){return new(n||(n=Promise))(function(o,i){function s(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(s,a)}u((r=r.apply(t,e||[])).next())})},Ps=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}};function As(t){var e=t.messages,n=t.model,r=t.temperature,o=t.tools,i=t.top_p;return Os(Os({},t),{messages:e,model:n,tools:o,top_p:i,temperature:r})}var Rs=function(){function t(t,e,n){this.req=t,this.baseUrl=e,this.subUrl="moonshot/v1/chat/completions",null!=n&&(this.subUrl=n)}return Object.defineProperty(t.prototype,"url",{get:function(){return"".concat(this.baseUrl,"/").concat(this.subUrl)},enumerable:!1,configurable:!0}),t.prototype.doGenerate=function(t,e){return Ts(this,void 0,Promise,function(){var n;return Ps(this,function(r){switch(r.label){case 0:return[4,this.req({url:this.url,data:Os(Os({},As(t)),{stream:!1}),stream:!1,timeout:null==e?void 0:e.timeout})];case 1:return n=r.sent(),[2,Os(Os({},n),{rawResponse:n})]}})})},t.prototype.doStream=function(t,e){return Ts(this,void 0,Promise,function(){var n,r,o;return Ps(this,function(i){switch(i.label){case 0:return n=null,[4,this.req({url:this.url,data:Os(Os({},As(t)),{stream:!0}),stream:!0,timeout:null==e?void 0:e.timeout})];case 1:return r=i.sent(),o=Di(r),[2,ji(qi(o).pipeThrough(new Ui({transform:function(t,e){var r=t.choices.map(function(t){var e=t.delta;return null==n&&(n=Fi(e)),n?Os(Os({},t),{finish_reason:"tool_calls",delta:e}):t}),o=Os(Os({},t),{choices:r});e.enqueue(Os(Os({},o),{rawResponse:t}))}})))]}})})},t}(),Cs=function(){return Cs=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},Cs.apply(this,arguments)},Ns=function(t,e,n,r){return new(n||(n=Promise))(function(o,i){function s(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(s,a)}u((r=r.apply(t,e||[])).next())})},xs=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}},Us=function(){function t(t,e,n){this.req=t,this.baseUrl=e,this.subUrl="hunyuan-exp/chat/completions",null!=n&&(this.subUrl=n)}return Object.defineProperty(t.prototype,"url",{get:function(){return"".concat(this.baseUrl,"/").concat(this.subUrl)},enumerable:!1,configurable:!0}),t.prototype.doGenerate=function(t){return Ns(this,void 0,Promise,function(){var e;return xs(this,function(n){switch(n.label){case 0:return[4,this.req({url:this.url,data:Cs(Cs({},ts(t)),{stream:!1}),stream:!1})];case 1:return e=n.sent(),[2,Cs(Cs({},e),{rawResponse:e})]}})})},t.prototype.doStream=function(t){return Ns(this,void 0,Promise,function(){var e,n,r;return xs(this,function(o){switch(o.label){case 0:return e=null,[4,this.req({url:this.url,data:Cs(Cs({},ts(t)),{stream:!0}),stream:!0})];case 1:return n=o.sent(),r=Di(n),[2,ji(qi(r).pipeThrough(new Ui({transform:function(t,n){var r=t.choices.map(function(t){var n=t.delta;return null==e&&(e=Fi(n)),e?Cs(Cs({},t),{finish_reason:"tool_calls",delta:n}):t}),o=Cs(Cs({},t),{choices:r});n.enqueue(Cs(Cs({},o),{rawResponse:t}))}})))]}})})},t}(),Ls=function(){return Ls=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},Ls.apply(this,arguments)},Ds=function(t,e,n,r){return new(n||(n=Promise))(function(o,i){function s(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(s,a)}u((r=r.apply(t,e||[])).next())})},ks=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}},js=function(){function t(t,e,n){this.req=t,this.baseUrl=e,this.subUrl="hunyuan-open/v1/chat/completions",null!=n&&(this.subUrl=n)}return Object.defineProperty(t.prototype,"url",{get:function(){return"".concat(this.baseUrl,"/").concat(this.subUrl)},enumerable:!1,configurable:!0}),t.prototype.doGenerate=function(t,e){return Ds(this,void 0,Promise,function(){var n;return ks(this,function(r){switch(r.label){case 0:return[4,this.req({url:this.url,data:Ls(Ls({},ts(t)),{stream:!1}),stream:!1,timeout:null==e?void 0:e.timeout})];case 1:return n=r.sent(),[2,Ls(Ls({},n),{rawResponse:n})]}})})},t.prototype.doStream=function(t,e){return Ds(this,void 0,Promise,function(){var n,r,o;return ks(this,function(i){switch(i.label){case 0:return n=null,[4,this.req({url:this.url,data:Ls(Ls({},ts(t)),{stream:!0}),stream:!0,timeout:null==e?void 0:e.timeout})];case 1:return r=i.sent(),o=Di(r),[2,ji(qi(o).pipeThrough(new Ui({transform:function(t,e){var r=t.choices.map(function(t){var e=t.delta;return null==n&&(n=Fi(e)),n?Ls(Ls({},t),{finish_reason:"tool_calls",delta:e}):t}),o=Ls(Ls({},t),{choices:r});e.enqueue(Ls(Ls({},o),{rawResponse:t}))}})))]}})})},t}(),qs=function(){return qs=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},qs.apply(this,arguments)},Ms=function(t,e,n,r){return new(n||(n=Promise))(function(o,i){function s(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(s,a)}u((r=r.apply(t,e||[])).next())})},Ws=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}},Fs=function(){function t(t,e,n){this.req=t,this.baseUrl=e,this.subUrl="deepseek/chat/completions",null!=n&&(this.subUrl=n)}return Object.defineProperty(t.prototype,"url",{get:function(){return"".concat(this.baseUrl,"/").concat(this.subUrl)},enumerable:!1,configurable:!0}),t.prototype.doGenerate=function(t,e){return Ms(this,void 0,Promise,function(){var n;return Ws(this,function(r){switch(r.label){case 0:return[4,this.req({url:this.url,data:qs(qs({},t),{stream:!1}),stream:!1,timeout:null==e?void 0:e.timeout})];case 1:return n=r.sent(),[2,qs(qs({},n),{rawResponse:n})]}})})},t.prototype.doStream=function(t,e){return Ms(this,void 0,Promise,function(){var n,r,o;return Ws(this,function(i){switch(i.label){case 0:return n=null,[4,this.req({url:this.url,data:qs(qs({},t),{stream:!0}),stream:!0,timeout:null==e?void 0:e.timeout})];case 1:return r=i.sent(),o=Di(r),[2,ji(qi(o).pipeThrough(new Ui({transform:function(t,e){var r=t.choices.map(function(t){var e=t.delta;return null==n&&(n=Fi(e)),n?qs(qs({},t),{finish_reason:"tool_calls",delta:e}):t}),o=qs(qs({},t),{choices:r});e.enqueue(qs(qs({},o),{rawResponse:t}))}})))]}})})},t}(),Bs=function(){return Bs=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},Bs.apply(this,arguments)},Vs=function(t,e,n,r){return new(n||(n=Promise))(function(o,i){function s(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(s,a)}u((r=r.apply(t,e||[])).next())})},Gs=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}},Hs=function(){function t(t,e,n){void 0===n&&(n=""),this.req=t,this.baseUrl=e,this.subUrl=n}return Object.defineProperty(t.prototype,"url",{get:function(){return"".concat(this.baseUrl,"/").concat(this.subUrl)},enumerable:!1,configurable:!0}),t.prototype.doGenerate=function(t){return Vs(this,void 0,Promise,function(){var e;return Gs(this,function(n){switch(n.label){case 0:return[4,this.req({url:this.url,data:Bs(Bs({},t),{stream:!1}),stream:!1})];case 1:return e=n.sent(),[2,Bs(Bs({},e),{rawResponse:e})]}})})},t.prototype.doStream=function(t){return Vs(this,void 0,Promise,function(){var e,n,r;return Gs(this,function(o){switch(o.label){case 0:return e=null,[4,this.req({url:this.url,data:Bs(Bs({},t),{stream:!0}),stream:!0})];case 1:return n=o.sent(),r=Di(n),[2,ji(qi(r).pipeThrough(new Ui({transform:function(t,n){var r=t.choices.map(function(t){var n=t.delta;return null==e&&(e=Fi(n)),e?Bs(Bs({},t),{finish_reason:"tool_calls",delta:n}):t}),o=Bs(Bs({},t),{choices:r});n.enqueue(Bs(Bs({},o),{rawResponse:t}))}})))]}})})},t}(),Ks=function(){var t=function(e,n){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},t(e,n)};return function(e,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),Js=function(t){function e(e,n){var r=t.call(this,e)||this;return r.name="InvalidParamsError",r.code="INVALID_PARAMS",r.field=n,r}return Ks(e,t),e.prototype.toJSON=function(){return{code:this.code,message:this.message,field:this.field}},e}(Error),zs=function(){function t(t,e,n){this.req=t,this.baseUrl=e,this.provider=n,this.defaultGenerateImageSubUrl="images/ar/generations",this.generateImageSubUrlConfig={"hunyuan-image":[[/^hunyuan-image(-v[12](\..*)?)?$/,"images/generations"]]},this.generateImage=this.generateImageImpl.bind(this)}return t.prototype.generateImageImpl=function(t){return e=this,n=void 0,o=function(){var e,n,r,o,i;return function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}}(this,function(s){switch(s.label){case 0:if("object"==typeof t&&t&&"model"in t&&"HY-Image-v3.0-I2I-ToB-v1.0.1"===t.model&&(""===this.provider||"hunyuan-image"===this.provider)){if(n=(e=t).image_urls,r=e.images,n&&n.length>1)throw new Js("当模型为 HY-Image-v3.0-I2I-ToB-v1.0.1 时,image_urls 最多只能有 1 个元素","image_urls");if(r&&r.length>1)throw new Js("当模型为 HY-Image-v3.0-I2I-ToB-v1.0.1 时,images 最多只能有 1 个元素","images")}return o=this.defaultGenerateImageSubUrl,"object"==typeof t&&t&&"model"in t&&"string"==typeof t.model&&(i=this.getGenerateImageSubUrl(this.provider,t.model))&&(o=i),[4,this.req({url:this.getGenerateUrl(o),data:t,stream:!1})];case 1:return[2,s.sent()]}})},new((r=Promise)||(r=Promise))(function(t,i){function s(t){try{u(o.next(t))}catch(t){i(t)}}function a(t){try{u(o.throw(t))}catch(t){i(t)}}function u(e){var n;e.done?t(e.value):(n=e.value,n instanceof r?n:new r(function(t){t(n)})).then(s,a)}u((o=o.apply(e,n||[])).next())});var e,n,r,o},t.prototype.getGenerateUrl=function(t){return"".concat(this.baseUrl,"/").concat(this.provider,"/").concat(t)},t.prototype.getGenerateImageSubUrl=function(t,e){var n=this.generateImageSubUrlConfig[t];if(n)for(var r=0,o=n;r<o.length;r++){var i=o[r],s=i[0],a=i[1];if(s.test(e))return a}},t}(),Ys=function(){return Ys=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},Ys.apply(this,arguments)},Qs=function(t,e,n,r){return new(n||(n=Promise))(function(o,i){function s(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(s,a)}u((r=r.apply(t,e||[])).next())})},$s=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}},Xs=function(t,e,n){if(n||2===arguments.length)for(var r,o=0,i=e.length;o<i;o++)!r&&o in e||(r||(r=Array.prototype.slice.call(e,0,o)),r[o]=e[o]);return t.concat(r||Array.prototype.slice.call(e))};function Zs(t){var e,n=t.onStepFinish,r=t.abortSignal,o=t.maxSteps,i=t.topP,s=t.toolChoice,a=function(t,e){var n={};for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&e.indexOf(r)<0&&(n[r]=t[r]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(t);o<r.length;o++)e.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(t,r[o])&&(n[r[o]]=t[r[o]])}return n}(t,["onStepFinish","abortSignal","maxSteps","topP","toolChoice"]);if(null!=o&&o<1)throw new Error("`maxSteps` muse be greater than 0.");return[{onStepFinish:n,abortSignal:r,maxSteps:o},Ys(Ys({},a),{tools:null===(e=a.tools)||void 0===e?void 0:e.map(function(t){return"fn"in t?function(t){return{type:"function",function:{description:t.description,name:t.name,parameters:t.parameters}}}(t):t}),top_p:null!=i?i:a.top_p,tool_choice:null!=s?s:a.tool_choice})]}var ta=function(){function t(t){this.model=t}return t.prototype.generateText=function(t,e){var n,r;return Qs(this,void 0,Promise,function(){var o,i,s,a,u,c,l,h,d,f,p,v,y,m,g,b,w,_,I,E,S,O=this;return $s(this,function(T){switch(T.label){case 0:return o=[],i={completion_tokens:0,prompt_tokens:0,total_tokens:0},s=Zs(t),a=s[0],u=a.onStepFinish,c=a.maxSteps,l=void 0===c?10:c,h=s[1],[4,(d=function(){return O.model.doGenerate(h,e)})()];case 1:f=T.sent(),p=1,f.rawResponse&&o.push(f.rawResponse),v=null,T.label=2;case 2:if(!(p<l&&null!=(v=ea(f))))return[3,9];y=ia(f.usage),sa(i,y),T.label=3;case 3:return T.trys.push([3,7,,8]),[4,oa(v)];case 4:return m=T.sent(),g=f.choices[0],[4,null==u?void 0:u({finishReason:g.finish_reason,messages:h.messages.slice(),text:g.message.content,toolCall:v,toolResult:m,stepUsage:y,totalUsage:Object.assign({},i)})];case 5:return T.sent(),na(h.messages,g.message,m),[4,d()];case 6:return(f=T.sent()).rawResponse&&o.push(f.rawResponse),p+=1,[3,8];case 7:return b=T.sent(),[2,{text:"",messages:h.messages,usage:i,error:b,rawResponses:o}];case 8:return[3,2];case 9:return w=null===(n=null==f?void 0:f.choices)||void 0===n?void 0:n[0],_=null==w?void 0:w.message,I=null!==(r=null==_?void 0:_.content)&&void 0!==r?r:"",E=_?Xs(Xs([],h.messages,!0),[_],!1):h.messages,S=ia(f.usage),sa(i,S),[4,null==u?void 0:u({finishReason:w.finish_reason,messages:E.slice(),text:I,toolCall:ea(f),toolResult:null,stepUsage:S,totalUsage:Object.assign({},i)})];case 10:return T.sent(),[2,{text:I,messages:E,usage:i,rawResponses:o}]}})})},t.prototype.streamText=function(t,e){var n;return Qs(this,void 0,Promise,function(){var r,o,i,s,a,u,c,l,h,d,f,p,v,y,m,g,b,w,_,I,E,S,O,T,P,A,R,C,N,x,U,L,D,k,j,q,M=this;return $s(this,function(W){switch(W.label){case 0:return r={completion_tokens:0,prompt_tokens:0,total_tokens:0},o=Zs(t),i=o[0],s=i.onStepFinish,a=i.maxSteps,u=void 0===a?10:a,c=o[1],[4,(l=function(){return M.model.doStream(c,e)})()];case 1:h=W.sent(),d=1,f=null,p=function(){var t=h.tee(),e=t[0],n=t[1];return h=ji(e),function(t){var e,n,r,o,i,s,a,u,c,l;return Qs(this,void 0,Promise,function(){var h,d,f,p,v,y,m,g,b,w,_,I,E;return $s(this,function(S){switch(S.label){case 0:h={completion_tokens:0,prompt_tokens:0,total_tokens:0},d=ji(t),p={role:"assistant",content:"",tool_calls:[f={id:"",function:{name:"",arguments:""},type:""}]},S.label=1;case 1:S.trys.push([1,6,7,12]),v=!0,y=function(t){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var e,n=t[Symbol.asyncIterator];return n?n.call(t):(t="function"==typeof __values?__values(t):t[Symbol.iterator](),e={},r("next"),r("throw"),r("return"),e[Symbol.asyncIterator]=function(){return this},e);function r(n){e[n]=t[n]&&function(e){return new Promise(function(r,o){!function(t,e,n,r){Promise.resolve(r).then(function(e){t({value:e,done:n})},e)}(r,o,(e=t[n](e)).done,e.value)})}}}(d),S.label=2;case 2:return[4,y.next()];case 3:if(m=S.sent(),e=m.done)return[3,5];o=m.value,v=!1;try{if(!(b=null==(g=o)?void 0:g.choices[0]))return[2,null];if(w=b.finish_reason,_=b.delta,"tool_calls"!==w)return[2,null];if(!_)return[3,4];if(_.content&&(p.content+=_.content),!("tool_calls"in _))return[3,4];(null==(I=null===(i=null==_?void 0:_.tool_calls)||void 0===i?void 0:i[0])?void 0:I.id)&&(f.id=I.id),(null==I?void 0:I.type)&&(f.type=I.type),(null===(s=null==I?void 0:I.function)||void 0===s?void 0:s.name)&&(f.function.name=I.function.name),(null===(a=null==I?void 0:I.function)||void 0===a?void 0:a.arguments)&&(f.function.arguments+=I.function.arguments),(null===(u=null==g?void 0:g.usage)||void 0===u?void 0:u.completion_tokens)&&(h.completion_tokens=g.usage.completion_tokens),(null===(c=null==g?void 0:g.usage)||void 0===c?void 0:c.prompt_tokens)&&(h.prompt_tokens=g.usage.prompt_tokens),(null===(l=null==g?void 0:g.usage)||void 0===l?void 0:l.total_tokens)&&(h.total_tokens=g.usage.total_tokens)}finally{v=!0}S.label=4;case 4:return[3,2];case 5:return[3,12];case 6:return E=S.sent(),n={error:E},[3,12];case 7:return S.trys.push([7,,10,11]),v||e||!(r=y.return)?[3,9]:[4,r.call(y)];case 8:S.sent(),S.label=9;case 9:return[3,11];case 10:if(n)throw n.error;return[7];case 11:return[7];case 12:return[2,{message:p,usage:h}]}})})}(n)},W.label=2;case 2:return(v=d<u)?[4,p()]:[3,4];case 3:v=null!=(f=W.sent()),W.label=4;case 4:if(!v)return[3,11];y=f.message,m=f.usage,sa(r,m),g=null===(n=y.tool_calls)||void 0===n?void 0:n[0],W.label=5;case 5:return W.trys.push([5,9,,10]),[4,oa(g)];case 6:return b=W.sent(),[4,null==s?void 0:s({finishReason:"tool_calls",messages:c.messages.slice(),text:y.content,toolCall:g,toolResult:b,stepUsage:m,totalUsage:Object.assign({},r)})];case 7:return W.sent(),na(c.messages,y,b),[4,l()];case 8:return h=W.sent(),[3,10];case 9:return w=W.sent(),_=h.tee(),I=_[0],E=_[1],[2,{messages:Promise.resolve(c.messages),dataStream:ji(I),textStream:ji(E.pipeThrough(new Ui({transform:function(t,e){var n,r,o,i=null===(o=null===(r=null===(n=null==t?void 0:t.choices)||void 0===n?void 0:n[0])||void 0===r?void 0:r.delta)||void 0===o?void 0:o.content;"string"==typeof i&&e.enqueue(i)}}))),usage:Promise.resolve(r),error:w}];case 10:return[3,2];case 11:return[4,p()];case 12:return(f=W.sent())?(S=f.message,O=f.usage,sa(r,O),T=Xs(Xs([],c.messages,!0),[S],!1),s({messages:T.slice(),finishReason:"tool_call",stepUsage:O,text:S.content,toolCall:S.tool_calls[0],totalUsage:Object.assign({},r)}),P=h.tee(),A=P[0],R=P[1],[2,{messages:Promise.resolve(Xs(Xs([],c.messages,!0),[S],!1)),dataStream:ji(A),textStream:ji(R.pipeThrough(new Ui({transform:function(t,e){var n,r,o,i=null===(o=null===(r=null===(n=null==t?void 0:t.choices)||void 0===n?void 0:n[0])||void 0===r?void 0:r.delta)||void 0===o?void 0:o.content;"string"==typeof i&&e.enqueue(i)}}))),usage:Promise.resolve(r)}]):(C=Wi(),N=Wi(),x={role:"assistant",content:""},U="",L={completion_tokens:0,prompt_tokens:0,total_tokens:0},D=h.pipeThrough(new Ui({transform:function(t,e){var n,r,o,i,s,a,u,c,l=null===(o=null===(r=null===(n=null==t?void 0:t.choices)||void 0===n?void 0:n[0])||void 0===r?void 0:r.delta)||void 0===o?void 0:o.content;"string"==typeof l&&(x.content+=l);var h=null===(s=null===(i=null==t?void 0:t.choices)||void 0===i?void 0:i[0])||void 0===s?void 0:s.finish_reason;h&&(U=h),(null===(a=null==t?void 0:t.usage)||void 0===a?void 0:a.completion_tokens)&&(L.completion_tokens=t.usage.completion_tokens),(null===(u=null==t?void 0:t.usage)||void 0===u?void 0:u.prompt_tokens)&&(L.prompt_tokens=t.usage.prompt_tokens),(null===(c=null==t?void 0:t.usage)||void 0===c?void 0:c.total_tokens)&&(L.total_tokens=t.usage.total_tokens),e.enqueue(t)},flush:function(){C.res(Xs(Xs([],c.messages,!0),[x],!1)),sa(r,L),N.res(Object.assign({},r)),null==s||s({messages:Xs(Xs([],c.messages,!0),[x],!1),finishReason:U,text:x.content,stepUsage:L,totalUsage:Object.assign({},r)})}})),k=D.tee(),j=k[0],q=k[1],[2,{messages:C.promise,dataStream:ji(j),textStream:ji(q.pipeThrough(new Ui({transform:function(t,e){var n,r,o,i=null===(o=null===(r=null===(n=null==t?void 0:t.choices)||void 0===n?void 0:n[0])||void 0===r?void 0:r.delta)||void 0===o?void 0:o.content;"string"==typeof i&&e.enqueue(i)}}))),usage:N.promise}])}})})},t}();function ea(t){var e,n=null===(e=null==t?void 0:t.choices)||void 0===e?void 0:e[0];if(!n)return null;var r=n.finish_reason,o=n.message;return"tool_calls"!==r?null:o&&Fi(o)?o.tool_calls[0]:null}function na(t,e,n){t.push(e,{role:"tool",tool_call_id:e.tool_calls[0].id,content:JSON.stringify(n)})}var ra=new Map;function oa(t){return ra.get(t.function.name)(JSON.parse(t.function.arguments))}function ia(t){var e,n,r;return{completion_tokens:null!==(e=null==t?void 0:t.completion_tokens)&&void 0!==e?e:0,prompt_tokens:null!==(n=null==t?void 0:t.prompt_tokens)&&void 0!==n?n:0,total_tokens:null!==(r=null==t?void 0:t.total_tokens)&&void 0!==r?r:0}}function sa(t,e){t.completion_tokens+=e.completion_tokens,t.prompt_tokens+=e.prompt_tokens,t.total_tokens+=e.total_tokens}var aa={hunyuan:cs,"hunyuan-beta":is,ark:ps,dashscope:bs,"01-ai":Ss,moonshot:Rs,zhipu:Xi,"hunyuan-exp":Us,"hunyuan-open":js,deepseek:Fs},ua=function(){return ua=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},ua.apply(this,arguments)},ca=function(t,e,n,r){return new(n||(n=Promise))(function(o,i){function s(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(s,a)}u((r=r.apply(t,e||[])).next())})},la=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}},ha=aa,da=function(){function t(t,e,n,r){var o=this;this.req=t,this.baseUrl=e,this.modelRequest=function(t){var e=t.url,n=t.data,r=t.headers,i=t.stream,s=t.timeout;return ca(o,void 0,void 0,function(){var t,o,a,u,c,l,h;return la(this,function(d){switch(d.label){case 0:return t={"Content-Type":"application/json"},i&&Object.assign(t,{Accept:"text/event-stream"}),[4,this.req.fetch({method:"post",headers:ua(ua((c={},c[null===(l=this.i18n)||void 0===l?void 0:l.LANG_HEADER_KEY]=null===(h=this.i18n)||void 0===h?void 0:h.lang,c),t),r),body:JSON.stringify(n),url:this.resolveUrl(e),stream:i,timeout:s})];case 1:return o=d.sent(),a=o.data,u=o.header,[2,this.handleResponseData(a,u)]}})})},this.botRequest=function(t){var e=t.method,n=t.url,r=t.data,i=void 0===r?{}:r,s=t.headers,a=t.stream,u=t.timeout;return ca(o,void 0,void 0,function(){var t,r,o,c,l,h,d,f,p;return la(this,function(v){switch(v.label){case 0:return t=this.resolveUrl(n),"get"!==e?[3,2]:(r=this.handleResponseData,[4,this.req.fetch({url:"".concat(t,"?").concat((y=i,Object.entries(y).map(function(t){var e=t[0],n=t[1];return"".concat(e,"=").concat(n)}).join("&"))),method:e,headers:s,stream:a,timeout:u})]);case 1:return[2,r.apply(this,[v.sent().data])];case 2:return o={"Content-Type":"application/json"},a&&Object.assign(o,{Accept:"text/event-stream"}),[4,this.req.fetch({url:t,body:JSON.stringify(i),headers:ua(ua((d={},d[null===(f=this.i18n)||void 0===f?void 0:f.LANG_HEADER_KEY]=null===(p=this.i18n)||void 0===p?void 0:p.lang,d),o),s),stream:a,method:e,timeout:u})];case 3:return c=v.sent(),l=c.data,h=c.header,[2,this.handleResponseData(l,h)]}var y})})},this._getBaseUrl=r,this.bot=new Ki(this.botRequest,this.aiBotBaseUrl),this.i18n=n,G.on(H,function(t){var e;o.i18n=(null===(e=t.data)||void 0===e?void 0:e.i18n)||o.i18n})}return Object.defineProperty(t.prototype,"aiBaseUrl",{get:function(){return"".concat(this._getBaseUrl?this._getBaseUrl():this.baseUrl,"/ai")},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"aiBotBaseUrl",{get:function(){return"".concat(this._getBaseUrl?this._getBaseUrl():this.baseUrl,"/aibot")},enumerable:!1,configurable:!0}),t.prototype.handleResponseData=function(t,e){var n,r;return ca(this,void 0,void 0,function(){var o,i,s,a,u=this;return la(this,function(c){switch(c.label){case 0:return o="".concat(this.i18n.t("请检查调用方式,或前往云开发 AI+ 首页查看文档"),":https://tcb.cloud.tencent.com/dev#/ai"),i=function(t){if("object"==typeof t&&t&&"code"in t&&"NORMAL"!==t.code)throw new Error("".concat(u.i18n.t("AI+ 请求出错,错误码"),":").concat(t.code,",").concat(u.i18n.t("错误信息"),":").concat(t.message,"\n").concat(o,"\n").concat(JSON.stringify(t,null,2)))},"object"==typeof t&&t&&"function"!=typeof t.getReader?"then"in t?[4,t]:[3,2]:[3,4];case 1:return s=c.sent(),[3,3];case 2:s=t,c.label=3;case 3:return i(a=s),[2,t];case 4:if("function"!=typeof(null==t?void 0:t.getReader)){if("object"==typeof(a=t)&&a&&"code"in a&&"NORMAL"!==a.code)throw new Error("".concat(this.i18n.t("AI+ 请求出错,错误码"),":").concat(a.code,",").concat(this.i18n.t("错误信息"),":").concat(a.message,"\n").concat(o,"\n").concat(JSON.stringify(a,null,2)));return[2,t]}return(null===(r=null===(n=null==e?void 0:e.get)||void 0===n?void 0:n.call(e,"content-type"))||void 0===r?void 0:r.includes("application/json"))?[4,Mi(t)]:[3,6];case 5:a=c.sent(),i(a),c.label=6;case 6:return[2,t]}})})},t.prototype.createModel=function(t,e){var n,r=ha[t];if(r)n=new r(this.modelRequest,this.aiBaseUrl);else{var o="string"==typeof(null==e?void 0:e.defaultModelSubUrl)?e.defaultModelSubUrl:"/chat/completions";n=new Hs(this.modelRequest,this.aiBaseUrl,"".concat(t).concat(o))}return new ta(n)},t.prototype.registerModel=function(t,e){null==ha[t]?ha[t]=e:console.warn("AI model ".concat(t," already exists!"))},t.prototype.createImageModel=function(t){return new zs(this.modelRequest,this.aiBaseUrl,t)},t.prototype.registerFunctionTool=function(t){ra.has(t.name)&&console.warn("AI function tool ".concat(t.name," already exists and will be overwritten!")),ra.set(t.name,t.fn)},t.prototype.resolveUrl=function(t){if(!this._getBaseUrl)return t;var e=this._getBaseUrl();return e!==this.baseUrl&&t.startsWith(this.baseUrl)?t.replace(this.baseUrl,e):t},t}(),fa=function(){return fa=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},fa.apply(this,arguments)},pa=function(t,e){var n={};for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&e.indexOf(r)<0&&(n[r]=t[r]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(t);o<r.length;o++)e.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(t,r[o])&&(n[r[o]]=t[r[o]])}return n};function va(t){var e=t.env,n=t.baseUrl,r=t.getBaseUrl,o=t.req,i=t.getAccessToken,s=t.handleReqInstance,a=t.i18n;return new da(function(){if(null==s){if(null==i)throw new Error("`getAccessToken` is required when `handleReqInstance` is not provided!");return function(t){var e=t.getAccessToken,n=t.req;return{download:n.download,post:n.post,upload:n.upload,fetch:function(t){return r=void 0,o=void 0,s=function(){var r,o,i,s,a;return function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}}(this,function(u){switch(u.label){case 0:if("function"!=typeof n.fetch)throw new Error("req.fetch is not a function");return r=t.token,o=t.headers,i=void 0===o?{}:o,s=pa(t,["token","headers"]),null==r?[3,1]:(a=r,[3,3]);case 1:return[4,e()];case 2:a=u.sent().accessToken,u.label=3;case 3:return[2,n.fetch(fa({headers:fa({Authorization:"Bearer ".concat(a)},i)},s))]}})},new((i=void 0)||(i=Promise))(function(t,e){function n(t){try{u(s.next(t))}catch(t){e(t)}}function a(t){try{u(s.throw(t))}catch(t){e(t)}}function u(e){var r;e.done?t(e.value):(r=e.value,r instanceof i?r:new i(function(t){t(r)})).then(n,a)}u((s=s.apply(r,o||[])).next())});var r,o,i,s}}}({req:o,getAccessToken:i})}return s({req:o})}(),function(){if(null!=r)return r();if(null!=n)return n;if(null==e)throw new Error("`env` is required when `baseUrl` is not provided!");return"https://".concat(e,".api.tcloudbasegateway.com/v1")}(),a,r)}pa(u,["MODELS"]);var ya={name:"ai",entity:{ai:function(t){var e=this,n=this.request;if(null==n.fetch)throw new Error("cloudbase.request.fetch() unimplemented!");var r=function(){var t=e.getEndPointWithKey("GATEWAY"),n=t.BASE_URL,r=t.PROTOCOL;return"".concat(r).concat(n)};return(null==t?void 0:t.baseUrl)?va({req:n,baseUrl:t.baseUrl,handleReqInstance:function(t){return t.req},i18n:this.config.i18n}):va({req:n,baseUrl:r(),getBaseUrl:r,handleReqInstance:function(t){return t.req},i18n:this.config.i18n})}}};function ma(t){try{t.registerComponent(ya)}catch(t){console.warn(t)}}try{window.registerAi=ma}catch(t){}var ga=function(){return ga=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},ga.apply(this,arguments)};function ba(t,e,n){var r=this,o=t.request.fetch.bind(t.request),i=e||{},s=i.instance,a=void 0===s?n?void 0:"default":s,u=i.database,c=void 0===u?n?void 0:t.config.env:u,l=t.getEndPointWithKey("GATEWAY"),h=l.BASE_URL,d=l.PROTOCOL,f="".concat(d).concat(h),p=function(e,n){return i=r,s=void 0,l=function(){var r,i,s,u,l,h,d,p,v;return function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}}(this,function(y){switch(y.label){case 0:return r={},n.headers instanceof Headers?n.headers.forEach(function(t,e){r[e]=t}):r=n.headers||{},[["X-Db-Instance",a],["Accept-Profile",c],["Content-Profile",c]].forEach(function(t){var e=t[0],n=t[1];r[e]||r[e.toLocaleLowerCase()]||!n||(r[e]=n)}),i=e.toString(),s=t.getEndPointWithKey("GATEWAY"),u=s.BASE_URL,l=s.PROTOCOL,(h="".concat(l).concat(u))!==f&&i.startsWith(f)&&(i=i.replace(f,h)),[4,o(ga(ga({url:i},n),{headers:ga({"Content-Type":"application/json"},r),shouldThrowOnError:!1}))];case 1:d=y.sent(),p={},y.label=2;case 2:return y.trys.push([2,4,,5]),[4,d.data];case 3:return p=y.sent(),[3,5];case 4:if(!(v=y.sent()).message.includes("Unexpected end of JSON input"))throw v;return[3,5];case 5:return[2,{ok:(null==d?void 0:d.statusCode)>=200&&(null==d?void 0:d.statusCode)<300,status:(null==d?void 0:d.statusCode)||200,statusText:(null==d?void 0:d.statusMessage)||"OK",json:function(){return Promise.resolve(p||{})},text:function(){return Promise.resolve("string"==typeof p?p:JSON.stringify(p||{}))},headers:null==d?void 0:d.header}]}})},new((u=void 0)||(u=Promise))(function(t,e){function n(t){try{o(l.next(t))}catch(t){e(t)}}function r(t){try{o(l.throw(t))}catch(t){e(t)}}function o(e){var o;e.done?t(e.value):(o=e.value,o instanceof u?o:new u(function(t){t(o)})).then(n,r)}o((l=l.apply(i,s||[])).next())});var i,s,u,l},v="".concat(d).concat(h,"/rdb/rest");return n?(0,vi.generatePGClient)(t,{pgBaseUrl:v,fetch:p}):(0,vi.generateMySQLClient)(t,{mysqlBaseUrl:v,fetch:p})}var wa={name:"mysql",entity:{mysql:function(t){return ba(this,t,!1)(t)}}},_a={name:"rdb",entity:{rdb:function(t){return ba(this,t,!0)(t)}}};try{cloudbase.registerComponent(wa),cloudbase.registerComponent(_a)}catch(t){}function Ia(t){try{t.registerComponent(wa),t.registerComponent(_a)}catch(t){console.warn(t)}}try{window.registerMySQL=Ia}catch(t){}var Ea=function(){return Ea=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},Ea.apply(this,arguments)},Sa=function(t,e,n,r){return new(n||(n=Promise))(function(o,i){function s(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(s,a)}u((r=r.apply(t,e||[])).next())})},Oa=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}};function Ta(t,e){var n,r,o,i;return Sa(this,void 0,Promise,function(){var s,a,u,c,l,h,d,f,p,v,y,m,g,b,w,_,I,E,S,O,T,P,A;return Oa(this,function(R){switch(R.label){case 0:a=(s=t||{}).name,u=s.body,c=s.path,l=void 0===c?"":c,h=s.method,d=void 0===h?"POST":h,f=s.headers,p=void 0===f?{}:f,v=(t||{}).token,y={};try{y=JSON.parse(u)}catch(t){y=u||{}}if(!a)throw new Error(JSON.stringify({code:bn.ERRORS.INVALID_PARAMS,msg:"[apis] invalid api name"}));return m="",b=(g=this).gatewayOrigin,w=g.getAccessToken,_=g.env,b?m="".concat(b,"/v1"):this.getEndPointWithKey?(I=this.getEndPointWithKey("GATEWAY"),E=I.BASE_URL,S=I.PROTOCOL,m="".concat(S).concat(E)):m="https://".concat(_,".api.tcloudbasegateway.com/v1"),O="".concat(m,"/apis/").concat(a),T=l.startsWith("/")?l:"/".concat(l),w?[4,w()]:[3,2];case 1:P=R.sent().accessToken,p.Authorization="Bearer ".concat(P),R.label=2;case 2:if(A=["GET","HEAD"].includes(null===(n=null==d?void 0:d.toUpperCase)||void 0===n?void 0:n.call(d)))try{T="".concat(T).concat(T.includes("?")?"&":"?").concat(Object.keys(y).map(function(t){return"".concat(t,"=").concat(y[t])}).join("&"))}catch(t){}return[4,this.request.fetch(Ea(Ea(Ea({url:"".concat(O).concat(T),method:d||"POST",headers:Ea({"Content-Type":"application/json; charset=utf-8"},p)},A?{}:{body:JSON.stringify(y)}),{token:(null===(r=null==v?void 0:v.trim)||void 0===r?void 0:r.call(v))||(null===(i=null===(o=p.Authorization)||void 0===o?void 0:o.replace)||void 0===i?void 0:i.call(o,/^Bearer /,""))||null}),e))];case 3:return[4,R.sent().data];case 4:return[2,R.sent()]}})})}var Pa=["GET","POST","PUT","DELETE","HEAD","OPTIONS","PATCH","REQUEST"];function Aa(t){var e=this;return new Proxy({},{get:function(n,r){if("string"!=typeof r)throw new Error("[apis] method must be string");var o=r.toLocaleUpperCase();if(!Pa.includes(o))throw new Error("[apis] invalid method: ".concat(r));return function(n,r){return Sa(e,void 0,void 0,function(){return Oa(this,function(e){switch(e.label){case 0:return[4,Ta.call(this,Ea({name:t,method:("REQUEST"===o?n.method:o)||"POST"},n),r)];case 1:return[2,e.sent()]}})})}}})}function Ra(t){var e=this;return Object.keys(t||{}).forEach(function(n){void 0!==t[n]&&(e[n]=t[n])}),new Proxy({},{get:function(t,n){if("string"==typeof n)return Aa.call(e,n)}})}var Ca,Na,xa="apis",Ua={name:xa,IIFE:!0,entity:function(){Object.defineProperty(this.prototype,xa,{get:function(){return Ra.call(this)},configurable:!0,enumerable:!0})}};function La(t){try{t.registerComponent(Ua)}catch(t){console.warn(t)}}try{cloudbase.registerComponent(Ua)}catch(t){}try{window.registerApis=La}catch(t){}!function(t){t.DocIDError="文档ID不合法",t.CollNameError="集合名称不合法",t.OpStrError="操作符不合法",t.DirectionError="排序字符不合法",t.IntergerError="must be integer",t.QueryParamTypeError="查询参数必须为对象",t.QueryParamValueError="查询参数对象值不能均为undefined"}(Na||(Na={}));var Da,ka,ja="Object",qa="GeoPoint",Ma="GeoLineString",Wa="GeoPolygon",Fa="GeoMultiPoint",Ba="GeoMultiLineString",Va="GeoMultiPolygon",Ga="Date",Ha="ServerDate",Ka=["desc","asc"],Ja=["<","<=","==",">=",">"];!function(t){t.lt="<",t.gt=">",t.lte="<=",t.gte=">=",t.eq="=="}(Da||(Da={})),(Ca={})[Da.eq]="$eq",Ca[Da.lt]="$lt",Ca[Da.lte]="$lte",Ca[Da.gt]="$gt",Ca[Da.gte]="$gte",function(t){t.WHERE="WHERE",t.DOC="DOC"}(ka||(ka={}));var za=function(){var t=function(e,n){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},t(e,n)};return function(e,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),Ya=[],Qa={},$a=function(t){function e(e,n){if(n!==Qa)throw new TypeError("InternalSymbol cannot be constructed with new operator");return t.call(this,e)||this}return za(e,t),e.for=function(t){for(var n=0,r=Ya.length;n<r;n++)if(Ya[n].target===t)return Ya[n].instance;var o=new e(t,Qa);return Ya.push({target:t,instance:o}),o},e}(function(t){Object.defineProperties(this,{target:{enumerable:!1,writable:!1,configurable:!1,value:t}})});const Xa=$a;var Za=Xa.for("UNSET_FIELD_NAME"),tu=Xa.for("UPDATE_COMMAND"),eu=Xa.for("QUERY_COMMAND"),nu=Xa.for("LOGIC_COMMAND"),ru=Xa.for("GEO_POINT"),ou=Xa.for("SYMBOL_GEO_LINE_STRING"),iu=Xa.for("SYMBOL_GEO_POLYGON"),su=Xa.for("SYMBOL_GEO_MULTI_POINT"),au=Xa.for("SYMBOL_GEO_MULTI_LINE_STRING"),uu=Xa.for("SYMBOL_GEO_MULTI_POLYGON"),cu=Xa.for("SERVER_DATE"),lu=Xa.for("REGEXP"),hu=function(t){return Object.prototype.toString.call(t).slice(8,-1).toLowerCase()},du=function(t){return"object"===hu(t)},fu=function(t){return"number"===hu(t)},pu=function(t){return Array.isArray(t)},vu=function(t){return"date"===hu(t)},yu=function(t){return"regexp"===hu(t)},mu=function(t){return t&&t._internalType instanceof $a},gu=function(){function t(t){if(!pu(t))throw new TypeError('"points" must be of type Point[]. Received type '.concat(typeof t));if(t.length<2)throw new Error('"points" must contain 2 points at least');t.forEach(function(t){if(!(t instanceof xu))throw new TypeError('"points" must be of type Point[]. Received type '.concat(typeof t,"[]"))}),this.points=t}return t.prototype.parse=function(t){var e;return(e={})[t]={type:"LineString",coordinates:this.points.map(function(t){return t.toJSON().coordinates})},e},t.prototype.toJSON=function(){return{type:"LineString",coordinates:this.points.map(function(t){return t.toJSON().coordinates})}},t.validate=function(t){var e,n;if("LineString"!==t.type||!pu(t.coordinates))return!1;try{for(var r=function(t){var e="function"==typeof Symbol&&Symbol.iterator,n=e&&t[e],r=0;if(n)return n.call(t);if(t&&"number"==typeof t.length)return{next:function(){return t&&r>=t.length&&(t=void 0),{value:t&&t[r++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")}(t.coordinates),o=r.next();!o.done;o=r.next()){var i=o.value;if(!fu(i[0])||!fu(i[1]))return!1}}catch(t){e={error:t}}finally{try{o&&!o.done&&(n=r.return)&&n.call(r)}finally{if(e)throw e.error}}return!0},t.isClosed=function(t){var e=t.points[0],n=t.points[t.points.length-1];if(e.latitude===n.latitude&&e.longitude===n.longitude)return!0},Object.defineProperty(t.prototype,"_internalType",{get:function(){return ou},enumerable:!1,configurable:!0}),t}(),bu=function(t){var e="function"==typeof Symbol&&Symbol.iterator,n=e&&t[e],r=0;if(n)return n.call(t);if(t&&"number"==typeof t.length)return{next:function(){return t&&r>=t.length&&(t=void 0),{value:t&&t[r++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},wu=function(){function t(t){if(!pu(t))throw new TypeError('"lines" must be of type LineString[]. Received type '.concat(typeof t));if(0===t.length)throw new Error("Polygon must contain 1 linestring at least");t.forEach(function(t){if(!(t instanceof gu))throw new TypeError('"lines" must be of type LineString[]. Received type '.concat(typeof t,"[]"));if(!gu.isClosed(t))throw new Error("LineString ".concat(t.points.map(function(t){return t.toReadableString()})," is not a closed cycle"))}),this.lines=t}return t.prototype.parse=function(t){var e;return(e={})[t]={type:"Polygon",coordinates:this.lines.map(function(t){return t.points.map(function(t){return[t.longitude,t.latitude]})})},e},t.prototype.toJSON=function(){return{type:"Polygon",coordinates:this.lines.map(function(t){return t.points.map(function(t){return[t.longitude,t.latitude]})})}},t.validate=function(t){var e,n,r,o;if("Polygon"!==t.type||!pu(t.coordinates))return!1;try{for(var i=bu(t.coordinates),s=i.next();!s.done;s=i.next()){var a=s.value;if(!this.isCloseLineString(a))return!1;try{for(var u=(r=void 0,bu(a)),c=u.next();!c.done;c=u.next()){var l=c.value;if(!fu(l[0])||!fu(l[1]))return!1}}catch(t){r={error:t}}finally{try{c&&!c.done&&(o=u.return)&&o.call(u)}finally{if(r)throw r.error}}}}catch(t){e={error:t}}finally{try{s&&!s.done&&(n=i.return)&&n.call(i)}finally{if(e)throw e.error}}return!0},t.isCloseLineString=function(t){var e=t[0],n=t[t.length-1];return e[0]===n[0]&&e[1]===n[1]},Object.defineProperty(t.prototype,"_internalType",{get:function(){return uu},enumerable:!1,configurable:!0}),t}(),_u=function(){function t(t){if(!pu(t))throw new TypeError('"points" must be of type Point[]. Received type '.concat(typeof t));if(0===t.length)throw new Error('"points" must contain 1 point at least');t.forEach(function(t){if(!(t instanceof xu))throw new TypeError('"points" must be of type Point[]. Received type '.concat(typeof t,"[]"))}),this.points=t}return t.prototype.parse=function(t){var e;return(e={})[t]={type:"MultiPoint",coordinates:this.points.map(function(t){return t.toJSON().coordinates})},e},t.prototype.toJSON=function(){return{type:"MultiPoint",coordinates:this.points.map(function(t){return t.toJSON().coordinates})}},t.validate=function(t){var e,n;if("MultiPoint"!==t.type||!pu(t.coordinates))return!1;try{for(var r=function(t){var e="function"==typeof Symbol&&Symbol.iterator,n=e&&t[e],r=0;if(n)return n.call(t);if(t&&"number"==typeof t.length)return{next:function(){return t&&r>=t.length&&(t=void 0),{value:t&&t[r++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")}(t.coordinates),o=r.next();!o.done;o=r.next()){var i=o.value;if(!fu(i[0])||!fu(i[1]))return!1}}catch(t){e={error:t}}finally{try{o&&!o.done&&(n=r.return)&&n.call(r)}finally{if(e)throw e.error}}return!0},Object.defineProperty(t.prototype,"_internalType",{get:function(){return su},enumerable:!1,configurable:!0}),t}(),Iu=function(t){var e="function"==typeof Symbol&&Symbol.iterator,n=e&&t[e],r=0;if(n)return n.call(t);if(t&&"number"==typeof t.length)return{next:function(){return t&&r>=t.length&&(t=void 0),{value:t&&t[r++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},Eu=function(){function t(t){if(!pu(t))throw new TypeError('"lines" must be of type LineString[]. Received type '.concat(typeof t));if(0===t.length)throw new Error("Polygon must contain 1 linestring at least");t.forEach(function(t){if(!(t instanceof gu))throw new TypeError('"lines" must be of type LineString[]. Received type '.concat(typeof t,"[]"))}),this.lines=t}return t.prototype.parse=function(t){var e;return(e={})[t]={type:"MultiLineString",coordinates:this.lines.map(function(t){return t.points.map(function(t){return[t.longitude,t.latitude]})})},e},t.prototype.toJSON=function(){return{type:"MultiLineString",coordinates:this.lines.map(function(t){return t.points.map(function(t){return[t.longitude,t.latitude]})})}},t.validate=function(t){var e,n,r,o;if("MultiLineString"!==t.type||!pu(t.coordinates))return!1;try{for(var i=Iu(t.coordinates),s=i.next();!s.done;s=i.next()){var a=s.value;try{for(var u=(r=void 0,Iu(a)),c=u.next();!c.done;c=u.next()){var l=c.value;if(!fu(l[0])||!fu(l[1]))return!1}}catch(t){r={error:t}}finally{try{c&&!c.done&&(o=u.return)&&o.call(u)}finally{if(r)throw r.error}}}}catch(t){e={error:t}}finally{try{s&&!s.done&&(n=i.return)&&n.call(i)}finally{if(e)throw e.error}}return!0},Object.defineProperty(t.prototype,"_internalType",{get:function(){return au},enumerable:!1,configurable:!0}),t}(),Su=function(t){var e="function"==typeof Symbol&&Symbol.iterator,n=e&&t[e],r=0;if(n)return n.call(t);if(t&&"number"==typeof t.length)return{next:function(){return t&&r>=t.length&&(t=void 0),{value:t&&t[r++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},Ou=function(){function t(t){var e,n;if(!pu(t))throw new TypeError('"polygons" must be of type Polygon[]. Received type '.concat(typeof t));if(0===t.length)throw new Error("MultiPolygon must contain 1 polygon at least");try{for(var r=Su(t),o=r.next();!o.done;o=r.next()){var i=o.value;if(!(i instanceof wu))throw new TypeError('"polygon" must be of type Polygon[]. Received type '.concat(typeof i,"[]"))}}catch(t){e={error:t}}finally{try{o&&!o.done&&(n=r.return)&&n.call(r)}finally{if(e)throw e.error}}this.polygons=t}return t.prototype.parse=function(t){var e;return(e={})[t]={type:"MultiPolygon",coordinates:this.polygons.map(function(t){return t.lines.map(function(t){return t.points.map(function(t){return[t.longitude,t.latitude]})})})},e},t.prototype.toJSON=function(){return{type:"MultiPolygon",coordinates:this.polygons.map(function(t){return t.lines.map(function(t){return t.points.map(function(t){return[t.longitude,t.latitude]})})})}},t.validate=function(t){var e,n,r,o,i,s;if("MultiPolygon"!==t.type||!pu(t.coordinates))return!1;try{for(var a=Su(t.coordinates),u=a.next();!u.done;u=a.next()){var c=u.value;try{for(var l=(r=void 0,Su(c)),h=l.next();!h.done;h=l.next()){var d=h.value;try{for(var f=(i=void 0,Su(d)),p=f.next();!p.done;p=f.next()){var v=p.value;if(!fu(v[0])||!fu(v[1]))return!1}}catch(t){i={error:t}}finally{try{p&&!p.done&&(s=f.return)&&s.call(f)}finally{if(i)throw i.error}}}}catch(t){r={error:t}}finally{try{h&&!h.done&&(o=l.return)&&o.call(l)}finally{if(r)throw r.error}}}}catch(t){e={error:t}}finally{try{u&&!u.done&&(n=a.return)&&n.call(a)}finally{if(e)throw e.error}}return!0},Object.defineProperty(t.prototype,"_internalType",{get:function(){return iu},enumerable:!1,configurable:!0}),t}(),Tu=function(){function t(t){var e=(void 0===t?{}:t).offset,n=void 0===e?0:e;this.offset=n}return Object.defineProperty(t.prototype,"_internalType",{get:function(){return cu},enumerable:!1,configurable:!0}),t.prototype.parse=function(){return{$date:{offset:this.offset}}},t}();function Pu(t){return new Tu(t)}var Au,Ru=function(t,e){var n="function"==typeof Symbol&&t[Symbol.iterator];if(!n)return t;var r,o,i=n.call(t),s=[];try{for(;(void 0===e||e-- >0)&&!(r=i.next()).done;)s.push(r.value)}catch(t){o={error:t}}finally{try{r&&!r.done&&(n=i.return)&&n.call(i)}finally{if(o)throw o.error}}return s},Cu=function(){function t(){}return t.formatResDocumentData=function(e){return e.map(function(e){return t.formatField(e)})},t.formatField=function(e){var n=Object.keys(e),r={};return Array.isArray(e)&&(r=[]),n.forEach(function(n){var o,i=e[n];switch(t.whichType(i)){case qa:o=new xu(i.coordinates[0],i.coordinates[1]);break;case Ma:o=new gu(i.coordinates.map(function(t){return new xu(t[0],t[1])}));break;case Wa:o=new wu(i.coordinates.map(function(t){return new gu(t.map(function(t){var e=Ru(t,2),n=e[0],r=e[1];return new xu(n,r)}))}));break;case Fa:o=new _u(i.coordinates.map(function(t){return new xu(t[0],t[1])}));break;case Ba:o=new Eu(i.coordinates.map(function(t){return new gu(t.map(function(t){var e=Ru(t,2),n=e[0],r=e[1];return new xu(n,r)}))}));break;case Va:o=new Ou(i.coordinates.map(function(t){return new wu(t.map(function(t){return new gu(t.map(function(t){var e=Ru(t,2),n=e[0],r=e[1];return new xu(n,r)}))}))}));break;case Ga:o=new Date(1e3*i.$timestamp);break;case ja:case"Array":o=t.formatField(i);break;case Ha:o=new Date(i.$date);break;default:o=i}Array.isArray(r)?r.push(o):r[n]=o}),r},t.whichType=function(t){var e=Object.prototype.toString.call(t).slice(8,-1);if(e===Ga)return"BsonDate";if(e===ja){if(t instanceof xu)return qa;if(t instanceof Date)return Ga;if(t instanceof Tu)return Ha;t.$timestamp?e=Ga:t.$date?e=Ha:xu.validate(t)?e=qa:gu.validate(t)?e=Ma:wu.validate(t)?e=Wa:_u.validate(t)?e=Fa:Eu.validate(t)?e=Ba:Ou.validate(t)&&(e=Va)}return e},t.generateDocId=function(){for(var t="",e=0;e<24;e++)t+="ABCDEFabcdef0123456789".charAt(Math.floor(22*Math.random()));return t},t}(),Nu=function(){function t(){}return t.isGeopoint=function(t,e){if("Number"!==Cu.whichType(e))throw new Error("Geo Point must be number type");var n=Math.abs(e);if("latitude"===t&&n>90)throw new Error("latitude should be a number ranges from -90 to 90");if("longitude"===t&&n>180)throw new Error("longitude should be a number ranges from -180 to 180");return!0},t.isInteger=function(t,e){if(!Number.isInteger(e))throw new Error(t+Na.IntergerError);return!0},t.isFieldOrder=function(t){if(-1===Ka.indexOf(t))throw new Error(Na.DirectionError);return!0},t.isFieldPath=function(t){if(!/^[a-zA-Z0-9-_\.]/.test(t))throw new Error;return!0},t.isOperator=function(t){if(-1===Ja.indexOf(t))throw new Error(Na.OpStrError);return!0},t.isCollName=function(t){if(!/^[a-zA-Z0-9]([a-zA-Z0-9-_]){1,32}$/.test(t))throw new Error(Na.CollNameError);return!0},t.isDocID=function(t){if(!/^([a-fA-F0-9]){24}$/.test(t))throw new Error(Na.DocIDError);return!0},t}(),xu=function(){function t(t,e){Nu.isGeopoint("longitude",t),Nu.isGeopoint("latitude",e),this.longitude=t,this.latitude=e}return t.prototype.parse=function(t){var e;return(e={})[t]={type:"Point",coordinates:[this.longitude,this.latitude]},e},t.prototype.toJSON=function(){return{type:"Point",coordinates:[this.longitude,this.latitude]}},t.prototype.toReadableString=function(){return"[".concat(this.longitude,",").concat(this.latitude,"]")},t.validate=function(t){return"Point"===t.type&&pu(t.coordinates)&&Nu.isGeopoint("longitude",t.coordinates[0])&&Nu.isGeopoint("latitude",t.coordinates[1])},Object.defineProperty(t.prototype,"_internalType",{get:function(){return ru},enumerable:!1,configurable:!0}),t}(),Uu=function(){var t=function(){};if(!Promise){t.promise={};var e=function(){throw new Error('Your Node runtime does support ES6 Promises. Set "global.Promise" to your preferred implementation of promises.')};return Object.defineProperty(t.promise,"then",{get:e}),Object.defineProperty(t.promise,"catch",{get:e}),t}var n=new Promise(function(e,n){t=function(t,r){return t?n(t):e(r)}});return t.promise=n,t};!function(t){t.SET="set",t.REMOVE="remove",t.INC="inc",t.MUL="mul",t.PUSH="push",t.PULL="pull",t.PULL_ALL="pullAll",t.POP="pop",t.SHIFT="shift",t.UNSHIFT="unshift",t.ADD_TO_SET="addToSet",t.BIT="bit",t.RENAME="rename",t.MAX="max",t.MIN="min"}(Au||(Au={}));var Lu,Du=function(){function t(t,e,n){this._internalType=tu,Object.defineProperties(this,{_internalType:{enumerable:!1,configurable:!1}}),this.operator=t,this.operands=e,this.fieldName=n||Za}return t.prototype._setFieldName=function(e){return new t(this.operator,this.operands,e)},t}();function ku(t){return t&&t instanceof Du&&t._internalType===tu}!function(t){t.AND="and",t.OR="or",t.NOT="not",t.NOR="nor"}(Lu||(Lu={}));var ju=function(){function t(t,e,n){if(this._internalType=nu,Object.defineProperties(this,{_internalType:{enumerable:!1,configurable:!1}}),this.operator=t,this.operands=e,this.fieldName=n||Za,this.fieldName!==Za)if(Array.isArray(e)){e=e.slice(),this.operands=e;for(var r=0,o=e.length;r<o;r++)(qu(i=e[r])||Bu(i))&&(e[r]=i._setFieldName(this.fieldName))}else{var i;(qu(i=e)||Bu(i))&&(e=i._setFieldName(this.fieldName))}}return t.prototype._setFieldName=function(e){var n=this.operands.map(function(n){return n instanceof t?n._setFieldName(e):n});return new t(this.operator,n,e)},t.prototype.and=function(){for(var e=[],n=0;n<arguments.length;n++)e[n]=arguments[n];var r=Array.isArray(arguments[0])?arguments[0]:Array.from(arguments);return r.unshift(this),new t(Lu.AND,r,this.fieldName)},t.prototype.or=function(){for(var e=[],n=0;n<arguments.length;n++)e[n]=arguments[n];var r=Array.isArray(arguments[0])?arguments[0]:Array.from(arguments);return r.unshift(this),new t(Lu.OR,r,this.fieldName)},t}();function qu(t){return t&&t instanceof ju&&t._internalType===nu}var Mu,Wu=function(){var t=function(e,n){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},t(e,n)};return function(e,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}();!function(t){t.EQ="eq",t.NEQ="neq",t.GT="gt",t.GTE="gte",t.LT="lt",t.LTE="lte",t.IN="in",t.NIN="nin",t.ALL="all",t.ELEM_MATCH="elemMatch",t.EXISTS="exists",t.SIZE="size",t.MOD="mod",t.GEO_NEAR="geoNear",t.GEO_WITHIN="geoWithin",t.GEO_INTERSECTS="geoIntersects"}(Mu||(Mu={}));var Fu=function(t){function e(e,n,r){var o=t.call(this,e,n,r)||this;return o.operator=e,o._internalType=eu,o}return Wu(e,t),e.prototype.toJSON=function(){var t,e;switch(this.operator){case Mu.IN:case Mu.NIN:return(t={})["$"+this.operator]=this.operands,t;default:return(e={})["$"+this.operator]=this.operands[0],e}},e.prototype._setFieldName=function(t){return new e(this.operator,this.operands,t)},e.prototype.eq=function(t){var n=new e(Mu.EQ,[t],this.fieldName);return this.and(n)},e.prototype.neq=function(t){var n=new e(Mu.NEQ,[t],this.fieldName);return this.and(n)},e.prototype.gt=function(t){var n=new e(Mu.GT,[t],this.fieldName);return this.and(n)},e.prototype.gte=function(t){var n=new e(Mu.GTE,[t],this.fieldName);return this.and(n)},e.prototype.lt=function(t){var n=new e(Mu.LT,[t],this.fieldName);return this.and(n)},e.prototype.lte=function(t){var n=new e(Mu.LTE,[t],this.fieldName);return this.and(n)},e.prototype.in=function(t){var n=new e(Mu.IN,t,this.fieldName);return this.and(n)},e.prototype.nin=function(t){var n=new e(Mu.NIN,t,this.fieldName);return this.and(n)},e.prototype.geoNear=function(t){if(!(t.geometry instanceof xu))throw new TypeError('"geometry" must be of type Point. Received type '.concat(typeof t.geometry));if(void 0!==t.maxDistance&&!fu(t.maxDistance))throw new TypeError('"maxDistance" must be of type Number. Received type '.concat(typeof t.maxDistance));if(void 0!==t.minDistance&&!fu(t.minDistance))throw new TypeError('"minDistance" must be of type Number. Received type '.concat(typeof t.minDistance));var n=new e(Mu.GEO_NEAR,[t],this.fieldName);return this.and(n)},e.prototype.geoWithin=function(t){if(!(t.geometry instanceof Ou||t.geometry instanceof wu))throw new TypeError('"geometry" must be of type Polygon or MultiPolygon. Received type '.concat(typeof t.geometry));var n=new e(Mu.GEO_WITHIN,[t],this.fieldName);return this.and(n)},e.prototype.geoIntersects=function(t){if(!(t.geometry instanceof xu||t.geometry instanceof gu||t.geometry instanceof wu||t.geometry instanceof _u||t.geometry instanceof Eu||t.geometry instanceof Ou))throw new TypeError('"geometry" must be of type Point, LineString, Polygon, MultiPoint, MultiLineString or MultiPolygon. Received type '.concat(typeof t.geometry));var n=new e(Mu.GEO_INTERSECTS,[t],this.fieldName);return this.and(n)},e}(ju);function Bu(t){return t&&t instanceof Fu&&t._internalType===eu}function Vu(t){return Bu(t)}var Gu={};for(var Hu in Mu)Gu[Hu]="$"+Hu;for(var Hu in Lu)Gu[Hu]="$"+Hu;for(var Hu in Au)Gu[Hu]="$"+Hu;function Ku(t){return Gu[t]||"$"+t}Gu[Mu.NEQ]="$ne",Gu[Au.REMOVE]="$unset",Gu[Au.SHIFT]="$pop",Gu[Au.UNSHIFT]="$push";var Ju=function(){return Ju=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},Ju.apply(this,arguments)},zu=function(t,e){var n="function"==typeof Symbol&&t[Symbol.iterator];if(!n)return t;var r,o,i=n.call(t),s=[];try{for(;(void 0===e||e-- >0)&&!(r=i.next()).done;)s.push(r.value)}catch(t){o={error:t}}finally{try{r&&!r.done&&(n=i.return)&&n.call(i)}finally{if(o)throw o.error}}return s},Yu=function(t,e,n){if(n||2===arguments.length)for(var r,o=0,i=e.length;o<i;o++)!r&&o in e||(r||(r=Array.prototype.slice.call(e,0,o)),r[o]=e[o]);return t.concat(r||Array.prototype.slice.call(e))};function Qu(t){return $u(t,[t])}function $u(t,e){if(!mu(t)){if(vu(t))return{$date:+t};if(yu(t))return{$regex:t.source,$options:t.flags};if(pu(t))return t.map(function(t){if(e.indexOf(t)>-1)throw new Error("Cannot convert circular structure to JSON");return $u(t,Yu(Yu([],zu(e),!1),[t],!1))});if(du(t)){var n=Ju({},t);for(var r in n){if(e.indexOf(n[r])>-1)throw new Error("Cannot convert circular structure to JSON");n[r]=$u(n[r],Yu(Yu([],zu(e),!1),[n[r]],!1))}return n}return t}switch(t._internalType){case ru:return t.toJSON();case cu:case lu:return t.parse();default:return t.toJSON?t.toJSON():t}}var Xu=function(){return Xu=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},Xu.apply(this,arguments)},Zu=function(t,e){var n="function"==typeof Symbol&&t[Symbol.iterator];if(!n)return t;var r,o,i=n.call(t),s=[];try{for(;(void 0===e||e-- >0)&&!(r=i.next()).done;)s.push(r.value)}catch(t){o={error:t}}finally{try{r&&!r.done&&(n=i.return)&&n.call(i)}finally{if(o)throw o.error}}return s},tc=function(t,e,n){if(n||2===arguments.length)for(var r,o=0,i=e.length;o<i;o++)!r&&o in e||(r||(r=Array.prototype.slice.call(e,0,o)),r[o]=e[o]);return t.concat(r||Array.prototype.slice.call(e))};function ec(t,e,n,r){var o=Xu({},t);for(var i in t)if(!/^\$/.test(i)){var s=t[i];if(s&&du(s)&&!e(s)){if(r.indexOf(s)>-1)throw new Error("Cannot convert circular structure to JSON");var a=ec(s,e,tc(tc([],Zu(n),!1),[i],!1),tc(tc([],Zu(r),!1),[s],!1));o[i]=a;var u=!1;for(var c in a)/^\$/.test(c)?u=!0:(o["".concat(i,".").concat(c)]=a[c],delete o[i][c]);u||delete o[i]}}return o}function nc(t){return ec(t,oc,[],[t])}function rc(t,e,n){for(var r in e[n]||delete t[n],e)t[r]?pu(t[r])?t[r].push(e[r]):du(t[r])?du(e[r])?Object.assign(t[r],e[r]):(console.warn("unmergable condition, query is object but condition is ".concat(hu(e),", can only overwrite"),e,n),t[r]=e[r]):(console.warn("to-merge query is of type ".concat(hu(t),", can only overwrite"),t,e,n),t[r]=e[r]):t[r]=e[r]}function oc(t){return mu(t)||vu(t)||yu(t)}function ic(t){return Qu(t)}var sc=function(){function t(){}return t.encode=function(e){return(new t).encodeUpdate(e)},t.prototype.encodeUpdate=function(t){return ku(t)?this.encodeUpdateCommand(t):"object"===hu(t)?this.encodeUpdateObject(t):t},t.prototype.encodeUpdateCommand=function(t){if(t.fieldName===Za)throw new Error("Cannot encode a comparison command with unset field name");switch(t.operator){case Au.PUSH:case Au.PULL:case Au.PULL_ALL:case Au.POP:case Au.SHIFT:case Au.UNSHIFT:case Au.ADD_TO_SET:return this.encodeArrayUpdateCommand(t);default:return this.encodeFieldUpdateCommand(t)}},t.prototype.encodeFieldUpdateCommand=function(t){var e,n,r,o,i=Ku(t.operator);return t.operator===Au.REMOVE?((e={})[i]=((n={})[t.fieldName]="",n),e):((r={})[i]=((o={})[t.fieldName]=t.operands[0],o),r)},t.prototype.encodeArrayUpdateCommand=function(t){var e,n,r,o,i,s,a,u,c,l,h=Ku(t.operator);switch(t.operator){case Au.PUSH:var d=void 0;return d=pu(t.operands)?{$each:t.operands.map(ic)}:t.operands,(e={})[h]=((n={})[t.fieldName]=d,n),e;case Au.UNSHIFT:return d={$each:t.operands.map(ic),$position:0},(r={})[h]=((o={})[t.fieldName]=d,o),r;case Au.POP:return(i={})[h]=((s={})[t.fieldName]=1,s),i;case Au.SHIFT:return(a={})[h]=((u={})[t.fieldName]=-1,u),a;default:return(c={})[h]=((l={})[t.fieldName]=ic(t.operands),l),c}},t.prototype.encodeUpdateObject=function(t){var e=nc(t);for(var n in e)if(!/^\$/.test(n)){var r=e[n];if(ku(r))e[n]=r._setFieldName(n),rc(e,this.encodeUpdateCommand(e[n]),n);else{e[n]=r=ic(r);var o=new Du(Au.SET,[r],n);rc(e,this.encodeUpdateCommand(o),n)}}return e},t}(),ac={};function uc(t){if(!Gc.wsClientClass)throw new Error("to use realtime you must import realtime module first");var e=t.config.env;return ac[e]||(ac[e]=new Gc.wsClientClass({context:{appConfig:{docSizeLimit:1e3,realtimePingInterval:1e4,realtimePongWaitTimeout:5e3,request:Gc.createRequest(t.config)}}})),ac[e]}var cc=function(){return cc=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},cc.apply(this,arguments)},lc=function(){function t(t,e,n,r){void 0===r&&(r={});var o=this;this.watch=function(t){return uc(o._db).watch(cc(cc({},t),{envId:o._db.config.env,collectionName:o._coll,query:JSON.stringify({_id:o.id})}))},this._db=t,this._coll=e,this.id=n,this.request=Gc.createRequest(this._db.config),this.projection=r}return t.prototype.create=function(t,e){e=e||Uu();var n=Array.isArray(t),r={collectionName:this._coll,data:n?t.map(function(t){return Qu(t)}):Qu(t)};return!n&&this.id&&(r._id=this.id),this.request.send("database.addDocument",r).then(function(t){var r;t.code?e(0,t):e(0,n?{ids:(null===(r=t.data)||void 0===r?void 0:r.insertedIds)||[],requestId:t.requestId}:{id:t.data._id,requestId:t.requestId})}).catch(function(t){e(t)}),e.promise},t.prototype.set=function(t,e){if(e=e||Uu(),!this.id)return Promise.resolve({code:"INVALID_PARAM",message:"docId不能为空"});if(!t||"object"!=typeof t)return Promise.resolve({code:"INVALID_PARAM",message:"参数必需是非空对象"});if(t.hasOwnProperty("_id"))return Promise.resolve({code:"INVALID_PARAM",message:"不能更新_id的值"});var n=!1,r=function(t){if("object"==typeof t)for(var e in t)t[e]instanceof Du?n=!0:"object"==typeof t[e]&&r(t[e])};if(r(t),n)return Promise.resolve({code:"DATABASE_REQUEST_FAILED",message:"update operator complicit"});var o={collectionName:this._coll,queryType:ka.DOC,data:Qu(t),multi:!1,merge:!1,upsert:!0};return this.id&&(o.query={_id:this.id}),this.request.send("database.updateDocument",o).then(function(t){t.code?e(0,t):e(0,{updated:t.data.updated,upsertedId:t.data.upserted_id,requestId:t.requestId})}).catch(function(t){e(t)}),e.promise},t.prototype.update=function(t,e){if(e=e||Uu(),!t||"object"!=typeof t)return Promise.resolve({code:"INVALID_PARAM",message:"参数必需是非空对象"});if(t.hasOwnProperty("_id"))return Promise.resolve({code:"INVALID_PARAM",message:"不能更新_id的值"});var n={_id:this.id},r={collectionName:this._coll,data:sc.encode(t),query:n,queryType:ka.DOC,multi:!1,merge:!0,upsert:!1};return this.request.send("database.updateDocument",r).then(function(t){t.code?e(0,t):e(0,{updated:t.data.updated,upsertedId:t.data.upserted_id,requestId:t.requestId})}).catch(function(t){e(t)}),e.promise},t.prototype.remove=function(t){t=t||Uu();var e={_id:this.id},n={collectionName:this._coll,query:e,queryType:ka.DOC,multi:!1};return this.request.send("database.deleteDocument",n).then(function(e){e.code?t(0,e):t(0,{deleted:e.data.deleted,requestId:e.requestId})}).catch(function(e){t(e)}),t.promise},t.prototype.get=function(t){t=t||Uu();var e={_id:this.id},n={collectionName:this._coll,query:e,queryType:ka.DOC,multi:!1,projection:this.projection};return this.request.send("database.queryDocument",n).then(function(e){if(e.code)t(0,e);else{var n=Cu.formatResDocumentData(e.data.list);t(0,{data:n,requestId:e.requestId})}}).catch(function(e){t(e)}),t.promise},t.prototype.field=function(e){for(var n in e)e[n]?e[n]=1:e[n]=0;return new t(this._db,this._coll,this.id,e)},t}(),hc=function(){function t(){}return t.encode=function(t){return(new dc).encodeQuery(t)},t}(),dc=function(){function t(){}return t.prototype.encodeQuery=function(t,e){var n;return oc(t)?qu(t)?this.encodeLogicCommand(t):Bu(t)?this.encodeQueryCommand(t):((n={})[e]=this.encodeQueryObject(t),n):du(t)?this.encodeQueryObject(t):t},t.prototype.encodeRegExp=function(t){return{$regex:t.source,$options:t.flags}},t.prototype.encodeLogicCommand=function(t){var e,n,r,o,i,s,a,u=this;switch(t.operator){case Lu.NOR:case Lu.AND:case Lu.OR:var c=Ku(t.operator),l=t.operands.map(function(e){return u.encodeQuery(e,t.fieldName)});return(e={})[c]=l,e;case Lu.NOT:c=Ku(t.operator);var h=t.operands[0];return yu(h)?((n={})[t.fieldName]=((r={})[c]=this.encodeRegExp(h),r),n):(l=this.encodeQuery(h)[t.fieldName],(o={})[t.fieldName]=((i={})[c]=l,i),o);default:if(c=Ku(t.operator),1===t.operands.length){var d=this.encodeQuery(t.operands[0]);return(s={})[c]=d,s}return l=t.operands.map(this.encodeQuery.bind(this)),(a={})[c]=l,a}},t.prototype.encodeQueryCommand=function(t){return Vu(t),this.encodeComparisonCommand(t)},t.prototype.encodeComparisonCommand=function(t){var e,n,r,o,i,s,a,u,c;if(t.fieldName===Za)throw new Error("Cannot encode a comparison command with unset field name");var l=Ku(t.operator);switch(t.operator){case Mu.EQ:case Mu.NEQ:case Mu.LT:case Mu.LTE:case Mu.GT:case Mu.GTE:case Mu.ELEM_MATCH:case Mu.EXISTS:case Mu.SIZE:case Mu.MOD:return(e={})[t.fieldName]=((n={})[l]=ic(t.operands[0]),n),e;case Mu.IN:case Mu.NIN:case Mu.ALL:return(r={})[t.fieldName]=((o={})[l]=ic(t.operands),o),r;case Mu.GEO_NEAR:var h=t.operands[0];return(i={})[t.fieldName]={$nearSphere:{$geometry:h.geometry.toJSON(),$maxDistance:h.maxDistance,$minDistance:h.minDistance}},i;case Mu.GEO_WITHIN:return h=t.operands[0],(s={})[t.fieldName]={$geoWithin:{$geometry:h.geometry.toJSON()}},s;case Mu.GEO_INTERSECTS:return h=t.operands[0],(a={})[t.fieldName]={$geoIntersects:{$geometry:h.geometry.toJSON()}},a;default:return(u={})[t.fieldName]=((c={})[l]=ic(t.operands[0]),c),u}},t.prototype.encodeQueryObject=function(t){var e=nc(t);for(var n in e){var r=e[n];if(qu(r)){e[n]=r._setFieldName(n);var o=this.encodeLogicCommand(e[n]);this.mergeConditionAfterEncode(e,o,n)}else Vu(r)?(e[n]=r._setFieldName(n),o=this.encodeComparisonCommand(e[n]),this.mergeConditionAfterEncode(e,o,n)):oc(r)&&(e[n]=ic(r))}return e},t.prototype.mergeConditionAfterEncode=function(t,e,n){for(var r in e[n]||delete t[n],e)t[r]?pu(t[r])?t[r]=t[r].concat(e[r]):du(t[r])?du(e[r])?Object.assign(t,e):(console.warn("unmergable condition, query is object but condition is ".concat(hu(e),", can only overwrite"),e,n),t[r]=e[r]):(console.warn("to-merge query is of type ".concat(hu(t),", can only overwrite"),t,e,n),t[r]=e[r]):t[r]=e[r]},t}(),fc=function(){return fc=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},fc.apply(this,arguments)},pc=function(){function t(t,e,n,r,o){var i=this;this.watch=function(t){return uc(i._db).watch(fc(fc({},t),{envId:i._db.config.env,collectionName:i._coll,query:JSON.stringify(i._fieldFilters||{}),limit:i._queryOptions.limit,orderBy:i._fieldOrders?i._fieldOrders.reduce(function(t,e){return t[e.field]=e.direction,t},{}):void 0}))},this._db=t,this._coll=e,this._fieldFilters=n,this._fieldOrders=r||[],this._queryOptions=o||{},this._request=Gc.createRequest(this._db.config)}return t.prototype.get=function(t){t=t||Uu();var e=[];this._fieldOrders&&this._fieldOrders.forEach(function(t){e.push(t)});var n={collectionName:this._coll,queryType:ka.WHERE};return this._fieldFilters&&(n.query=this._fieldFilters),e.length>0&&(n.order=e),this._queryOptions.offset&&(n.offset=this._queryOptions.offset),this._queryOptions.limit?n.limit=this._queryOptions.limit<1e3?this._queryOptions.limit:1e3:n.limit=100,this._queryOptions.projection&&(n.projection=this._queryOptions.projection),this._request.send("database.queryDocument",n).then(function(e){if(e.code)t(0,e);else{var n={data:Cu.formatResDocumentData(e.data.list),requestId:e.requestId};void 0!==e.total&&(n.total=e.total),void 0!==e.limit&&(n.limit=e.limit),void 0!==e.offset&&(n.offset=e.offset),t(0,n)}}).catch(function(e){t(e)}),t.promise},t.prototype.count=function(t){t=t||Uu();var e={collectionName:this._coll,queryType:ka.WHERE};return this._fieldFilters&&(e.query=this._fieldFilters),this._request.send("database.countDocument",e).then(function(e){e.code?t(0,e):t(0,{requestId:e.requestId,total:e.data.total})}).catch(function(e){t(e)}),t.promise},t.prototype.where=function(e){if("Object"!==Object.prototype.toString.call(e).slice(8,-1))throw Error(Na.QueryParamTypeError);var n=Object.keys(e),r=n.some(function(t){return void 0!==e[t]});if(n.length&&!r)throw Error(Na.QueryParamValueError);return new t(this._db,this._coll,hc.encode(e),this._fieldOrders,this._queryOptions)},t.prototype.orderBy=function(e,n){Nu.isFieldPath(e),Nu.isFieldOrder(n);var r={field:e,direction:n},o=this._fieldOrders.concat(r);return new t(this._db,this._coll,this._fieldFilters,o,this._queryOptions)},t.prototype.limit=function(e){Nu.isInteger("limit",e);var n=fc({},this._queryOptions);return n.limit=e,new t(this._db,this._coll,this._fieldFilters,this._fieldOrders,n)},t.prototype.skip=function(e){Nu.isInteger("offset",e);var n=fc({},this._queryOptions);return n.offset=e,new t(this._db,this._coll,this._fieldFilters,this._fieldOrders,n)},t.prototype.update=function(t,e){if(e=e||Uu(),!t||"object"!=typeof t)return Promise.resolve({code:"INVALID_PARAM",message:"参数必需是非空对象"});if(t.hasOwnProperty("_id"))return Promise.resolve({code:"INVALID_PARAM",message:"不能更新_id的值"});var n={collectionName:this._coll,query:this._fieldFilters,queryType:ka.WHERE,multi:!0,merge:!0,upsert:!1,data:sc.encode(t)};return this._request.send("database.updateDocument",n).then(function(t){t.code?e(0,t):e(0,{requestId:t.requestId,updated:t.data.updated,upsertId:t.data.upsert_id})}).catch(function(t){e(t)}),e.promise},t.prototype.field=function(e){for(var n in e)e[n]?"object"!=typeof e[n]&&(e[n]=1):e[n]=0;var r=fc({},this._queryOptions);return r.projection=e,new t(this._db,this._coll,this._fieldFilters,this._fieldOrders,r)},t.prototype.remove=function(t){t=t||Uu(),Object.keys(this._queryOptions).length>0&&console.warn("`offset`, `limit` and `projection` are not supported in remove() operation"),this._fieldOrders.length>0&&console.warn("`orderBy` is not supported in remove() operation");var e={collectionName:this._coll,query:hc.encode(this._fieldFilters),queryType:ka.WHERE,multi:!0};return this._request.send("database.deleteDocument",e).then(function(e){e.code?t(0,e):t(0,{requestId:e.requestId,deleted:e.data.deleted})}).catch(function(e){t(e)}),t.promise},t}();const vc=(t=>{var e={};return l.d(e,t),e})({EJSON:()=>a.EJSON});var yc=function(){function t(t,e){this._stages=[],t&&e&&(this._db=t,this._request=Gc.createRequest(this._db.config),this._collectionName=e)}return t.prototype.end=function(){return t=this,e=void 0,r=function(){var t;return function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}}(this,function(e){switch(e.label){case 0:if(!this._collectionName||!this._db)throw new Error("Aggregation pipeline cannot send request");return[4,this._request.send("database.aggregate",{collectionName:this._collectionName,stages:this._stages})];case 1:return(t=e.sent())&&t.data&&t.data.list?[2,{requestId:t.requestId,data:JSON.parse(t.data.list).map(vc.EJSON.parse)}]:[2,t]}})},new((n=void 0)||(n=Promise))(function(o,i){function s(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(s,a)}u((r=r.apply(t,e||[])).next())});var t,e,n,r},t.prototype.unwrap=function(){return this._stages},t.prototype.done=function(){return this._stages.map(function(t){var e,n=t.stageKey,r=t.stageValue;return(e={})[n]=JSON.parse(r),e})},t.prototype._pipe=function(t,e){return this._stages.push({stageKey:"$".concat(t),stageValue:JSON.stringify(e)}),this},t.prototype.addFields=function(t){return this._pipe("addFields",t)},t.prototype.bucket=function(t){return this._pipe("bucket",t)},t.prototype.bucketAuto=function(t){return this._pipe("bucketAuto",t)},t.prototype.count=function(t){return this._pipe("count",t)},t.prototype.geoNear=function(t){return t.query&&(t.query=hc.encode(t.query)),t.distanceMultiplier&&"number"==typeof t.distanceMultiplier&&(t.distanceMultiplier=t.distanceMultiplier),t.near&&(t.near=new xu(t.near.longitude,t.near.latitude).toJSON()),this._pipe("geoNear",t)},t.prototype.group=function(t){return this._pipe("group",t)},t.prototype.limit=function(t){return this._pipe("limit",t)},t.prototype.match=function(t){return this._pipe("match",hc.encode(t))},t.prototype.project=function(t){return this._pipe("project",t)},t.prototype.lookup=function(t){return this._pipe("lookup",t)},t.prototype.replaceRoot=function(t){return this._pipe("replaceRoot",t)},t.prototype.sample=function(t){return this._pipe("sample",t)},t.prototype.skip=function(t){return this._pipe("skip",t)},t.prototype.sort=function(t){return this._pipe("sort",t)},t.prototype.sortByCount=function(t){return this._pipe("sortByCount",t)},t.prototype.unwind=function(t){return this._pipe("unwind",t)},t}();const mc=yc;var gc=function(){var t=function(e,n){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},t(e,n)};return function(e,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),bc=function(t){function e(e,n){return t.call(this,e,n)||this}return gc(e,t),Object.defineProperty(e.prototype,"name",{get:function(){return this._coll},enumerable:!1,configurable:!0}),e.prototype.doc=function(t){if("string"!=typeof t&&"number"!=typeof t)throw new Error("docId必须为字符串或数字");return new lc(this._db,this._coll,t)},e.prototype.add=function(t,e){return new lc(this._db,this._coll,void 0).create(t,e)},e.prototype.aggregate=function(){return new mc(this._db,this._coll)},e}(pc),wc={eq:function(t){return new Fu(Mu.EQ,[t])},neq:function(t){return new Fu(Mu.NEQ,[t])},lt:function(t){return new Fu(Mu.LT,[t])},lte:function(t){return new Fu(Mu.LTE,[t])},gt:function(t){return new Fu(Mu.GT,[t])},gte:function(t){return new Fu(Mu.GTE,[t])},in:function(t){return new Fu(Mu.IN,t)},nin:function(t){return new Fu(Mu.NIN,t)},all:function(t){return new Fu(Mu.ALL,t)},elemMatch:function(t){return new Fu(Mu.ELEM_MATCH,[t])},exists:function(t){return new Fu(Mu.EXISTS,[t])},size:function(t){return new Fu(Mu.SIZE,[t])},mod:function(t){return new Fu(Mu.MOD,[t])},geoNear:function(t){return new Fu(Mu.GEO_NEAR,[t])},geoWithin:function(t){return new Fu(Mu.GEO_WITHIN,[t])},geoIntersects:function(t){return new Fu(Mu.GEO_INTERSECTS,[t])},and:function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];var n=pu(arguments[0])?arguments[0]:Array.from(arguments);return new ju(Lu.AND,n)},nor:function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];var n=pu(arguments[0])?arguments[0]:Array.from(arguments);return new ju(Lu.NOR,n)},or:function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];var n=pu(arguments[0])?arguments[0]:Array.from(arguments);return new ju(Lu.OR,n)},not:function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];var n=pu(arguments[0])?arguments[0]:Array.from(arguments);return new ju(Lu.NOT,n)},set:function(t){return new Du(Au.SET,[t])},remove:function(){return new Du(Au.REMOVE,[])},inc:function(t){return new Du(Au.INC,[t])},mul:function(t){return new Du(Au.MUL,[t])},push:function(){for(var t,e=[],n=0;n<arguments.length;n++)e[n]=arguments[n];if(du(e[0])&&e[0].hasOwnProperty("each")){var r=e[0];t={$each:r.each,$position:r.position,$sort:r.sort,$slice:r.slice}}else t=pu(e[0])?e[0]:Array.from(e);return new Du(Au.PUSH,t)},pull:function(t){return new Du(Au.PULL,t)},pullAll:function(t){return new Du(Au.PULL_ALL,t)},pop:function(){return new Du(Au.POP,[])},shift:function(){return new Du(Au.SHIFT,[])},unshift:function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];var n=pu(arguments[0])?arguments[0]:Array.from(arguments);return new Du(Au.UNSHIFT,n)},addToSet:function(t){return new Du(Au.ADD_TO_SET,t)},rename:function(t){return new Du(Au.RENAME,[t])},bit:function(t){return new Du(Au.BIT,[t])},max:function(t){return new Du(Au.MAX,[t])},min:function(t){return new Du(Au.MIN,[t])},expr:function(t){return{$expr:t}},jsonSchema:function(t){return{$jsonSchema:t}},text:function(t){return function(t){return"string"===hu(t)}(t)?{$search:t.search}:{$search:t.search,$language:t.language,$caseSensitive:t.caseSensitive,$diacriticSensitive:t.diacriticSensitive}},aggregate:{pipeline:function(){return new mc},abs:function(t){return new _c("abs",t)},add:function(t){return new _c("add",t)},ceil:function(t){return new _c("ceil",t)},divide:function(t){return new _c("divide",t)},exp:function(t){return new _c("exp",t)},floor:function(t){return new _c("floor",t)},ln:function(t){return new _c("ln",t)},log:function(t){return new _c("log",t)},log10:function(t){return new _c("log10",t)},mod:function(t){return new _c("mod",t)},multiply:function(t){return new _c("multiply",t)},pow:function(t){return new _c("pow",t)},sqrt:function(t){return new _c("sqrt",t)},subtract:function(t){return new _c("subtract",t)},trunc:function(t){return new _c("trunc",t)},arrayElemAt:function(t){return new _c("arrayElemAt",t)},arrayToObject:function(t){return new _c("arrayToObject",t)},concatArrays:function(t){return new _c("concatArrays",t)},filter:function(t){return new _c("filter",t)},in:function(t){return new _c("in",t)},indexOfArray:function(t){return new _c("indexOfArray",t)},isArray:function(t){return new _c("isArray",t)},map:function(t){return new _c("map",t)},range:function(t){return new _c("range",t)},reduce:function(t){return new _c("reduce",t)},reverseArray:function(t){return new _c("reverseArray",t)},size:function(t){return new _c("size",t)},slice:function(t){return new _c("slice",t)},zip:function(t){return new _c("zip",t)},and:function(t){return new _c("and",t)},not:function(t){return new _c("not",t)},or:function(t){return new _c("or",t)},cmp:function(t){return new _c("cmp",t)},eq:function(t){return new _c("eq",t)},gt:function(t){return new _c("gt",t)},gte:function(t){return new _c("gte",t)},lt:function(t){return new _c("lt",t)},lte:function(t){return new _c("lte",t)},neq:function(t){return new _c("ne",t)},cond:function(t){return new _c("cond",t)},ifNull:function(t){return new _c("ifNull",t)},switch:function(t){return new _c("switch",t)},dateFromParts:function(t){return new _c("dateFromParts",t)},dateFromString:function(t){return new _c("dateFromString",t)},dayOfMonth:function(t){return new _c("dayOfMonth",t)},dayOfWeek:function(t){return new _c("dayOfWeek",t)},dayOfYear:function(t){return new _c("dayOfYear",t)},isoDayOfWeek:function(t){return new _c("isoDayOfWeek",t)},isoWeek:function(t){return new _c("isoWeek",t)},isoWeekYear:function(t){return new _c("isoWeekYear",t)},millisecond:function(t){return new _c("millisecond",t)},minute:function(t){return new _c("minute",t)},month:function(t){return new _c("month",t)},second:function(t){return new _c("second",t)},hour:function(t){return new _c("hour",t)},week:function(t){return new _c("week",t)},year:function(t){return new _c("year",t)},literal:function(t){return new _c("literal",t)},mergeObjects:function(t){return new _c("mergeObjects",t)},objectToArray:function(t){return new _c("objectToArray",t)},allElementsTrue:function(t){return new _c("allElementsTrue",t)},anyElementTrue:function(t){return new _c("anyElementTrue",t)},setDifference:function(t){return new _c("setDifference",t)},setEquals:function(t){return new _c("setEquals",t)},setIntersection:function(t){return new _c("setIntersection",t)},setIsSubset:function(t){return new _c("setIsSubset",t)},setUnion:function(t){return new _c("setUnion",t)},concat:function(t){return new _c("concat",t)},dateToString:function(t){return new _c("dateToString",t)},indexOfBytes:function(t){return new _c("indexOfBytes",t)},indexOfCP:function(t){return new _c("indexOfCP",t)},split:function(t){return new _c("split",t)},strLenBytes:function(t){return new _c("strLenBytes",t)},strLenCP:function(t){return new _c("strLenCP",t)},strcasecmp:function(t){return new _c("strcasecmp",t)},substr:function(t){return new _c("substr",t)},substrBytes:function(t){return new _c("substrBytes",t)},substrCP:function(t){return new _c("substrCP",t)},toLower:function(t){return new _c("toLower",t)},toUpper:function(t){return new _c("toUpper",t)},meta:function(t){return new _c("meta",t)},addToSet:function(t){return new _c("addToSet",t)},avg:function(t){return new _c("avg",t)},first:function(t){return new _c("first",t)},last:function(t){return new _c("last",t)},max:function(t){return new _c("max",t)},min:function(t){return new _c("min",t)},push:function(t){return new _c("push",t)},stdDevPop:function(t){return new _c("stdDevPop",t)},stdDevSamp:function(t){return new _c("stdDevSamp",t)},sum:function(t){return new _c("sum",t)},let:function(t){return new _c("let",t)}},project:{slice:function(t){return new Ic("slice",t)},elemMatch:function(t){return new Ic("elemMatch",t)}}},_c=function(t,e){this["$"+t]=e},Ic=function(t,e){this["$"+t]=e},Ec=function(){function t(t){var e=t.regexp,n=t.options;if(!e)throw new TypeError("regexp must be a string");this.$regex=e,this.$options=n}return t.prototype.parse=function(){return{$regex:this.$regex,$options:this.$options}},Object.defineProperty(t.prototype,"_internalType",{get:function(){return lu},enumerable:!1,configurable:!0}),t}();function Sc(t){return new Ec(t)}var Oc="insert document failed",Tc="DATABASE_TRANSACTION_CONFLICT",Pc=function(){return Pc=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},Pc.apply(this,arguments)},Ac=function(t,e,n,r){return new(n||(n=Promise))(function(o,i){function s(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(s,a)}u((r=r.apply(t,e||[])).next())})},Rc=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}},Cc="database.updateDocInTransaction",Nc=function(){function t(t,e,n){this._coll=e,this.id=n,this._transaction=t,this._request=this._transaction.getRequestMethod(),this._transactionId=this._transaction.getTransactionId()}return t.prototype.create=function(t){return Ac(this,void 0,void 0,function(){var e,n,r,o;return Rc(this,function(i){switch(i.label){case 0:return e={collectionName:this._coll,transactionId:this._transactionId,data:vc.EJSON.stringify(Qu(t),{relaxed:!1})},this.id&&(e._id=this.id),[4,this._request.send("database.insertDocInTransaction",e)];case 1:if((n=i.sent()).code)throw n;if(r=vc.EJSON.parse(n.inserted),1==(o=vc.EJSON.parse(n.ok))&&1==r)return[2,Pc(Pc({},n),{ok:o,inserted:r})];throw new Error(Oc)}})})},t.prototype.get=function(){return Ac(this,void 0,void 0,function(){var t,e;return Rc(this,function(n){switch(n.label){case 0:return t={collectionName:this._coll,transactionId:this._transactionId,query:{_id:{$eq:this.id}}},[4,this._request.send("database.getInTransaction",t)];case 1:if((e=n.sent()).code)throw e;return[2,{data:"null"!==e.data?Cu.formatField(vc.EJSON.parse(e.data)):vc.EJSON.parse(e.data),requestId:e.requestId}]}})})},t.prototype.set=function(t){return Ac(this,void 0,void 0,function(){var e,n;return Rc(this,function(r){switch(r.label){case 0:return e={collectionName:this._coll,transactionId:this._transactionId,query:{_id:{$eq:this.id}},data:vc.EJSON.stringify(Qu(t),{relaxed:!1}),upsert:!0},[4,this._request.send(Cc,e)];case 1:if((n=r.sent()).code)throw n;return[2,Pc(Pc({},n),{updated:vc.EJSON.parse(n.updated),upserted:n.upserted?JSON.parse(n.upserted):null})]}})})},t.prototype.update=function(t){return Ac(this,void 0,void 0,function(){var e,n;return Rc(this,function(r){switch(r.label){case 0:return e={collectionName:this._coll,transactionId:this._transactionId,query:{_id:{$eq:this.id}},data:vc.EJSON.stringify(sc.encode(t),{relaxed:!1})},[4,this._request.send(Cc,e)];case 1:if((n=r.sent()).code)throw n;return[2,Pc(Pc({},n),{updated:vc.EJSON.parse(n.updated)})]}})})},t.prototype.delete=function(){return Ac(this,void 0,void 0,function(){var t,e;return Rc(this,function(n){switch(n.label){case 0:return t={collectionName:this._coll,transactionId:this._transactionId,query:{_id:{$eq:this.id}}},[4,this._request.send("database.deleteDocInTransaction",t)];case 1:if((e=n.sent()).code)throw e;return[2,Pc(Pc({},e),{deleted:vc.EJSON.parse(e.deleted)})]}})})},t}(),xc=function(){return xc=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},xc.apply(this,arguments)},Uc=function(t,e,n,r){return new(n||(n=Promise))(function(o,i){function s(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(s,a)}u((r=r.apply(t,e||[])).next())})},Lc=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}},Dc="database.getInTransaction",kc=function(){function t(t,e,n,r,o){this._coll=e,this._transaction=t,this._fieldFilters=n,this._fieldOrders=r||[],this._queryOptions=o||{},this._request=this._transaction.getRequestMethod(),this._transactionId=this._transaction.getTransactionId()}return t.prototype.where=function(e){if("Object"!==Object.prototype.toString.call(e).slice(8,-1))throw Error(Na.QueryParamTypeError);var n=Object.keys(e),r=n.some(function(t){return void 0!==e[t]});if(n.length&&!r)throw Error(Na.QueryParamValueError);return new t(this._transaction,this._coll,hc.encode(e),this._fieldOrders,this._queryOptions)},t.prototype.orderBy=function(e,n){Nu.isFieldPath(e),Nu.isFieldOrder(n);var r={field:e,direction:n},o=this._fieldOrders.concat(r);return new t(this._transaction,this._coll,this._fieldFilters,o,this._queryOptions)},t.prototype.limit=function(e){Nu.isInteger("limit",e);var n=xc({},this._queryOptions);return n.limit=e,new t(this._transaction,this._coll,this._fieldFilters,this._fieldOrders,n)},t.prototype.skip=function(e){Nu.isInteger("offset",e);var n=xc({},this._queryOptions);return n.offset=e,new t(this._transaction,this._coll,this._fieldFilters,this._fieldOrders,n)},t.prototype.field=function(e){for(var n in e)e[n]?"object"!=typeof e[n]&&(e[n]=1):e[n]=0;var r=xc({},this._queryOptions);return r.projection=e,new t(this._transaction,this._coll,this._fieldFilters,this._fieldOrders,r)},t.prototype.get=function(){return Uc(this,void 0,void 0,function(){var t,e,n,r,o,i;return Lc(this,function(s){switch(s.label){case 0:return t=[],this._fieldOrders&&this._fieldOrders.forEach(function(e){t.push(e)}),e={collectionName:this._coll,transactionId:this._transactionId},this._fieldFilters&&(e.query=this._fieldFilters),t.length>0&&(e.order=t),this._queryOptions.offset&&(e.offset=this._queryOptions.offset),this._queryOptions.limit?e.limit=this._queryOptions.limit<1e3?this._queryOptions.limit:1e3:e.limit=100,this._queryOptions.projection&&(e.projection=this._queryOptions.projection),[4,this._request.send(Dc,e)];case 1:if((n=s.sent()).code)throw n;return r="null"!==n.data?vc.EJSON.parse(n.data):null,o=r?Array.isArray(r)?Cu.formatResDocumentData(r):[Cu.formatField(r)]:[],i={data:o,requestId:n.requestId},void 0!==n.total&&(i.total=n.total),void 0!==n.limit&&(i.limit=n.limit),void 0!==n.offset&&(i.offset=n.offset),[2,i]}})})},t.prototype.count=function(){return Uc(this,void 0,void 0,function(){var t,e,n,r;return Lc(this,function(o){switch(o.label){case 0:return t={collectionName:this._coll,transactionId:this._transactionId},this._fieldFilters&&(t.query=this._fieldFilters),[4,this._request.send(Dc,t)];case 1:if((e=o.sent()).code)throw e;return n="null"!==e.data?vc.EJSON.parse(e.data):null,r=Array.isArray(n)?n.length:n?1:0,[2,{requestId:e.requestId,total:void 0!==e.total?e.total:r}]}})})},t.prototype.update=function(t){return Uc(this,void 0,void 0,function(){var e,n;return Lc(this,function(r){switch(r.label){case 0:if(!t||"object"!=typeof t)throw new Error("参数必需是非空对象");if(t.hasOwnProperty("_id"))throw new Error("不能更新_id的值");return e={collectionName:this._coll,transactionId:this._transactionId,query:this._fieldFilters,data:vc.EJSON.stringify(sc.encode(t),{relaxed:!1})},[4,this._request.send("database.updateDocInTransaction",e)];case 1:if((n=r.sent()).code)throw n;return[2,xc(xc({},n),{updated:vc.EJSON.parse(n.updated)})]}})})},t.prototype.remove=function(){return Uc(this,void 0,void 0,function(){var t,e;return Lc(this,function(n){switch(n.label){case 0:return Object.keys(this._queryOptions).length>0&&console.warn("`offset`, `limit` and `projection` are not supported in remove() operation"),this._fieldOrders.length>0&&console.warn("`orderBy` is not supported in remove() operation"),t={collectionName:this._coll,transactionId:this._transactionId,query:this._fieldFilters},[4,this._request.send("database.deleteDocInTransaction",t)];case 1:if((e=n.sent()).code)throw e;return[2,xc(xc({},e),{deleted:vc.EJSON.parse(e.deleted)})]}})})},t}(),jc=function(){var t=function(e,n){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},t(e,n)};return function(e,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),qc=function(t){function e(e,n){return t.call(this,e,n)||this}return jc(e,t),Object.defineProperty(e.prototype,"name",{get:function(){return this._coll},enumerable:!1,configurable:!0}),e.prototype.doc=function(t){if("string"!=typeof t&&"number"!=typeof t)throw new Error("docId必须为字符串或数字");return new Nc(this._transaction,this._coll,t)},e.prototype.add=function(t){var e;return void 0!==t._id&&(e=t._id),new Nc(this._transaction,this._coll,e).create(t)},e}(kc),Mc=function(t,e,n,r){return new(n||(n=Promise))(function(o,i){function s(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(s,a)}u((r=r.apply(t,e||[])).next())})},Wc=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}},Fc=function(){function t(t){this._db=t,this._request=Gc.createRequest(this._db.config),this.aborted=!1,this.commited=!1,this.inited=!1}return t.prototype.init=function(){return Mc(this,void 0,void 0,function(){var t;return Wc(this,function(e){switch(e.label){case 0:return[4,this._request.send("database.startTransaction")];case 1:if((t=e.sent()).code)throw t;return this.inited=!0,this._id=t.transactionId,[2]}})})},t.prototype.collection=function(t){if(!t)throw new Error("Collection name is required");return new qc(this,t)},t.prototype.getTransactionId=function(){return this._id},t.prototype.getRequestMethod=function(){return this._request},t.prototype.commit=function(){return Mc(this,void 0,void 0,function(){var t,e;return Wc(this,function(n){switch(n.label){case 0:return t={transactionId:this._id},[4,this._request.send("database.commitTransaction",t)];case 1:if((e=n.sent()).code)throw e;return this.commited=!0,[2,e]}})})},t.prototype.rollback=function(t){return Mc(this,void 0,void 0,function(){var e,n;return Wc(this,function(r){switch(r.label){case 0:return e={transactionId:this._id},[4,this._request.send("database.abortTransaction",e)];case 1:if((n=r.sent()).code)throw n;return this.aborted=!0,this.abortReason=t,[2,n]}})})},t}();function Bc(){return Mc(this,void 0,void 0,function(){var t;return Wc(this,function(e){switch(e.label){case 0:return[4,(t=new Fc(this)).init()];case 1:return e.sent(),[2,t]}})})}function Vc(t,e){return void 0===e&&(e=3),Mc(this,void 0,void 0,function(){var n,r,o,i,s=this;return Wc(this,function(a){switch(a.label){case 0:return a.trys.push([0,4,,10]),[4,(n=new Fc(this)).init()];case 1:return a.sent(),[4,t(n)];case 2:if(r=a.sent(),!0===n.aborted)throw n.abortReason;return[4,n.commit()];case 3:return a.sent(),[2,r];case 4:if(o=a.sent(),!1===n.inited)throw o;return i=function(t){return Mc(s,void 0,void 0,function(){return Wc(this,function(e){switch(e.label){case 0:if(n.aborted||n.commited)return[3,5];e.label=1;case 1:return e.trys.push([1,3,,4]),[4,n.rollback()];case 2:case 3:return e.sent(),[3,4];case 4:throw t;case 5:if(!0===n.aborted)throw n.abortReason;throw t}})})},e<=0?[4,i(o)]:[3,6];case 5:a.sent(),a.label=6;case 6:return o&&o.code===Tc?[4,Vc.bind(this)(t,--e)]:[3,8];case 7:return[2,a.sent()];case 8:return[4,i(o)];case 9:return a.sent(),[3,10];case 10:return[2]}})})}var Gc=function(){function t(t){this.config=t,this.Geo=c,this.serverDate=Pu,this.command=wc,this.RegExp=Sc,this.startTransaction=Bc,this.runTransaction=Vc,this.logicCommand=ju,this.updateCommand=Du,this.queryCommand=Fu}return t.createRequest=function(e){var n=new t.reqClass(e),r=n.send;return n.send=function(t,n){return e.instance&&(n.instance=e.instance),e.database&&(n.database=e.database),r.call(this,t,n)},n},t.prototype.collection=function(t){if(!t)throw new Error("Collection name is required");return new bc(this,t)},t.prototype.createCollection=function(e){var n={collectionName:e};return t.createRequest(this.config).send("database.addCollection",n)},t}(),Hc=function(){var t=function(e,n){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},t(e,n)};return function(e,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),Kc=function(){return Kc=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},Kc.apply(this,arguments)},Jc=function(t,e,n,r){return new(n||(n=Promise))(function(o,i){function s(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(s,a)}u((r=r.apply(t,e||[])).next())})},zc=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}},Yc={filterRes:function(t){return delete t.header,delete t.statusCode,t},flattenResData:function(t){if("object"==typeof t.data&&null!==t.data){var e=Kc(Kc({},t),t.data);return delete e.data,e}return t},safeParseEJSON:function(t){if("string"!=typeof t)return t;try{return vc.EJSON.parse(t)}catch(e){return t}},buildQueryParams:function(t){return Object.entries(t).filter(function(t){t[0];var e=t[1];return null!=e&&""!==e}).map(function(t){var e=t[0],n=t[1],r="object"==typeof n?JSON.stringify(n):String(n);return"".concat(encodeURIComponent(e),"=").concat(encodeURIComponent(r))}).join("&")},getUrlPrefix:function(t){var e=(null==t?void 0:t.instance)||"(default)",n=(null==t?void 0:t.database)||"(default)";return"/database/instances/".concat(e,"/databases/").concat(n)},"database.queryDocument":function(t){var e,n,r,o,i,s,a,u;return Jc(this,void 0,Promise,function(){var c,l,h,d;return zc(this,function(f){switch(f.label){case 0:return c=!!(null===(n=null===(e=t.query)||void 0===e?void 0:e._id)||void 0===n?void 0:n.$eq),l=Yc.buildQueryParams(Kc({projection:t.projection,transactionId:t.transactionId},c?{}:{offset:null!==(r=t.offset)&&void 0!==r?r:0,limit:null!==(o=t.limit)&&void 0!==o?o:100,order:t.order,query:t.query?vc.EJSON.stringify(t.query,{relaxed:!1}):void 0})),h="".concat(Yc.getUrlPrefix(t),"/collections/").concat(t.collectionName,"/documents?").concat(l),c&&(h="".concat(Yc.getUrlPrefix(t),"/collections/").concat(t.collectionName,"/documents/").concat((null===(i=t.query._id)||void 0===i?void 0:i.$eq)||t.query._id,"?").concat(l)),[4,this.gateWay({url:h,method:"GET"})];case 1:return(d=f.sent()).data=Yc.safeParseEJSON(JSON.stringify(d.data)),!c||d.code||(null===(s=d.data)||void 0===s?void 0:s.code)?(d.code||(null===(a=d.data)||void 0===a?void 0:a.code)?d=Kc(Kc({},d),{code:d.code||(null===(u=d.data)||void 0===u?void 0:u.code),data:Kc(Kc({},d.data),{list:[]})}):Array.isArray(d.data)?d=Kc(Kc({},d),{data:{list:d.data}}):d.data&&!Array.isArray(d.data.list)&&(d=Kc(Kc({},d),{data:Kc(Kc({},d.data),{list:[]})})),[2,Yc.filterRes(d)]):[2,Kc(Kc({},d),{data:{list:[d.data]}})]}})})},"database.addDocument":function(t){var e,n,r;return Jc(this,void 0,Promise,function(){var o;return zc(this,function(i){switch(i.label){case 0:return[4,this.gateWay({url:"".concat(Yc.getUrlPrefix(t),"/collections/").concat(t.collectionName,"/documents"),method:"POST",data:Kc({data:Array.isArray(t.data)?t.data:[t.data]},t.transactionId&&{transactionId:t.transactionId})})];case 1:return o=i.sent(),Array.isArray(t.data)?o=Kc(Kc({},o),{data:Kc({ids:(null===(e=o.data)||void 0===e?void 0:e.insertedIds)||[]},o.data)}):(null===(r=null===(n=o.data)||void 0===n?void 0:n.insertedIds)||void 0===r?void 0:r[0])&&(o=Kc(Kc({},o),{data:Kc({_id:o.data.insertedIds[0]},o.data)})),[2,Yc.filterRes(o)]}})})},"database.updateDocument":function(t){return Jc(this,void 0,Promise,function(){var e;return zc(this,function(n){switch(n.label){case 0:return[4,this.gateWay({url:"".concat(Yc.getUrlPrefix(t),"/collections/").concat(t.collectionName,"/documents"),method:"PATCH",data:Kc({query:t.query,data:t.data,multi:!!t.multi,upsert:!!t.upsert,replaceMode:!!t.replaceMode},t.transactionId&&{transactionId:t.transactionId})})];case 1:return e=n.sent(),[2,Yc.filterRes(e)]}})})},"database.deleteDocument":function(t){return Jc(this,void 0,Promise,function(){var e;return zc(this,function(n){switch(n.label){case 0:return[4,this.gateWay({url:"".concat(Yc.getUrlPrefix(t),"/collections/").concat(t.collectionName,"/documents/remove"),method:"POST",data:Kc({query:t.query,multi:!!t.multi},t.transactionId&&{transactionId:t.transactionId})})];case 1:return e=n.sent(),[2,Yc.filterRes(e)]}})})},"database.countDocument":function(t){return Jc(this,void 0,Promise,function(){var e,n;return zc(this,function(r){switch(r.label){case 0:return e=Yc.buildQueryParams({count:!0,query:t.query?vc.EJSON.stringify(t.query,{relaxed:!1}):void 0}),[4,this.gateWay({url:"".concat(Yc.getUrlPrefix(t),"/collections/").concat(t.collectionName,"/documents?").concat(e),method:"GET"})];case 1:return n=r.sent(),[2,Yc.filterRes(n)]}})})},"database.addCollection":function(t){return Jc(this,void 0,Promise,function(){var e;return zc(this,function(n){switch(n.label){case 0:return[4,this.gateWay({url:"".concat(Yc.getUrlPrefix(t),"/collections"),method:"POST",data:{collectionName:t.collectionName}})];case 1:return e=n.sent(),[2,Yc.filterRes(e)]}})})},"database.aggregate":function(t){var e;return Jc(this,void 0,Promise,function(){var n,r;return zc(this,function(o){switch(o.label){case 0:return n=t.stages.map(function(t){var e,n;try{var r="string"==typeof t.stageValue?JSON.parse(t.stageValue):t.stageValue;return(e={})[t.stageKey]=vc.EJSON.serialize(r),e}catch(e){return(n={})[t.stageKey]=t.stageValue,n}}),[4,this.gateWay({url:"".concat(Yc.getUrlPrefix(t),"/collections/").concat(t.collectionName,"/documents/aggregations"),method:"POST",data:{pipeline:n}})];case 1:return r=o.sent(),Array.isArray(null===(e=r.data)||void 0===e?void 0:e.list)&&(r.data.list=JSON.stringify(r.data.list.map(function(t){return JSON.stringify(t)}))),[2,Yc.filterRes(r)]}})})},"database.startTransaction":function(t){return Jc(this,void 0,void 0,function(){var e;return zc(this,function(n){switch(n.label){case 0:return[4,this.gateWay({url:"".concat(Yc.getUrlPrefix(t),"/transactions"),method:"POST"})];case 1:return e=n.sent(),[2,Yc.filterRes(Yc.flattenResData(e))]}})})},"database.commitTransaction":function(t){return Jc(this,void 0,void 0,function(){var e;return zc(this,function(n){switch(n.label){case 0:return[4,this.gateWay({url:"".concat(Yc.getUrlPrefix(t),"/transactions/").concat(t.transactionId,"/commit"),method:"POST"})];case 1:return e=n.sent(),[2,Yc.filterRes(e)]}})})},"database.abortTransaction":function(t){return Jc(this,void 0,void 0,function(){var e;return zc(this,function(n){switch(n.label){case 0:return[4,this.gateWay({url:"".concat(Yc.getUrlPrefix(t),"/transactions/").concat(t.transactionId,"/rollback"),method:"POST"})];case 1:return e=n.sent(),[2,Yc.filterRes(e)]}})})},"database.getInTransaction":function(t){var e;return Jc(this,void 0,void 0,function(){var n;return zc(this,function(r){switch(r.label){case 0:return[4,Yc["database.queryDocument"].call(this,t)];case 1:return"object"==typeof(n=r.sent()).data&&null!==n.data?(null===(e=n.data)||void 0===e?void 0:e.code)?[2,Yc.flattenResData(n)]:[2,Kc(Kc({},n),{data:JSON.stringify(n.data)})]:[2,n]}})})},"database.updateDocInTransaction":function(t){return Jc(this,void 0,void 0,function(){var e;return zc(this,function(n){switch(n.label){case 0:return t.data=Yc.safeParseEJSON(t.data),[4,Yc["database.updateDocument"].call(this,t)];case 1:return e=n.sent(),[2,Yc.flattenResData(e)]}})})},"database.deleteDocInTransaction":function(t){return Jc(this,void 0,void 0,function(){var e;return zc(this,function(n){switch(n.label){case 0:return[4,Yc["database.deleteDocument"].call(this,t)];case 1:return e=n.sent(),[2,Yc.flattenResData(e)]}})})},"database.insertDocInTransaction":function(t){var e;return Jc(this,void 0,Promise,function(){var n,r;return zc(this,function(o){switch(o.label){case 0:return t.data=Yc.safeParseEJSON(t.data),[4,Yc["database.addDocument"].call(this,t)];case 1:return"object"==typeof(n=o.sent()).data&&null!==n.data?(r=!!(null===(e=n.data)||void 0===e?void 0:e._id),n=Kc(Kc(Kc({},n),{inserted:r?1:0,ok:r?1:0}),n.data)):n=Kc({inserted:0,ok:0},n),delete n.data,[2,n]}})})},"database.runCommands":function(t){return Jc(this,void 0,Promise,function(){var e;return zc(this,function(n){switch(n.label){case 0:return[4,this.gateWay({url:"".concat(Yc.getUrlPrefix(t),"/commands"),method:"POST",data:Kc({commands:vc.EJSON.serialize(t.commands)},t.transactionId&&{transactionId:t.transactionId})})];case 1:"object"==typeof(e=n.sent()).data&&null!==e.data&&(delete(e=Kc(Kc({},e),e.data)).data,delete e.request_id);try{e=vc.EJSON.deserialize(e)}catch(t){}return[2,Yc.filterRes(e)]}})})}},Qc={name:"database",entity:{database:function(t){var e=this.platform,n=e.adapter,r=e.runtime,o=function(t){function e(e){return t.call(this,e)||this}return Hc(e,t),e.prototype.send=function(e,n){return Jc(this,void 0,void 0,function(){var r;return zc(this,function(o){switch(o.label){case 0:return r=null,"GATEWAY"===this.config.endPointMode&&Yc[e]?[4,Yc[e].call(this,n)]:[3,2];case 1:return r=o.sent(),[3,4];case 2:return[4,t.prototype.send.call(this,e,n)];case 3:r=o.sent(),o.label=4;case 4:return[2,r]}})})},e}(this.request.constructor);return Gc.reqClass=o,Gc.getAccessToken=this.authInstance?this.authInstance.getAccessToken.bind(this.authInstance):function(){return""},Gc.runtime=r,this.wsClientClass&&(Gc.wsClass=n.wsClass,Gc.wsClientClass=this.wsClientClass),Gc.ws||(Gc.ws=null),new(function(t){function e(e){return t.call(this,e)||this}return Hc(e,t),e.prototype.runCommands=function(t){return Jc(this,void 0,Promise,function(){return zc(this,function(e){return[2,Gc.createRequest(this.config).send("database.runCommands",t)]})})},e}(Gc))(Kc(Kc(Kc({},this.config),{_fromApp:this}),t))}}};try{cloudbase.registerComponent(Qc)}catch(t){}function $c(t){try{t.registerComponent(Qc)}catch(t){console.warn(t)}}try{window.registerDatabase=$c}catch(t){}$t.registerVersion("3.7.0");try{!function(t){try{t.registerComponent(Qn)}catch(t){console.warn(t)}}($t),function(t){try{t.registerComponent(gr)}catch(t){console.warn(t)}}($t),No($t),$c($t),function(t){try{t.registerComponent(pi),t.registerHook(fi)}catch(t){console.warn(t)}}($t),Si($t),ma($t),ar($t),Ia($t),La($t)}catch(t){}try{window.cloudbase=$t}catch(t){}const Xc=$t})();var d=h.Z;export{d as default};
2
+ import*as t from"@cloudbase/adapter-interface";import*as e from"jwt-decode";import*as n from"@cloudbase/adapter-wx_mp";import*as r from"@cloudbase/wx-cloud-client-sdk";import*as o from"web-streams-polyfill";import*as i from"@mattiasbuelens/web-streams-adapter";import*as s from"text-encoding-shim";import*as a from"bson";var u={3171:(t,e,n)=>{var r;if(n.r(e),n.d(e,{getEncryptInfo:()=>q}),!globalThis.IS_MP_BUILD){var o="undefined"!=typeof globalThis?globalThis.navigator:window.globalThis;function M(t){return"0123456789abcdefghijklmnopqrstuvwxyz".charAt(t)}function W(t,e){return t&e}function F(t,e){return t|e}function B(t,e){return t^e}function V(t,e){return t&~e}function G(t){if(0==t)return-1;var e=0;return 65535&t||(t>>=16,e+=16),255&t||(t>>=8,e+=8),15&t||(t>>=4,e+=4),3&t||(t>>=2,e+=2),1&t||++e,e}function H(t){for(var e=0;0!=t;)t&=t-1,++e;return e}var i="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";function K(t){var e,n,r="";for(e=0;e+3<=t.length;e+=3)n=parseInt(t.substring(e,e+3),16),r+=i.charAt(n>>6)+i.charAt(63&n);for(e+1==t.length?(n=parseInt(t.substring(e,e+1),16),r+=i.charAt(n<<2)):e+2==t.length&&(n=parseInt(t.substring(e,e+2),16),r+=i.charAt(n>>2)+i.charAt((3&n)<<4));(3&r.length)>0;)r+="=";return r}function J(t){var e,n="",r=0,o=0;for(e=0;e<t.length&&"="!=t.charAt(e);++e){var s=i.indexOf(t.charAt(e));s<0||(0==r?(n+=M(s>>2),o=3&s,r=1):1==r?(n+=M(o<<2|s>>4),o=15&s,r=2):2==r?(n+=M(o),n+=M(s>>2),o=3&s,r=3):(n+=M(o<<2|s>>4),n+=M(15&s),r=0))}return 1==r&&(n+=M(o<<2)),n}var s,a,u={decode:function(t){var e;if(void 0===s){var n="0123456789ABCDEF";for(s={},e=0;e<16;++e)s[n.charAt(e)]=e;for(n=n.toLowerCase(),e=10;e<16;++e)s[n.charAt(e)]=e;for(e=0;e<8;++e)s[" \f\n\r\t \u2028\u2029".charAt(e)]=-1}var r=[],o=0,i=0;for(e=0;e<t.length;++e){var a=t.charAt(e);if("="==a)break;if(-1!=(a=s[a])){if(void 0===a)throw new Error("Illegal character at offset "+e);o|=a,++i>=2?(r[r.length]=o,o=0,i=0):o<<=4}}if(i)throw new Error("Hex encoding incomplete: 4 bits missing");return r}},c={decode:function(t){var e;if(void 0===a){for(a=Object.create(null),e=0;e<64;++e)a["ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(e)]=e;for(e=0;e<9;++e)a["= \f\n\r\t \u2028\u2029".charAt(e)]=-1}var n=[],r=0,o=0;for(e=0;e<t.length;++e){var i=t.charAt(e);if("="==i)break;if(-1!=(i=a[i])){if(void 0===i)throw new Error("Illegal character at offset "+e);r|=i,++o>=4?(n[n.length]=r>>16,n[n.length]=r>>8&255,n[n.length]=255&r,r=0,o=0):r<<=6}}switch(o){case 1:throw new Error("Base64 encoding incomplete: at least 2 bits missing");case 2:n[n.length]=r>>10;break;case 3:n[n.length]=r>>16,n[n.length]=r>>8&255}return n},re:/-----BEGIN [^-]+-----([A-Za-z0-9+\/=\s]+)-----END [^-]+-----|begin-base64[^\n]+\n([A-Za-z0-9+\/=\s]+)====/,unarmor:function(t){var e=c.re.exec(t);if(e)if(e[1])t=e[1];else{if(!e[2])throw new Error("RegExp out of sync");t=e[2]}return c.decode(t)}},l=1e13;class z{constructor(t){this.buf=[+t||0]}mulAdd(t,e){var n,r,o=this.buf,i=o.length;for(n=0;n<i;++n)(r=o[n]*t+e)<l?e=0:r-=(e=0|r/l)*l,o[n]=r;e>0&&(o[n]=e)}sub(t){var e,n,r=this.buf,o=r.length;for(e=0;e<o;++e)(n=r[e]-t)<0?(n+=l,t=1):t=0,r[e]=n;for(;0===r[r.length-1];)r.pop()}toString(t){if(10!=(t||10))throw new Error("only base 10 is supported");for(var e=this.buf,n=e[e.length-1].toString(),r=e.length-2;r>=0;--r)n+=(l+e[r]).toString().substring(1);return n}valueOf(){for(var t=this.buf,e=0,n=t.length-1;n>=0;--n)e=e*l+t[n];return e}simplify(){var t=this.buf;return 1==t.length?t[0]:this}}var h,d=/^(\d\d)(0[1-9]|1[0-2])(0[1-9]|[12]\d|3[01])([01]\d|2[0-3])(?:([0-5]\d)(?:([0-5]\d)(?:[.,](\d{1,3}))?)?)?(Z|[-+](?:[0]\d|1[0-2])([0-5]\d)?)?$/,f=/^(\d\d\d\d)(0[1-9]|1[0-2])(0[1-9]|[12]\d|3[01])([01]\d|2[0-3])(?:([0-5]\d)(?:([0-5]\d)(?:[.,](\d{1,3}))?)?)?(Z|[-+](?:[0]\d|1[0-2])([0-5]\d)?)?$/;function Y(t,e){return t.length>e&&(t=t.substring(0,e)+"…"),t}class Q{constructor(t,e){this.hexDigits="0123456789ABCDEF",t instanceof Q?(this.enc=t.enc,this.pos=t.pos):(this.enc=t,this.pos=e)}get(t){if(void 0===t&&(t=this.pos++),t>=this.enc.length)throw new Error("Requesting byte offset "+t+" on a stream of length "+this.enc.length);return"string"==typeof this.enc?this.enc.charCodeAt(t):this.enc[t]}hexByte(t){return this.hexDigits.charAt(t>>4&15)+this.hexDigits.charAt(15&t)}hexDump(t,e,n){for(var r="",o=t;o<e;++o)if(r+=this.hexByte(this.get(o)),!0!==n)switch(15&o){case 7:r+=" ";break;case 15:r+="\n";break;default:r+=" "}return r}isASCII(t,e){for(var n=t;n<e;++n){var r=this.get(n);if(r<32||r>176)return!1}return!0}parseStringISO(t,e){for(var n="",r=t;r<e;++r)n+=String.fromCharCode(this.get(r));return n}parseStringUTF(t,e){for(var n="",r=t;r<e;){var o=this.get(r++);n+=o<128?String.fromCharCode(o):o>191&&o<224?String.fromCharCode((31&o)<<6|63&this.get(r++)):String.fromCharCode((15&o)<<12|(63&this.get(r++))<<6|63&this.get(r++))}return n}parseStringBMP(t,e){for(var n,r,o="",i=t;i<e;)n=this.get(i++),r=this.get(i++),o+=String.fromCharCode(n<<8|r);return o}parseTime(t,e,n){var r=this.parseStringISO(t,e),o=(n?d:f).exec(r);return o?(n&&(o[1]=+o[1],o[1]+=+o[1]<70?2e3:1900),r=o[1]+"-"+o[2]+"-"+o[3]+" "+o[4],o[5]&&(r+=":"+o[5],o[6]&&(r+=":"+o[6],o[7]&&(r+="."+o[7]))),o[8]&&(r+=" UTC","Z"!=o[8]&&(r+=o[8],o[9]&&(r+=":"+o[9]))),r):"Unrecognized time: "+r}parseInteger(t,e){for(var n,r=this.get(t),o=r>127,i=o?255:0,s="";r==i&&++t<e;)r=this.get(t);if(0===(n=e-t))return o?-1:0;if(n>4){for(s=r,n<<=3;!(128&(+s^i));)s=+s<<1,--n;s="("+n+" bit)\n"}o&&(r-=256);for(var a=new z(r),u=t+1;u<e;++u)a.mulAdd(256,this.get(u));return s+a.toString()}parseBitString(t,e,n){for(var r=this.get(t),o="("+((e-t-1<<3)-r)+" bit)\n",i="",s=t+1;s<e;++s){for(var a=this.get(s),u=s==e-1?r:0,c=7;c>=u;--c)i+=a>>c&1?"1":"0";if(i.length>n)return o+Y(i,n)}return o+i}parseOctetString(t,e,n){if(this.isASCII(t,e))return Y(this.parseStringISO(t,e),n);var r=e-t,o="("+r+" byte)\n";r>(n/=2)&&(e=t+n);for(var i=t;i<e;++i)o+=this.hexByte(this.get(i));return r>n&&(o+="…"),o}parseOID(t,e,n){for(var r="",o=new z,i=0,s=t;s<e;++s){var a=this.get(s);if(o.mulAdd(128,127&a),i+=7,!(128&a)){if(""===r)if((o=o.simplify())instanceof z)o.sub(80),r="2."+o.toString();else{var u=o<80?o<40?0:1:2;r=u+"."+(o-40*u)}else r+="."+o.toString();if(r.length>n)return Y(r,n);o=new z,i=0}}return i>0&&(r+=".incomplete"),r}}class ${constructor(t,e,n,r,o){if(!(r instanceof X))throw new Error("Invalid tag value.");this.stream=t,this.header=e,this.length=n,this.tag=r,this.sub=o}typeName(){switch(this.tag.tagClass){case 0:switch(this.tag.tagNumber){case 0:return"EOC";case 1:return"BOOLEAN";case 2:return"INTEGER";case 3:return"BIT_STRING";case 4:return"OCTET_STRING";case 5:return"NULL";case 6:return"OBJECT_IDENTIFIER";case 7:return"ObjectDescriptor";case 8:return"EXTERNAL";case 9:return"REAL";case 10:return"ENUMERATED";case 11:return"EMBEDDED_PDV";case 12:return"UTF8String";case 16:return"SEQUENCE";case 17:return"SET";case 18:return"NumericString";case 19:return"PrintableString";case 20:return"TeletexString";case 21:return"VideotexString";case 22:return"IA5String";case 23:return"UTCTime";case 24:return"GeneralizedTime";case 25:return"GraphicString";case 26:return"VisibleString";case 27:return"GeneralString";case 28:return"UniversalString";case 30:return"BMPString"}return"Universal_"+this.tag.tagNumber.toString();case 1:return"Application_"+this.tag.tagNumber.toString();case 2:return"["+this.tag.tagNumber.toString()+"]";case 3:return"Private_"+this.tag.tagNumber.toString()}}content(t){if(void 0===this.tag)return null;void 0===t&&(t=1/0);var e=this.posContent(),n=Math.abs(this.length);if(!this.tag.isUniversal())return null!==this.sub?"("+this.sub.length+" elem)":this.stream.parseOctetString(e,e+n,t);switch(this.tag.tagNumber){case 1:return 0===this.stream.get(e)?"false":"true";case 2:return this.stream.parseInteger(e,e+n);case 3:return this.sub?"("+this.sub.length+" elem)":this.stream.parseBitString(e,e+n,t);case 4:return this.sub?"("+this.sub.length+" elem)":this.stream.parseOctetString(e,e+n,t);case 6:return this.stream.parseOID(e,e+n,t);case 16:case 17:return null!==this.sub?"("+this.sub.length+" elem)":"(no elem)";case 12:return Y(this.stream.parseStringUTF(e,e+n),t);case 18:case 19:case 20:case 21:case 22:case 26:return Y(this.stream.parseStringISO(e,e+n),t);case 30:return Y(this.stream.parseStringBMP(e,e+n),t);case 23:case 24:return this.stream.parseTime(e,e+n,23==this.tag.tagNumber)}return null}toString(){return this.typeName()+"@"+this.stream.pos+"[header:"+this.header+",length:"+this.length+",sub:"+(null===this.sub?"null":this.sub.length)+"]"}toPrettyString(t){void 0===t&&(t="");var e=t+this.typeName()+" @"+this.stream.pos;if(this.length>=0&&(e+="+"),e+=this.length,this.tag.tagConstructed?e+=" (constructed)":!this.tag.isUniversal()||3!=this.tag.tagNumber&&4!=this.tag.tagNumber||null===this.sub||(e+=" (encapsulates)"),e+="\n",null!==this.sub){t+=" ";for(var n=0,r=this.sub.length;n<r;++n)e+=this.sub[n].toPrettyString(t)}return e}posStart(){return this.stream.pos}posContent(){return this.stream.pos+this.header}posEnd(){return this.stream.pos+this.header+Math.abs(this.length)}toHexString(){return this.stream.hexDump(this.posStart(),this.posEnd(),!0)}static decodeLength(t){var e=t.get(),n=127&e;if(n==e)return n;if(n>6)throw new Error("Length over 48 bits not supported at position "+(t.pos-1));if(0===n)return null;e=0;for(var r=0;r<n;++r)e=256*e+t.get();return e}getHexStringValue(){var t=this.toHexString(),e=2*this.header,n=2*this.length;return t.substr(e,n)}static decode(t){var e;e=t instanceof Q?t:new Q(t,0);var n=new Q(e),r=new X(e),o=$.decodeLength(e),i=e.pos,s=i-n.pos,a=null,u=function(){var t=[];if(null!==o){for(var n=i+o;e.pos<n;)t[t.length]=$.decode(e);if(e.pos!=n)throw new Error("Content size is not correct for container starting at offset "+i)}else try{for(;;){var r=$.decode(e);if(r.tag.isEOC())break;t[t.length]=r}o=i-e.pos}catch(t){throw new Error("Exception while decoding undefined length content: "+t)}return t};if(r.tagConstructed)a=u();else if(r.isUniversal()&&(3==r.tagNumber||4==r.tagNumber))try{if(3==r.tagNumber&&0!=e.get())throw new Error("BIT STRINGs with unused bits cannot encapsulate.");a=u();for(var c=0;c<a.length;++c)if(a[c].tag.isEOC())throw new Error("EOC is not supposed to be actual content.")}catch(t){a=null}if(null===a){if(null===o)throw new Error("We can't skip over an invalid tag with undefined length at offset "+i);e.pos=i+Math.abs(o)}return new $(n,s,o,r,a)}}class X{constructor(t){var e=t.get();if(this.tagClass=e>>6,this.tagConstructed=!!(32&e),this.tagNumber=31&e,31==this.tagNumber){var n=new z;do{e=t.get(),n.mulAdd(128,127&e)}while(128&e);this.tagNumber=n.simplify()}}isUniversal(){return 0===this.tagClass}isEOC(){return 0===this.tagClass&&0===this.tagNumber}}var p=[2,3,5,7,11,13,17,19,23,29,31,37,41,43,47,53,59,61,67,71,73,79,83,89,97,101,103,107,109,113,127,131,137,139,149,151,157,163,167,173,179,181,191,193,197,199,211,223,227,229,233,239,241,251,257,263,269,271,277,281,283,293,307,311,313,317,331,337,347,349,353,359,367,373,379,383,389,397,401,409,419,421,431,433,439,443,449,457,461,463,467,479,487,491,499,503,509,521,523,541,547,557,563,569,571,577,587,593,599,601,607,613,617,619,631,641,643,647,653,659,661,673,677,683,691,701,709,719,727,733,739,743,751,757,761,769,773,787,797,809,811,821,823,827,829,839,853,857,859,863,877,881,883,887,907,911,919,929,937,941,947,953,967,971,977,983,991,997],v=(1<<26)/p[p.length-1];class Z{constructor(t,e,n){null!=t&&("number"==typeof t?this.fromNumber(t,e,n):null==e&&"string"!=typeof t?this.fromString(t,256):this.fromString(t,e))}toString(t){if(this.s<0)return"-"+this.negate().toString(t);var e;if(16==t)e=4;else if(8==t)e=3;else if(2==t)e=1;else if(32==t)e=5;else{if(4!=t)return this.toRadix(t);e=2}var n,r=(1<<e)-1,o=!1,i="",s=this.t,a=this.DB-s*this.DB%e;if(s-- >0)for(a<this.DB&&(n=this[s]>>a)>0&&(o=!0,i=M(n));s>=0;)a<e?(n=(this[s]&(1<<a)-1)<<e-a,n|=this[--s]>>(a+=this.DB-e)):(n=this[s]>>(a-=e)&r,a<=0&&(a+=this.DB,--s)),n>0&&(o=!0),o&&(i+=M(n));return o?i:"0"}negate(){var t=tt();return Z.ZERO.subTo(this,t),t}abs(){return this.s<0?this.negate():this}compareTo(t){var e=this.s-t.s;if(0!=e)return e;var n=this.t;if(0!=(e=n-t.t))return this.s<0?-e:e;for(;--n>=0;)if(0!=(e=this[n]-t[n]))return e;return 0}bitLength(){return this.t<=0?0:this.DB*(this.t-1)+at(this[this.t-1]^this.s&this.DM)}mod(t){var e=tt();return this.abs().divRemTo(t,null,e),this.s<0&&e.compareTo(Z.ZERO)>0&&t.subTo(e,e),e}modPowInt(t,e){var n;return n=t<256||e.isEven()?new m(e):new g(e),this.exp(t,n)}clone(){var t=tt();return this.copyTo(t),t}intValue(){if(this.s<0){if(1==this.t)return this[0]-this.DV;if(0==this.t)return-1}else{if(1==this.t)return this[0];if(0==this.t)return 0}return(this[1]&(1<<32-this.DB)-1)<<this.DB|this[0]}byteValue(){return 0==this.t?this.s:this[0]<<24>>24}shortValue(){return 0==this.t?this.s:this[0]<<16>>16}signum(){return this.s<0?-1:this.t<=0||1==this.t&&this[0]<=0?0:1}toByteArray(){var t=this.t,e=[];e[0]=this.s;var n,r=this.DB-t*this.DB%8,o=0;if(t-- >0)for(r<this.DB&&(n=this[t]>>r)!=(this.s&this.DM)>>r&&(e[o++]=n|this.s<<this.DB-r);t>=0;)r<8?(n=(this[t]&(1<<r)-1)<<8-r,n|=this[--t]>>(r+=this.DB-8)):(n=this[t]>>(r-=8)&255,r<=0&&(r+=this.DB,--t)),128&n&&(n|=-256),0==o&&(128&this.s)!=(128&n)&&++o,(o>0||n!=this.s)&&(e[o++]=n);return e}equals(t){return 0==this.compareTo(t)}min(t){return this.compareTo(t)<0?this:t}max(t){return this.compareTo(t)>0?this:t}and(t){var e=tt();return this.bitwiseTo(t,W,e),e}or(t){var e=tt();return this.bitwiseTo(t,F,e),e}xor(t){var e=tt();return this.bitwiseTo(t,B,e),e}andNot(t){var e=tt();return this.bitwiseTo(t,V,e),e}not(){for(var t=tt(),e=0;e<this.t;++e)t[e]=this.DM&~this[e];return t.t=this.t,t.s=~this.s,t}shiftLeft(t){var e=tt();return t<0?this.rShiftTo(-t,e):this.lShiftTo(t,e),e}shiftRight(t){var e=tt();return t<0?this.lShiftTo(-t,e):this.rShiftTo(t,e),e}getLowestSetBit(){for(var t=0;t<this.t;++t)if(0!=this[t])return t*this.DB+G(this[t]);return this.s<0?this.t*this.DB:-1}bitCount(){for(var t=0,e=this.s&this.DM,n=0;n<this.t;++n)t+=H(this[n]^e);return t}testBit(t){var e=Math.floor(t/this.DB);return e>=this.t?0!=this.s:!!(this[e]&1<<t%this.DB)}setBit(t){return this.changeBit(t,F)}clearBit(t){return this.changeBit(t,V)}flipBit(t){return this.changeBit(t,B)}add(t){var e=tt();return this.addTo(t,e),e}subtract(t){var e=tt();return this.subTo(t,e),e}multiply(t){var e=tt();return this.multiplyTo(t,e),e}divide(t){var e=tt();return this.divRemTo(t,e,null),e}remainder(t){var e=tt();return this.divRemTo(t,null,e),e}divideAndRemainder(t){var e=tt(),n=tt();return this.divRemTo(t,e,n),[e,n]}modPow(t,e){var n,r,o=t.bitLength(),i=st(1);if(o<=0)return i;n=o<18?1:o<48?3:o<144?4:o<768?5:6,r=o<8?new m(e):e.isEven()?new b(e):new g(e);var s=[],a=3,u=n-1,c=(1<<n)-1;if(s[1]=r.convert(this),n>1){var l=tt();for(r.sqrTo(s[1],l);a<=c;)s[a]=tt(),r.mulTo(l,s[a-2],s[a]),a+=2}var h,d,f=t.t-1,p=!0,v=tt();for(o=at(t[f])-1;f>=0;){for(o>=u?h=t[f]>>o-u&c:(h=(t[f]&(1<<o+1)-1)<<u-o,f>0&&(h|=t[f-1]>>this.DB+o-u)),a=n;!(1&h);)h>>=1,--a;if((o-=a)<0&&(o+=this.DB,--f),p)s[h].copyTo(i),p=!1;else{for(;a>1;)r.sqrTo(i,v),r.sqrTo(v,i),a-=2;a>0?r.sqrTo(i,v):(d=i,i=v,v=d),r.mulTo(v,s[h],i)}for(;f>=0&&!(t[f]&1<<o);)r.sqrTo(i,v),d=i,i=v,v=d,--o<0&&(o=this.DB-1,--f)}return r.revert(i)}modInverse(t){var e=t.isEven();if(this.isEven()&&e||0==t.signum())return Z.ZERO;for(var n=t.clone(),r=this.clone(),o=st(1),i=st(0),s=st(0),a=st(1);0!=n.signum();){for(;n.isEven();)n.rShiftTo(1,n),e?(o.isEven()&&i.isEven()||(o.addTo(this,o),i.subTo(t,i)),o.rShiftTo(1,o)):i.isEven()||i.subTo(t,i),i.rShiftTo(1,i);for(;r.isEven();)r.rShiftTo(1,r),e?(s.isEven()&&a.isEven()||(s.addTo(this,s),a.subTo(t,a)),s.rShiftTo(1,s)):a.isEven()||a.subTo(t,a),a.rShiftTo(1,a);n.compareTo(r)>=0?(n.subTo(r,n),e&&o.subTo(s,o),i.subTo(a,i)):(r.subTo(n,r),e&&s.subTo(o,s),a.subTo(i,a))}return 0!=r.compareTo(Z.ONE)?Z.ZERO:a.compareTo(t)>=0?a.subtract(t):a.signum()<0?(a.addTo(t,a),a.signum()<0?a.add(t):a):a}pow(t){return this.exp(t,new y)}gcd(t){var e=this.s<0?this.negate():this.clone(),n=t.s<0?t.negate():t.clone();if(e.compareTo(n)<0){var r=e;e=n,n=r}var o=e.getLowestSetBit(),i=n.getLowestSetBit();if(i<0)return e;for(o<i&&(i=o),i>0&&(e.rShiftTo(i,e),n.rShiftTo(i,n));e.signum()>0;)(o=e.getLowestSetBit())>0&&e.rShiftTo(o,e),(o=n.getLowestSetBit())>0&&n.rShiftTo(o,n),e.compareTo(n)>=0?(e.subTo(n,e),e.rShiftTo(1,e)):(n.subTo(e,n),n.rShiftTo(1,n));return i>0&&n.lShiftTo(i,n),n}isProbablePrime(t){var e,n=this.abs();if(1==n.t&&n[0]<=p[p.length-1]){for(e=0;e<p.length;++e)if(n[0]==p[e])return!0;return!1}if(n.isEven())return!1;for(e=1;e<p.length;){for(var r=p[e],o=e+1;o<p.length&&r<v;)r*=p[o++];for(r=n.modInt(r);e<o;)if(r%p[e++]==0)return!1}return n.millerRabin(t)}copyTo(t){for(var e=this.t-1;e>=0;--e)t[e]=this[e];t.t=this.t,t.s=this.s}fromInt(t){this.t=1,this.s=t<0?-1:0,t>0?this[0]=t:t<-1?this[0]=t+this.DV:this.t=0}fromString(t,e){var n;if(16==e)n=4;else if(8==e)n=3;else if(256==e)n=8;else if(2==e)n=1;else if(32==e)n=5;else{if(4!=e)return void this.fromRadix(t,e);n=2}this.t=0,this.s=0;for(var r=t.length,o=!1,i=0;--r>=0;){var s=8==n?255&+t[r]:it(t,r);s<0?"-"==t.charAt(r)&&(o=!0):(o=!1,0==i?this[this.t++]=s:i+n>this.DB?(this[this.t-1]|=(s&(1<<this.DB-i)-1)<<i,this[this.t++]=s>>this.DB-i):this[this.t-1]|=s<<i,(i+=n)>=this.DB&&(i-=this.DB))}8==n&&128&+t[0]&&(this.s=-1,i>0&&(this[this.t-1]|=(1<<this.DB-i)-1<<i)),this.clamp(),o&&Z.ZERO.subTo(this,this)}clamp(){for(var t=this.s&this.DM;this.t>0&&this[this.t-1]==t;)--this.t}dlShiftTo(t,e){var n;for(n=this.t-1;n>=0;--n)e[n+t]=this[n];for(n=t-1;n>=0;--n)e[n]=0;e.t=this.t+t,e.s=this.s}drShiftTo(t,e){for(var n=t;n<this.t;++n)e[n-t]=this[n];e.t=Math.max(this.t-t,0),e.s=this.s}lShiftTo(t,e){for(var n=t%this.DB,r=this.DB-n,o=(1<<r)-1,i=Math.floor(t/this.DB),s=this.s<<n&this.DM,a=this.t-1;a>=0;--a)e[a+i+1]=this[a]>>r|s,s=(this[a]&o)<<n;for(a=i-1;a>=0;--a)e[a]=0;e[i]=s,e.t=this.t+i+1,e.s=this.s,e.clamp()}rShiftTo(t,e){e.s=this.s;var n=Math.floor(t/this.DB);if(n>=this.t)e.t=0;else{var r=t%this.DB,o=this.DB-r,i=(1<<r)-1;e[0]=this[n]>>r;for(var s=n+1;s<this.t;++s)e[s-n-1]|=(this[s]&i)<<o,e[s-n]=this[s]>>r;r>0&&(e[this.t-n-1]|=(this.s&i)<<o),e.t=this.t-n,e.clamp()}}subTo(t,e){for(var n=0,r=0,o=Math.min(t.t,this.t);n<o;)r+=this[n]-t[n],e[n++]=r&this.DM,r>>=this.DB;if(t.t<this.t){for(r-=t.s;n<this.t;)r+=this[n],e[n++]=r&this.DM,r>>=this.DB;r+=this.s}else{for(r+=this.s;n<t.t;)r-=t[n],e[n++]=r&this.DM,r>>=this.DB;r-=t.s}e.s=r<0?-1:0,r<-1?e[n++]=this.DV+r:r>0&&(e[n++]=r),e.t=n,e.clamp()}multiplyTo(t,e){var n=this.abs(),r=t.abs(),o=n.t;for(e.t=o+r.t;--o>=0;)e[o]=0;for(o=0;o<r.t;++o)e[o+n.t]=n.am(0,r[o],e,o,0,n.t);e.s=0,e.clamp(),this.s!=t.s&&Z.ZERO.subTo(e,e)}squareTo(t){for(var e=this.abs(),n=t.t=2*e.t;--n>=0;)t[n]=0;for(n=0;n<e.t-1;++n){var r=e.am(n,e[n],t,2*n,0,1);(t[n+e.t]+=e.am(n+1,2*e[n],t,2*n+1,r,e.t-n-1))>=e.DV&&(t[n+e.t]-=e.DV,t[n+e.t+1]=1)}t.t>0&&(t[t.t-1]+=e.am(n,e[n],t,2*n,0,1)),t.s=0,t.clamp()}divRemTo(t,e,n){var r=t.abs();if(!(r.t<=0)){var o=this.abs();if(o.t<r.t)return null!=e&&e.fromInt(0),void(null!=n&&this.copyTo(n));null==n&&(n=tt());var i=tt(),s=this.s,a=t.s,u=this.DB-at(r[r.t-1]);u>0?(r.lShiftTo(u,i),o.lShiftTo(u,n)):(r.copyTo(i),o.copyTo(n));var c=i.t,l=i[c-1];if(0!=l){var h=l*(1<<this.F1)+(c>1?i[c-2]>>this.F2:0),d=this.FV/h,f=(1<<this.F1)/h,p=1<<this.F2,v=n.t,y=v-c,m=e??tt();for(i.dlShiftTo(y,m),n.compareTo(m)>=0&&(n[n.t++]=1,n.subTo(m,n)),Z.ONE.dlShiftTo(c,m),m.subTo(i,i);i.t<c;)i[i.t++]=0;for(;--y>=0;){var g=n[--v]==l?this.DM:Math.floor(n[v]*d+(n[v-1]+p)*f);if((n[v]+=i.am(0,g,n,y,0,c))<g)for(i.dlShiftTo(y,m),n.subTo(m,n);n[v]<--g;)n.subTo(m,n)}null!=e&&(n.drShiftTo(c,e),s!=a&&Z.ZERO.subTo(e,e)),n.t=c,n.clamp(),u>0&&n.rShiftTo(u,n),s<0&&Z.ZERO.subTo(n,n)}}}invDigit(){if(this.t<1)return 0;var t=this[0];if(!(1&t))return 0;var e=3&t;return(e=(e=(e=(e=e*(2-(15&t)*e)&15)*(2-(255&t)*e)&255)*(2-((65535&t)*e&65535))&65535)*(2-t*e%this.DV)%this.DV)>0?this.DV-e:-e}isEven(){return 0==(this.t>0?1&this[0]:this.s)}exp(t,e){if(t>4294967295||t<1)return Z.ONE;var n=tt(),r=tt(),o=e.convert(this),i=at(t)-1;for(o.copyTo(n);--i>=0;)if(e.sqrTo(n,r),(t&1<<i)>0)e.mulTo(r,o,n);else{var s=n;n=r,r=s}return e.revert(n)}chunkSize(t){return Math.floor(Math.LN2*this.DB/Math.log(t))}toRadix(t){if(null==t&&(t=10),0==this.signum()||t<2||t>36)return"0";var e=this.chunkSize(t),n=Math.pow(t,e),r=st(n),o=tt(),i=tt(),s="";for(this.divRemTo(r,o,i);o.signum()>0;)s=(n+i.intValue()).toString(t).substr(1)+s,o.divRemTo(r,o,i);return i.intValue().toString(t)+s}fromRadix(t,e){this.fromInt(0),null==e&&(e=10);for(var n=this.chunkSize(e),r=Math.pow(e,n),o=!1,i=0,s=0,a=0;a<t.length;++a){var u=it(t,a);u<0?"-"==t.charAt(a)&&0==this.signum()&&(o=!0):(s=e*s+u,++i>=n&&(this.dMultiply(r),this.dAddOffset(s,0),i=0,s=0))}i>0&&(this.dMultiply(Math.pow(e,i)),this.dAddOffset(s,0)),o&&Z.ZERO.subTo(this,this)}fromNumber(t,e,n){if("number"==typeof e)if(t<2)this.fromInt(1);else for(this.fromNumber(t,n),this.testBit(t-1)||this.bitwiseTo(Z.ONE.shiftLeft(t-1),F,this),this.isEven()&&this.dAddOffset(1,0);!this.isProbablePrime(e);)this.dAddOffset(2,0),this.bitLength()>t&&this.subTo(Z.ONE.shiftLeft(t-1),this);else{var r=[],o=7&t;r.length=1+(t>>3),e.nextBytes(r),o>0?r[0]&=(1<<o)-1:r[0]=0,this.fromString(r,256)}}bitwiseTo(t,e,n){var r,o,i=Math.min(t.t,this.t);for(r=0;r<i;++r)n[r]=e(this[r],t[r]);if(t.t<this.t){for(o=t.s&this.DM,r=i;r<this.t;++r)n[r]=e(this[r],o);n.t=this.t}else{for(o=this.s&this.DM,r=i;r<t.t;++r)n[r]=e(o,t[r]);n.t=t.t}n.s=e(this.s,t.s),n.clamp()}changeBit(t,e){var n=Z.ONE.shiftLeft(t);return this.bitwiseTo(n,e,n),n}addTo(t,e){for(var n=0,r=0,o=Math.min(t.t,this.t);n<o;)r+=this[n]+t[n],e[n++]=r&this.DM,r>>=this.DB;if(t.t<this.t){for(r+=t.s;n<this.t;)r+=this[n],e[n++]=r&this.DM,r>>=this.DB;r+=this.s}else{for(r+=this.s;n<t.t;)r+=t[n],e[n++]=r&this.DM,r>>=this.DB;r+=t.s}e.s=r<0?-1:0,r>0?e[n++]=r:r<-1&&(e[n++]=this.DV+r),e.t=n,e.clamp()}dMultiply(t){this[this.t]=this.am(0,t-1,this,0,0,this.t),++this.t,this.clamp()}dAddOffset(t,e){if(0!=t){for(;this.t<=e;)this[this.t++]=0;for(this[e]+=t;this[e]>=this.DV;)this[e]-=this.DV,++e>=this.t&&(this[this.t++]=0),++this[e]}}multiplyLowerTo(t,e,n){var r=Math.min(this.t+t.t,e);for(n.s=0,n.t=r;r>0;)n[--r]=0;for(var o=n.t-this.t;r<o;++r)n[r+this.t]=this.am(0,t[r],n,r,0,this.t);for(o=Math.min(t.t,e);r<o;++r)this.am(0,t[r],n,r,0,e-r);n.clamp()}multiplyUpperTo(t,e,n){--e;var r=n.t=this.t+t.t-e;for(n.s=0;--r>=0;)n[r]=0;for(r=Math.max(e-this.t,0);r<t.t;++r)n[this.t+r-e]=this.am(e-r,t[r],n,0,0,this.t+r-e);n.clamp(),n.drShiftTo(1,n)}modInt(t){if(t<=0)return 0;var e=this.DV%t,n=this.s<0?t-1:0;if(this.t>0)if(0==e)n=this[0]%t;else for(var r=this.t-1;r>=0;--r)n=(e*n+this[r])%t;return n}millerRabin(t){var e=this.subtract(Z.ONE),n=e.getLowestSetBit();if(n<=0)return!1;var r=e.shiftRight(n);(t=t+1>>1)>p.length&&(t=p.length);for(var o=tt(),i=0;i<t;++i){o.fromInt(p[Math.floor(Math.random()*p.length)]);var s=o.modPow(r,this);if(0!=s.compareTo(Z.ONE)&&0!=s.compareTo(e)){for(var a=1;a++<n&&0!=s.compareTo(e);)if(0==(s=s.modPowInt(2,this)).compareTo(Z.ONE))return!1;if(0!=s.compareTo(e))return!1}}return!0}square(){var t=tt();return this.squareTo(t),t}gcda(t,e){var n=this.s<0?this.negate():this.clone(),r=t.s<0?t.negate():t.clone();if(n.compareTo(r)<0){var o=n;n=r,r=o}var i=n.getLowestSetBit(),s=r.getLowestSetBit();if(s<0)e(n);else{i<s&&(s=i),s>0&&(n.rShiftTo(s,n),r.rShiftTo(s,r));var a=()=>{(i=n.getLowestSetBit())>0&&n.rShiftTo(i,n),(i=r.getLowestSetBit())>0&&r.rShiftTo(i,r),n.compareTo(r)>=0?(n.subTo(r,n),n.rShiftTo(1,n)):(r.subTo(n,r),r.rShiftTo(1,r)),n.signum()>0?setTimeout(a,0):(s>0&&r.lShiftTo(s,r),setTimeout(function(){e(r)},0))};setTimeout(a,10)}}fromNumberAsync(t,e,n,r){if("number"==typeof e)if(t<2)this.fromInt(1);else{this.fromNumber(t,n),this.testBit(t-1)||this.bitwiseTo(Z.ONE.shiftLeft(t-1),F,this),this.isEven()&&this.dAddOffset(1,0);var o=this,i=function(){o.dAddOffset(2,0),o.bitLength()>t&&o.subTo(Z.ONE.shiftLeft(t-1),o),o.isProbablePrime(e)?setTimeout(function(){r()},0):setTimeout(i,0)};setTimeout(i,0)}else{var s=[],a=7&t;s.length=1+(t>>3),e.nextBytes(s),a>0?s[0]&=(1<<a)-1:s[0]=0,this.fromString(s,256)}}}var y=function(){function t(){}return t.prototype.convert=function(t){return t},t.prototype.revert=function(t){return t},t.prototype.mulTo=function(t,e,n){t.multiplyTo(e,n)},t.prototype.sqrTo=function(t,e){t.squareTo(e)},t}(),m=function(){function t(t){this.m=t}return t.prototype.convert=function(t){return t.s<0||t.compareTo(this.m)>=0?t.mod(this.m):t},t.prototype.revert=function(t){return t},t.prototype.reduce=function(t){t.divRemTo(this.m,null,t)},t.prototype.mulTo=function(t,e,n){t.multiplyTo(e,n),this.reduce(n)},t.prototype.sqrTo=function(t,e){t.squareTo(e),this.reduce(e)},t}(),g=function(){function t(t){this.m=t,this.mp=t.invDigit(),this.mpl=32767&this.mp,this.mph=this.mp>>15,this.um=(1<<t.DB-15)-1,this.mt2=2*t.t}return t.prototype.convert=function(t){var e=tt();return t.abs().dlShiftTo(this.m.t,e),e.divRemTo(this.m,null,e),t.s<0&&e.compareTo(Z.ZERO)>0&&this.m.subTo(e,e),e},t.prototype.revert=function(t){var e=tt();return t.copyTo(e),this.reduce(e),e},t.prototype.reduce=function(t){for(;t.t<=this.mt2;)t[t.t++]=0;for(var e=0;e<this.m.t;++e){var n=32767&t[e],r=n*this.mpl+((n*this.mph+(t[e]>>15)*this.mpl&this.um)<<15)&t.DM;for(t[n=e+this.m.t]+=this.m.am(0,r,t,e,0,this.m.t);t[n]>=t.DV;)t[n]-=t.DV,t[++n]++}t.clamp(),t.drShiftTo(this.m.t,t),t.compareTo(this.m)>=0&&t.subTo(this.m,t)},t.prototype.mulTo=function(t,e,n){t.multiplyTo(e,n),this.reduce(n)},t.prototype.sqrTo=function(t,e){t.squareTo(e),this.reduce(e)},t}(),b=function(){function t(t){this.m=t,this.r2=tt(),this.q3=tt(),Z.ONE.dlShiftTo(2*t.t,this.r2),this.mu=this.r2.divide(t)}return t.prototype.convert=function(t){if(t.s<0||t.t>2*this.m.t)return t.mod(this.m);if(t.compareTo(this.m)<0)return t;var e=tt();return t.copyTo(e),this.reduce(e),e},t.prototype.revert=function(t){return t},t.prototype.reduce=function(t){for(t.drShiftTo(this.m.t-1,this.r2),t.t>this.m.t+1&&(t.t=this.m.t+1,t.clamp()),this.mu.multiplyUpperTo(this.r2,this.m.t+1,this.q3),this.m.multiplyLowerTo(this.q3,this.m.t+1,this.r2);t.compareTo(this.r2)<0;)t.dAddOffset(1,this.m.t+1);for(t.subTo(this.r2,t);t.compareTo(this.m)>=0;)t.subTo(this.m,t)},t.prototype.mulTo=function(t,e,n){t.multiplyTo(e,n),this.reduce(n)},t.prototype.sqrTo=function(t,e){t.squareTo(e),this.reduce(e)},t}();function tt(){return new Z(null)}function et(t,e){return new Z(t,e)}function nt(t,e,n,r,o,i){for(;--i>=0;){var s=e*this[t++]+n[r]+o;o=Math.floor(s/67108864),n[r++]=67108863&s}return o}function rt(t,e,n,r,o,i){for(var s=32767&e,a=e>>15;--i>=0;){var u=32767&this[t],c=this[t++]>>15,l=a*u+c*s;o=((u=s*u+((32767&l)<<15)+n[r]+(1073741823&o))>>>30)+(l>>>15)+a*c+(o>>>30),n[r++]=1073741823&u}return o}function ot(t,e,n,r,o,i){for(var s=16383&e,a=e>>14;--i>=0;){var u=16383&this[t],c=this[t++]>>14,l=a*u+c*s;o=((u=s*u+((16383&l)<<14)+n[r]+o)>>28)+(l>>14)+a*c,n[r++]=268435455&u}return o}void 0!==o&&"Microsoft Internet Explorer"==(null==o?void 0:o.appName)?(Z.prototype.am=rt,h=30):"Netscape"!=(null==o?void 0:o.appName)?(Z.prototype.am=nt,h=26):(Z.prototype.am=ot,h=28),Z.prototype.DB=h,Z.prototype.DM=(1<<h)-1,Z.prototype.DV=1<<h,Z.prototype.FV=Math.pow(2,52),Z.prototype.F1=52-h,Z.prototype.F2=2*h-52;var w,_,I=[];for(w="0".charCodeAt(0),_=0;_<=9;++_)I[w++]=_;for(w="a".charCodeAt(0),_=10;_<36;++_)I[w++]=_;for(w="A".charCodeAt(0),_=10;_<36;++_)I[w++]=_;function it(t,e){return I[t.charCodeAt(e)]??-1}function st(t){var e=tt();return e.fromInt(t),e}function at(t){var e,n=1;return 0!=(e=t>>>16)&&(t=e,n+=16),0!=(e=t>>8)&&(t=e,n+=8),0!=(e=t>>4)&&(t=e,n+=4),0!=(e=t>>2)&&(t=e,n+=2),0!=(e=t>>1)&&(t=e,n+=1),n}Z.ZERO=st(0),Z.ONE=st(1);class ut{constructor(){this.i=0,this.j=0,this.S=[]}init(t){var e,n,r;for(e=0;e<256;++e)this.S[e]=e;for(n=0,e=0;e<256;++e)n=n+this.S[e]+t[e%t.length]&255,r=this.S[e],this.S[e]=this.S[n],this.S[n]=r;this.i=0,this.j=0}next(){var t;return this.i=this.i+1&255,this.j=this.j+this.S[this.i]&255,t=this.S[this.i],this.S[this.i]=this.S[this.j],this.S[this.j]=t,this.S[t+this.S[this.i]&255]}}var E,S,O=null;if(null==O){O=[],S=0;var T,P,A=void 0;if("undefined"!=typeof window&&null!==(T=window)&&void 0!==T&&T.crypto&&null!==(P=window)&&void 0!==P&&P.crypto.getRandomValues){var R,C=new Uint32Array(256);for(null===(R=window)||void 0===R||R.crypto.getRandomValues(C),A=0;A<C.length;++A)O[S++]=255&C[A]}var N,x,U,L=function(t){var e,n,r;if(this.count=this.count||0,this.count>=256||S>=256){if("undefined"!=typeof window)if(null!==(e=window)&&void 0!==e&&e.removeEventListener)null===(r=window)||void 0===r||r.removeEventListener("mousemove",L,!1);else if(null!==(n=window)&&void 0!==n&&n.detachEvent){var o;null===(o=window)||void 0===o||o.detachEvent("onmousemove",L)}}else try{var i=t.x+t.y;O[S++]=255&i,this.count+=1}catch(t){}};if("undefined"!=typeof window)if(null!==(N=window)&&void 0!==N&&N.addEventListener)null===(U=window)||void 0===U||U.addEventListener("mousemove",L,!1);else if(null!==(x=window)&&void 0!==x&&x.attachEvent){var D;null===(D=window)||void 0===D||D.attachEvent("onmousemove",L)}}function ct(){if(null==E){for(E=new ut;S<256;){var t=Math.floor(65536*Math.random());O[S++]=255&t}for(E.init(O),S=0;S<O.length;++S)O[S]=0;S=0}return E.next()}class lt{constructor(){}nextBytes(t){for(var e=0;e<t.length;++e)t[e]=ct()}}function ht(t,e){if(e<t.length+11)return console.error("Message too long for RSA"),null;for(var n=[],r=t.length-1;r>=0&&e>0;){var o=t.charCodeAt(r--);o<128?n[--e]=o:o>127&&o<2048?(n[--e]=63&o|128,n[--e]=o>>6|192):(n[--e]=63&o|128,n[--e]=o>>6&63|128,n[--e]=o>>12|224)}n[--e]=0;for(var i=new lt,s=[];e>2;){for(s[0]=0;0==s[0];)i.nextBytes(s);n[--e]=s[0]}return n[--e]=2,n[--e]=0,new Z(n)}class dt{constructor(){this.n=null,this.e=0,this.d=null,this.p=null,this.q=null,this.dmp1=null,this.dmq1=null,this.coeff=null}doPublic(t){return t.modPowInt(this.e,this.n)}doPrivate(t){if(null==this.p||null==this.q)return t.modPow(this.d,this.n);for(var e=t.mod(this.p).modPow(this.dmp1,this.p),n=t.mod(this.q).modPow(this.dmq1,this.q);e.compareTo(n)<0;)e=e.add(this.p);return e.subtract(n).multiply(this.coeff).mod(this.p).multiply(this.q).add(n)}setPublic(t,e){null!=t&&null!=e&&t.length>0&&e.length>0?(this.n=et(t,16),this.e=parseInt(e,16)):console.error("Invalid RSA public key")}encrypt(t){var e=ht(t,this.n.bitLength()+7>>3);if(null==e)return null;var n=this.doPublic(e);if(null==n)return null;var r=n.toString(16);return 1&r.length?"0"+r:r}encryptLong(t){var e=this,n=(this.n.bitLength()+7>>3)-11;try{var r="";return t.length>n?(t.match(/.{1,117}/g).forEach(function(t){var n=e.encrypt(t);r+=n}),K(r)):K(this.encrypt(t))}catch(t){return!1}}decryptLong(t){var e=this,n=this.n.bitLength()+7>>3;t=J(t);try{if(t.length>n){var r="";return t.match(/.{1,256}/g).forEach(function(t){var n=e.decrypt(t);r+=n}),r}return this.decrypt(t)}catch(t){return!1}}setPrivate(t,e,n){null!=t&&null!=e&&t.length>0&&e.length>0?(this.n=et(t,16),this.e=parseInt(e,16),this.d=et(n,16)):console.error("Invalid RSA private key")}setPrivateEx(t,e,n,r,o,i,s,a){null!=t&&null!=e&&t.length>0&&e.length>0?(this.n=et(t,16),this.e=parseInt(e,16),this.d=et(n,16),this.p=et(r,16),this.q=et(o,16),this.dmp1=et(i,16),this.dmq1=et(s,16),this.coeff=et(a,16)):console.error("Invalid RSA private key")}generate(t,e){var n=new lt,r=t>>1;this.e=parseInt(e,16);for(var o=new Z(e,16);;){for(;this.p=new Z(t-r,1,n),0!=this.p.subtract(Z.ONE).gcd(o).compareTo(Z.ONE)||!this.p.isProbablePrime(10););for(;this.q=new Z(r,1,n),0!=this.q.subtract(Z.ONE).gcd(o).compareTo(Z.ONE)||!this.q.isProbablePrime(10););if(this.p.compareTo(this.q)<=0){var i=this.p;this.p=this.q,this.q=i}var s=this.p.subtract(Z.ONE),a=this.q.subtract(Z.ONE),u=s.multiply(a);if(0==u.gcd(o).compareTo(Z.ONE)){this.n=this.p.multiply(this.q),this.d=o.modInverse(u),this.dmp1=this.d.mod(s),this.dmq1=this.d.mod(a),this.coeff=this.q.modInverse(this.p);break}}}decrypt(t){var e=et(t,16),n=this.doPrivate(e);return null==n?null:ft(n,this.n.bitLength()+7>>3)}generateAsync(t,e,n){var r=new lt,o=t>>1;this.e=parseInt(e,16);var i=new Z(e,16),s=this,a=()=>{var e=()=>{if(s.p.compareTo(s.q)<=0){var t=s.p;s.p=s.q,s.q=t}var e=s.p.subtract(Z.ONE),r=s.q.subtract(Z.ONE),o=e.multiply(r);0==o.gcd(i).compareTo(Z.ONE)?(s.n=s.p.multiply(s.q),s.d=i.modInverse(o),s.dmp1=s.d.mod(e),s.dmq1=s.d.mod(r),s.coeff=s.q.modInverse(s.p),setTimeout(function(){n()},0)):setTimeout(a,0)},u=()=>{s.q=tt(),s.q.fromNumberAsync(o,1,r,function(){s.q.subtract(Z.ONE).gcda(i,function(t){0==t.compareTo(Z.ONE)&&s.q.isProbablePrime(10)?setTimeout(e,0):setTimeout(u,0)})})},c=()=>{s.p=tt(),s.p.fromNumberAsync(t-o,1,r,function(){s.p.subtract(Z.ONE).gcda(i,function(t){0==t.compareTo(Z.ONE)&&s.p.isProbablePrime(10)?setTimeout(u,0):setTimeout(c,0)})})};setTimeout(c,0)};setTimeout(a,0)}}function ft(t,e){for(var n=t.toByteArray(),r=0;r<n.length&&0==n[r];)++r;if(n.length-r!=e-1||2!=n[r])return null;for(++r;0!=n[r];)if(++r>=n.length)return null;for(var o="";++r<n.length;){var i=255&n[r];i<128?o+=String.fromCharCode(i):i>191&&i<224?(o+=String.fromCharCode((31&i)<<6|63&n[r+1]),++r):(o+=String.fromCharCode((15&i)<<12|(63&n[r+1])<<6|63&n[r+2]),r+=2)}return o}class pt extends dt{constructor(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";super(),t&&("string"==typeof t?this.parseKey(t):(this.hasPrivateKeyProperty(t)||this.hasPublicKeyProperty(t))&&this.parsePropertiesFrom(t))}parseKey(t){try{var e=0,n=0,r=/^\s*(?:[0-9A-Fa-f][0-9A-Fa-f]\s*)+$/.test(t)?u.decode(t):c.unarmor(t),o=$.decode(r);if(3===o.sub.length&&(o=o.sub[2].sub[0]),9===o.sub.length){e=o.sub[1].getHexStringValue(),this.n=et(e,16),n=o.sub[2].getHexStringValue(),this.e=parseInt(n,16);var i=o.sub[3].getHexStringValue();this.d=et(i,16);var s=o.sub[4].getHexStringValue();this.p=et(s,16);var a=o.sub[5].getHexStringValue();this.q=et(a,16);var l=o.sub[6].getHexStringValue();this.dmp1=et(l,16);var h=o.sub[7].getHexStringValue();this.dmq1=et(h,16);var d=o.sub[8].getHexStringValue();this.coeff=et(d,16)}else{if(2!==o.sub.length)return!1;var f=o.sub[1].sub[0];e=f.sub[0].getHexStringValue(),this.n=et(e,16),n=f.sub[1].getHexStringValue(),this.e=parseInt(n,16)}return!0}catch(t){return!1}}hasPublicKeyProperty(t){return(t=t||{}).hasOwnProperty("n")&&t.hasOwnProperty("e")}hasPrivateKeyProperty(t){return(t=t||{}).hasOwnProperty("n")&&t.hasOwnProperty("e")&&t.hasOwnProperty("d")&&t.hasOwnProperty("p")&&t.hasOwnProperty("q")&&t.hasOwnProperty("dmp1")&&t.hasOwnProperty("dmq1")&&t.hasOwnProperty("coeff")}parsePropertiesFrom(t){this.n=t.n,this.e=t.e,t.hasOwnProperty("d")&&(this.d=t.d,this.p=t.p,this.q=t.q,this.dmp1=t.dmp1,this.dmq1=t.dmq1,this.coeff=t.coeff)}}(r=function(t){t=t||{},this.default_key_size=parseInt(t.default_key_size,10)||1024,this.default_public_exponent=t.default_public_exponent||"010001",this.log=t.log||!1,this.key=null}).prototype.setKey=function(t){this.log&&this.key&&console.warn("A key was already set, overriding existing."),this.key=new pt(t)},r.prototype.setPrivateKey=function(t){this.setKey(t)},r.prototype.setPublicKey=function(t){this.setKey(t)},r.prototype.decrypt=function(t){try{return this.getKey().decrypt(J(t))}catch(t){return!1}},r.prototype.encrypt=function(t){try{return K(this.getKey().encrypt(t))}catch(t){return!1}},r.prototype.encryptLong=function(t){try{for(var e=this.getKey().encryptLong(t)||"",n=this.getKey().decryptLong(e)||"",r=0,o=/null$/g;o.test(n)&&(r++,e=this.getKey().encryptLong(t)||"",n=this.getKey().decryptLong(e)||"",!(r>10)););return e}catch(t){return!1}},r.prototype.getKey=function(t){if(!this.key){if(this.key=new pt,t&&"[object Function]"==={}.toString.call(t))return void this.key.generateAsync(this.default_key_size,this.default_public_exponent,t);this.key.generate(this.default_key_size,this.default_public_exponent)}return this.key},r.version="3.1.4"}const k=r;var j=n(2631),q=function(t){var e=void 0===t?{}:t,n=e.publicKey,r=void 0===n?"":n,o=e.payload,i=void 0===o?{}:o;if(!r)return"";try{var s=(0,j.I)(i),a=new k;return a.setPublicKey(r),a.encryptLong("object"==typeof s?JSON.stringify(s):s)}catch(t){console.error("encrypt error:",t)}return""}},2631:(t,e,n)=>{n.d(e,{I:()=>r,y:()=>o});var r=function(t){var e=function(e){for(var n in t)t.hasOwnProperty(n)&&(e[n]=r(t[n]));return e},n=null==t?"NullOrUndefined":Object.prototype.toString.call(t).slice(8,-1);if(["Int8Array","Uint8Array","Uint8ClampedArray","Int16Array","Uint16Array","Int32Array","Uint32Array","Float32Array","Float64Array","BigInt64Array","BigUint64Array"].includes(n))return t.slice();switch(n){case"Object":return e(Object.create(Object.getPrototypeOf(t)));case"Array":return e([]);case"Date":return new Date(t.valueOf());case"RegExp":return new RegExp(t.source,(t.global?"g":"")+(t.ignoreCase?"i":"")+(t.multiline?"m":"")+(t.sticky?"y":"")+(t.unicode?"u":""));default:return t}},o=function(t){var e=t.match(/^(?:http(s)?:\/\/[^\/]+)?(\/[^\?#]*)/);return e&&e[2]||""}},3388:t=>{t.exports={}},8182:function(t,e,n){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},r.apply(this,arguments)},o=this&&this.__createBinding||(Object.create?function(t,e,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(e,n);o&&!("get"in o?!e.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return e[n]}}),Object.defineProperty(t,r,o)}:function(t,e,n,r){void 0===r&&(r=n),t[r]=e[n]}),i=this&&this.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),s=this&&this.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var n in t)"default"!==n&&Object.prototype.hasOwnProperty.call(t,n)&&o(e,t,n);return i(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.useDefaultAdapter=e.useAdapters=e.RUNTIME=void 0;var a,u=s(n(4274)),c=n(3616);!function(t){t.WEB="web",t.WX_MP="wx_mp"}(a=e.RUNTIME||(e.RUNTIME={})),e.useAdapters=function(t,e){for(var n=0,o=(0,c.isArray)(t)?t:[t];n<o.length;n++){var i=o[n],s=i.isMatch,a=i.genAdapter,u=i.runtime;if(s())return{adapter:r({isMatch:s},a(e)),runtime:u}}},e.useDefaultAdapter=function(){return{adapter:r({},u.genAdapter()),runtime:a.WEB}}},4274:function(t,e,n){var r,o=this&&this.__extends||(r=function(t,e){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},r(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),i=this&&this.__assign||function(){return i=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},i.apply(this,arguments)},s=this&&this.__awaiter||function(t,e,n,r){return new(n||(n=Promise))(function(o,i){function s(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(s,a)}u((r=r.apply(t,e||[])).next())})},a=this&&this.__generator||function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}};Object.defineProperty(e,"__esModule",{value:!0}),e.WebRequest=e.genAdapter=void 0;var u=n(7149),c=n(3616),l=n(2946),h=function(t){function e(e){var n=t.call(this)||this,r=e.timeout,o=e.timeoutMsg,i=e.restrictedMethods;return n.timeout=r||0,n.timeoutMsg=o||"请求超时",n.restrictedMethods=i||["get","post","upload","download"],n}return o(e,t),e.prototype.get=function(t){return this.request(i(i({},t),{method:"get"}),this.restrictedMethods.includes("get"))},e.prototype.post=function(t){return this.request(i(i({},t),{method:"post"}),this.restrictedMethods.includes("post"))},e.prototype.put=function(t){return this.request(i(i({},t),{method:"put"}))},e.prototype.upload=function(t){var e=t.data,n=t.file,r=t.name,o=t.method,s=t.headers,a=void 0===s?{}:s,u={post:"post",put:"put"}[null==o?void 0:o.toLowerCase()]||"put",c=new FormData;return"post"===u?(Object.keys(e).forEach(function(t){c.append(t,e[t])}),c.append("key",r),c.append("file",n),this.request(i(i({},t),{data:c,method:u}),this.restrictedMethods.includes("upload"))):this.request(i(i({},t),{method:"put",headers:a,body:n}),this.restrictedMethods.includes("upload"))},e.prototype.download=function(t){return s(this,void 0,void 0,function(){var e,n,r,o;return a(this,function(s){switch(s.label){case 0:return s.trys.push([0,2,,3]),[4,this.get(i(i({},t),{headers:{},responseType:"blob"}))];case 1:return e=s.sent().data,n=window.URL.createObjectURL(new Blob([e])),r=decodeURIComponent(new URL(t.url).pathname.split("/").pop()||""),(o=document.createElement("a")).href=n,o.setAttribute("download",r),o.style.display="none",document.body.appendChild(o),o.click(),window.URL.revokeObjectURL(n),document.body.removeChild(o),[3,3];case 2:return s.sent(),[3,3];case 3:return[2,new Promise(function(e){e({statusCode:200,tempFilePath:t.url})})]}})})},e.prototype.fetch=function(t){var e;return s(this,void 0,void 0,function(){var n,r,o,u,c,l,h,d,f,p,v,y,m,g=this;return a(this,function(b){switch(b.label){case 0:return n=new AbortController,r=t.url,o=t.enableAbort,u=void 0!==o&&o,c=t.stream,l=void 0!==c&&c,h=t.signal,d=t.timeout,f=t.shouldThrowOnError,p=void 0===f||f,v=null!=d?d:this.timeout,h&&(h.aborted&&n.abort(),h.addEventListener("abort",function(){return n.abort()})),y=null,u&&v&&(y=setTimeout(function(){console.warn(g.timeoutMsg),n.abort(new Error(g.timeoutMsg))},v)),[4,fetch(r,i(i({},t),{signal:n.signal})).then(function(t){return s(g,void 0,void 0,function(){var e,n,r;return a(this,function(o){switch(o.label){case 0:return clearTimeout(y),p?t.ok?(e=t,[3,3]):[3,1]:[3,4];case 1:return r=(n=Promise).reject,[4,t.json()];case 2:e=r.apply(n,[o.sent()]),o.label=3;case 3:return[2,e];case 4:return[2,t]}})})}).catch(function(t){return clearTimeout(y),Promise.reject(t)})];case 1:return m=b.sent(),[2,{data:l?m.body:(null===(e=m.headers.get("content-type"))||void 0===e?void 0:e.includes("application/json"))?m.json():m.text(),statusCode:m.status,header:m.headers,response:m}]}})})},e.prototype.request=function(t,e){var n=this;void 0===e&&(e=!1);var r=String(t.method).toLowerCase()||"get";return new Promise(function(o){var i=t.url,s=t.headers,a=void 0===s?{}:s,u=t.data,h=t.responseType,d=t.withCredentials,f=t.body,p=t.onUploadProgress,v=(0,c.formatUrl)((0,l.getProtocol)(),i,"get"===r?u:{}),y=new XMLHttpRequest;y.open(r,v),h&&(y.responseType=h);var m,g,b=t.signal;b&&(b.aborted?y.abort():b.addEventListener("abort",function(){return y.abort()},{once:!0})),Object.keys(a).forEach(function(t){y.setRequestHeader(t,a[t])}),p&&y.upload.addEventListener("progress",p),y.onreadystatechange=function(){var t={};if(4===y.readyState){var e=y.getAllResponseHeaders().trim().split(/[\r\n]+/),n={};e.forEach(function(t){var e=t.split(": "),r=e.shift().toLowerCase(),o=e.join(": ");n[r]=o}),t.header=n,t.statusCode=y.status;try{t.data="blob"===h?y.response:JSON.parse(y.responseText)}catch(e){t.data="blob"===h?y.response:y.responseText}clearTimeout(m),o(t)}},e&&n.timeout&&(m=setTimeout(function(){console.warn(n.timeoutMsg),y.abort()},n.timeout)),g=(0,c.isFormData)(u)?u:"application/x-www-form-urlencoded"===a["content-type"]?(0,c.toQueryString)(u):f||(u?JSON.stringify(u):void 0),d&&(y.withCredentials=!0),y.send(g)})},e}(u.AbstractSDKRequest);e.WebRequest=h,e.genAdapter=function(){return{type:"default",root:window,reqClass:h,wsClass:WebSocket,localStorage}}},2946:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.COMMUNITY_SITE_URL=e.IS_DEBUG_MODE=e.getProtocol=e.setProtocol=e.getSdkName=e.setSdkName=void 0;var n="@cloudbase/js-sdk";e.setSdkName=function(t){n=t},e.getSdkName=function(){return n};var r="https:";e.setProtocol=function(t){r=t},e.getProtocol=function(){return r},e.IS_DEBUG_MODE=!1,e.COMMUNITY_SITE_URL="https://support.qq.com/products/148793"},6205:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.ERRORS=void 0,e.ERRORS={INVALID_PARAMS:"INVALID_PARAMS",INVALID_SYNTAX:"INVALID_SYNTAX",INVALID_OPERATION:"INVALID_OPERATION",OPERATION_FAIL:"OPERATION_FAIL",NETWORK_ERROR:"NETWORK_ERROR",UNKOWN_ERROR:"UNKOWN_ERROR"}},794:function(t,e,n){var r=this&&this.__createBinding||(Object.create?function(t,e,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(e,n);o&&!("get"in o?!e.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return e[n]}}),Object.defineProperty(t,r,o)}:function(t,e,n,r){void 0===r&&(r=n),t[r]=e[n]}),o=this&&this.__exportStar||function(t,e){for(var n in t)"default"===n||Object.prototype.hasOwnProperty.call(e,n)||r(e,t,n)};Object.defineProperty(e,"__esModule",{value:!0}),e.OATUH_LOGINTYPE=void 0,o(n(2946),e),o(n(6205),e),e.OATUH_LOGINTYPE="constants"},7718:function(t,e,n){var r=this&&this.__awaiter||function(t,e,n,r){return new(n||(n=Promise))(function(o,i){function s(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(s,a)}u((r=r.apply(t,e||[])).next())})},o=this&&this.__generator||function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}};Object.defineProperty(e,"__esModule",{value:!0}),e.catchErrorsDecorator=void 0;var i=n(3616),s=n(794),a=!1;"undefined"!=typeof navigator&&navigator.userAgent&&(a=-1!==navigator.userAgent.indexOf("Firefox"));var u=a?/(\.js\/)?__decorate(\$\d+)?<@.*\d$/:/(\/\w+\.js\.)?__decorate(\$\d+)?\s*\(.*\)$/,c=/https?:\/\/.+:\d*\/.*\.js:\d+:\d+/;function l(t){var e=t.err,n=t.className,r=t.methodName,o=t.sourceLink;if(!o)return null;var i,s=e.stack.split("\n"),u=a?/^catchErrorsDecorator\/<\/descriptor.value@.*\d$/:new RegExp("".concat(n,"\\.descriptor.value\\s*\\[as\\s").concat(r,"\\]\\s*\\(.*\\)$")),l=a?/^catchErrorsDecorator\/<\/descriptor.value/:new RegExp("".concat(n,"\\.descriptor.value\\s*\\[as\\s").concat(r,"\\]")),h=s.findIndex(function(t){return u.test(t)});if(-1!==h){var d=s.filter(function(t,e){return e>h});d.unshift(s[h].replace(l,"".concat(n,".").concat(r)).replace(c,o)),(i=new Error).stack="".concat(a?"@debugger":"Error","\n").concat(d.join("\n"))}return i}e.catchErrorsDecorator=function(t){var e=t.mode,n=void 0===e?"async":e,a=t.customInfo,h=void 0===a?{}:a,d=t.title,f=t.messages,p=void 0===f?[]:f;return function(t,e,a){if(s.IS_DEBUG_MODE){var f=h.className||t.constructor.name,v=h.methodName||e,y=a.value,m=function(){var t="",e=(new Error).stack.split("\n"),n=e.findIndex(function(t){return u.test(t)});if(-1!==n){var r=c.exec(e[n+1]||"");t=r?r[0]:""}return t}();a.value="sync"===n?function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];var n=l({err:new Error,className:f,methodName:v,sourceLink:m});try{return y.apply(this,t)}catch(t){var r=t,o=t.message,s=t.error,a=t.error_description,u={title:d||"".concat(f,".").concat(v," failed"),content:[{type:"error",body:t}]};if(o&&/^\{.*\}$/.test(o)){var c=JSON.parse(o);u.subtitle=o,c.code&&(n?(n.code=c.code,n.msg=c.msg):(t.code=c.code,t.message=c.msg),r=n||t,u.content=p.map(function(t){return{type:"info",body:t}}))}throw s&&a&&(u.subtitle=a,n?(n.code=s,n.msg=a):(t.code=s,t.message=a),r=n||t,u.content=p.map(function(t){return{type:"info",body:t}})),(0,i.printGroupLog)(u),r}}:function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];return r(this,void 0,void 0,function(){var e,n,r,s,a,u,c,h;return o(this,function(o){switch(o.label){case 0:e=l({err:new Error,className:f,methodName:v,sourceLink:m}),o.label=1;case 1:return o.trys.push([1,3,,4]),[4,y.apply(this,t)];case 2:return[2,o.sent()];case 3:throw n=o.sent(),r=n,s=n.message,a=n.error,u=n.error_description,c={title:d||"".concat(f,".").concat(v," failed"),content:[{type:"error",body:n}]},s&&/^\{.*\}$/.test(s)&&(h=JSON.parse(s),c.subtitle=h,h.code&&(e?(e.code=h.code,e.message=h.msg):(n.code=h.code,n.message=h.msg),r=e||n,c.content=p.map(function(t){return{type:"info",body:t}}))),a&&u&&(c.subtitle=u,e?(e.code=a,e.msg=u):(n.code=a,n.message=u),r=e||n,c.content=p.map(function(t){return{type:"info",body:t}})),(0,i.printGroupLog)(c),r;case 4:return[2]}})})}}}}},141:function(t,e,n){var r=this&&this.__createBinding||(Object.create?function(t,e,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(e,n);o&&!("get"in o?!e.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return e[n]}}),Object.defineProperty(t,r,o)}:function(t,e,n,r){void 0===r&&(r=n),t[r]=e[n]}),o=this&&this.__exportStar||function(t,e){for(var n in t)"default"===n||Object.prototype.hasOwnProperty.call(e,n)||r(e,t,n)};Object.defineProperty(e,"__esModule",{value:!0}),o(n(7718),e)},6197:function(t,e,n){var r,o=this&&this.__extends||(r=function(t,e){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},r(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),i=this&&this.__awaiter||function(t,e,n,r){return new(n||(n=Promise))(function(o,i){function s(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(s,a)}u((r=r.apply(t,e||[])).next())})},s=this&&this.__generator||function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}};Object.defineProperty(e,"__esModule",{value:!0}),e.CloudbaseCache=void 0;var a=n(7149),u=n(3616),c=n(794),l=function(t){function e(e){var n=t.call(this)||this;return n.root=e,e.tcbCacheObject||(e.tcbCacheObject={}),n}return o(e,t),e.prototype.setItem=function(t,e){this.root.tcbCacheObject[t]=e},e.prototype.getItem=function(t){return this.root.tcbCacheObject[t]},e.prototype.removeItem=function(t){delete this.root.tcbCacheObject[t]},e.prototype.clear=function(){delete this.root.tcbCacheObject},e}(a.AbstractStorage),h=function(){function t(t){this.keys={};var e=t.persistence,n=t.platformInfo,r=void 0===n?{}:n,o=t.keys,i=void 0===o?{}:o;this.platformInfo=r,this.storage||(this.persistenceTag=this.platformInfo.adapter.primaryStorage||e,this.storage=function(t,e){switch(t){case"local":default:return e.localStorage?e.localStorage:((0,u.printWarn)(c.ERRORS.INVALID_PARAMS,"localStorage is not supported on current platform"),new l(e.root));case"none":return new l(e.root)}}(this.persistenceTag,this.platformInfo.adapter),this.keys=i)}return Object.defineProperty(t.prototype,"mode",{get:function(){return this.storage.mode||"sync"},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"persistence",{get:function(){return this.persistenceTag},enumerable:!1,configurable:!0}),t.prototype.setStore=function(t,e,n){if("async"!==this.mode){if(this.storage)try{var r={version:n||"localCachev1",content:e};this.storage.setItem(t,JSON.stringify(r))}catch(t){throw new Error(JSON.stringify({code:c.ERRORS.OPERATION_FAIL,msg:"[".concat((0,c.getSdkName)(),"][").concat(c.ERRORS.OPERATION_FAIL,"]setStore failed"),info:t}))}}else(0,u.printWarn)(c.ERRORS.INVALID_OPERATION,"current platform's storage is asynchronous, please use setStoreAsync insteed")},t.prototype.setStoreAsync=function(t,e,n){return i(this,void 0,void 0,function(){var r;return s(this,function(o){switch(o.label){case 0:if(!this.storage)return[2];o.label=1;case 1:return o.trys.push([1,3,,4]),r={version:n||"localCachev1",content:e},[4,this.storage.setItem(t,JSON.stringify(r))];case 2:return o.sent(),[3,4];case 3:return o.sent(),[2];case 4:return[2]}})})},t.prototype.getStore=function(t,e){var n;if("async"!==this.mode){try{if("undefined"!=typeof process&&(null===(n={IS_MP_BUILD:!1,IS_BROWSER_BUILD:!0})||void 0===n?void 0:n.tcb_token))return{IS_MP_BUILD:!1,IS_BROWSER_BUILD:!0}.tcb_token;if(!this.storage)return""}catch(t){return""}e=e||"localCachev1";var r=this.storage.getItem(t);return r&&r.indexOf(e)>=0?JSON.parse(r).content:""}(0,u.printWarn)(c.ERRORS.INVALID_OPERATION,"current platform's storage is asynchronous, please use getStoreAsync insteed")},t.prototype.getStoreAsync=function(t,e){var n;return i(this,void 0,void 0,function(){var r;return s(this,function(o){switch(o.label){case 0:try{if("undefined"!=typeof process&&(null===(n={IS_MP_BUILD:!1,IS_BROWSER_BUILD:!0})||void 0===n?void 0:n.tcb_token))return[2,{IS_MP_BUILD:!1,IS_BROWSER_BUILD:!0}.tcb_token];if(!this.storage)return[2,""]}catch(t){return[2,""]}return e=e||"localCachev1",[4,this.storage.getItem(t)];case 1:return(r=o.sent())&&r.indexOf(e)>=0?[2,JSON.parse(r).content]:[2,""]}})})},t.prototype.removeStore=function(t){"async"!==this.mode?this.storage.removeItem(t):(0,u.printWarn)(c.ERRORS.INVALID_OPERATION,"current platform's storage is asynchronous, please use removeStoreAsync insteed")},t.prototype.removeStoreAsync=function(t){return i(this,void 0,void 0,function(){return s(this,function(e){switch(e.label){case 0:return[4,this.storage.removeItem(t)];case 1:return e.sent(),[2]}})})},t}();e.CloudbaseCache=h},9689:function(t,e,n){var r,o=this&&this.__extends||(r=function(t,e){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},r(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),i=this&&this.__spreadArray||function(t,e,n){if(n||2===arguments.length)for(var r,o=0,i=e.length;o<i;o++)!r&&o in e||(r||(r=Array.prototype.slice.call(e,0,o)),r[o]=e[o]);return t.concat(r||Array.prototype.slice.call(e))};Object.defineProperty(e,"__esModule",{value:!0}),e.removeEventListener=e.activateEvent=e.addEventListener=e.CloudbaseEventEmitter=e.IErrorEvent=e.CloudbaseEvent=void 0;var s=n(3616),a=function(t,e){this.data=e||null,this.name=t};e.CloudbaseEvent=a;var u=function(t){function e(e,n){var r=t.call(this,"error",{error:e,data:n})||this;return r.error=e,r}return o(e,t),e}(a);e.IErrorEvent=u;var c=function(){function t(){this.listeners={}}return t.prototype.on=function(t,e){return function(t,e,n){n[t]=n[t]||[],n[t].push(e)}(t,e,this.listeners),this},t.prototype.off=function(t,e){return function(t,e,n){if(null==n?void 0:n[t]){var r=n[t].indexOf(e);-1!==r&&n[t].splice(r,1)}}(t,e,this.listeners),this},t.prototype.fire=function(t,e){if((0,s.isInstanceOf)(t,u))return console.error(t.error),this;var n=(0,s.isString)(t)?new a(t,e||{}):t,r=n.name;if(this.listens(r)){n.target=this;for(var o=0,c=this.listeners[r]?i([],this.listeners[r],!0):[];o<c.length;o++)c[o].call(this,n)}return this},t.prototype.listens=function(t){return this.listeners[t]&&this.listeners[t].length>0},t}();e.CloudbaseEventEmitter=c;var l=new c;e.addEventListener=function(t,e){l.on(t,e)},e.activateEvent=function(t,e){void 0===e&&(e={}),l.fire(t,e)},e.removeEventListener=function(t,e){l.off(t,e)}},3616:function(t,e,n){var r=this&&this.__rest||function(t,e){var n={};for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&e.indexOf(r)<0&&(n[r]=t[r]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(t);o<r.length;o++)e.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(t,r[o])&&(n[r[o]]=t[r[o]])}return n};Object.defineProperty(e,"__esModule",{value:!0}),e.parseCaptcha=e.parseQueryString=e.transformPhone=e.sleep=e.printGroupLog=e.throwError=e.printInfo=e.printError=e.printWarn=e.execCallback=e.createPromiseCallback=e.removeParam=e.getHash=e.getQuery=e.toQueryString=e.formatUrl=e.generateRequestId=e.genSeqId=e.isFormData=e.isInstanceOf=e.isNull=e.isPalinObject=e.isUndefined=e.isString=e.isArray=void 0;var o=n(794);e.isArray=function(t){return"[object Array]"===Object.prototype.toString.call(t)},e.isString=function(t){return"string"==typeof t},e.isUndefined=function(t){return void 0===t},e.isPalinObject=function(t){return"[object Object]"===Object.prototype.toString.call(t)},e.isNull=function(t){return"[object Null]"===Object.prototype.toString.call(t)},e.isInstanceOf=function(t,e){return t instanceof e},e.isFormData=function(t){return"[object FormData]"===Object.prototype.toString.call(t)},e.genSeqId=function(){return Math.random().toString(16).slice(2)},e.generateRequestId=function(){var t=(new Date).getTime(),e=(null===Date||void 0===Date?void 0:Date.now)&&1e3*Date.now()||0;return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,function(n){var r=16*Math.random();return t>0?(r=(t+r)%16|0,t=Math.floor(t/16)):(r=(e+r)%16|0,e=Math.floor(e/16)),("x"===n?r:7&r|8).toString(16)})},e.formatUrl=function(t,e,n){void 0===n&&(n={});var r=/\?/.test(e),o="";return Object.keys(n).forEach(function(t){""===o?!r&&(e+="?"):o+="&",o+="".concat(t,"=").concat(encodeURIComponent(n[t]))}),/^http(s)?:\/\//.test(e+=o)?e:"".concat(t).concat(e)},e.toQueryString=function(t){void 0===t&&(t={});var e=[];return Object.keys(t).forEach(function(n){e.push("".concat(n,"=").concat(encodeURIComponent(t[n])))}),e.join("&")},e.getQuery=function(t,e){if("undefined"==typeof window)return!1;var n=e||decodeURIComponent(window.location.search),r=new RegExp("(^|&)".concat(t,"=([^&]*)(&|$)")),o=n.substr(n.indexOf("?")+1).match(r);return null!=o?o[2]:""},e.getHash=function(t){if("undefined"==typeof window)return"";var e=window.location.hash.match(new RegExp("[#?&/]".concat(t,"=([^&#]*)")));return e?e[1]:""},e.removeParam=function(t,e){var n=e.split("?")[0],r=[],o=-1!==e.indexOf("?")?e.split("?")[1]:"";if(""!==o){for(var i=(r=o.split("&")).length-1;i>=0;i-=1)r[i].split("=")[0]===t&&r.splice(i,1);n="".concat(n,"?").concat(r.join("&"))}return n},e.createPromiseCallback=function(){var t={};if(!Promise){(t=function(){}).promise={};var e=function(){throw new Error('Your Node runtime does support ES6 Promises. Set "global.Promise" to your preferred implementation of promises.')};return Object.defineProperty(t.promise,"then",{get:e}),Object.defineProperty(t.promise,"catch",{get:e}),t}var n=new Promise(function(e,n){t=function(t,r){return t?n(t):e(r)}});return t.promise=n,t},e.execCallback=function(t,e,n){if(void 0===n&&(n=null),t&&"function"==typeof t)return t(e,n);if(e)throw e;return n},e.printWarn=function(t,e){console.warn("[".concat((0,o.getSdkName)(),"][").concat(t,"]:").concat(e))},e.printError=function(t,e){console.error({code:t,msg:"[".concat((0,o.getSdkName)(),"][").concat(t,"]:").concat(e)})},e.printInfo=function(t,e){console.log("[".concat((0,o.getSdkName)(),"][").concat(t,"]:").concat(e))},e.throwError=function(t,e){throw new Error(JSON.stringify({code:t,msg:"[".concat((0,o.getSdkName)(),"][").concat(t,"]:").concat(e)}))},e.printGroupLog=function(t){var e,n=t.title,r=t.subtitle,o=void 0===r?"":r,i=t.content,s=void 0===i?[]:i,a=t.printTrace,u=void 0!==a&&a,c=t.collapsed;void 0!==c&&c?(console.groupCollapsed||console.error)(n,o):(console.group||console.error)(n,o);for(var l=0,h=s;l<h.length;l++){var d=h[l],f=d.type,p=d.body;switch(f){case"info":console.log(p);break;case"warn":console.warn(p);break;case"error":console.error(p)}}u&&(console.trace||console.log)("stack trace:"),null===(e=console.groupEnd)||void 0===e||e.call(console)},e.sleep=function(t){return void 0===t&&(t=0),new Promise(function(e){return setTimeout(e,t)})},e.transformPhone=function(t){return"+86".concat(t)},e.parseQueryString=function(t){t=t.replace(/^\?/,"");var e={};return t.split("&").forEach(function(t){var n=t.split("="),r=n[0],o=n[1];r=decodeURIComponent(r),o=decodeURIComponent(o),r&&(e[r]?Array.isArray(e[r])?e[r].push(o):e[r]=[e[r],o]:e[r]=o)}),e},e.parseCaptcha=function(t){var n={},o=t.match(/^(data:.*?)(\?[^#\s]*)?$/);if(o){t=o[1];var i=o[2];i&&(n=(0,e.parseQueryString)(i))}var s=n.token,a=r(n,["token"]);return/^data:/.test(t)&&!s?{error:"invalid_argument",error_description:"invalid captcha data: ".concat(t)}:s?{state:a.state,token:s,captchaData:t}:{error:"unimplemented",error_description:"need to impl captcha data"}}},9515:(t,e,n)=>{var r=n(8761)(n(7772),"DataView");t.exports=r},9612:(t,e,n)=>{var r=n(2118),o=n(6909),i=n(8138),s=n(4174),a=n(7942);function u(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}u.prototype.clear=r,u.prototype.delete=o,u.prototype.get=i,u.prototype.has=s,u.prototype.set=a,t.exports=u},235:(t,e,n)=>{var r=n(3945),o=n(1846),i=n(8028),s=n(2344),a=n(4769);function u(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}u.prototype.clear=r,u.prototype.delete=o,u.prototype.get=i,u.prototype.has=s,u.prototype.set=a,t.exports=u},326:(t,e,n)=>{var r=n(8761)(n(7772),"Map");t.exports=r},6738:(t,e,n)=>{var r=n(2411),o=n(6417),i=n(6928),s=n(9493),a=n(4150);function u(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}u.prototype.clear=r,u.prototype.delete=o,u.prototype.get=i,u.prototype.has=s,u.prototype.set=a,t.exports=u},2760:(t,e,n)=>{var r=n(8761)(n(7772),"Promise");t.exports=r},2143:(t,e,n)=>{var r=n(8761)(n(7772),"Set");t.exports=r},6571:(t,e,n)=>{var r=n(235),o=n(5243),i=n(2858),s=n(4417),a=n(8605),u=n(1418);function c(t){var e=this.__data__=new r(t);this.size=e.size}c.prototype.clear=o,c.prototype.delete=i,c.prototype.get=s,c.prototype.has=a,c.prototype.set=u,t.exports=c},857:(t,e,n)=>{var r=n(7772).Symbol;t.exports=r},9162:(t,e,n)=>{var r=n(7772).Uint8Array;t.exports=r},3215:(t,e,n)=>{var r=n(8761)(n(7772),"WeakMap");t.exports=r},2517:t=>{t.exports=function(t,e){for(var n=-1,r=null==t?0:t.length;++n<r&&!1!==e(t[n],n,t););return t}},7552:t=>{t.exports=function(t,e){for(var n=-1,r=null==t?0:t.length,o=0,i=[];++n<r;){var s=t[n];e(s,n,t)&&(i[o++]=s)}return i}},1634:(t,e,n)=>{var r=n(6473),o=n(9631),i=n(6152),s=n(3226),a=n(9045),u=n(7598),c=Object.prototype.hasOwnProperty;t.exports=function(t,e){var n=i(t),l=!n&&o(t),h=!n&&!l&&s(t),d=!n&&!l&&!h&&u(t),f=n||l||h||d,p=f?r(t.length,String):[],v=p.length;for(var y in t)!e&&!c.call(t,y)||f&&("length"==y||h&&("offset"==y||"parent"==y)||d&&("buffer"==y||"byteLength"==y||"byteOffset"==y)||a(y,v))||p.push(y);return p}},343:t=>{t.exports=function(t,e){for(var n=-1,r=null==t?0:t.length,o=Array(r);++n<r;)o[n]=e(t[n],n,t);return o}},5067:t=>{t.exports=function(t,e){for(var n=-1,r=e.length,o=t.length;++n<r;)t[o+n]=e[n];return t}},91:(t,e,n)=>{var r=n(3940),o=n(1225),i=Object.prototype.hasOwnProperty;t.exports=function(t,e,n){var s=t[e];i.call(t,e)&&o(s,n)&&(void 0!==n||e in t)||r(t,e,n)}},2218:(t,e,n)=>{var r=n(1225);t.exports=function(t,e){for(var n=t.length;n--;)if(r(t[n][0],e))return n;return-1}},7993:(t,e,n)=>{var r=n(752),o=n(249);t.exports=function(t,e){return t&&r(e,o(e),t)}},5906:(t,e,n)=>{var r=n(752),o=n(8582);t.exports=function(t,e){return t&&r(e,o(e),t)}},3940:(t,e,n)=>{var r=n(3043);t.exports=function(t,e,n){"__proto__"==e&&r?r(t,e,{configurable:!0,enumerable:!0,value:n,writable:!0}):t[e]=n}},8874:(t,e,n)=>{var r=n(6571),o=n(2517),i=n(91),s=n(7993),a=n(5906),u=n(2175),c=n(1522),l=n(7680),h=n(9987),d=n(3483),f=n(6939),p=n(940),v=n(9917),y=n(8222),m=n(8725),g=n(6152),b=n(3226),w=n(4714),_=n(9259),I=n(3679),E=n(249),S=n(8582),O="[object Arguments]",T="[object Function]",P="[object Object]",A={};A[O]=A["[object Array]"]=A["[object ArrayBuffer]"]=A["[object DataView]"]=A["[object Boolean]"]=A["[object Date]"]=A["[object Float32Array]"]=A["[object Float64Array]"]=A["[object Int8Array]"]=A["[object Int16Array]"]=A["[object Int32Array]"]=A["[object Map]"]=A["[object Number]"]=A[P]=A["[object RegExp]"]=A["[object Set]"]=A["[object String]"]=A["[object Symbol]"]=A["[object Uint8Array]"]=A["[object Uint8ClampedArray]"]=A["[object Uint16Array]"]=A["[object Uint32Array]"]=!0,A["[object Error]"]=A[T]=A["[object WeakMap]"]=!1,t.exports=function t(e,n,R,C,N,x){var U,L=1&n,D=2&n,k=4&n;if(R&&(U=N?R(e,C,N,x):R(e)),void 0!==U)return U;if(!_(e))return e;var j=g(e);if(j){if(U=v(e),!L)return c(e,U)}else{var q=p(e),M=q==T||"[object GeneratorFunction]"==q;if(b(e))return u(e,L);if(q==P||q==O||M&&!N){if(U=D||M?{}:m(e),!L)return D?h(e,a(U,e)):l(e,s(U,e))}else{if(!A[q])return N?e:{};U=y(e,q,L)}}x||(x=new r);var W=x.get(e);if(W)return W;x.set(e,U),I(e)?e.forEach(function(r){U.add(t(r,n,R,r,e,x))}):w(e)&&e.forEach(function(r,o){U.set(o,t(r,n,R,o,e,x))});var F=j?void 0:(k?D?f:d:D?S:E)(e);return o(F||e,function(r,o){F&&(r=e[o=r]),i(U,o,t(r,n,R,o,e,x))}),U}},9413:(t,e,n)=>{var r=n(9259),o=Object.create,i=function(){function t(){}return function(e){if(!r(e))return{};if(o)return o(e);t.prototype=e;var n=new t;return t.prototype=void 0,n}}();t.exports=i},3324:(t,e,n)=>{var r=n(7297),o=n(3812);t.exports=function(t,e){for(var n=0,i=(e=r(e,t)).length;null!=t&&n<i;)t=t[o(e[n++])];return n&&n==i?t:void 0}},1897:(t,e,n)=>{var r=n(5067),o=n(6152);t.exports=function(t,e,n){var i=e(t);return o(t)?i:r(i,n(t))}},3366:(t,e,n)=>{var r=n(857),o=n(2107),i=n(7157),s=r?r.toStringTag:void 0;t.exports=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":s&&s in Object(t)?o(t):i(t)}},5183:(t,e,n)=>{var r=n(3366),o=n(5125);t.exports=function(t){return o(t)&&"[object Arguments]"==r(t)}},4511:(t,e,n)=>{var r=n(940),o=n(5125);t.exports=function(t){return o(t)&&"[object Map]"==r(t)}},6840:(t,e,n)=>{var r=n(1049),o=n(7394),i=n(9259),s=n(7035),a=/^\[object .+?Constructor\]$/,u=Function.prototype,c=Object.prototype,l=u.toString,h=c.hasOwnProperty,d=RegExp("^"+l.call(h).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");t.exports=function(t){return!(!i(t)||o(t))&&(r(t)?d:a).test(s(t))}},8436:(t,e,n)=>{var r=n(940),o=n(5125);t.exports=function(t){return o(t)&&"[object Set]"==r(t)}},5522:(t,e,n)=>{var r=n(3366),o=n(1158),i=n(5125),s={};s["[object Float32Array]"]=s["[object Float64Array]"]=s["[object Int8Array]"]=s["[object Int16Array]"]=s["[object Int32Array]"]=s["[object Uint8Array]"]=s["[object Uint8ClampedArray]"]=s["[object Uint16Array]"]=s["[object Uint32Array]"]=!0,s["[object Arguments]"]=s["[object Array]"]=s["[object ArrayBuffer]"]=s["[object Boolean]"]=s["[object DataView]"]=s["[object Date]"]=s["[object Error]"]=s["[object Function]"]=s["[object Map]"]=s["[object Number]"]=s["[object Object]"]=s["[object RegExp]"]=s["[object Set]"]=s["[object String]"]=s["[object WeakMap]"]=!1,t.exports=function(t){return i(t)&&o(t.length)&&!!s[r(t)]}},6411:(t,e,n)=>{var r=n(6001),o=n(4248),i=Object.prototype.hasOwnProperty;t.exports=function(t){if(!r(t))return o(t);var e=[];for(var n in Object(t))i.call(t,n)&&"constructor"!=n&&e.push(n);return e}},8390:(t,e,n)=>{var r=n(9259),o=n(6001),i=n(2966),s=Object.prototype.hasOwnProperty;t.exports=function(t){if(!r(t))return i(t);var e=o(t),n=[];for(var a in t)("constructor"!=a||!e&&s.call(t,a))&&n.push(a);return n}},2857:(t,e,n)=>{var r=n(91),o=n(7297),i=n(9045),s=n(9259),a=n(3812);t.exports=function(t,e,n,u){if(!s(t))return t;for(var c=-1,l=(e=o(e,t)).length,h=l-1,d=t;null!=d&&++c<l;){var f=a(e[c]),p=n;if("__proto__"===f||"constructor"===f||"prototype"===f)return t;if(c!=h){var v=d[f];void 0===(p=u?u(v,f,d):void 0)&&(p=s(v)?v:i(e[c+1])?[]:{})}r(d,f,p),d=d[f]}return t}},9872:t=>{t.exports=function(t,e,n){var r=-1,o=t.length;e<0&&(e=-e>o?0:o+e),(n=n>o?o:n)<0&&(n+=o),o=e>n?0:n-e>>>0,e>>>=0;for(var i=Array(o);++r<o;)i[r]=t[r+e];return i}},6473:t=>{t.exports=function(t,e){for(var n=-1,r=Array(t);++n<t;)r[n]=e(n);return r}},1054:(t,e,n)=>{var r=n(857),o=n(343),i=n(6152),s=n(4795),a=r?r.prototype:void 0,u=a?a.toString:void 0;t.exports=function t(e){if("string"==typeof e)return e;if(i(e))return o(e,t)+"";if(s(e))return u?u.call(e):"";var n=e+"";return"0"==n&&1/e==-1/0?"-0":n}},7826:t=>{t.exports=function(t){return function(e){return t(e)}}},9078:(t,e,n)=>{var r=n(7297),o=n(6974),i=n(2721),s=n(3812),a=Object.prototype.hasOwnProperty;t.exports=function(t,e){var n=-1,u=(e=r(e,t)).length;if(!u)return!0;for(;++n<u;){var c=s(e[n]);if("__proto__"===c&&!a.call(t,"__proto__"))return!1;if(("constructor"===c||"prototype"===c)&&n<u-1)return!1}var l=i(t,e);return null==l||delete l[s(o(e))]}},7297:(t,e,n)=>{var r=n(6152),o=n(1401),i=n(4452),s=n(6188);t.exports=function(t,e){return r(t)?t:o(t,e)?[t]:i(s(t))}},9882:(t,e,n)=>{var r=n(9162);t.exports=function(t){var e=new t.constructor(t.byteLength);return new r(e).set(new r(t)),e}},2175:(t,e,n)=>{t=n.nmd(t);var r=n(7772),o=e&&!e.nodeType&&e,i=o&&t&&!t.nodeType&&t,s=i&&i.exports===o?r.Buffer:void 0,a=s?s.allocUnsafe:void 0;t.exports=function(t,e){if(e)return t.slice();var n=t.length,r=a?a(n):new t.constructor(n);return t.copy(r),r}},4727:(t,e,n)=>{var r=n(9882);t.exports=function(t,e){var n=e?r(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.byteLength)}},6058:t=>{var e=/\w*$/;t.exports=function(t){var n=new t.constructor(t.source,e.exec(t));return n.lastIndex=t.lastIndex,n}},169:(t,e,n)=>{var r=n(857),o=r?r.prototype:void 0,i=o?o.valueOf:void 0;t.exports=function(t){return i?Object(i.call(t)):{}}},6190:(t,e,n)=>{var r=n(9882);t.exports=function(t,e){var n=e?r(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.length)}},1522:t=>{t.exports=function(t,e){var n=-1,r=t.length;for(e||(e=Array(r));++n<r;)e[n]=t[n];return e}},752:(t,e,n)=>{var r=n(91),o=n(3940);t.exports=function(t,e,n,i){var s=!n;n||(n={});for(var a=-1,u=e.length;++a<u;){var c=e[a],l=i?i(n[c],t[c],c,n,t):void 0;void 0===l&&(l=t[c]),s?o(n,c,l):r(n,c,l)}return n}},7680:(t,e,n)=>{var r=n(752),o=n(633);t.exports=function(t,e){return r(t,o(t),e)}},9987:(t,e,n)=>{var r=n(752),o=n(2680);t.exports=function(t,e){return r(t,o(t),e)}},4019:(t,e,n)=>{var r=n(7772)["__core-js_shared__"];t.exports=r},3043:(t,e,n)=>{var r=n(8761),o=function(){try{var t=r(Object,"defineProperty");return t({},"",{}),t}catch(t){}}();t.exports=o},1242:(t,e,n)=>{var r="object"==typeof n.g&&n.g&&n.g.Object===Object&&n.g;t.exports=r},3483:(t,e,n)=>{var r=n(1897),o=n(633),i=n(249);t.exports=function(t){return r(t,i,o)}},6939:(t,e,n)=>{var r=n(1897),o=n(2680),i=n(8582);t.exports=function(t){return r(t,i,o)}},7937:(t,e,n)=>{var r=n(8304);t.exports=function(t,e){var n=t.__data__;return r(e)?n["string"==typeof e?"string":"hash"]:n.map}},8761:(t,e,n)=>{var r=n(6840),o=n(8109);t.exports=function(t,e){var n=o(t,e);return r(n)?n:void 0}},7353:(t,e,n)=>{var r=n(241)(Object.getPrototypeOf,Object);t.exports=r},2107:(t,e,n)=>{var r=n(857),o=Object.prototype,i=o.hasOwnProperty,s=o.toString,a=r?r.toStringTag:void 0;t.exports=function(t){var e=i.call(t,a),n=t[a];try{t[a]=void 0;var r=!0}catch(t){}var o=s.call(t);return r&&(e?t[a]=n:delete t[a]),o}},633:(t,e,n)=>{var r=n(7552),o=n(981),i=Object.prototype.propertyIsEnumerable,s=Object.getOwnPropertySymbols,a=s?function(t){return null==t?[]:(t=Object(t),r(s(t),function(e){return i.call(t,e)}))}:o;t.exports=a},2680:(t,e,n)=>{var r=n(5067),o=n(7353),i=n(633),s=n(981),a=Object.getOwnPropertySymbols?function(t){for(var e=[];t;)r(e,i(t)),t=o(t);return e}:s;t.exports=a},940:(t,e,n)=>{var r=n(9515),o=n(326),i=n(2760),s=n(2143),a=n(3215),u=n(3366),c=n(7035),l="[object Map]",h="[object Promise]",d="[object Set]",f="[object WeakMap]",p="[object DataView]",v=c(r),y=c(o),m=c(i),g=c(s),b=c(a),w=u;(r&&w(new r(new ArrayBuffer(1)))!=p||o&&w(new o)!=l||i&&w(i.resolve())!=h||s&&w(new s)!=d||a&&w(new a)!=f)&&(w=function(t){var e=u(t),n="[object Object]"==e?t.constructor:void 0,r=n?c(n):"";if(r)switch(r){case v:return p;case y:return l;case m:return h;case g:return d;case b:return f}return e}),t.exports=w},8109:t=>{t.exports=function(t,e){return null==t?void 0:t[e]}},2118:(t,e,n)=>{var r=n(9191);t.exports=function(){this.__data__=r?r(null):{},this.size=0}},6909:t=>{t.exports=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e}},8138:(t,e,n)=>{var r=n(9191),o=Object.prototype.hasOwnProperty;t.exports=function(t){var e=this.__data__;if(r){var n=e[t];return"__lodash_hash_undefined__"===n?void 0:n}return o.call(e,t)?e[t]:void 0}},4174:(t,e,n)=>{var r=n(9191),o=Object.prototype.hasOwnProperty;t.exports=function(t){var e=this.__data__;return r?void 0!==e[t]:o.call(e,t)}},7942:(t,e,n)=>{var r=n(9191);t.exports=function(t,e){var n=this.__data__;return this.size+=this.has(t)?0:1,n[t]=r&&void 0===e?"__lodash_hash_undefined__":e,this}},9917:t=>{var e=Object.prototype.hasOwnProperty;t.exports=function(t){var n=t.length,r=new t.constructor(n);return n&&"string"==typeof t[0]&&e.call(t,"index")&&(r.index=t.index,r.input=t.input),r}},8222:(t,e,n)=>{var r=n(9882),o=n(4727),i=n(6058),s=n(169),a=n(6190);t.exports=function(t,e,n){var u=t.constructor;switch(e){case"[object ArrayBuffer]":return r(t);case"[object Boolean]":case"[object Date]":return new u(+t);case"[object DataView]":return o(t,n);case"[object Float32Array]":case"[object Float64Array]":case"[object Int8Array]":case"[object Int16Array]":case"[object Int32Array]":case"[object Uint8Array]":case"[object Uint8ClampedArray]":case"[object Uint16Array]":case"[object Uint32Array]":return a(t,n);case"[object Map]":case"[object Set]":return new u;case"[object Number]":case"[object String]":return new u(t);case"[object RegExp]":return i(t);case"[object Symbol]":return s(t)}}},8725:(t,e,n)=>{var r=n(9413),o=n(7353),i=n(6001);t.exports=function(t){return"function"!=typeof t.constructor||i(t)?{}:r(o(t))}},9045:t=>{var e=/^(?:0|[1-9]\d*)$/;t.exports=function(t,n){var r=typeof t;return!!(n=n??9007199254740991)&&("number"==r||"symbol"!=r&&e.test(t))&&t>-1&&t%1==0&&t<n}},1401:(t,e,n)=>{var r=n(6152),o=n(4795),i=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,s=/^\w*$/;t.exports=function(t,e){if(r(t))return!1;var n=typeof t;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=t&&!o(t))||s.test(t)||!i.test(t)||null!=e&&t in Object(e)}},8304:t=>{t.exports=function(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t}},7394:(t,e,n)=>{var r,o=n(4019),i=(r=/[^.]+$/.exec(o&&o.keys&&o.keys.IE_PROTO||""))?"Symbol(src)_1."+r:"";t.exports=function(t){return!!i&&i in t}},6001:t=>{var e=Object.prototype;t.exports=function(t){var n=t&&t.constructor;return t===("function"==typeof n&&n.prototype||e)}},3945:t=>{t.exports=function(){this.__data__=[],this.size=0}},1846:(t,e,n)=>{var r=n(2218),o=Array.prototype.splice;t.exports=function(t){var e=this.__data__,n=r(e,t);return!(n<0||(n==e.length-1?e.pop():o.call(e,n,1),--this.size,0))}},8028:(t,e,n)=>{var r=n(2218);t.exports=function(t){var e=this.__data__,n=r(e,t);return n<0?void 0:e[n][1]}},2344:(t,e,n)=>{var r=n(2218);t.exports=function(t){return r(this.__data__,t)>-1}},4769:(t,e,n)=>{var r=n(2218);t.exports=function(t,e){var n=this.__data__,o=r(n,t);return o<0?(++this.size,n.push([t,e])):n[o][1]=e,this}},2411:(t,e,n)=>{var r=n(9612),o=n(235),i=n(326);t.exports=function(){this.size=0,this.__data__={hash:new r,map:new(i||o),string:new r}}},6417:(t,e,n)=>{var r=n(7937);t.exports=function(t){var e=r(this,t).delete(t);return this.size-=e?1:0,e}},6928:(t,e,n)=>{var r=n(7937);t.exports=function(t){return r(this,t).get(t)}},9493:(t,e,n)=>{var r=n(7937);t.exports=function(t){return r(this,t).has(t)}},4150:(t,e,n)=>{var r=n(7937);t.exports=function(t,e){var n=r(this,t),o=n.size;return n.set(t,e),this.size+=n.size==o?0:1,this}},7777:(t,e,n)=>{var r=n(733);t.exports=function(t){var e=r(t,function(t){return 500===n.size&&n.clear(),t}),n=e.cache;return e}},9191:(t,e,n)=>{var r=n(8761)(Object,"create");t.exports=r},4248:(t,e,n)=>{var r=n(241)(Object.keys,Object);t.exports=r},2966:t=>{t.exports=function(t){var e=[];if(null!=t)for(var n in Object(t))e.push(n);return e}},4146:(t,e,n)=>{t=n.nmd(t);var r=n(1242),o=e&&!e.nodeType&&e,i=o&&t&&!t.nodeType&&t,s=i&&i.exports===o&&r.process,a=function(){try{return i&&i.require&&i.require("util").types||s&&s.binding&&s.binding("util")}catch(t){}}();t.exports=a},7157:t=>{var e=Object.prototype.toString;t.exports=function(t){return e.call(t)}},241:t=>{t.exports=function(t,e){return function(n){return t(e(n))}}},2721:(t,e,n)=>{var r=n(3324),o=n(9872);t.exports=function(t,e){return e.length<2?t:r(t,o(e,0,-1))}},7772:(t,e,n)=>{var r=n(1242),o="object"==typeof self&&self&&self.Object===Object&&self,i=r||o||Function("return this")();t.exports=i},5243:(t,e,n)=>{var r=n(235);t.exports=function(){this.__data__=new r,this.size=0}},2858:t=>{t.exports=function(t){var e=this.__data__,n=e.delete(t);return this.size=e.size,n}},4417:t=>{t.exports=function(t){return this.__data__.get(t)}},8605:t=>{t.exports=function(t){return this.__data__.has(t)}},1418:(t,e,n)=>{var r=n(235),o=n(326),i=n(6738);t.exports=function(t,e){var n=this.__data__;if(n instanceof r){var s=n.__data__;if(!o||s.length<199)return s.push([t,e]),this.size=++n.size,this;n=this.__data__=new i(s)}return n.set(t,e),this.size=n.size,this}},4452:(t,e,n)=>{var r=n(7777),o=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,i=/\\(\\)?/g,s=r(function(t){var e=[];return 46===t.charCodeAt(0)&&e.push(""),t.replace(o,function(t,n,r,o){e.push(r?o.replace(i,"$1"):n||t)}),e});t.exports=s},3812:(t,e,n)=>{var r=n(4795);t.exports=function(t){if("string"==typeof t||r(t))return t;var e=t+"";return"0"==e&&1/t==-1/0?"-0":e}},7035:t=>{var e=Function.prototype.toString;t.exports=function(t){if(null!=t){try{return e.call(t)}catch(t){}try{return t+""}catch(t){}}return""}},9850:(t,e,n)=>{var r=n(8874);t.exports=function(t){return r(t,5)}},1225:t=>{t.exports=function(t,e){return t===e||t!=t&&e!=e}},9631:(t,e,n)=>{var r=n(5183),o=n(5125),i=Object.prototype,s=i.hasOwnProperty,a=i.propertyIsEnumerable,u=r(function(){return arguments}())?r:function(t){return o(t)&&s.call(t,"callee")&&!a.call(t,"callee")};t.exports=u},6152:t=>{var e=Array.isArray;t.exports=e},7878:(t,e,n)=>{var r=n(1049),o=n(1158);t.exports=function(t){return null!=t&&o(t.length)&&!r(t)}},3226:(t,e,n)=>{t=n.nmd(t);var r=n(7772),o=n(6330),i=e&&!e.nodeType&&e,s=i&&t&&!t.nodeType&&t,a=s&&s.exports===i?r.Buffer:void 0,u=(a?a.isBuffer:void 0)||o;t.exports=u},1049:(t,e,n)=>{var r=n(3366),o=n(9259);t.exports=function(t){if(!o(t))return!1;var e=r(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e}},1158:t=>{t.exports=function(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=9007199254740991}},4714:(t,e,n)=>{var r=n(4511),o=n(7826),i=n(4146),s=i&&i.isMap,a=s?o(s):r;t.exports=a},9259:t=>{t.exports=function(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)}},5125:t=>{t.exports=function(t){return null!=t&&"object"==typeof t}},3679:(t,e,n)=>{var r=n(8436),o=n(7826),i=n(4146),s=i&&i.isSet,a=s?o(s):r;t.exports=a},4795:(t,e,n)=>{var r=n(3366),o=n(5125);t.exports=function(t){return"symbol"==typeof t||o(t)&&"[object Symbol]"==r(t)}},7598:(t,e,n)=>{var r=n(5522),o=n(7826),i=n(4146),s=i&&i.isTypedArray,a=s?o(s):r;t.exports=a},249:(t,e,n)=>{var r=n(1634),o=n(6411),i=n(7878);t.exports=function(t){return i(t)?r(t):o(t)}},8582:(t,e,n)=>{var r=n(1634),o=n(8390),i=n(7878);t.exports=function(t){return i(t)?r(t,!0):o(t)}},6974:t=>{t.exports=function(t){var e=null==t?0:t.length;return e?t[e-1]:void 0}},733:(t,e,n)=>{var r=n(6738);function o(t,e){if("function"!=typeof t||null!=e&&"function"!=typeof e)throw new TypeError("Expected a function");var n=function(){var r=arguments,o=e?e.apply(this,r):r[0],i=n.cache;if(i.has(o))return i.get(o);var s=t.apply(this,r);return n.cache=i.set(o,s)||i,s};return n.cache=new(o.Cache||r),n}o.Cache=r,t.exports=o},6765:(t,e,n)=>{var r=n(2857);t.exports=function(t,e,n){return null==t?t:r(t,e,n)}},981:t=>{t.exports=function(){return[]}},6330:t=>{t.exports=function(){return!1}},6188:(t,e,n)=>{var r=n(1054);t.exports=function(t){return null==t?"":r(t)}},7195:(t,e,n)=>{var r=n(9078);t.exports=function(t,e){return null==t||r(t,e)}},7149:e=>{e.exports=t}},c={};function l(t){var e=c[t];if(void 0!==e)return e.exports;var n=c[t]={id:t,loaded:!1,exports:{}};return u[t].call(n.exports,n,n.exports,l),n.loaded=!0,n.exports}l.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return l.d(e,{a:e}),e},l.d=(t,e)=>{for(var n in e)l.o(e,n)&&!l.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},l.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"==typeof window)return window}}(),l.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),l.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},l.nmd=t=>(t.paths=[],t.children||(t.children=[]),t);var h={};(()=>{l.d(h,{Z:()=>Xc});var t={};l.r(t);var u={};l.r(u),l.d(u,{ArkSimpleModel:()=>ps,DSSimpleModel:()=>bs,DefaultImageModel:()=>zs,DefaultSimpleModel:()=>Hs,HunYuanBetaSimpleModel:()=>is,HunYuanExpSimpleModel:()=>Us,HunYuanOpenSimpleModel:()=>js,HunYuanSimpleModel:()=>cs,MODELS:()=>aa,MoonshotSimpleModel:()=>Rs,ReactModel:()=>ta,YiSimpleModel:()=>Ss,ZhiPuSimpleModel:()=>Xi,toolMap:()=>ra});var c={};l.r(c),l.d(c,{LineString:()=>gu,MultiLineString:()=>Eu,MultiPoint:()=>_u,MultiPolygon:()=>Ou,Point:()=>xu,Polygon:()=>wu});var d="@cloudbase/js-sdk";function f(){return d}var p="https:",v="https://support.qq.com/products/148793",y={INVALID_PARAMS:"INVALID_PARAMS",INVALID_SYNTAX:"INVALID_SYNTAX",INVALID_OPERATION:"INVALID_OPERATION",OPERATION_FAIL:"OPERATION_FAIL",NETWORK_ERROR:"NETWORK_ERROR",UNKOWN_ERROR:"UNKOWN_ERROR"},m=l(7149);function g(t){return"[object Array]"===Object.prototype.toString.call(t)}function b(t){return"string"==typeof t}function w(t){return"[object FormData]"===Object.prototype.toString.call(t)}function _(){var t=(new Date).getTime(),e=(null===Date||void 0===Date?void 0:Date.now)&&1e3*Date.now()||0;return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,function(n){var r=16*Math.random();return t>0?(r=(t+r)%16|0,t=Math.floor(t/16)):(r=(e+r)%16|0,e=Math.floor(e/16)),("x"===n?r:7&r|8).toString(16)})}function I(t,e,n){void 0===n&&(n={});var r=/\?/.test(e),o="";return Object.keys(n).forEach(function(t){""===o?!r&&(e+="?"):o+="&",o+="".concat(t,"=").concat(encodeURIComponent(n[t]))}),/^http(s)?:\/\//.test(e+=o)?e:"".concat(t).concat(e)}function E(t,e){if("undefined"==typeof window)return!1;var n=e||decodeURIComponent(window.location.search),r=new RegExp("(^|&)".concat(t,"=([^&]*)(&|$)")),o=n.substr(n.indexOf("?")+1).match(r);return null!=o?o[2]:""}function S(t,e,n){if(void 0===n&&(n=null),t&&"function"==typeof t)return t(e,n);if(e)throw e;return n}function O(t,e){console.warn("[".concat(f(),"][").concat(t,"]:").concat(e))}function T(t){var e={},n=t.match(/^(data:.*?)(\?[^#\s]*)?$/);if(n){t=n[1];var r=n[2];r&&(e=function(t){t=t.replace(/^\?/,"");var e={};return t.split("&").forEach(function(t){var n=t.split("="),r=n[0],o=n[1];r=decodeURIComponent(r),o=decodeURIComponent(o),r&&(e[r]?Array.isArray(e[r])?e[r].push(o):e[r]=[e[r],o]:e[r]=o)}),e}(r))}var o=e.token,i=function(t,e){var n={};for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&e.indexOf(r)<0&&(n[r]=t[r]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(t);o<r.length;o++)e.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(t,r[o])&&(n[r[o]]=t[r[o]])}return n}(e,["token"]);return/^data:/.test(t)&&!o?{error:"invalid_argument",error_description:"invalid captcha data: ".concat(t)}:o?{state:i.state,token:o,captchaData:t}:{error:"unimplemented",error_description:"need to impl captcha data"}}var P,A,R=(P=function(t,e){return P=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},P(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}P(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),C=function(){return C=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},C.apply(this,arguments)},N=function(t,e,n,r){return new(n||(n=Promise))(function(o,i){function s(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(s,a)}u((r=r.apply(t,e||[])).next())})},x=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}},U=function(t){function e(e){var n=t.call(this)||this,r=e.timeout,o=e.timeoutMsg,i=e.restrictedMethods;return n.timeout=r||0,n.timeoutMsg=o||"请求超时",n.restrictedMethods=i||["get","post","upload","download"],n}return R(e,t),e.prototype.get=function(t){return this.request(C(C({},t),{method:"get"}),this.restrictedMethods.includes("get"))},e.prototype.post=function(t){return this.request(C(C({},t),{method:"post"}),this.restrictedMethods.includes("post"))},e.prototype.put=function(t){return this.request(C(C({},t),{method:"put"}))},e.prototype.upload=function(t){var e=t.data,n=t.file,r=t.name,o=t.method,i=t.headers,s=void 0===i?{}:i,a={post:"post",put:"put"}[null==o?void 0:o.toLowerCase()]||"put",u=new FormData;return"post"===a?(Object.keys(e).forEach(function(t){u.append(t,e[t])}),u.append("key",r),u.append("file",n),this.request(C(C({},t),{data:u,method:a}),this.restrictedMethods.includes("upload"))):this.request(C(C({},t),{method:"put",headers:s,body:n}),this.restrictedMethods.includes("upload"))},e.prototype.download=function(t){return N(this,void 0,Promise,function(){var e,n,r,o;return x(this,function(i){switch(i.label){case 0:return i.trys.push([0,2,,3]),[4,this.get(C(C({},t),{headers:{},responseType:"blob"}))];case 1:return e=i.sent().data,n=window.URL.createObjectURL(new Blob([e])),r=decodeURIComponent(new URL(t.url).pathname.split("/").pop()||""),(o=document.createElement("a")).href=n,o.setAttribute("download",r),o.style.display="none",document.body.appendChild(o),o.click(),window.URL.revokeObjectURL(n),document.body.removeChild(o),[3,3];case 2:return i.sent(),[3,3];case 3:return[2,new Promise(function(e){e({statusCode:200,tempFilePath:t.url})})]}})})},e.prototype.fetch=function(t){var e;return N(this,void 0,Promise,function(){var n,r,o,i,s,a,u,c,l,h,d,f,p,v=this;return x(this,function(y){switch(y.label){case 0:return n=new AbortController,r=t.url,o=t.enableAbort,i=void 0!==o&&o,s=t.stream,a=void 0!==s&&s,u=t.signal,c=t.timeout,l=t.shouldThrowOnError,h=void 0===l||l,d=null!=c?c:this.timeout,u&&(u.aborted&&n.abort(),u.addEventListener("abort",function(){return n.abort()})),f=null,i&&d&&(f=setTimeout(function(){console.warn(v.timeoutMsg),n.abort(new Error(v.timeoutMsg))},d)),[4,fetch(r,C(C({},t),{signal:n.signal})).then(function(t){return N(v,void 0,void 0,function(){var e,n,r;return x(this,function(o){switch(o.label){case 0:return clearTimeout(f),h?t.ok?(e=t,[3,3]):[3,1]:[3,4];case 1:return r=(n=Promise).reject,[4,t.json()];case 2:e=r.apply(n,[o.sent()]),o.label=3;case 3:return[2,e];case 4:return[2,t]}})})}).catch(function(t){return clearTimeout(f),Promise.reject(t)})];case 1:return p=y.sent(),[2,{data:a?p.body:(null===(e=p.headers.get("content-type"))||void 0===e?void 0:e.includes("application/json"))?p.json():p.text(),statusCode:p.status,header:p.headers,response:p}]}})})},e.prototype.request=function(t,e){var n=this;void 0===e&&(e=!1);var r=String(t.method).toLowerCase()||"get";return new Promise(function(o){var i=t.url,s=t.headers,a=void 0===s?{}:s,u=t.data,c=t.responseType,l=t.withCredentials,h=t.body,d=t.onUploadProgress,f=I(p,i,"get"===r?u:{}),v=new XMLHttpRequest;v.open(r,f),c&&(v.responseType=c);var y,m,g=t.signal;g&&(g.aborted?v.abort():g.addEventListener("abort",function(){return v.abort()},{once:!0})),Object.keys(a).forEach(function(t){v.setRequestHeader(t,a[t])}),d&&v.upload.addEventListener("progress",d),v.onreadystatechange=function(){var t={};if(4===v.readyState){var e=v.getAllResponseHeaders().trim().split(/[\r\n]+/),n={};e.forEach(function(t){var e=t.split(": "),r=e.shift().toLowerCase(),o=e.join(": ");n[r]=o}),t.header=n,t.statusCode=v.status;try{t.data="blob"===c?v.response:JSON.parse(v.responseText)}catch(e){t.data="blob"===c?v.response:v.responseText}clearTimeout(y),o(t)}},e&&n.timeout&&(y=setTimeout(function(){console.warn(n.timeoutMsg),v.abort()},n.timeout)),m=w(u)?u:"application/x-www-form-urlencoded"===a["content-type"]?function(t){void 0===t&&(t={});var e=[];return Object.keys(t).forEach(function(n){e.push("".concat(n,"=").concat(encodeURIComponent(t[n])))}),e.join("&")}(u):h||(u?JSON.stringify(u):void 0),l&&(v.withCredentials=!0),v.send(m)})},e}(m.AbstractSDKRequest),L=function(){return L=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},L.apply(this,arguments)};!function(t){t.WEB="web",t.WX_MP="wx_mp"}(A||(A={}));var D=function(){var t=function(e,n){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},t(e,n)};return function(e,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),k=function(t,e,n,r){return new(n||(n=Promise))(function(o,i){function s(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(s,a)}u((r=r.apply(t,e||[])).next())})},j=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}},q=function(t){function e(e){var n=t.call(this)||this;return n.root=e,e.tcbCacheObject||(e.tcbCacheObject={}),n}return D(e,t),e.prototype.setItem=function(t,e){this.root.tcbCacheObject[t]=e},e.prototype.getItem=function(t){return this.root.tcbCacheObject[t]},e.prototype.removeItem=function(t){delete this.root.tcbCacheObject[t]},e.prototype.clear=function(){delete this.root.tcbCacheObject},e}(m.AbstractStorage),M=function(){function t(t){this.keys={};var e=t.persistence,n=t.platformInfo,r=void 0===n?{}:n,o=t.keys,i=void 0===o?{}:o;this.platformInfo=r,this.storage||(this.persistenceTag=this.platformInfo.adapter.primaryStorage||e,this.storage=function(t,e){switch(t){case"local":default:return e.localStorage?e.localStorage:(O(y.INVALID_PARAMS,"localStorage is not supported on current platform"),new q(e.root));case"none":return new q(e.root)}}(this.persistenceTag,this.platformInfo.adapter),this.keys=i)}return Object.defineProperty(t.prototype,"mode",{get:function(){return this.storage.mode||"sync"},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"persistence",{get:function(){return this.persistenceTag},enumerable:!1,configurable:!0}),t.prototype.setStore=function(t,e,n){if("async"!==this.mode){if(this.storage)try{var r={version:n||"localCachev1",content:e};this.storage.setItem(t,JSON.stringify(r))}catch(t){throw new Error(JSON.stringify({code:y.OPERATION_FAIL,msg:"[".concat(f(),"][").concat(y.OPERATION_FAIL,"]setStore failed"),info:t}))}}else O(y.INVALID_OPERATION,"current platform's storage is asynchronous, please use setStoreAsync insteed")},t.prototype.setStoreAsync=function(t,e,n){return k(this,void 0,void 0,function(){var r;return j(this,function(o){switch(o.label){case 0:if(!this.storage)return[2];o.label=1;case 1:return o.trys.push([1,3,,4]),r={version:n||"localCachev1",content:e},[4,this.storage.setItem(t,JSON.stringify(r))];case 2:return o.sent(),[3,4];case 3:return o.sent(),[2];case 4:return[2]}})})},t.prototype.getStore=function(t,e){var n;if("async"!==this.mode){try{if("undefined"!=typeof process&&(null===(n={IS_MP_BUILD:!1,IS_BROWSER_BUILD:!0})||void 0===n?void 0:n.tcb_token))return{IS_MP_BUILD:!1,IS_BROWSER_BUILD:!0}.tcb_token;if(!this.storage)return""}catch(t){return""}e=e||"localCachev1";var r=this.storage.getItem(t);return r&&r.indexOf(e)>=0?JSON.parse(r).content:""}O(y.INVALID_OPERATION,"current platform's storage is asynchronous, please use getStoreAsync insteed")},t.prototype.getStoreAsync=function(t,e){var n;return k(this,void 0,void 0,function(){var r;return j(this,function(o){switch(o.label){case 0:try{if("undefined"!=typeof process&&(null===(n={IS_MP_BUILD:!1,IS_BROWSER_BUILD:!0})||void 0===n?void 0:n.tcb_token))return[2,{IS_MP_BUILD:!1,IS_BROWSER_BUILD:!0}.tcb_token];if(!this.storage)return[2,""]}catch(t){return[2,""]}return e=e||"localCachev1",[4,this.storage.getItem(t)];case 1:return(r=o.sent())&&r.indexOf(e)>=0?[2,JSON.parse(r).content]:[2,""]}})})},t.prototype.removeStore=function(t){"async"!==this.mode?this.storage.removeItem(t):O(y.INVALID_OPERATION,"current platform's storage is asynchronous, please use removeStoreAsync insteed")},t.prototype.removeStoreAsync=function(t){return k(this,void 0,void 0,function(){return j(this,function(e){switch(e.label){case 0:return[4,this.storage.removeItem(t)];case 1:return e.sent(),[2]}})})},t}(),W=function(){var t=function(e,n){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},t(e,n)};return function(e,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),F=function(t,e){this.data=e||null,this.name=t},B=function(t){function e(e,n){var r=t.call(this,"error",{error:e,data:n})||this;return r.error=e,r}return W(e,t),e}(F),V=function(){function t(){this.listeners={}}return t.prototype.on=function(t,e){return function(t,e,n){n[t]=n[t]||[],n[t].push(e)}(t,e,this.listeners),this},t.prototype.off=function(t,e){return function(t,e,n){if(null==n?void 0:n[t]){var r=n[t].indexOf(e);-1!==r&&n[t].splice(r,1)}}(t,e,this.listeners),this},t.prototype.fire=function(t,e){if(t instanceof B)return console.error(t.error),this;var n=b(t)?new F(t,e||{}):t,r=n.name;if(this.listens(r)){n.target=this;for(var o=0,i=this.listeners[r]?function(t,e,n){if(n||2===arguments.length)for(var r,o=0,i=e.length;o<i;o++)!r&&o in e||(r||(r=Array.prototype.slice.call(e,0,o)),r[o]=e[o]);return t.concat(r||Array.prototype.slice.call(e))}([],this.listeners[r],!0):[];o<i.length;o++)i[o].call(this,n)}return this},t.prototype.listens=function(t){return this.listeners[t]&&this.listeners[t].length>0},t}();new V;var G=new V,H="lang_change";function K(t){return t.mode,t.customInfo,t.title,t.messages,function(t,e,n){}}"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.indexOf("Firefox");J={default:()=>e.default},z={},l.d(z,J);var J,z,Y=function(t,e,n){if(n||2===arguments.length)for(var r,o=0,i=e.length;o<i;o++)!r&&o in e||(r||(r=Array.prototype.slice.call(e,0,o)),r[o]=e[o]);return t.concat(r||Array.prototype.slice.call(e))},Q=y,$={};function X(t,e){var n=e.name,r=e.namespace,o=e.entity,i=e.injectEvents,s=e.IIFE,a=void 0!==s&&s;if($[n]||r&&t[r])throw new Error(JSON.stringify({code:Q.INVALID_OPERATION,msg:"Duplicate component ".concat(n)}));if(a){if(!o||"function"!=typeof o)throw new Error(JSON.stringify({code:Q.INVALID_PARAMS,msg:"IIFE component's entity must be a function"}));o.call(t)}if($[n]=e,r?t.prototype[r]=o:Z(t.prototype,o),i){var u=i.bus,c=i.events;if(!u||!c||0===c.length)return;var l=t.prototype.fire||function(){};t.prototype.events||(t.prototype.events={}),(t.prototype.events||{})[n]?t.prototype.events[n].events=Y(Y([],t.prototype.events[n].events,!0),c,!0):t.prototype.events[n]={bus:u,events:c},t.prototype.fire=function(t,e){l(t,e);for(var n=0,r=Object.keys(this.events);n<r.length;n++){var o=r[n],i=this.events[o],s=i.bus;if(i.events.includes(t)){s.fire(t,e);break}}}}}function Z(t,e){if(!(e instanceof Object))return e;switch(e.constructor){case Date:return new Date(e.getTime());case Object:void 0===t&&(t={});break;case Array:t=[];break;default:return e}for(var n=0,r=Object.keys(e);n<r.length;n++){var o=r[n];Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=Z(t[o],e[o]))}return t}const tt=(t=>{var e={};return l.d(e,t),e})({WxMpWebSocket:()=>n.WxMpWebSocket,WxRequest:()=>n.WxRequest,default:()=>n.default,parseQueryString:()=>n.parseQueryString,wxMpStorage:()=>n.wxMpStorage});var et=function(){return et=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},et.apply(this,arguments)},nt={},rt=function(){return rt=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},rt.apply(this,arguments)},ot=M,it={},st={};function at(t){var e=t.env,n=t.platformInfo,r={userInfoKey:"".concat("user_info","_").concat(e)};it[e]=it[e]||new ot(rt(rt({},t),{keys:r,platformInfo:n})),st[e]=st[e]||new ot(rt(rt({},t),{keys:r,platformInfo:n,persistence:"local"}))}function ut(t){return st[t]}var ct=function(){return ct=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},ct.apply(this,arguments)},lt="",ht="@cloudbase/js-sdk";function dt(){return lt}var ft,pt=[],vt=["env","endPointKey","region"],yt="https:";function mt(t){return pt.find(function(e){return vt.filter(function(e){return null!=t[e]}).every(function(n){return e[n]===t[n]})})}function gt(t){var e,n;t.protocol&&!/:$/.test(t.protocol)&&(t.protocol="".concat(t.protocol,":"));var r,o=mt(t);o?(null!=t.baseUrl&&(o.baseUrl=t.baseUrl),null!=t.protocol&&(o.protocol=t.protocol)):pt.push(ct(ct({},t),{protocol:null!==(e=t.protocol)&&void 0!==e?e:yt})),"CLOUD_API"===t.endPointKey&&(r=null!==(n=t.protocol)&&void 0!==n?n:yt,p=r)}function bt(t,e,n){return mt({env:t,endPointKey:e,region:n})}function wt(t,e){void 0===e&&(e="CLOUD_API");var n=bt(t,e||"CLOUD_API"),r=n.protocol,o=n.baseUrl;return"".concat(r).concat(o).match(/(http(s)?:)?\/\/([^/?#]*)/)[0]}!function(t){t.NULL="NULL",t.ANONYMOUS="ANONYMOUS",t.WECHAT="WECHAT",t.WECHAT_PUBLIC="WECHAT-PUBLIC",t.WECHAT_OPEN="WECHAT-OPEN",t.CUSTOM="CUSTOM",t.EMAIL="EMAIL",t.USERNAME="USERNAME",t.PHONE="PHONE"}(ft||(ft={}));var _t=function(){return _t=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},_t.apply(this,arguments)},It=function(t,e,n,r){return new(n||(n=Promise))(function(o,i){function s(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(s,a)}u((r=r.apply(t,e||[])).next())})},Et=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}},St=y,Ot=w,Tt=I,Pt=["auth.getJwt","auth.logout","auth.signInWithTicket","auth.signInAnonymously","auth.signIn","auth.fetchAccessTokenWithRefreshToken","auth.signUpWithEmailAndPassword","auth.activateEndUserMail","auth.sendPasswordResetEmail","auth.resetPasswordWithToken","auth.isUsernameRegistered"];function At(t,e,n){var r=t[e];t[e]=function(e){var o={},i={};n.forEach(function(n){var r=n.call(t,e),s=r.data,a=r.headers;Object.assign(o,s),Object.assign(i,a)});var s=e.data;return s&&(Ot(s)?Object.keys(o).forEach(function(t){s.append(t,o[t])}):e.data=_t(_t({},s),o)),e.headers=_t(_t({},e.headers||{}),i),r.call(t,e)}}function Rt(){var t=Math.random().toString(16).slice(2);return{data:{seqId:t},headers:{"X-SDK-Version":"@cloudbase/js-sdk/".concat(dt()),"x-seqid":t}}}var Ct,Nt,xt=function(){function t(t){var e=this;this.throwWhenRequestFail=!1,this.config=t;var n={timeout:this.config.timeout,timeoutMsg:"[@cloudbase/js-sdk] 请求在".concat(this.config.timeout/1e3,"s内未完成,已中断"),restrictedMethods:["post","put"],auth:t.auth};this.reqClass=new nt.adapter.reqClass(n),this.throwWhenRequestFail=t.throw||!1,this.localCache=ut(this.config.env),"GATEWAY"!==this.config.endPointMode&&(At(this.reqClass,"post",[Rt]),At(this.reqClass,"upload",[Rt]),At(this.reqClass,"download",[Rt])),G.on(H,function(t){var n;e.config.i18n=(null===(n=t.data)||void 0===n?void 0:n.i18n)||e.config.i18n})}return t.prototype.getAccessToken=function(t){return void 0===t&&(t=null),It(this,void 0,void 0,function(){var e,n,r;return Et(this,function(o){switch(o.label){case 0:if(null!=t)return[2,t];if(!(e=this.config._fromApp).oauthInstance)throw new Error("you can't request without auth");return n=e.oauthInstance,r=n.oauth2client,[4,this.getOauthAccessTokenV2(r)];case 1:return[2,o.sent().accessToken]}})})},t.prototype.getDefaultHeaders=function(){var t,e,n;return(t={})[null===(e=this.config.i18n)||void 0===e?void 0:e.LANG_HEADER_KEY]=null===(n=this.config.i18n)||void 0===n?void 0:n.lang,t["X-SDK-Version"]="@cloudbase/js-sdk/".concat(dt()),t},t.prototype.post=function(t,e){return It(this,void 0,Promise,function(){return Et(this,function(n){switch(n.label){case 0:return[4,this.reqClass.post(_t(_t({},t),{headers:_t(_t({},t.headers),this.getDefaultHeaders()),customReqOpts:e}))];case 1:return[2,n.sent()]}})})},t.prototype.upload=function(t){return It(this,void 0,Promise,function(){return Et(this,function(e){switch(e.label){case 0:return[4,this.reqClass.upload(_t(_t({},t),{headers:_t(_t({},t.headers),this.getDefaultHeaders())}))];case 1:return[2,e.sent()]}})})},t.prototype.download=function(t){return It(this,void 0,Promise,function(){return Et(this,function(e){switch(e.label){case 0:return[4,this.reqClass.download(_t(_t({},t),{headers:_t(_t({},t.headers),this.getDefaultHeaders())}))];case 1:return[2,e.sent()]}})})},t.prototype.getBaseEndPoint=function(t){return void 0===t&&(t="CLOUD_API"),wt(this.config.env,t)},t.prototype.getOauthAccessTokenV2=function(t){return It(this,void 0,Promise,function(){var e,n;return Et(this,function(r){switch(r.label){case 0:return[4,t.getAccessToken()];case 1:return e=r.sent(),[4,t.getCredentials()];case 2:return n=r.sent(),[2,{accessToken:e,accessTokenExpire:new Date(n.expires_at).getTime()}]}})})},t.prototype.request=function(t,e,n,r){var o,i;return It(this,void 0,Promise,function(){var s,a,u,c,l,h,d,f,p,v,y,m,g,b,w,_,I,E,S,O,T,P,A;return Et(this,function(R){switch(R.label){case 0:if(R.trys.push([0,4,,5]),s="x-tcb-trace_".concat(this.config.env),a="application/x-www-form-urlencoded",u=_t({action:t,dataVersion:"2020-01-10",env:this.config.env},e),-1!==Pt.indexOf(t))return[3,2];if(!(c=this.config._fromApp).oauthInstance)throw new Error("you can't request without auth");return l=c.oauthInstance,h=l.oauth2client,d=u,[4,this.getOauthAccessTokenV2(h)];case 1:d.access_token=R.sent().accessToken,R.label=2;case 2:return"storage.uploadFile"===t?(f=new FormData,Object.keys(f).forEach(function(t){Object.prototype.hasOwnProperty.call(f,t)&&void 0!==f[t]&&f.append(t,u[t])}),a="multipart/form-data"):(a="application/json;charset=UTF-8",f={},Object.keys(u).forEach(function(t){void 0!==u[t]&&(f[t]=u[t])})),p={headers:_t(_t({"content-type":a},this.getDefaultHeaders()),null==n?void 0:n.headers)},(null==n?void 0:n.onUploadProgress)&&(p.onUploadProgress=n.onUploadProgress),this.config.region&&(p.headers["X-TCB-Region"]=this.config.region),(v=this.localCache.getStore(s))&&(p.headers["X-TCB-Trace"]=v),y=void 0!==(null==n?void 0:n.parse)?n.parse:e.parse,m=void 0!==(null==n?void 0:n.inQuery)?n.inQuery:e.inQuery,g=void 0!==(null==n?void 0:n.search)?n.search:e.search,b=_t(_t({},(null==n?void 0:n.defaultQuery)||{}),{env:this.config.env}),y&&(b.parse=!0),m&&(b=_t(_t({},m),b)),w=(null==n?void 0:n.endPointMode)||this.config.endPointMode||"CLOUD_API",_=bt(this.config.env,w),I=_.baseUrl,E=_.protocol,"GATEWAY"===w&&/^((database)\.)|(auth\.wsWebSign)/.test(t)&&(S=bt(this.config.env,"CLOUD_API"),I="".concat(S.baseUrl.match(/\/\/([^/?#]*)/)[0],"/web")),O=void 0,O=n.pathname?Tt(E,"".concat(null===(o=wt(this.config.env,w))||void 0===o?void 0:o.replace(/^https?:/,""),"/").concat(n.pathname),b):Tt(E,I,b),g&&(O+=g),[4,this.post(_t({url:O,data:f},p),r)];case 3:if(T=R.sent(),(P=null===(i=T.header)||void 0===i?void 0:i["x-tcb-trace"])&&this.localCache.setStore(s,P),200!==Number(T.status)&&200!==Number(T.statusCode)||!T.data)throw new Error("network request error");return[2,T];case 4:A=R.sent();try{A.requestId=A.requestId||(null==n?void 0:n.headers["x-request-id"])||(null==n?void 0:n.headers["X-Request-Id"])||""}catch(t){}throw A;case 5:return[2]}})})},t.prototype.fetch=function(t){var e,n,r,o,i,s,a,u;return It(this,void 0,Promise,function(){var c,l,h,d,f,p,v,y,m=this;return Et(this,function(g){switch(g.label){case 0:c=t.token,l=t.headers,h=void 0===l?{}:l,d=t.withCredentials,f=void 0===d||d,p=function(t,e){var n={};for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&e.indexOf(r)<0&&(n[r]=t[r]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(t);o<r.length;o++)e.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(t,r[o])&&(n[r[o]]=t[r[o]])}return n}(t,["token","headers","withCredentials"]),v=function(){return It(m,void 0,void 0,function(){var t,e,n,r;return Et(this,function(o){switch(o.label){case 0:if(t={},!f)return[3,4];o.label=1;case 1:return o.trys.push([1,3,,4]),[4,this.getAccessToken(c)];case 2:return(e=o.sent())&&(t.Authorization="Bearer ".concat(e)),[3,4];case 3:if(n=o.sent(),"undefined"==typeof process||null==process.versions||null==process.versions.node)throw n;return[3,4];case 4:return r=_t({headers:_t(_t(_t({"X-SDK-Version":"@cloudbase/js-sdk/".concat(dt())},t),this.getDefaultHeaders()),h),withCredentials:f},p),[2,this.reqClass.fetch(r)]}})})},g.label=1;case 1:return g.trys.push([1,3,,6]),[4,v()];case 2:return[2,g.sent()];case 3:y=g.sent();try{y.requestId=y.requestId||h["x-request-id"]||h["X-Request-Id"]||""}catch(t){}if("ACCESS_TOKEN_EXPIRED"!==(null==y?void 0:y.code))return[3,5];if("function"!=typeof(null===(o=null===(r=null===(n=null===(e=this.config)||void 0===e?void 0:e._fromApp)||void 0===n?void 0:n.oauthInstance)||void 0===r?void 0:r.authApi)||void 0===o?void 0:o.refreshTokenForce))throw y;return[4,null===(u=null===(a=null===(s=null===(i=this.config)||void 0===i?void 0:i._fromApp)||void 0===s?void 0:s.oauthInstance)||void 0===a?void 0:a.authApi)||void 0===u?void 0:u.refreshTokenForce()];case 4:return g.sent(),[2,v()];case 5:throw y;case 6:return[2]}})})},t.prototype.send=function(t,e,n,r){return void 0===e&&(e={}),void 0===n&&(n={}),It(this,void 0,Promise,function(){var o;return Et(this,function(i){switch(i.label){case 0:return[4,this.request(t,e,_t(_t({},n),{onUploadProgress:e.onUploadProgress}),r)];case 1:if((o=i.sent()).data.code&&this.throwWhenRequestFail)throw new Error(JSON.stringify({code:St.OPERATION_FAIL,msg:"[".concat(o.data.code,"] ").concat(o.data.message)}));return[2,o.data]}})})},t.prototype.gateWay=function(t,e){var n;return It(this,void 0,void 0,function(){var r,o,i,s,a,u,c,l,h,d,f,p,v,y,m,g,b,w,I;return Et(this,function(E){switch(E.label){case 0:if(r=t.url,o=t.name,i=t.data,s=t.path,a=void 0===s?"":s,u=t.method,c=t.header,l=void 0===c?{}:c,!(o&&a||r))throw new Error(JSON.stringify({code:St.INVALID_PARAMS,msg:"[gateWay] invalid function name or path or url"}));try{h=i?JSON.stringify(i):""}catch(t){throw new Error(JSON.stringify({code:St.INVALID_PARAMS,msg:"[gateWay] invalid data"}))}if(d=_(),f=bt(this.config.env,"GATEWAY"),p=f.baseUrl,v=f.protocol,y="".concat(v).concat(p).concat(r||"/".concat(a,"/").concat(o)),m=["GET","HEAD"].includes(null===(n=null==u?void 0:u.toUpperCase)||void 0===n?void 0:n.call(u)))try{g={};try{g=JSON.parse(i)}catch(t){g=i||{}}y="".concat(y).concat(y.includes("?")?"&":"?").concat(Object.keys(g).map(function(t){return"".concat(t,"=").concat(g[t])}).join("&"))}catch(t){}return[4,this.fetch(_t(_t({method:u||"POST",headers:_t({"Content-Type":"application/json; charset=utf-8","X-Request-Id":d},l)},m?{}:{body:h}),{url:y,customReqOpts:e}))];case 1:return b=E.sent(),w=[_t({requestId:d},b)],I={},[4,b.data];case 2:return[2,_t.apply(void 0,w.concat([(I.data=E.sent(),I)]))]}})})},t}(),Ut={};!function(t){t.ZH="zh-CN",t.EN="en-US"}(Nt||(Nt={}));var Lt=((Ct={})[Nt.EN]={"请检查调用方式,或前往云开发 AI+ 首页查看文档":"Please check the calling method or visit the AI+ homepage to view the documentation","AI+ 请求出错,错误码":"AI+ request error, error code",错误信息:"error message",未实现:"not implemented","小程序不支持 wasm 加载":"wasm loading is not supported in mini programs","小程序不支持动态 js 加载":"dynamic js loading is not supported in mini programs",请求超时:"request timeout","缺少 privatelink sdk 地址":"missing privatelink sdk address"},Ct),Dt=function(t,e){var n;return(null===(n=Lt[e])||void 0===n?void 0:n[t])||t},kt=function(t,e){var n,r,o=function(t){return"lang_".concat(t.clientId||t.env)}(e),i=(t.adapter||{}).localStorage,s=e.lang||(null===(n=null==i?void 0:i.getItem)||void 0===n?void 0:n.call(i,o))||Nt.ZH;return null===(r=null==i?void 0:i.setItem)||void 0===r||r.call(i,o,s),new Proxy({t:function(t){return Dt(t,s)},LANG_HEADER_KEY:"Accept-Language",lang:s},{get:function(t,e){var n;return"lang"===e&&(null===(n=null==i?void 0:i.getItem)||void 0===n?void 0:n.call(i,o))||t[e]},set:function(t,e,n){var r;return"lang"===e&&n!==t[e]&&(t[e]=n,t.t=function(t){return Dt(t,n)},null===(r=null==i?void 0:i.setItem)||void 0===r||r.call(i,o,n),G.fire(H,{i18n:t})),t[e]=n,!0}})},jt=function(){return jt=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},jt.apply(this,arguments)},qt=function(t,e,n,r){var o,i=arguments.length,s=i<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,n,r);else for(var a=t.length-1;a>=0;a--)(o=t[a])&&(s=(i<3?o(s):i>3?o(e,n,s):o(e,n))||s);return i>3&&s&&Object.defineProperty(e,n,s),s},Mt=function(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)},Wt=function(){return{adapter:L({},{type:"default",root:window,reqClass:U,wsClass:WebSocket,localStorage}),runtime:A.WEB}},Ft=y,Bt=v,Vt=O,Gt=K,Ht={persistence:"local"},Kt=6e5,Jt={},zt=function(){function t(t){this.cloudbaseConfig=t||this.cloudbaseConfig,this.authInstance=null,this.oauthInstance=null,this.version=dt()}return Object.defineProperty(t.prototype,"config",{get:function(){return this.cloudbaseConfig},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"platform",{get:function(){return nt},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"cache",{get:function(){return t=this.cloudbaseConfig.env,it[t];var t},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"localCache",{get:function(){return ut(this.cloudbaseConfig.env)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"request",{get:function(){return t=this.cloudbaseConfig.env,Ut[t];var t},enumerable:!1,configurable:!0}),t.prototype.init=function(e){var n,r,o;if(void 0===e&&(e={env:""}),e.endPointMode=e.endPointMode||"GATEWAY",nt.adapter||this.useDefaultAdapter(),!(e=this.dealNodeAdapterConfig(e)).env)throw new Error(JSON.stringify({code:Ft.INVALID_PARAMS,msg:"env must not be specified"}));this.isInitialized(e);var i=this.isNodeEnv()?void 0:15e3,s=e.timeout||i,a={timeout:s,timeoutMsg:s?"[".concat(ht,"][REQUEST TIMEOUT] request had been abort since didn't finished within").concat(s/1e3,"s"):void 0,auth:e.auth};this.requestClient=new nt.adapter.reqClass(a),this.cloudbaseConfig=jt(jt(jt({},Ht),e),{timeout:s,i18n:kt(nt,e)}),delete this.cloudbaseConfig.lang,this.cloudbaseConfig.timeout=this.formatTimeout(this.cloudbaseConfig.timeout);var u=this.cloudbaseConfig,c=u.env,l=u.persistence,h=u.debug,d=u.timeout,f=u.oauthClient,p=u.i18n;at({env:c,persistence:l,debug:h,platformInfo:this.platform}),function(t,e){gt({env:t,region:e,baseUrl:"//".concat(t,".").concat(e||"ap-shanghai",".tcb-api.tencentcloudapi.com/web"),protocol:void 0,endPointKey:"CLOUD_API"})}(c,e.region||""),function(t,e,n){var r="//".concat(t,".api.tcloudbasegateway.com/v1");n&&(r="//".concat(t,".api.intl.tcloudbasegateway.com/v1")),gt({endPointKey:"GATEWAY",env:t,baseUrl:r,protocol:e})}(c,yt,e.intl);var v=new t(this.cloudbaseConfig);return function(t){Ut[t.env]=new xt(_t(_t({},t),{throw:!0}))}({env:c,region:e.region||"",timeout:d,oauthClient:f,_fromApp:v,i18n:p,endPointMode:e.endPointMode,auth:e.auth}),v.requestClient=this.requestClient,null===(n=null==this?void 0:this.fire)||void 0===n||n.call(this,"cloudbase_init",v),this.try2InitAuth(v),(null===(r=nt.adapter)||void 0===r?void 0:r.nodeTool)&&(null===(o=nt.adapter)||void 0===o||o.nodeTool(v,this.cloudbaseConfig)),v},t.prototype.updateConfig=function(t){var e=t.persistence,n=t.debug;this.cloudbaseConfig.persistence=e,this.cloudbaseConfig.debug=n,at({env:this.cloudbaseConfig.env,persistence:e,debug:n,platformInfo:this.platform})},t.prototype.updateLang=function(t){var e;t&&t!==(null===(e=this.cloudbaseConfig.i18n)||void 0===e?void 0:e.lang)&&(this.cloudbaseConfig.i18n.lang=t)},t.prototype.registerExtension=function(t){Jt[t.name]=t},t.prototype.invokeExtension=function(t,e){return n=this,r=void 0,i=function(){var n;return function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}}(this,function(r){switch(r.label){case 0:if(!(n=Jt[t]))throw new Error(JSON.stringify({code:Ft.INVALID_PARAMS,msg:"extension:".concat(t," must be registered before invoke")}));return[4,n.invoke(e,this)];case 1:return[2,r.sent()]}})},new((o=void 0)||(o=Promise))(function(t,e){function s(t){try{u(i.next(t))}catch(t){e(t)}}function a(t){try{u(i.throw(t))}catch(t){e(t)}}function u(e){var n;e.done?t(e.value):(n=e.value,n instanceof o?n:new o(function(t){t(n)})).then(s,a)}u((i=i.apply(n,r||[])).next())});var n,r,o,i},t.prototype.useAdapters=function(t,e){var n=function(t,e){for(var n=0,r=g(t)?t:[t];n<r.length;n++){var o=r[n],i=o.isMatch,s=o.genAdapter,a=o.runtime;if(i())return{adapter:L({isMatch:i},s(e)),runtime:a}}}(t,e)||{},r=n.adapter,o=n.runtime;r&&(nt.adapter=r),o&&(nt.runtime=o)},t.prototype.registerHook=function(e){!function(t,e){var n=e.entity,r=e.target;if(Object.prototype.hasOwnProperty.call(t,r))throw new Error(JSON.stringify({code:Q.INVALID_OPERATION,msg:"target:".concat(r," is not exist")}));var o=t.prototype[r];if("function"!=typeof o)throw new Error(JSON.stringify({code:Q.INVALID_OPERATION,msg:"target:".concat(r," is not a function which is the only type supports hook")}));t.prototype[r]=function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];return n.call.apply(n,Y([this],t,!1)),o.call.apply(o,Y([this],t,!1))}}(t,e)},t.prototype.registerComponent=function(e){X(t,e)},t.prototype.registerVersion=function(t){!function(t){lt=t}(t),this.version=t},t.prototype.registerSdkName=function(t){!function(t){ht=t,function(t){d=t}(t)}(t)},t.prototype.isInitialized=function(t){return void 0===t&&(t=this.cloudbaseConfig),"string"==typeof t.env&&["your-env-id","your-envid","your_env_id","xxx-yyy","xxxx-yyy","envId","env-id","your-environment-id","REPLACE_ME"].some(function(e){return t.env.toLowerCase()===e.toLowerCase()})&&Vt(Ft.INVALID_PARAMS,'[CloudBase] 检测到环境 ID "'.concat(t.env,'" 可能是占位符,请替换为真实的环境 ID。\n')+" 获取方式:登录腾讯云开发平台 → 环境管理 → 环境设置 → 环境 ID\n 建议通过环境变量配置:process.env.CLOUDBASE_ENV 或 import.meta.env.VITE_CLOUDBASE_ENV"),!!(null==t?void 0:t.env)},t.prototype.registerEndPoint=function(t,e){gt({baseUrl:t,protocol:e,env:this.config.env,endPointKey:"CLOUD_API"})},t.prototype.registerEndPointWithKey=function(t){gt({env:this.config.env,endPointKey:t.key,baseUrl:t.url,protocol:t.protocol})},t.prototype.registerHost=function(t,e){void 0===e&&(e="http");var n=t.replace(/^(https?:)?\/\//,""),r="//".concat(n);gt({baseUrl:"".concat(r,"/web"),protocol:e,env:this.config.env,endPointKey:"CLOUD_API"}),gt({baseUrl:"".concat(r,"/v1"),protocol:e,env:this.config.env,endPointKey:"GATEWAY"})},t.prototype.getEndPointWithKey=function(t){var e=bt(this.config.env,t);return{BASE_URL:e.baseUrl,PROTOCOL:e.protocol}},t.prototype.parseCaptcha=function(t){return T(t)},t.prototype.useDefaultAdapter=function(){var t=Wt.bind(this)(),e=t.adapter,n=t.runtime;nt.adapter=e,nt.runtime=n},t.prototype.isNodeEnv=function(){var t;return"undefined"!=typeof process&&!!(null===(t=nt.adapter)||void 0===t?void 0:t.getSecretInfo)},t.prototype.formatTimeout=function(t){if(null==t)return t;switch(!0){case t>Kt:return Vt(Ft.INVALID_PARAMS,"timeout is greater than maximum value[10min]"),Kt;case t<100:return Vt(Ft.INVALID_PARAMS,"timeout is less than maximum value[100ms]"),100;default:return t}},t.prototype.try2InitAuth=function(t){try{t.auth()}catch(t){console.log("try2InitAuth error:",t)}},t.prototype.dealNodeAdapterConfig=function(t){var e,n;if(this.isNodeEnv()){var r=null===(e=nt.adapter)||void 0===e?void 0:e.getSecretInfo(t);t.auth=jt(jt({},t.auth),{secretId:r.secretId,secretKey:r.secretKey,sessionToken:r.sessionToken,secretType:r.secretType,credentials:r.credentials||(null===(n=t.auth)||void 0===n?void 0:n.credentials)||void 0}),t.env&&"symbol"!=typeof t.env||(t.env=r.env),!t.accessKey&&r.accessKey&&(t.accessKey=r.accessKey)}return t},qt([Gt({mode:"sync",title:"Cloudbase 初始化失败",messages:["请确认以下各项:"," 1 - 调用 cloudbase.init() 的语法或参数是否正确"," 2 - 如果是非浏览器环境,是否配置了安全应用来源(https://docs.cloudbase.net/api-reference/webv3/adapter#%E7%AC%AC-2-%E6%AD%A5%E9%85%8D%E7%BD%AE%E5%AE%89%E5%85%A8%E5%BA%94%E7%94%A8%E6%9D%A5%E6%BA%90)","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(Bt)]}),Mt("design:type",Function),Mt("design:paramtypes",[Object]),Mt("design:returntype",t)],t.prototype,"init",null),qt([Gt({title:"调用扩展能力失败",messages:["请确认以下各项:"," 1 - 调用 invokeExtension() 的语法或参数是否正确"," 2 - 被调用的扩展能力是否已经安装并通过 registerExtension() 注册","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(Bt)]}),Mt("design:type",Function),Mt("design:paramtypes",[String,Object]),Mt("design:returntype",Promise)],t.prototype,"invokeExtension",null),t}(),Yt=new zt,Qt=void 0===tt.WxRequest?null:(tt.WxRequest.prototype.upload=function(t){var e=this,n=this;return new Promise(function(r){var o=t.url,i=t.file,s=t.data,a=t.headers,u=wx.getFileSystemManager(),c=wx.request({url:o,method:t.method,header:et({"content-type":" "},a),data:u.readFileSync(i),timeout:e._timeout,success:function(t){var e={statusCode:t.statusCode,data:t.data||{}};200===t.statusCode&&(null==s?void 0:s.success_action_status)&&(e.statusCode=parseInt(s.success_action_status,10)),r(e)},fail:function(t){r(t)},complete:function(t){if((null==t?void 0:t.errMsg)&&n._timeout&&-1!==n._restrictedMethods.indexOf("upload")&&"request:fail timeout"===t.errMsg){console.warn(n._timeoutMsg);try{c.abort()}catch(t){}}}})})},tt.default.genAdapter=function(t){return{root:{globalThis:{}},reqClass:tt.WxRequest,wsClass:tt.WxMpWebSocket,captchaOptions:{openURIWithCallback:function(e){var n=t.EventBus,r={},o=e;console.log("openURIWithCallback",e);var i=e.match(/^(data:.*?)(\?[^#\s]*)?$/);if(i){o=i[1],console.log("openURIWithCallback url",o);var s=i[2];s&&(r=(0,tt.parseQueryString)(s))}console.log("openURIWithCallback queryObj",r);var a=r.token,u=function(t,e){var n={};for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&e.indexOf(r)<0&&(n[r]=t[r]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(t);o<r.length;o++)e.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(t,r[o])&&(n[r[o]]=t[r[o]])}return n}(r,["token"]);return/^data:/.test(o)&&!a?Promise.reject({error:"invalid_argument",error_description:"invalie captcha data: ".concat(e)}):a?new Promise(function(t){console.log("wait for captcha..."),n.$emit("CAPTCHA_DATA_CHANGE",et(et({},u),{token:a,url:o})),n.$once("RESOLVE_CAPTCHA_DATA",function(e){t(e)})}):Promise.reject({error:"unimplemented",error_description:"need to impl captcha data"})}},localStorage:tt.wxMpStorage,primaryStorage:m.StorageType.local,getAppSign:function(){var t=wx.getAccountInfoSync();return"undefined"!=typeof App||"undefined"!=typeof getApp||wx.onAppHide||wx.offAppHide||wx.onAppShow||wx.offAppShow?t&&t.miniProgram?t.miniProgram.appId:"":t&&t.plugin?t.plugin.appId:""}}},tt.default);Qt&&Yt.useAdapters(Qt);const $t=Yt;var Xt,Zt,te,ee,ne,re,oe="/auth";!function(t){t.AUTH_SIGN_UP_URL="/v1/signup",t.AUTH_TOKEN_URL="/v1/token",t.AUTH_REVOKE_URL="/v1/revoke",t.WEDA_USER_URL="/v1/plugin/weda/userinfo",t.AUTH_RESET_PASSWORD="/v1/reset",t.AUTH_GET_DEVICE_CODE="/v1/device/code",t.CHECK_USERNAME="/v1/checkUsername",t.CHECK_IF_USER_EXIST="/v1/checkIfUserExist",t.GET_PROVIDER_TYPE="/v1/mgr/provider/providerSubType",t.AUTH_SIGN_IN_URL="/v1/signin",t.AUTH_SIGN_IN_ANONYMOUSLY_URL="/v1/signin/anonymously",t.AUTH_SIGN_IN_WITH_PROVIDER_URL="/v1/signin/with/provider",t.AUTH_SIGN_IN_WITH_WECHAT_URL="/v1/signin/wechat/noauth",t.AUTH_SIGN_IN_CUSTOM="/v1/signin/custom",t.PROVIDER_TOKEN_URL="/v1/provider/token",t.PROVIDER_URI_URL="/v1/provider/uri",t.USER_ME_URL="/v1/user/me",t.AUTH_SIGNOUT_URL="/v1/user/signout",t.USER_QUERY_URL="/v1/user/query",t.USER_PRIFILE_URL="/v1/user/profile",t.USER_BASIC_EDIT_URL="/v1/user/basic/edit",t.USER_TRANS_BY_PROVIDER_URL="/v1/user/trans/by/provider",t.PROVIDER_LIST="/v1/user/provider",t.PROVIDER_BIND_URL="/v1/user/provider/bind",t.PROVIDER_UNBIND_URL="/v1/user/provider",t.CHECK_PWD_URL="/v1/user/sudo",t.SUDO_URL="/v1/user/sudo",t.BIND_CONTACT_URL="/v1/user/contact",t.AUTH_SET_PASSWORD="/v1/user/password",t.AUTHORIZE_DEVICE_URL="/v1/user/device/authorize",t.AUTHORIZE_URL="/v1/user/authorize",t.AUTHORIZE_INFO_URL="/v1/user/authorize/info",t.AUTHORIZED_DEVICES_DELETE_URL="/v1/user/authorized/devices/",t.AUTH_REVOKE_ALL_URL="/v1/user/revoke/all",t.GET_USER_BEHAVIOR_LOG="/v1/user/security/history",t.VERIFICATION_URL="/v1/verification",t.VERIFY_URL="/v1/verification/verify",t.CAPTCHA_DATA_URL="/v1/captcha/data",t.VERIFY_CAPTCHA_DATA_URL="/v1/captcha/data/verify",t.GET_CAPTCHA_URL="/v1/captcha/init",t.GET_MINIPROGRAM_QRCODE="/v1/qrcode/generate",t.GET_MINIPROGRAM_QRCODE_STATUS="/v1/qrcode/get/status"}(Xt||(Xt={})),function(t){t.AUTH_SIGN_IN_URL="/v2/signin/username",t.AUTH_TOKEN_URL="/v2/token",t.USER_ME_URL="/v2/user/me",t.VERIFY_URL="/v2/signin/verificationcode",t.AUTH_SIGN_IN_WITH_PROVIDER_URL="/v2/signin/with/provider",t.AUTH_PUBLIC_KEY="/v2/signin/publichkey",t.AUTH_RESET_PASSWORD="/v2/signin/password/update"}(Zt||(Zt={})),function(t){t.REGISTER="REGISTER",t.SIGN_IN="SIGN_IN",t.PASSWORD_RESET="PASSWORD_RESET",t.EMAIL_ADDRESS_CHANGE="EMAIL_ADDRESS_CHANGE",t.PHONE_NUMBER_CHANGE="PHONE_NUMBER_CHANGE"}(te||(te={})),(re=ee||(ee={})).UNREACHABLE="unreachable",re.LOCAL="local",re.CANCELLED="cancelled",re.UNKNOWN="unknown",re.UNAUTHENTICATED="unauthenticated",re.RESOURCE_EXHAUSTED="resource_exhausted",re.FAILED_PRECONDITION="failed_precondition",re.INVALID_ARGUMENT="invalid_argument",re.DEADLINE_EXCEEDED="deadline_exceeded",re.NOT_FOUND="not_found",re.ALREADY_EXISTS="already_exists",re.PERMISSION_DENIED="permission_denied",re.ABORTED="aborted",re.OUT_OF_RANGE="out_of_range",re.UNIMPLEMENTED="unimplemented",re.INTERNAL="internal",re.UNAVAILABLE="unavailable",re.DATA_LOSS="data_loss",re.INVALID_PASSWORD="invalid_password",re.PASSWORD_NOT_SET="password_not_set",re.INVALID_STATUS="invalid_status",re.USER_PENDING="user_pending",re.USER_BLOCKED="user_blocked",re.INVALID_VERIFICATION_CODE="invalid_verification_code",re.TWO_FACTOR_REQUIRED="two_factor_required",re.INVALID_TWO_FACTOR="invalid_two_factor",re.INVALID_TWO_FACTOR_RECOVERY="invalid_two_factor_recovery",re.UNDER_REVIEW="under_review",re.INVALID_REQUEST="invalid_request",re.UNAUTHORIZED_CLIENT="unauthorized_client",re.ACCESS_DENIED="access_denied",re.UNSUPPORTED_RESPONSE_TYPE="unsupported_response_type",re.INVALID_SCOPE="invalid_scope",re.INVALID_GRANT="invalid_grant",re.SERVER_ERROR="server_error",re.TEMPORARILY_UNAVAILABLE="temporarily_unavailable",re.INTERACTION_REQUIRED="interaction_required",re.LOGIN_REQUIRED="login_required",re.ACCOUNT_SELECTION_REQUIRED="account_selection_required",re.CONSENT_REQUIRED="consent_required",re.INVALID_REQUEST_URI="invalid_request_uri",re.INVALID_REQUEST_OBJECT="invalid_request_object",re.REQUEST_NOT_SUPPORTED="request_not_supported",re.REQUEST_URI_NOT_SUPPORTED="request_uri_not_supported",re.REGISTRATION_NOT_SUPPORTED="registration_not_supported",re.CAPTCHA_REQUIRED="captcha_required",re.CAPTCHA_INVALID="captcha_invalid",re.PROVIDER_NOT_ENABLED="provider_not_enabled",re.LOGIN_METHOD_DISABLED="login_method_disabled",re.INVALID_USERNAME_OR_PASSWORD="invalid_username_or_password",re.INVALID_CREDENTIALS="invalid_credentials",re.WRONG_PASSWORD="wrong_password",re.USER_NOT_FOUND="user_not_found",re.MFA_PHONE_REQUIRED="mfa_phone_required",re.LOGIN_TYPE_DISABLED="login_type_disabled",re.PROVIDER_ERROR="provider_error",function(t){t[t.INVALID_ARGUMENT=3]="INVALID_ARGUMENT",t[t.NOT_FOUND=5]="NOT_FOUND",t[t.PERMISSION_DENIED=7]="PERMISSION_DENIED",t[t.RESOURCE_EXHAUSTED=8]="RESOURCE_EXHAUSTED",t[t.FAILED_PRECONDITION=9]="FAILED_PRECONDITION",t[t.ABORTED=10]="ABORTED",t[t.UNIMPLEMENTED=12]="UNIMPLEMENTED",t[t.INTERNAL=13]="INTERNAL",t[t.UNAVAILABLE=14]="UNAVAILABLE",t[t.UNAUTHENTICATED=16]="UNAUTHENTICATED",t[t.CAPTCHA_REQUIRED=4001]="CAPTCHA_REQUIRED",t[t.CAPTCHA_INVALID=4002]="CAPTCHA_INVALID",t[t.PROVIDER_ERROR=4019]="PROVIDER_ERROR",t[t.UNAUTHORIZED_CLIENT=4022]="UNAUTHORIZED_CLIENT",t[t.MFA_PHONE_REQUIRED=4042]="MFA_PHONE_REQUIRED",t[t.LOGIN_TYPE_DISABLED=4045]="LOGIN_TYPE_DISABLED"}(ne||(ne={}));var ie,se,ae="credentials_error",ue="SIGNED_OUT",ce="SIGNED_IN",le="INITIAL_SESSION",he="TOKEN_REFRESHED",de="USER_UPDATED",fe="BIND_IDENTITY",pe="loginStateChanged",ve="authStateChanged",ye="sign_in",me="bind_identity",ge="node-sdk-scope";function be(){return"xxxxxxxxxxxx4xxxyxxxxxxxxxxxxxxx".replace(/[xy]/g,function(t){var e=16*Math.random()|0;return("x"===t?e:3&e|8).toString(16)})}!function(t){t.EMAIL="email",t.RECOVERY="recovery",t.REAUTHENTICATION="reauthentication"}(ie||(ie={})),function(t){t.CLIENT_ID="client_id",t.CLIENT_SECRET="client_secret",t.RESPONSE_TYPE="response_type",t.SCOPE="scope",t.STATE="state",t.REDIRECT_URI="redirect_uri",t.ERROR="error",t.ERROR_DESCRIPTION="error_description",t.ERROR_URI="error_uri",t.GRANT_TYPE="grant_type",t.CODE="code",t.ACCESS_TOKEN="access_token",t.TOKEN_TYPE="token_type",t.EXPIRES_IN="expires_in",t.USERNAME="username",t.PASSWORD="password",t.REFRESH_TOKEN="refresh_token"}(se||(se={}));var we=l(2631),_e=function(t,e,n,r){return new(n||(n=Promise))(function(o,i){function s(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(s,a)}u((r=r.apply(t,e||[])).next())})},Ie=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}},Ee=new Map,Se=function(){function t(t){this.clientId=(null==t?void 0:t.clientId)||"",Ee=Ee||new Map}return t.prototype.run=function(t,e){return _e(this,void 0,Promise,function(){var n,r=this;return Ie(this,function(o){return t="".concat(this.clientId,"_").concat(t),(n=Ee.get(t))||(n=new Promise(function(n,o){_e(r,void 0,void 0,function(){var r,i,s;return Ie(this,function(a){switch(a.label){case 0:return a.trys.push([0,3,4,5]),[4,this.runIdlePromise()];case 1:return a.sent(),r=e(),i=n,[4,r];case 2:return i.apply(void 0,[a.sent()]),[3,5];case 3:return s=a.sent(),o(s),[3,5];case 4:return Ee.delete(t),[7];case 5:return[2]}})})}),Ee.set(t,n)),[2,n]})})},t.prototype.runIdlePromise=function(){return Promise.resolve()},t}(),Oe="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",Te=/^(?:[A-Za-z\d+/]{4})*?(?:[A-Za-z\d+/]{2}(?:==)?|[A-Za-z\d+/]{3}=?)?$/,Pe=function(t){if(t=String(t).replace(/[\t\n\f\r ]+/g,""),!Te.test(t))throw new TypeError("Failed to execute 'atob' on 'Window': The string to be decoded is not correctly encoded.");var e;t+="==".slice(2-(3&t.length));for(var n,r,o="",i=0;i<t.length;)e=Oe.indexOf(t.charAt(i++))<<18|Oe.indexOf(t.charAt(i++))<<12|(n=Oe.indexOf(t.charAt(i++)))<<6|(r=Oe.indexOf(t.charAt(i++))),o+=64===n?String.fromCharCode(e>>16&255):64===r?String.fromCharCode(e>>16&255,e>>8&255):String.fromCharCode(e>>16&255,e>>8&255,255&e);return o};function Ae(){if("undefined"==typeof globalThis)return!1;var t=globalThis.wx;if(void 0===t)return!1;if(void 0===globalThis.Page)return!1;if(!t.getDeviceInfo)return!1;if(!t.getStorageSync)return!1;if(!t.setStorageSync)return!1;if(!t.connectSocket)return!1;if(!t.request)return!1;try{if(!t.getDeviceInfo())return!1;if("qq"===t.getDeviceInfo().platform)return!1}catch(t){return!1}return!0}var Re=!1;function Ce(){Re=Re||void 0!==typeof window&&"miniprogram"===window.__wxjs_environment}try{Ae()||(Re=Re||!!navigator.userAgent.match(/miniprogram/i)||"miniprogram"===window.__wxjs_environment,window&&window.WeixinJSBridge&&window.WeixinJSBridge.invoke?Ce():"undefined"!=typeof document&&document.addEventListener("WeixinJSBridgeReady",Ce,!1))}catch(t){}var Ne=function(){return Ne=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},Ne.apply(this,arguments)},xe=function(t,e,n,r){return new(n||(n=Promise))(function(o,i){function s(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(s,a)}u((r=r.apply(t,e||[])).next())})},Ue=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}},Le=function(t,e,n){if(n||2===arguments.length)for(var r,o=0,i=e.length;o<i;o++)!r&&o in e||(r||(r=Array.prototype.slice.call(e,0,o)),r[o]=e[o]);return t.concat(r||Array.prototype.slice.call(e))},De="x-request-id",ke="x-device-id",je="device_id",qe=function(t,e){return xe(this,void 0,Promise,function(){var n,r,o,i,s;return Ue(this,function(a){switch(a.label){case 0:n=null,r=null,a.label=1;case 1:return a.trys.push([1,4,,5]),(o=Object.assign({},e)).method||(o.method="GET"),o.body&&"string"!=typeof o.body&&(o.body=JSON.stringify(o.body)),[4,fetch(t,o)];case 2:return[4,a.sent().json()];case 3:return(null==(i=a.sent())?void 0:i.error)?(r=i).error_uri=new URL(t).pathname:n=i,[3,5];case 4:return s=a.sent(),r={error:ee.UNREACHABLE,error_description:s.message,error_uri:new URL(t).pathname},[3,5];case 5:if(r)throw r;return[2,n]}})})},Me=function(){function t(t){this._env=(null==t?void 0:t.env)||""}return t.prototype.getItem=function(t){return xe(this,void 0,Promise,function(){return Ue(this,function(e){return[2,window.localStorage.getItem("".concat(t).concat(this._env))]})})},t.prototype.removeItem=function(t){return xe(this,void 0,Promise,function(){return Ue(this,function(e){return window.localStorage.removeItem("".concat(t).concat(this._env)),[2]})})},t.prototype.setItem=function(t,e){return xe(this,void 0,Promise,function(){return Ue(this,function(n){return window.localStorage.setItem("".concat(t).concat(this._env),e),[2]})})},t.prototype.getItemSync=function(t){return window.localStorage.getItem("".concat(t).concat(this._env))},t.prototype.removeItemSync=function(t){window.localStorage.removeItem("".concat(t).concat(this._env))},t.prototype.setItemSync=function(t,e){window.localStorage.setItem("".concat(t).concat(this._env),e)},t}(),We=new Me,Fe=function(){function t(t){this.credentials=null,this.accessKeyCredentials=null,this.singlePromise=null,this.tokenSectionName=t.tokenSectionName,this.storage=t.storage,this.clientId=t.clientId,this.singlePromise=new Se({clientId:this.clientId}),this.credentials=t.credentials||null,this.onCredentialsChange=t.onCredentialsChange}return t.prototype.syncMemoryCredentials=function(t){this.credentials=t},t.prototype.getMemoryCredentials=function(){return this.credentials},t.prototype.getStorageCredentialsSync=function(){var t=null,e=this.storage.getItemSync(this.tokenSectionName);if(null!=e)try{(null==(t=JSON.parse(e))?void 0:t.expires_at)&&(t.expires_at=new Date(t.expires_at))}catch(e){this.storage.removeItem(this.tokenSectionName),t=null}return t},t.prototype.setCredentials=function(t,e){var n;return xe(this,void 0,Promise,function(){var r,o;return Ue(this,function(i){switch(i.label){case 0:return r=!(!this.credentials||!this.credentials.access_token),(null==t?void 0:t.expires_in)?((null==t?void 0:t.expires_at)||(t.expires_at=new Date(Date.now()+1e3*(t.expires_in-30))),this.storage?(o=JSON.stringify(t),[4,this.storage.setItem(this.tokenSectionName,o)]):[3,2]):[3,3];case 1:i.sent(),i.label=2;case 2:return this.credentials=t,[3,6];case 3:return this.storage?[4,this.storage.removeItem(this.tokenSectionName)]:[3,5];case 4:i.sent(),i.label=5;case 5:this.credentials=null,i.label=6;case 6:return this.onCredentialsChange&&this.onCredentialsChange(t||null,{isInit:null!==(n=null==e?void 0:e.isInit)&&void 0!==n&&n,hadCredentials:r}),[2]}})})},t.prototype.setAccessKeyCredentials=function(t){this.accessKeyCredentials=t,t.scope===ge&&(this.credentials=t)},t.prototype.getCredentials=function(){return xe(this,void 0,Promise,function(){var t=this;return Ue(this,function(e){return[2,this.singlePromise.run("getCredentials",function(){return xe(t,void 0,void 0,function(){var t,e;return Ue(this,function(n){switch(n.label){case 0:return[4,this.getStorageCredentials()];case 1:return t=n.sent(),e=t.credentials,t.isAccessKeyCredentials?[2,e]:(this.credentials=e,[2,this.credentials])}})})})]})})},t.prototype.getStorageCredentials=function(){return xe(this,void 0,Promise,function(){var t=this;return Ue(this,function(e){return[2,this.singlePromise.run("_getStorageCredentials",function(){return xe(t,void 0,void 0,function(){var t,e,n;return Ue(this,function(r){switch(r.label){case 0:return t=null,e=!1,[4,this.storage.getItem(this.tokenSectionName)];case 1:if(!(n=r.sent()))return[3,6];r.label=2;case 2:return r.trys.push([2,3,,5]),(null==(t=JSON.parse(n))?void 0:t.expires_at)&&(t.expires_at=new Date(t.expires_at)),[3,5];case 3:return r.sent(),[4,this.storage.removeItem(this.tokenSectionName)];case 4:return r.sent(),t=null,[3,5];case 5:return[3,7];case 6:t=this.accessKeyCredentials||null,e=!0,r.label=7;case 7:return[2,{credentials:t,isAccessKeyCredentials:e}]}})})})]})})},t}(),Be=function(){function t(e){var n,r=this;this.initializePromise=null,this.lockAcquired=!1,this.pendingInLock=[],this.singlePromise=null,this._initSessionEmitted=!1,e.clientSecret||(e.clientSecret=""),!e.clientId&&e.env&&(e.clientId=e.env),this.apiOrigin=e.apiOrigin,this.getApiOriginFunc=e.getApiOrigin,this.apiPath=e.apiPath||oe,this.clientId=e.clientId,this.i18n=e.i18n,this.eventBus=e.eventBus,this.singlePromise=new Se({clientId:this.clientId}),this.retry=this.formatRetry(e.retry,t.defaultRetry),e.baseRequest?this.baseRequest=e.baseRequest:this.baseRequest=qe,this.tokenInURL=e.tokenInURL,this.headers=e.headers,this.storage=e.storage||We,this.localCredentials=new Fe({tokenSectionName:"credentials_".concat(e.clientId),storage:this.storage,clientId:e.clientId,onCredentialsChange:this._handleCredentialsChange.bind(this)}),this.clientSecret=e.clientSecret,e.clientId&&(this.basicAuth="Basic ".concat(function(t){for(var e,n,r,o,i="",s=0,a=(t=String(t)).length%3;s<t.length;){if((n=t.charCodeAt(s++))>255||(r=t.charCodeAt(s++))>255||(o=t.charCodeAt(s++))>255)throw new TypeError("Failed to execute 'btoa' on 'Window': The string to be encoded contains characters outside of the Latin1 range.");i+=Oe.charAt((e=n<<16|r<<8|o)>>18&63)+Oe.charAt(e>>12&63)+Oe.charAt(e>>6&63)+Oe.charAt(63&e)}return a?i.slice(0,a-3)+"===".substring(a):i}("".concat(e.clientId,":").concat(this.clientSecret)))),this.wxCloud=e.wxCloud;try{Ae()&&(this.useWxCloud=e.useWxCloud,void 0===this.wxCloud&&e.env&&(wx.cloud.init({env:e.env}),this.wxCloud=wx.cloud))}catch(t){}this.refreshTokenFunc=e.refreshTokenFunc||this.defaultRefreshTokenFunc,this.anonymousSignInFunc=e.anonymousSignInFunc,this.onCredentialsError=e.onCredentialsError,this.getInitialSession=e.getInitialSession,this.onInitialSessionObtained=e.onInitialSessionObtained,this.logDebugMessages=null!==(n=e.debug)&&void 0!==n&&n,G.on(H,function(t){var e;r.i18n=(null===(e=t.data)||void 0===e?void 0:e.i18n)||r.i18n}),this._initBroadcastChannel(),this._initVisibilityListener()}return t.prototype.setGetInitialSession=function(t){this.getInitialSession=t},t.prototype.setOnInitialSessionObtained=function(t){this.onInitialSessionObtained=t},t.prototype.initialize=function(t){return xe(this,void 0,Promise,function(){var e=this;return Ue(this,function(n){switch(n.label){case 0:return this.initializePromise?[4,this.initializePromise]:[3,2];case 1:case 3:case 5:return[2,n.sent()];case 2:return void 0===t?[3,4]:(this.initializePromise=t,[4,this.initializePromise]);case 4:return this.initializePromise=xe(e,void 0,void 0,function(){var t=this;return Ue(this,function(e){switch(e.label){case 0:return[4,this._acquireLock(-1,function(){return xe(t,void 0,void 0,function(){return Ue(this,function(t){switch(t.label){case 0:return[4,this._initialize()];case 1:return[2,t.sent()]}})})})];case 1:return[2,e.sent()]}})}),[4,this.initializePromise]}})})},t.prototype.setCredentials=function(t){return xe(this,void 0,Promise,function(){var e=this;return Ue(this,function(n){switch(n.label){case 0:return[4,this.initializePromise];case 1:return n.sent(),[2,this._acquireLock(-1,function(){return xe(e,void 0,void 0,function(){return Ue(this,function(e){return[2,this.localCredentials.setCredentials(t)]})})})]}})})},Object.defineProperty(t.prototype,"initSessionEmitted",{get:function(){return this._initSessionEmitted},enumerable:!1,configurable:!0}),t.prototype.destroy=function(){try{this.broadcastChannel&&"function"==typeof this.broadcastChannel.close&&this.broadcastChannel.close()}catch(t){this._debug("#destroy","close BroadcastChannel error",t)}finally{this.broadcastChannel=null}try{var t=this.visibilityEventHandler;this.visibilityEventHandler=void 0,t&&"undefined"!=typeof window&&"undefined"!=typeof document&&"function"==typeof window.removeEventListener&&window.removeEventListener("visibilitychange",t)}catch(t){this._debug("#destroy","remove visibility listener error",t)}},t.prototype.setAccessKeyCredentials=function(t){return this.localCredentials.setAccessKeyCredentials(t)},t.prototype.getAccessToken=function(){return xe(this,void 0,Promise,function(){var t,e;return Ue(this,function(n){switch(n.label){case 0:return[4,this.initializePromise];case 1:return n.sent(),[4,this.getCredentials()];case 2:return(null==(t=n.sent())?void 0:t.scope)===ge||(null==t?void 0:t.access_token)?[2,Promise.resolve(t.access_token)]:(e={error:ee.UNAUTHENTICATED},[2,Promise.reject(e)])}})})},t.prototype.request=function(e,n){var r,o;return xe(this,void 0,Promise,function(){var i,s,a,u,c,l,h,d,f,p;return Ue(this,function(v){switch(v.label){case 0:return n||(n={}),i=this.formatRetry(n.retry,this.retry),n.headers=Ne(Ne({},n.headers),((p={})[null===(r=this.i18n)||void 0===r?void 0:r.LANG_HEADER_KEY]=null===(o=this.i18n)||void 0===o?void 0:o.lang,p)),this.headers&&(n.headers=Ne(Ne({},this.headers),n.headers)),n.headers[De]||(n.headers[De]=be()),n.headers[ke]?[3,2]:[4,this.getDeviceId()];case 1:s=v.sent(),n.headers[ke]=s,v.label=2;case 2:return(null==n?void 0:n.withBasicAuth)&&this.basicAuth&&(n.headers.Authorization=this.basicAuth),(null==n?void 0:n.withCredentials)?n.getCredentials?[4,n.getCredentials()]:[3,4]:[3,7];case 3:return u=v.sent(),[3,6];case 4:return[4,this.getCredentials()];case 5:u=v.sent(),v.label=6;case 6:return(a=u)&&(this.tokenInURL?(e.indexOf("?")<0&&(e+="?"),e+="access_token=".concat(a.access_token)):n.headers.Authorization="".concat(a.token_type," ").concat(a.access_token)),[3,8];case 7:this.clientId&&e.indexOf("client_id")<0&&(e+=e.indexOf("?")<0?"?":"&",e+="client_id=".concat(this.clientId)),v.label=8;case 8:e.startsWith("/")&&(c=this.getApiOriginFunc?this.getApiOriginFunc():this.apiOrigin,e="".concat(c).concat(this.apiPath).concat(e)),l=null,h=i+1,d=0,v.label=9;case 9:if(!(d<h))return[3,21];v.label=10;case 10:return v.trys.push([10,15,,18]),n.useWxCloud||this.useWxCloud?[4,this.wxCloudCallFunction(e,n)]:[3,12];case 11:return l=v.sent(),[3,14];case 12:return[4,this.baseRequest(e,n)];case 13:l=v.sent(),v.label=14;case 14:if(null==l?void 0:l.code)throw{error:l.code,error_description:l.message,error_uri:new URL(e).pathname};return[3,21];case 15:f=v.sent();try{f.requestId=f.requestId||n.headers[De]||""}catch(t){}return n.withCredentials&&f&&f.error===ee.UNAUTHENTICATED?[4,this.setCredentials(null)]:[3,17];case 16:return v.sent(),[2,Promise.reject(f)];case 17:return d!==i&&f&&"unreachable"===f.error?[3,18]:[2,Promise.reject(f)];case 18:return[4,this.sleep(t.retryInterval)];case 19:v.sent(),v.label=20;case 20:return d++,[3,9];case 21:return[2,l]}})})},t.prototype.wxCloudCallFunction=function(t,e){var n;return xe(this,void 0,Promise,function(){var r,o,i,s,a;return Ue(this,function(u){switch(u.label){case 0:r=null,o=null,u.label=1;case 1:u.trys.push([1,7,,8]),i="",u.label=2;case 2:return u.trys.push([2,4,,5]),[4,wx.getRendererUserAgent()];case 3:return i=u.sent(),[3,5];case 4:return u.sent(),[3,5];case 5:return[4,this.wxCloud.callFunction({name:"httpOverCallFunction",data:{url:t,method:e.method,headers:Ne({origin:"https://servicewechat.com","User-Agent":i},e.headers),body:e.body}})];case 6:return s=u.sent().result,(null===(n=null==s?void 0:s.body)||void 0===n?void 0:n.error_code)?(o=null==s?void 0:s.body).error_uri=(0,we.y)(t):r=null==s?void 0:s.body,[3,8];case 7:return a=u.sent(),o={error:ee.UNREACHABLE,error_description:a.message,error_uri:(0,we.y)(t)},[3,8];case 8:if(o)throw o;return[2,r]}})})},t.prototype.getCredentials=function(){return xe(this,void 0,Promise,function(){var t=this;return Ue(this,function(e){switch(e.label){case 0:return[4,this.initializePromise];case 1:return e.sent(),[2,this._acquireLock(-1,function(){return xe(t,void 0,void 0,function(){return Ue(this,function(t){return[2,this._getCredentials()]})})})]}})})},t.prototype.getCredentialsSync=function(){return this.localCredentials.getStorageCredentialsSync()},t.prototype.getCredentialsAsync=function(){return this.getCredentials()},t.prototype.getScope=function(){var t;return xe(this,void 0,Promise,function(){var e,n;return Ue(this,function(r){switch(r.label){case 0:return[4,this.localCredentials.getCredentials()];case 1:return(e=r.sent())?[2,e.scope]:(n="credentials not found",null===(t=this.onCredentialsError)||void 0===t||t.call(this,{msg:n}),[2,this.unAuthenticatedError(n)])}})})},t.prototype.getGroups=function(){var t;return xe(this,void 0,Promise,function(){var e,n;return Ue(this,function(r){switch(r.label){case 0:return[4,this.localCredentials.getCredentials()];case 1:return(e=r.sent())?[2,e.groups]:(n="credentials not found",null===(t=this.onCredentialsError)||void 0===t||t.call(this,{msg:n}),[2,this.unAuthenticatedError(n)])}})})},t.prototype.refreshToken=function(t,e){return xe(this,void 0,Promise,function(){var n=this;return Ue(this,function(r){switch(r.label){case 0:return[4,this.initializePromise];case 1:return r.sent(),[2,this._acquireLock(-1,function(){return xe(n,void 0,void 0,function(){return Ue(this,function(n){return[2,this._refreshToken(t,e)]})})})]}})})},t.prototype._refreshToken=function(t,e){return xe(this,void 0,Promise,function(){var n=this;return Ue(this,function(r){return[2,this.singlePromise.run("_refreshToken",function(){return xe(n,void 0,void 0,function(){var n,r,o,i,s,a;return Ue(this,function(u){switch(u.label){case 0:if((null==t?void 0:t.scope)===ge)return[2,t];if(!t||!t.refresh_token)return o="no refresh token found in credentials",null===(i=this.onCredentialsError)||void 0===i||i.call(this,{msg:o}),[2,this.unAuthenticatedError(o)];u.label=1;case 1:return u.trys.push([1,4,,7]),[4,this.refreshTokenFunc(t.refresh_token,t)];case 2:return n=u.sent(),[4,this.localCredentials.setCredentials(n)];case 3:return u.sent(),[2,n];case 4:if(r=u.sent(),null==e?void 0:e.throwError)throw r;return r.error!==ee.INVALID_GRANT?[3,6]:[4,this.localCredentials.setCredentials(null)];case 5:return u.sent(),o=r.error_description,null===(s=this.onCredentialsError)||void 0===s||s.call(this,{msg:o}),[2,this.unAuthenticatedError(o)];case 6:return null===(a=this.onCredentialsError)||void 0===a||a.call(this,{msg:r.error_description}),[2,Promise.reject(r)];case 7:return[2]}})})})]})})},t.prototype.anonymousLogin=function(t){return xe(this,void 0,void 0,function(){var e=this;return Ue(this,function(n){return[2,this.singlePromise.run("_anonymousLogin",function(){return xe(e,void 0,void 0,function(){var e,n;return Ue(this,function(r){switch(r.label){case 0:return this.anonymousSignInFunc?[4,this.anonymousSignInFunc(t)]:[3,4];case 1:return e=r.sent(),(n=e)?[3,3]:[4,this.localCredentials.getCredentials()];case 2:n=r.sent(),r.label=3;case 3:return t=n,[3,6];case 4:return[4,this.anonymousSignIn(t)];case 5:t=r.sent(),r.label=6;case 6:return[2,t]}})})})]})})},t.prototype.checkRetry=function(e){var n=null;if(("number"!=typeof e||e<t.minRetry||e>t.maxRetry)&&(n={error:ee.UNREACHABLE,error_description:"wrong options param: retry"}),n)throw n;return e},t.prototype.formatRetry=function(t,e){return void 0===t?e:this.checkRetry(t)},t.prototype.sleep=function(t){return xe(this,void 0,Promise,function(){return Ue(this,function(e){return[2,new Promise(function(e){setTimeout(function(){e()},t)})]})})},t.prototype.anonymousSignIn=function(t){return xe(this,void 0,Promise,function(){var e=this;return Ue(this,function(n){return[2,this.singlePromise.run("_anonymous",function(){return xe(e,void 0,void 0,function(){var e,n;return Ue(this,function(r){switch(r.label){case 0:if(!t||"anonymous"!==t.scope)return[2,this.unAuthenticatedError("no anonymous in credentials")];r.label=1;case 1:return r.trys.push([1,4,,7]),[4,this.request(Xt.AUTH_SIGN_IN_ANONYMOUSLY_URL,{method:"POST",withBasicAuth:!0,body:{}})];case 2:return e=r.sent(),[4,this.localCredentials.setCredentials(e)];case 3:return r.sent(),[2,e];case 4:return(n=r.sent()).error!==ee.INVALID_GRANT?[3,6]:[4,this.localCredentials.setCredentials(null)];case 5:return r.sent(),[2,this.unAuthenticatedError(n.error_description)];case 6:return[2,Promise.reject(n)];case 7:return[2]}})})})]})})},t.prototype.defaultRefreshTokenFunc=function(t,e){var n;return xe(this,void 0,Promise,function(){var r,o,i;return Ue(this,function(s){switch(s.label){case 0:return void 0===t||""===t?(r="refresh token not found",null===(n=this.onCredentialsError)||void 0===n||n.call(this,{msg:r}),[2,this.unAuthenticatedError(r)]):(o=Xt.AUTH_TOKEN_URL,"v2"===(null==e?void 0:e.version)&&(o=Zt.AUTH_TOKEN_URL),[4,this.request(o,{method:"POST",body:{client_id:this.clientId,client_secret:this.clientSecret,grant_type:"refresh_token",refresh_token:t}})]);case 1:return i=s.sent(),[2,Ne(Ne({},i),{version:(null==e?void 0:e.version)||"v1"})]}})})},t.prototype.getDeviceId=function(){return xe(this,void 0,Promise,function(){var t;return Ue(this,function(e){switch(e.label){case 0:return this.deviceID?[2,this.deviceID]:[4,this.storage.getItem(je)];case 1:return"string"==typeof(t=e.sent())&&t.length>=16&&t.length<=48?[3,3]:(t=be(),[4,this.storage.setItem(je,t)]);case 2:e.sent(),e.label=3;case 3:return this.deviceID=t,[2,t]}})})},t.prototype.unAuthenticatedError=function(t){var e={error:ee.UNAUTHENTICATED,error_description:t};return Promise.reject(e)},t.prototype._debug=function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];this.logDebugMessages&&console.log.apply(console,Le(["[OAuth2Client]"],t,!1))},t.prototype._initialize=function(){return xe(this,void 0,Promise,function(){var t,e,n,r,o,i;return Ue(this,function(s){switch(s.label){case 0:if(s.trys.push([0,11,12,13]),!this.getInitialSession)return this._debug("#_initialize()","no getInitialSession callback set, skipping"),[2,{error:null}];this._debug("#_initialize()","calling getInitialSession callback"),s.label=1;case 1:return s.trys.push([1,9,,10]),[4,this.getInitialSession()];case 2:return i=s.sent(),t=i.data,e=i.error,(null==t?void 0:t.session)?(this._debug("#_initialize()","session obtained from getInitialSession",t.session),this._initSessionEmitted=!0,[4,this.localCredentials.setCredentials(null==t?void 0:t.session,{isInit:!0})]):[3,4];case 3:s.sent(),s.label=4;case 4:if(!this.onInitialSessionObtained)return[3,8];this._debug("#_initialize()","calling onInitialSessionObtained callback"),s.label=5;case 5:return s.trys.push([5,7,,8]),[4,this.onInitialSessionObtained(t,e)];case 6:return s.sent(),[3,8];case 7:return n=s.sent(),this._debug("#_initialize()","error in onInitialSessionObtained",n),[3,8];case 8:return e?(this._debug("#_initialize()","error from getInitialSession",e),[2,{error:e}]):[2,{error:null}];case 9:return r=s.sent(),this._debug("#_initialize()","exception during getInitialSession",r),[2,{error:r instanceof Error?r:new Error(String(r))}];case 10:return[3,13];case 11:return o=s.sent(),this._debug("#_initialize()","unexpected error",o),[2,{error:o instanceof Error?o:new Error(String(o))}];case 12:return this._debug("#_initialize()","end"),[7];case 13:return[2]}})})},t.prototype._acquireLock=function(t,e){return xe(this,void 0,Promise,function(){var n,r,o,i,s=this;return Ue(this,function(a){switch(a.label){case 0:this._debug("#_acquireLock","begin",t),a.label=1;case 1:if(a.trys.push([1,,10,11]),this.lockAcquired)return n=this.pendingInLock.length?this.pendingInLock[this.pendingInLock.length-1]:Promise.resolve(),r=xe(s,void 0,void 0,function(){return Ue(this,function(t){switch(t.label){case 0:return[4,n];case 1:return t.sent(),[4,e()];case 2:return[2,t.sent()]}})}),this.pendingInLock.push(xe(s,void 0,void 0,function(){return Ue(this,function(t){switch(t.label){case 0:return t.trys.push([0,2,,3]),[4,r];case 1:case 2:return t.sent(),[3,3];case 3:return[2]}})})),[2,r];this._debug("#_acquireLock","acquiring lock for client",this.clientId),a.label=2;case 2:return a.trys.push([2,,8,9]),this.lockAcquired=!0,o=e(),this.pendingInLock.push(xe(s,void 0,void 0,function(){return Ue(this,function(t){switch(t.label){case 0:return t.trys.push([0,2,,3]),[4,o];case 1:case 2:return t.sent(),[3,3];case 3:return[2]}})})),[4,o];case 3:a.sent(),a.label=4;case 4:return this.pendingInLock.length?(i=Le([],this.pendingInLock,!0),[4,Promise.all(i)]):[3,6];case 5:return a.sent(),this.pendingInLock.splice(0,i.length),[3,4];case 6:return[4,o];case 7:return[2,a.sent()];case 8:return this._debug("#_acquireLock","releasing lock for client",this.clientId),this.lockAcquired=!1,[7];case 9:return[3,11];case 10:return this._debug("#_acquireLock","end"),[7];case 11:return[2]}})})},t.prototype._getCredentials=function(){var t,e,n;return xe(this,void 0,Promise,function(){var r,o,i;return Ue(this,function(s){switch(s.label){case 0:return[4,this.localCredentials.getCredentials()];case 1:if((null==(r=s.sent())?void 0:r.scope)===ge)return[2,r];if(!r)return i="credentials not found",null===(t=this.onCredentialsError)||void 0===t||t.call(this,{msg:i}),[2,this.unAuthenticatedError(i)];if(!function(t){var e=!0;return(null==t?void 0:t.expires_at)&&(null==t?void 0:t.access_token)&&(e=t.expires_at<new Date),e}(r))return[3,12];if(!r.refresh_token)return[3,9];s.label=2;case 2:return s.trys.push([2,4,,8]),[4,this._refreshToken(r)];case 3:return r=s.sent(),[3,8];case 4:return o=s.sent(),"anonymous"!==r.scope?[3,6]:[4,this.anonymousLogin(r)];case 5:return r=s.sent(),[3,7];case 6:return null===(e=this.onCredentialsError)||void 0===e||e.call(this,{msg:o.error_description}),[2,Promise.reject(o)];case 7:return[3,8];case 8:return[3,12];case 9:return"anonymous"!==r.scope?[3,11]:[4,this.anonymousLogin(r)];case 10:return r=s.sent(),[3,12];case 11:return i="no refresh token found in credentials",null===(n=this.onCredentialsError)||void 0===n||n.call(this,{msg:i}),[2,this.unAuthenticatedError(i)];case 12:return[2,r]}})})},t.prototype._isUserCredentials=function(t){return!!(null==t?void 0:t.access_token)&&"accessKey"!==t.scope&&t.scope!==ge},t.prototype._fireCredentialsEvents=function(t,e,n){var r,o,i,s,a,u;this._isUserCredentials(t)?e?null===(i=this.eventBus)||void 0===i||i.fire(ve,{event:le}):n?null===(s=this.eventBus)||void 0===s||s.fire(ve,{event:he}):(null===(a=this.eventBus)||void 0===a||a.fire(ve,{event:ce}),null===(u=this.eventBus)||void 0===u||u.fire(pe,{eventType:"sign_in"})):n&&(null===(r=this.eventBus)||void 0===r||r.fire(ve,{event:ue}),null===(o=this.eventBus)||void 0===o||o.fire(pe,{eventType:"sign_out"}))},t.prototype._handleCredentialsChange=function(t,e){this._fireCredentialsEvents(t,e.isInit,e.hadCredentials),this._broadcastCredentials(t,e)},t.prototype._initBroadcastChannel=function(){var t=this;if(void 0===this.broadcastChannel)try{"undefined"!=typeof BroadcastChannel&&(this.broadcastChannelName="credentials_".concat(this.clientId),this.broadcastChannel=new BroadcastChannel(this.broadcastChannelName),this.broadcastChannel.addEventListener("message",function(e){t._handleBroadcastMessage(e.data)}),this._debug("#_initBroadcastChannel","channel created: ".concat(this.broadcastChannelName)))}catch(t){this.broadcastChannel=null,this._debug("#_initBroadcastChannel","BroadcastChannel not available, skip",t)}},t.prototype._broadcastCredentials=function(t,e){if(this.broadcastChannel)try{this.broadcastChannel.postMessage({type:"credentials_changed",credentials:t,context:e})}catch(t){this._debug("#_broadcastCredentials","postMessage error",t)}},t.prototype._handleBroadcastMessage=function(t){var e,n;try{if(!t||"credentials_changed"!==t.type)return;var r=t.context,o=t.credentials;if((null==o?void 0:o.expires_at)&&"string"==typeof o.expires_at&&(o=Ne(Ne({},o),{expires_at:new Date(o.expires_at)})),(null==o?void 0:o.access_token)===(null===(e=this.localCredentials.getMemoryCredentials())||void 0===e?void 0:e.access_token))return;var i=!!(null===(n=this.localCredentials.getMemoryCredentials())||void 0===n?void 0:n.access_token);this.localCredentials.syncMemoryCredentials(o),this._fireCredentialsEvents(o,r.isInit,i)}catch(t){this._debug("#_handleBroadcastMessage","error",t)}},t.prototype._initVisibilityListener=function(){var t=this;try{if("undefined"==typeof window||"undefined"==typeof document||"function"!=typeof window.addEventListener)return;this.visibilityEventHandler=function(){return xe(t,void 0,void 0,function(){var t;return Ue(this,function(e){switch(e.label){case 0:return e.trys.push([0,2,,3]),[4,this._onVisibilityChanged()];case 1:return e.sent(),[3,3];case 2:return t=e.sent(),this._debug("#visibilityChangedCallback","error",t),[3,3];case 3:return[2]}})})},window.addEventListener("visibilitychange",this.visibilityEventHandler)}catch(t){this._debug("#_initVisibilityListener",t)}},t.prototype._onVisibilityChanged=function(){return xe(this,void 0,Promise,function(){var t=this;return Ue(this,function(e){return"visible"!==document.visibilityState||this._acquireLock(-1,function(){return xe(t,void 0,void 0,function(){var t,e,n,r,o,i;return Ue(this,function(s){switch(s.label){case 0:if("visible"!==document.visibilityState)return[2];s.label=1;case 1:return s.trys.push([1,3,,4]),t=this.localCredentials.getMemoryCredentials(),[4,this.localCredentials.getCredentials()];case 2:return e=s.sent(),n=null==t?void 0:t.access_token,r=null==e?void 0:e.access_token,n===r?[2]:(o=!!n,this._fireCredentialsEvents(e,!1,o),[3,4]);case 3:return i=s.sent(),this._debug("#_onVisibilityChanged","reload credentials error",i),[3,4];case 4:return[2]}})})}),[2]})})},t.defaultRetry=2,t.minRetry=0,t.maxRetry=5,t.retryInterval=1e3,t}(),Ve=l(9689),Ge=l(3616),He=function(){return He=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},He.apply(this,arguments)},Ke=function(t,e,n,r){return new(n||(n=Promise))(function(o,i){function s(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(s,a)}u((r=r.apply(t,e||[])).next())})},Je=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}},ze=function(t,e){var n;return function(){for(var r=[],o=0;o<arguments.length;o++)r[o]=arguments[o];clearTimeout(n),n=setTimeout(function(){return t.apply(null,r)},e)}},Ye=new Ve.CloudbaseEventEmitter,Qe="resolveCaptchaData",$e="padding:10px 8px;background:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer;flex:1;white-space:nowrap;margin-left:10px",Xe="width:100%;padding:10px;background:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer",Ze="background:#6c757d;cursor:not-allowed",tn=function(t,e,n,r){return new(n||(n=Promise))(function(o,i){function s(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(s,a)}u((r=r.apply(t,e||[])).next())})},en=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}},nn=function(){function t(t){t.openURIWithCallback||(t.openURIWithCallback=this.getDefaultOpenURIWithCallback()),t.storage||(t.storage=We),this.config=t,this.tokenSectionName="captcha_".concat(t.clientId||t.env)}return t.prototype.isMatch=function(){var t,e,n;return(null===(n=null===(e=null===(t=this.config)||void 0===t?void 0:t.adapter)||void 0===e?void 0:e.isMatch)||void 0===n?void 0:n.call(e))||Ae()},t.prototype.request=function(t,e){return tn(this,void 0,Promise,function(){var n,r,o,i;return en(this,function(s){switch(s.label){case 0:return e||(e={}),e.method||(e.method="GET"),n="".concat(e.method,":").concat(t),r=t,e.withCaptcha?[4,this.appendCaptchaTokenToURL(t,n,!1)]:[3,2];case 1:r=s.sent(),s.label=2;case 2:return s.trys.push([2,4,,7]),[4,this.config.request(r,e)];case 3:return o=s.sent(),[3,7];case 4:return(i=s.sent()).error!==ee.CAPTCHA_REQUIRED&&i.error!==ee.CAPTCHA_INVALID?[3,6]:[4,this.appendCaptchaTokenToURL(t,n,i.error===ee.CAPTCHA_INVALID)];case 5:return t=s.sent(),[2,this.config.request(t,e)];case 6:return[2,Promise.reject(i)];case 7:return[2,o]}})})},t.prototype.getDefaultOpenURIWithCallback=function(){var t=this;return function(e){return function(t,e){return Ke(void 0,void 0,Promise,function(){var n,r,o,i;return Je(this,function(s){return n=(0,Ge.parseCaptcha)(t),r=n.captchaData,o=n.state,i=n.token,function(t){var e=t.oauthInstance,n=t.captchaState,r="captcha-image",o=function(){return Ke(void 0,void 0,void 0,function(){var t,o;return Je(this,function(i){switch(i.label){case 0:return i.trys.push([0,2,,3]),[4,e.createCaptchaData({state:n.state})];case 1:return t=i.sent(),n=He(He({},n),{captchaData:t.data,token:t.token}),document.getElementById(r).src=t.data,[3,3];case 2:return o=i.sent(),console.error("刷新图形验证码失败",o),[3,3];case 3:return[2]}})})},i=function(t,e,n){var r=document.createElement(t);return e&&(r.style.cssText=e),n&&(r.textContent=n),r},s=i("div","position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.5);z-index:999"),a=i("div","position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:320px;padding:20px;background:#fff;border-radius:8px;box-shadow:0 0 10px rgba(0,0,0,0.2);z-index:1000");a.appendChild(i("p","margin-bottom:15px","请输入你看到的字符:"));var u=i("div","display:flex;align-items:center;justify-content:space-between;margin-bottom:15px"),c=i("img","width:100%;height:auto;border:1px solid #eee");c.id=r,c.src=n.captchaData,u.appendChild(c);var l=i("button",$e,"刷新");l.onclick=ze(function(){return Ke(void 0,void 0,void 0,function(){return Je(this,function(t){switch(t.label){case 0:l.textContent="加载中...",l.disabled=!0,l.style.cssText="".concat($e,";").concat(Ze),t.label=1;case 1:return t.trys.push([1,,3,4]),[4,o()];case 2:return t.sent(),[3,4];case 3:return l.textContent="刷新",l.disabled=!1,l.style.cssText=$e,[7];case 4:return[2]}})})},500),u.appendChild(l),a.appendChild(u);var h=i("input","width:100%;padding:14px 16px;margin-bottom:15px;box-sizing:border-box;border:2px solid #e8ecf4;border-radius:10px;font-size:15px");h.type="text",h.placeholder="输入字符",h.maxLength=4,a.appendChild(h);var d=i("div","color:#dc3545;font-size:12px;margin-bottom:10px;display:none;padding:8px;background:#f8d7da;border:1px solid #f5c6cb;border-radius:4px");a.appendChild(d);var f=function(t){d.textContent=t,d.style.display="block"},p=i("button",Xe,"确定");p.onclick=ze(function(){return Ke(void 0,void 0,void 0,function(){var t,r,i,u;return Je(this,function(c){switch(c.label){case 0:if(!(t=h.value.trim()))return f("请输入字符"),[2];d.style.display="none",p.textContent="验证中...",p.disabled=!0,p.style.cssText="".concat(Xe,";").concat(Ze),c.label=1;case 1:return c.trys.push([1,3,5,6]),[4,e.verifyCaptchaData({token:n.token,key:t})];case 2:return r=c.sent(),Ye.fire(Qe,r),console.log("图形验证码校验成功"),document.body.removeChild(s),document.body.removeChild(a),[3,6];case 3:return i=c.sent(),console.error("图形验证码校验失败",i),u=i.error_description||"图形验证码校验失败",f(u),h.value="",h.focus(),[4,o()];case 4:return c.sent(),[3,6];case 5:return p.textContent="确定",p.disabled=!1,p.style.cssText=Xe,[7];case 6:return[2]}})})},500),a.appendChild(p),document.body.appendChild(s),document.body.appendChild(a)}({oauthInstance:e,captchaState:{captchaData:r,state:o,token:i}}),[2,new Promise(function(t){console.log("等待图形验证码校验结果..."),Ye.on(Qe,function(e){t(null==e?void 0:e.data)})})]})})}(e,t.config.oauthInstance)}},t.prototype.getCaptchaToken=function(t,e){return tn(this,void 0,Promise,function(){var n,r,o,i;return en(this,function(s){switch(s.label){case 0:return t?[3,2]:[4,this.findCaptchaToken()];case 1:if(n=s.sent())return[2,n];s.label=2;case 2:return[4,this.config.request(Xt.CAPTCHA_DATA_URL,{method:"POST",body:{state:e,redirect_uri:""},withCredentials:!1})];case 3:return r=s.sent(),o="".concat(r.data,"?state=").concat(encodeURIComponent(e),"&token=").concat(encodeURIComponent(r.token)),[4,this.config.openURIWithCallback(o)];case 4:return i=s.sent(),this.saveCaptchaToken(i),[2,i.captcha_token]}})})},t.prototype.appendCaptchaTokenToURL=function(t,e,n){return tn(this,void 0,Promise,function(){var r;return en(this,function(o){switch(o.label){case 0:return[4,this.getCaptchaToken(n,e)];case 1:return r=o.sent(),t.indexOf("?")>0?t+="&captcha_token=".concat(r):t+="?captcha_token=".concat(r),[2,t]}})})},t.prototype.saveCaptchaToken=function(t){return tn(this,void 0,void 0,function(){var e;return en(this,function(n){switch(n.label){case 0:return t.expires_at=new Date(Date.now()+1e3*(t.expires_in-10)),e=JSON.stringify(t),[4,this.config.storage.setItem(this.tokenSectionName,e)];case 1:return n.sent(),[2]}})})},t.prototype.findCaptchaToken=function(){return tn(this,void 0,Promise,function(){var t,e;return en(this,function(n){switch(n.label){case 0:return[4,this.config.storage.getItem(this.tokenSectionName)];case 1:if(null==(t=n.sent()))return[3,5];n.label=2;case 2:return n.trys.push([2,3,,5]),(null==(e=JSON.parse(t))?void 0:e.expires_at)&&(e.expires_at=new Date(e.expires_at)),e.expires_at<new Date?[2,null]:[2,e.captcha_token];case 3:return n.sent(),[4,this.config.storage.removeItem(this.tokenSectionName)];case 4:return n.sent(),[2,null];case 5:return[2,null]}})})},t}(),rn=function(){function t(t){if(this.params={},"string"==typeof t)this.parse(t);else if(t&&"object"==typeof t)for(var e in t)Object.prototype.hasOwnProperty.call(t,e)&&this.append(e,t[e])}return t.prototype.parse=function(t){var e=this;t.split("&").forEach(function(t){var n=t.split("=").map(decodeURIComponent),r=n[0],o=n[1];e.append(r,o)})},t.prototype.append=function(t,e){this.params[t]?this.params[t]=this.params[t].concat([e]):this.params[t]=[e]},t.prototype.get=function(t){return this.params[t]?this.params[t][0]:null},t.prototype.getAll=function(t){return this.params[t]||[]},t.prototype.delete=function(t){delete this.params[t]},t.prototype.has=function(t){return Object.prototype.hasOwnProperty.call(this.params,t)},t.prototype.set=function(t,e){this.params[t]=[e]},t.prototype.toString=function(){var t=[],e=function(e){Object.prototype.hasOwnProperty.call(n.params,e)&&n.params[e].forEach(function(n){t.push("".concat(encodeURIComponent(e),"=").concat(encodeURIComponent(n)))})},n=this;for(var r in this.params)e(r);return t.join("&")},t}();const on=rn;var sn,an=function(){var t=function(e,n){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},t(e,n)};return function(e,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}();!function(t){t.PROVIDER_NOT_ENABLED="PROVIDER_NOT_ENABLED",t.INVALID_CREDENTIALS="INVALID_CREDENTIALS",t.USER_NOT_FOUND="USER_NOT_FOUND",t.USER_STATUS_ABNORMAL="USER_STATUS_ABNORMAL",t.SERVICE_ERROR="SERVICE_ERROR",t.INVALID_PARAMS="INVALID_PARAMS",t.AUTH_METHOD_MISMATCH="AUTH_METHOD_MISMATCH",t.RATE_LIMITED="RATE_LIMITED",t.CAPTCHA_REQUIRED="CAPTCHA_REQUIRED",t.CAPTCHA_INVALID="CAPTCHA_INVALID",t.MFA_REQUIRED="MFA_REQUIRED",t.PRECONDITION_FAILED="PRECONDITION_FAILED",t.VERIFICATION_FAILED="VERIFICATION_FAILED",t.UNKNOWN="UNKNOWN"}(sn||(sn={}));var un="https://tcb.cloud.tencent.com/dev?envId=#/identity/login-manage",cn="https://docs.cloudbase.net/api-reference/webv3/initialization",ln=function(t){function e(e,n){var r,o=this,i=e.error_description||e.message;return(o=t.call(this,i)||this).__isAuthError=!0,o.name="AuthError",o.status=e.error,o.code=String(e.error||e.error_code||"unknown").toLowerCase(),o.errorCode="number"==typeof e.error_code?e.error_code:"string"==typeof e.error_code&&parseInt(e.error_code,10)||void 0,o.requestId=e.requestId,o.category=function(t,e,n){if(!t&&!e&&!n)return sn.UNKNOWN;try{var r=(t||"").toLowerCase(),o="string"==typeof n?parseInt(n,10):n;return o===ne.CAPTCHA_REQUIRED||e===ee.CAPTCHA_REQUIRED?sn.CAPTCHA_REQUIRED:o===ne.CAPTCHA_INVALID||e===ee.CAPTCHA_INVALID?sn.CAPTCHA_INVALID:o===ne.MFA_PHONE_REQUIRED||e===ee.MFA_PHONE_REQUIRED?sn.MFA_REQUIRED:o===ne.LOGIN_TYPE_DISABLED||e===ee.LOGIN_TYPE_DISABLED?sn.PROVIDER_NOT_ENABLED:o===ne.RESOURCE_EXHAUSTED||e===ee.RESOURCE_EXHAUSTED?sn.RATE_LIMITED:o===ne.INTERNAL||o===ne.UNAVAILABLE||o===ne.UNIMPLEMENTED||o===ne.ABORTED?sn.SERVICE_ERROR:o===ne.NOT_FOUND?sn.USER_NOT_FOUND:o===ne.UNAUTHENTICATED?sn.INVALID_CREDENTIALS:o===ne.INVALID_ARGUMENT&&(r.includes("验证码")||r.includes("verification")||r.includes("verification_code")||r.includes("verification_id")||r.includes("does not match")||r.includes("token expired")||r.includes("token error")||r.includes("过期"))?sn.VERIFICATION_FAILED:e===ee.PROVIDER_NOT_ENABLED||e===ee.LOGIN_METHOD_DISABLED||r.includes("身份源")||r.includes("开启")||r.includes("identity provider")||r.includes("provider not enabled")||r.includes("login method")||r.includes("登录方式")||r.includes("not enabled")||r.includes("未开启")||r.includes("未启用")||r.includes("请联系开发者")||r.includes("anonymous login is not enabled")||r.includes("匿名登录未开启")?sn.PROVIDER_NOT_ENABLED:e===ee.FAILED_PRECONDITION||o===ne.FAILED_PRECONDITION&&!r.includes("请联系开发者")?r.includes("不存在")||r.includes("not found")||r.includes("未注册")?sn.USER_NOT_FOUND:sn.PRECONDITION_FAILED:e===ee.INVALID_PASSWORD||e===ee.INVALID_GRANT||e===ee.INVALID_VERIFICATION_CODE||e===ee.INVALID_USERNAME_OR_PASSWORD||e===ee.INVALID_CREDENTIALS||e===ee.WRONG_PASSWORD||e===ee.UNAUTHENTICATED||e===ee.INVALID_TWO_FACTOR||e===ee.INVALID_TWO_FACTOR_RECOVERY||e===ee.PASSWORD_NOT_SET||r.includes("密码不正确")||r.includes("password")||r.includes("invalid_password")||r.includes("凭据")||r.includes("credentials")||r.includes("验证码")||r.includes("verification")||r.includes("invalid_verification_code")||r.includes("invalid_username_or_password")||r.includes("username or password")||r.includes("用户名或密码")||r.includes("wrong password")||r.includes("incorrect password")?sn.INVALID_CREDENTIALS:e===ee.NOT_FOUND||e===ee.USER_NOT_FOUND||r.includes("用户不存在")||r.includes("not found")||r.includes("user not found")||r.includes("no such user")||r.includes("user does not exist")?sn.USER_NOT_FOUND:e===ee.USER_BLOCKED||e===ee.USER_PENDING||e===ee.UNDER_REVIEW||e===ee.INVALID_STATUS||r.includes("被封禁")||r.includes("blocked")||r.includes("pending")||r.includes("审核")||r.includes("review")||r.includes("locked")||r.includes("已锁定")?sn.USER_STATUS_ABNORMAL:e===ee.SERVER_ERROR||e===ee.UNAVAILABLE||e===ee.TEMPORARILY_UNAVAILABLE||e===ee.INTERNAL||e===ee.UNREACHABLE||e===ee.DEADLINE_EXCEEDED||e===ee.DATA_LOSS||e===ee.ABORTED||r.includes("network")||r.includes("timeout")||r.includes("timed out")||r.includes("超时")||r.includes("smtp is not set")||r.includes("sms sender does not config")?sn.SERVICE_ERROR:e===ee.INVALID_ARGUMENT||e===ee.INVALID_REQUEST||e===ee.INVALID_SCOPE||e===ee.INVALID_REQUEST_URI||e===ee.INVALID_REQUEST_OBJECT||o===ne.INVALID_ARGUMENT?sn.INVALID_PARAMS:e===ee.PERMISSION_DENIED||e===ee.ACCESS_DENIED||e===ee.UNAUTHORIZED_CLIENT?sn.PROVIDER_NOT_ENABLED:sn.UNKNOWN}catch(t){return e}}(i,o.status,o.errorCode),o.helpMessage=function(t,e){var n=(null==e?void 0:e.method)||"signIn",r={signInWithPassword:"「用户名密码登录」",signInAnonymously:"「匿名登录」",signInWithOtp:"「短信验证码登录」或「邮箱验证码登录」",signUp:"「短信验证码登录」或「邮箱验证码登录」",signInWithOAuth:"对应的第三方身份源",signInWithIdToken:"对应的第三方身份源",signInWithOpenId:"「微信小程序 OpenID 登录」",signInWithPhoneAuth:"「微信小程序手机号授权登录」",signInWithCustomTicket:"「自定义登录」",getVerification:"「短信验证码登录」或「邮箱验证码登录」",verify:"「短信验证码登录」或「邮箱验证码登录」",verifyOtp:"「短信验证码登录」或「邮箱验证码登录」",resetPasswordForEmail:"「邮箱验证码登录」",reauthenticate:"「短信验证码登录」或「邮箱验证码登录」"}[n]||"对应的登录方式";switch(t){case sn.PROVIDER_NOT_ENABLED:return"[CloudBase Auth] 登录方式未开启\n\n"+" 当前调用的 ".concat(n,"() 所需的登录方式尚未在云开发控制台启用。\n")+" 需要开启的登录方式:".concat(r,"\n")+"\n 请按以下步骤开启:\n"+" 1. 打开云开发控制台:".concat(un,"\n")+" 2. 选择对应的云开发环境\n 3. 进入「登录授权」页面,在「登录方式」或「身份源列表」中开启所需的登录方式\n\n 各登录方法与所需登录方式的对应关系:\n - signInWithPassword → 「用户名密码登录」\n - signInAnonymously → 「匿名登录」\n - signInWithOtp/signUp → 「短信验证码登录」或「邮箱验证码登录」\n - signInWithOAuth/signInWithIdToken → 对应的第三方身份源\n\n 如使用 CLI/MCP 工具,可通过 auth 工具查询和配置身份源状态。\n"+" 更多帮助请参考文档:".concat(cn);case sn.INVALID_CREDENTIALS:return"[CloudBase Auth] 凭据验证失败\n\n"+" 调用 ".concat(n,"() 时凭据校验未通过。\n")+"\n 请按优先级逐项排查:\n 1. 确认用户名/邮箱/手机号是否拼写正确、格式完整\n 2. 确认密码是否正确(注意大小写、特殊字符、前后空格)\n 3. 确认用户账号确实存在(可通过 auth.isUsernameRegistered() 检查)\n 4. 确认凭据参数来源可靠(环境变量、配置文件中的值是否已正确设置)\n 5. 如使用加密登录(is_encrypt: true),请确认公钥版本正确\n\n 如忘记密码,可通过 auth.resetPasswordForEmail() 重置密码。\n\n 提示:如果是 AI agent / 自动化测试场景,请确认 ENV_ID、USERNAME、PASSWORD\n 等环境变量已正确传入,且对应用户已在目标环境中注册。";case sn.USER_NOT_FOUND:return"[CloudBase Auth] 用户不存在\n\n 请检查以下项目:\n 1. 确认用户名/邮箱/手机号是否正确\n 2. 确认是在正确的云开发环境(envId)下操作\n 3. 如果是新用户,请先通过 auth.signUp() 注册\n"+" 4. 也可在云开发控制台手动创建用户:".concat(un,"\n")+"\n 提示:不同环境(开发/测试/生产)的用户库是隔离的,请确认 envId 正确。";case sn.USER_STATUS_ABNORMAL:return"[CloudBase Auth] 用户状态异常\n\n 当前用户账号可能处于以下状态之一:\n - 账号已被封禁\n - 账号正在审核中\n - 账号已被锁定(多次密码错误)\n\n"+" 请联系管理员在云开发控制台检查用户状态:".concat(un);case sn.SERVICE_ERROR:return"[CloudBase Auth] 服务异常\n\n 请检查以下项目:\n 1. 网络连接是否正常\n 2. 云开发环境是否正常运行\n 3. 稍后重试,如持续失败请联系技术支持\n\n 提示:如果是超时错误,请检查网络环境和请求频率。\n 常见服务端错误:smtp 未配置、短信服务未配置、wedaapis 未设置等。";case sn.INVALID_PARAMS:return"[CloudBase Auth] 参数错误\n\n 请检查传入的参数是否符合要求:\n - 不能同时输入手机号和邮箱\n - 手机号格式需正确(如 +86 开头)\n - 必须提供手机号或邮箱\n\n"+" 参考 API 文档确认各参数的格式和约束:".concat(cn);case sn.AUTH_METHOD_MISMATCH:return"[CloudBase Auth] 登录方式不匹配\n\n"+" 调用 ".concat(n,"() 时遇到错误,可能原因:\n")+" - 匿名登录失败后尝试了用户名密码登录,但凭据不正确或用户不存在\n - 应使用匿名登录但传入了密码参数\n - 应使用密码登录但未传入正确的凭据\n\n 建议:\n 1. 明确当前场景需要的登录方式:\n - 无需用户注册 → auth.signInAnonymously()\n - 有用户名和密码 → auth.signInWithPassword({ username, password })\n - 第三方平台 → auth.signInWithOAuth({ provider })\n 2. 不要在同一流程中混合使用不同的登录方式\n 3. 每种登录方式需要在控制台开启对应的身份源\n"+" 4. 控制台地址:".concat(un);case sn.RATE_LIMITED:return"[CloudBase Auth] 发送频率受限\n\n 验证码发送过于频繁,已触发频率限制。\n\n 限制规则:\n - 手机号:每分钟最多 1 条,每天有上限\n - 邮箱:每分钟有上限,每天有上限(默认 50 条)\n\n 建议:\n 1. 检查 error.retryAfter 获取建议等待时间\n 2. 在 UI 中显示倒计时,防止用户重复点击\n 3. 如业务需要更高频率,请联系技术支持调整限额";case sn.CAPTCHA_REQUIRED:return"[CloudBase Auth] 需要滑块验证码\n\n 当前操作触发了风控策略,需要完成滑块验证。\n\n 处理方式:\n 1. 调用滑块验证码 SDK 展示验证组件\n 2. 用户完成验证后,将 captcha_token 附带到请求中重新发送\n 3. 可通过 getVerification 的 options.withCaptcha 参数自动携带验证码";case sn.CAPTCHA_INVALID:return"[CloudBase Auth] 滑块验证码校验失败\n\n 提交的验证码 token 校验未通过(可能已过期或 client_id 不匹配)。\n\n 处理方式:\n 1. 刷新滑块验证码,让用户重新验证\n 2. 确认 captcha 组件初始化的 client_id 与认证配置一致";case sn.MFA_REQUIRED:return"[CloudBase Auth] 需要 MFA 验证\n\n 当前操作要求用户绑定手机号进行多因素认证 (MFA)。\n\n 处理方式:\n 1. 引导用户进入手机号绑定流程\n 2. 绑定完成后重新执行原操作\n 3. error 中可能包含 MFA 详情信息";case sn.PRECONDITION_FAILED:return"[CloudBase Auth] 前置条件不满足\n\n 当前操作的前置条件不满足,常见原因:\n - 该手机号/邮箱已被其他账号绑定\n - 目标用户不存在或已存在(与 target 参数冲突)\n - 当前邮箱/手机号未注册用户\n\n 请根据 error.message 中的具体描述处理。";case sn.VERIFICATION_FAILED:return'[CloudBase Auth] 验证码校验失败\n\n 验证码验证未通过,常见原因:\n - 验证码已过期(通常有效期为几分钟)\n - 验证码输入不正确\n - verification_id 无效或已被使用\n - 验证码不属于当前项目(project id does not match)\n\n 处理方式:\n 1. 提示用户"验证码已过期或不正确,请重新获取"\n 2. 调用 getVerification() 重新发送验证码\n 3. 确保 verification_id 与最新发送的验证码对应\n\n 注意:每次重新发送验证码后,之前的 verification_id 即失效。';default:return"[CloudBase Auth] 操作失败\n\n 如果问题持续存在,建议:\n"+" 1. 检查云开发控制台的认证配置:".concat(un,"\n")+" 2. 到官方问答社区提问:https://cnb.cool/tencent/cloud/cloudbase/community/-/issues\n"+" 3. 查阅文档:".concat(cn)}}(o.category,n),o.loginMethodHint=(r=null==n?void 0:n.method)&&{signInWithPassword:"当前使用「用户名密码登录」,需确保:\n ✓ 控制台已开启「用户名密码登录」\n ✓ 用户已注册且凭据正确\n 如果不需要用户系统,建议改用 auth.signInAnonymously()",signInAnonymously:"当前使用「匿名登录」,需确保:\n ✓ 控制台已开启「匿名登录」\n 注意:匿名用户无需用户名密码,适用于快速体验或临时访问场景",signInWithOtp:"当前使用「OTP 验证码登录」,需确保:\n ✓ 控制台已开启「短信验证码登录」或「邮箱验证码登录」",signInWithOAuth:"当前使用「第三方 OAuth 登录」,需确保:\n ✓ 控制台已配置并开启对应的第三方身份源"}[r]||"",o.category===sn.RATE_LIMITED&&(o.retryAfter=e.retry_after||e.retryAfter||void 0),o}return an(e,t),e.prototype.toJSON=function(){return{name:this.name,message:this.message,code:this.code,errorCode:this.errorCode,status:this.status,requestId:this.requestId,category:this.category,retryAfter:this.retryAfter}},e}(Error),hn=function(){return hn=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},hn.apply(this,arguments)},dn=function(t,e,n,r){return new(n||(n=Promise))(function(o,i){function s(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(s,a)}u((r=r.apply(t,e||[])).next())})},fn=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}};function pn(t,e){var n;return dn(this,void 0,void 0,function(){var r,o=this;return fn(this,function(i){r=function(){return dn(o,void 0,void 0,function(){return fn(this,function(t){switch(t.label){case 0:return t.trys.push([0,1,,6]),[2,l(3171)];case 1:t.sent(),t.label=2;case 2:return t.trys.push([2,4,,5]),[4,Promise.resolve().then(l.bind(l,3171))];case 3:return[2,t.sent()];case 4:return t.sent(),[2];case 5:return[3,6];case 6:return[2]}})})};try{if(((null===(n=null==e?void 0:e.root)||void 0===n?void 0:n.globalThis)||globalThis).IS_MP_BUILD)return[2];if(t)return[2,r()]}catch(e){if(t)return[2,r()]}return[2]})})}var vn,yn=function(){function t(t){var e=t.request,n=t.credentialsClient;if(!n){var r={apiOrigin:t.apiOrigin,apiPath:t.apiPath,clientId:t.clientId,storage:t.storage,env:t.env,baseRequest:t.baseRequest,anonymousSignInFunc:t.anonymousSignInFunc,wxCloud:t.wxCloud,onCredentialsError:t.onCredentialsError,headers:t.headers||{},i18n:t.i18n,debug:t.debug};n=new Be(r)}if(!e){var o=n.request.bind(n),i=new nn(hn({env:t.env,clientId:t.clientId,request:o,storage:t.storage,adapter:t.adapter,oauthInstance:this},t.captchaOptions));e=i.request.bind(i)}this.config={env:t.env,apiOrigin:t.apiOrigin,apiPath:t.apiPath,clientId:t.clientId,request:e,credentialsClient:n,storage:t.storage||We,adapter:t.adapter}}return t.parseParamsToSearch=function(t){return Object.keys(t).forEach(function(e){t[e]||delete t[e]}),new on(t).toString()},t.prototype.getParamsByVersion=function(t,e){var n,r=(0,we.I)(t),o=(null===(n={v2:Zt}[null==r?void 0:r.version])||void 0===n?void 0:n[e])||Xt[e];return r&&delete r.version,{params:r,url:o}},t.prototype.signIn=function(t){return dn(this,void 0,Promise,function(){var e,n,r,o;return fn(this,function(i){switch(i.label){case 0:return e=t.version||"v1",(n=this.getParamsByVersion(t,"AUTH_SIGN_IN_URL")).params.query&&delete n.params.query,[4,this.getEncryptParams(n.params)];case 1:return r=i.sent(),[4,this.config.request(n.url,{method:"POST",body:r})];case 2:return o=i.sent(),[4,this.config.credentialsClient.setCredentials(hn(hn({},o),{version:e}))];case 3:return i.sent(),[2,Promise.resolve(o)]}})})},t.prototype.signInAnonymously=function(t,e){return void 0===t&&(t={}),void 0===e&&(e=!1),dn(this,void 0,Promise,function(){var n;return fn(this,function(r){switch(r.label){case 0:return[4,this.config.request(Xt.AUTH_SIGN_IN_ANONYMOUSLY_URL,{method:"POST",body:t,useWxCloud:e})];case 1:return n=r.sent(),[4,this.config.credentialsClient.setCredentials(n)];case 2:return r.sent(),[2,Promise.resolve(n)]}})})},t.prototype.signUp=function(t){return dn(this,void 0,Promise,function(){var e;return fn(this,function(n){switch(n.label){case 0:return[4,this.config.request(Xt.AUTH_SIGN_UP_URL,{method:"POST",body:t})];case 1:return e=n.sent(),[4,this.config.credentialsClient.setCredentials(e)];case 2:return n.sent(),[2,Promise.resolve(e)]}})})},t.prototype.signOut=function(t){return dn(this,void 0,Promise,function(){var e,n,r,o;return fn(this,function(i){switch(i.label){case 0:if(e={},!t)return[3,6];i.label=1;case 1:return i.trys.push([1,3,,4]),[4,this.config.request(Xt.AUTH_SIGNOUT_URL,{method:"POST",withCredentials:!0,body:t})];case 2:return e=i.sent(),[3,4];case 3:return(n=i.sent()).error!==ee.UNAUTHENTICATED&&console.log("sign_out_error",n),[3,4];case 4:return[4,this.config.credentialsClient.setCredentials()];case 5:return i.sent(),[2,e];case 6:return[4,this.config.credentialsClient.getAccessToken()];case 7:return r=i.sent(),[4,this.config.request(Xt.AUTH_REVOKE_URL,{method:"POST",body:{token:r}})];case 8:return o=i.sent(),[4,this.config.credentialsClient.setCredentials()];case 9:return i.sent(),[2,Promise.resolve(o)]}})})},t.prototype.revokeAllDevices=function(){return dn(this,void 0,Promise,function(){return fn(this,function(t){switch(t.label){case 0:return[4,this.config.request(Xt.AUTH_REVOKE_ALL_URL,{method:"DELETE",withCredentials:!0})];case 1:return t.sent(),[2]}})})},t.prototype.revokeDevice=function(t){return dn(this,void 0,Promise,function(){return fn(this,function(e){switch(e.label){case 0:return[4,this.config.request(Xt.AUTHORIZED_DEVICES_DELETE_URL+t.device_id,{method:"DELETE",withCredentials:!0})];case 1:return e.sent(),[2]}})})},t.prototype.getVerification=function(t,e){return dn(this,void 0,Promise,function(){var n,r;return fn(this,function(o){switch(o.label){case 0:return n=!1,"CUR_USER"!==t.target?[3,1]:(n=!0,[3,3]);case 1:return[4,this.hasLoginState()];case 2:o.sent()&&(n=!0),o.label=3;case 3:return(r=(0,we.I)(t)).phone_number&&!/^\+\d{1,3}\s+\d+/.test(r.phone_number)&&(r.phone_number="+86 ".concat(r.phone_number)),[2,this.config.request(Xt.VERIFICATION_URL,{method:"POST",body:r,withCaptcha:(null==e?void 0:e.withCaptcha)||!1,withCredentials:n})]}})})},t.prototype.verify=function(t){return dn(this,void 0,Promise,function(){var e,n;return fn(this,function(r){switch(r.label){case 0:return e=this.getParamsByVersion(t,"VERIFY_URL"),[4,this.config.request(e.url,{method:"POST",body:e.params})];case 1:return n=r.sent(),"v2"!==(null==t?void 0:t.version)?[3,3]:[4,this.config.credentialsClient.setCredentials(hn(hn({},n),{version:"v2"}))];case 2:r.sent(),r.label=3;case 3:return[2,n]}})})},t.prototype.genProviderRedirectUri=function(e){return dn(this,void 0,Promise,function(){var n,r,o,i,s;return fn(this,function(a){return n=e.provider_redirect_uri,r=e.other_params,o=void 0===r?{}:r,i=function(t,e){var n={};for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&e.indexOf(r)<0&&(n[r]=t[r]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(t);o<r.length;o++)e.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(t,r[o])&&(n[r[o]]=t[r[o]])}return n}(e,["provider_redirect_uri","other_params"]),n&&!i.redirect_uri&&(i.redirect_uri=n),s="".concat(Xt.PROVIDER_URI_URL,"?").concat(t.parseParamsToSearch(i)),Object.keys(o).forEach(function(t){var e=o[t];("sign_out_uri"!==t||(null==e?void 0:e.length)>0)&&(s+="&other_params[".concat(t,"]=").concat(encodeURIComponent(e)))}),[2,this.config.request(s,{method:"GET"})]})})},t.prototype.grantProviderToken=function(t,e){return void 0===e&&(e=!1),dn(this,void 0,Promise,function(){return fn(this,function(n){return[2,this.config.request(Xt.PROVIDER_TOKEN_URL,{method:"POST",body:t,useWxCloud:e})]})})},t.prototype.patchProviderToken=function(t){return dn(this,void 0,Promise,function(){return fn(this,function(e){return[2,this.config.request(Xt.PROVIDER_TOKEN_URL,{method:"PATCH",body:t})]})})},t.prototype.signInWithProvider=function(t,e){return void 0===e&&(e=!1),dn(this,void 0,Promise,function(){var n,r;return fn(this,function(o){switch(o.label){case 0:return n=this.getParamsByVersion(t,"AUTH_SIGN_IN_WITH_PROVIDER_URL"),[4,this.config.request(n.url,{method:"POST",body:n.params,useWxCloud:e})];case 1:return r=o.sent(),[4,this.config.credentialsClient.setCredentials(hn(hn({},r),{version:(null==t?void 0:t.version)||"v1"}))];case 2:return o.sent(),[2,Promise.resolve(r)]}})})},t.prototype.toBindIdentity=function(t){var e,n;return dn(this,void 0,void 0,function(){var r,o,i,s;return fn(this,function(a){switch(a.label){case 0:return(o=t.credentials)?[3,2]:[4,this.config.credentialsClient.localCredentials.getCredentials()];case 1:o=a.sent(),a.label=2;case 2:r=o,a.label=3;case 3:return a.trys.push([3,5,,6]),[4,this.bindWithProvider({provider_token:t.provider_token},r)];case 4:return a.sent(),i={data:{type:me,provider:t.provider},error:null},[3,6];case 5:return s=a.sent(),i={data:{type:me},error:new ln(s)},[3,6];case 6:return t.fireEvent&&(null===(n=null===(e=this.config.eventBus)||void 0===e?void 0:e.fire)||void 0===n||n.call(e,ve,{event:fe,info:i})),[2,i]}})})},t.prototype.getInitialSession=function(){return dn(this,void 0,Promise,function(){var t,e,n,r,o,i,s,a,u,c,l,h,d,f,p;return fn(this,function(v){switch(v.label){case 0:t={},v.label=1;case 1:if(v.trys.push([1,12,,13]),"undefined"==typeof window||"undefined"==typeof document)return[2,{data:null,error:null}];if(e=new URLSearchParams(null===location||void 0===location?void 0:location.search),n=e.get("code"),r=e.get("state"),!n||!r)return[2,{data:null,error:null}];o=null;try{o=JSON.parse(sessionStorage.getItem(r)||"null")}catch(t){}return t={type:null==o?void 0:o.type},i=e.get("error"),s=e.get("error_description"),i||s?[2,{data:t,error:new ln({message:s||i||"Unknown error from OAuth provider"})}]:(a=(null==o?void 0:o.provider)||e.get("provider"))?(u=location.origin+location.pathname,[4,this.grantProviderToken({provider_id:a,provider_redirect_uri:u,provider_code:n})]):[2,{data:t,error:new ln({message:"Provider is required for OAuth verification"})}];case 2:return c=v.sent().provider_token,l=void 0,h=null,d=void 0,o.type!==me?[3,5]:[4,this.config.credentialsClient.localCredentials.getCredentials()];case 3:return l=v.sent(),[4,this.toBindIdentity({provider:a,provider_token:c,credentials:l})];case 4:return d=v.sent(),[3,11];case 5:return o.type!==ye?[3,11]:(d=this.getParamsByVersion({provider:a},"AUTH_SIGN_IN_WITH_PROVIDER_URL"),[4,this.config.request(d.url,{method:"POST",body:{provider_token:c}})]);case 6:l=v.sent(),v.label=7;case 7:return v.trys.push([7,9,,10]),[4,this.getUserInfo({credentials:l})];case 8:return h=v.sent(),[3,10];case 9:return f=v.sent(),console.error("get user info error",f),[3,10];case 10:d={data:hn(hn({},t),{session:l,user:h}),error:null},v.label=11;case 11:e.delete("code"),e.delete("state"),e.delete("provider"),this.restoreUrlState(void 0===(null==o?void 0:o.search)?"?".concat(e.toString()):o.search,(null==o?void 0:o.hash)||location.hash);try{sessionStorage.removeItem(r)}catch(t){}return[2,d];case 12:return p=v.sent(),[2,{data:t,error:new ln(p)}];case 13:return[2]}})})},t.prototype.signInCustom=function(t){return dn(this,void 0,Promise,function(){var e;return fn(this,function(n){switch(n.label){case 0:return[4,this.config.request(Xt.AUTH_SIGN_IN_CUSTOM,{method:"POST",body:t})];case 1:return e=n.sent(),[4,this.config.credentialsClient.setCredentials(e)];case 2:return n.sent(),[2,Promise.resolve(e)]}})})},t.prototype.signInWithWechat=function(t){return void 0===t&&(t={}),dn(this,void 0,Promise,function(){var e;return fn(this,function(n){switch(n.label){case 0:return[4,this.config.request(Xt.AUTH_SIGN_IN_WITH_WECHAT_URL,{method:"POST",body:t})];case 1:return e=n.sent(),[4,this.config.credentialsClient.setCredentials(e)];case 2:return n.sent(),[2,Promise.resolve(e)]}})})},t.prototype.bindWithProvider=function(t,e){return dn(this,void 0,Promise,function(){return fn(this,function(n){return[2,this.config.request(Xt.PROVIDER_BIND_URL,{method:"POST",body:t,withCredentials:!0,getCredentials:e?function(){return e}:void 0})]})})},t.prototype.getUserProfile=function(t){return dn(this,void 0,Promise,function(){return fn(this,function(e){return[2,this.getUserInfo(t)]})})},t.prototype.getUserInfo=function(t){var e,n,r;return void 0===t&&(t={}),dn(this,void 0,Promise,function(){var o,i,s,a,u;return fn(this,function(c){switch(c.label){case 0:return o=this.getParamsByVersion(t,"USER_ME_URL"),(null===(e=o.params)||void 0===e?void 0:e.query)&&(i=new on(o.params.query),o.url+="?".concat(i.toString())),[4,this.config.request(o.url,{method:"GET",withCredentials:!0,getCredentials:t.credentials?function(){return t.credentials}:void 0})];case 1:if((s=c.sent()).sub&&(s.uid=s.sub),null===(n=s.providers)||void 0===n?void 0:n.length)try{"undefined"!=typeof wx&&wx.getAccountInfoSync&&(a=null===(r=wx.getAccountInfoSync().miniProgram)||void 0===r?void 0:r.appId,(null==(u=s.providers.find(function(t){return t.id===a}))?void 0:u.provider_user_id)&&(s.open_id=u.provider_user_id))}catch(t){}return[2,s]}})})},t.prototype.getWedaUserInfo=function(){return dn(this,void 0,Promise,function(){return fn(this,function(t){switch(t.label){case 0:return[4,this.config.request(Xt.WEDA_USER_URL,{method:"GET",withCredentials:!0})];case 1:return[2,t.sent()]}})})},t.prototype.deleteMe=function(e){return dn(this,void 0,Promise,function(){var n,r;return fn(this,function(o){return n=this.getParamsByVersion(e,"USER_ME_URL"),r="".concat(n.url,"?").concat(t.parseParamsToSearch(n.params)),[2,this.config.request(r,{method:"DELETE",withCredentials:!0})]})})},t.prototype.hasLoginState=function(){return dn(this,void 0,Promise,function(){return fn(this,function(t){switch(t.label){case 0:return t.trys.push([0,2,,3]),[4,this.config.credentialsClient.getAccessToken()];case 1:return t.sent(),[2,!0];case 2:return t.sent(),[2,!1];case 3:return[2]}})})},t.prototype.hasLoginStateSync=function(){return this.config.credentialsClient.getCredentialsSync()},t.prototype.getLoginState=function(){return dn(this,void 0,Promise,function(){return fn(this,function(t){return[2,this.config.credentialsClient.getCredentialsAsync()]})})},t.prototype.transByProvider=function(t){return dn(this,void 0,Promise,function(){return fn(this,function(e){return[2,this.config.request(Xt.USER_TRANS_BY_PROVIDER_URL,{method:"PATCH",body:t,withCredentials:!0})]})})},t.prototype.grantToken=function(t){return dn(this,void 0,Promise,function(){var e;return fn(this,function(n){return e=this.getParamsByVersion(t,"AUTH_TOKEN_URL"),[2,this.config.request(e.url,{method:"POST",body:e.params})]})})},t.prototype.getProviders=function(){return dn(this,void 0,Promise,function(){return fn(this,function(t){return[2,this.config.request(Xt.PROVIDER_LIST,{method:"GET",withCredentials:!0})]})})},t.prototype.unbindProvider=function(t){return dn(this,void 0,Promise,function(){return fn(this,function(e){return[2,this.config.request("".concat(Xt.PROVIDER_UNBIND_URL,"/").concat(t.provider_id),{method:"DELETE",withCredentials:!0})]})})},t.prototype.checkPassword=function(t){return dn(this,void 0,Promise,function(){return fn(this,function(e){return[2,this.config.request("".concat(Xt.CHECK_PWD_URL),{method:"POST",withCredentials:!0,body:t})]})})},t.prototype.editContact=function(t){return dn(this,void 0,Promise,function(){return fn(this,function(e){return[2,this.config.request("".concat(Xt.BIND_CONTACT_URL),{method:"PATCH",withCredentials:!0,body:t})]})})},t.prototype.setPassword=function(t){return dn(this,void 0,Promise,function(){return fn(this,function(e){return[2,this.config.request("".concat(Xt.AUTH_SET_PASSWORD),{method:"PATCH",withCredentials:!0,body:t})]})})},t.prototype.updatePasswordByOld=function(t){return dn(this,void 0,Promise,function(){var e;return fn(this,function(n){switch(n.label){case 0:return[4,this.sudo({password:t.old_password})];case 1:return e=n.sent(),[2,this.setPassword({sudo_token:e.sudo_token,new_password:t.new_password})]}})})},t.prototype.sudo=function(t){return dn(this,void 0,Promise,function(){return fn(this,function(e){return[2,this.config.request("".concat(Xt.SUDO_URL),{method:"POST",withCredentials:!0,body:t})]})})},t.prototype.sendVerificationCodeToCurrentUser=function(t){return dn(this,void 0,Promise,function(){return fn(this,function(e){return t.target="CUR_USER",[2,this.config.request(Xt.VERIFICATION_URL,{method:"POST",body:t,withCredentials:!0,withCaptcha:!0})]})})},t.prototype.changeBoundProvider=function(t){return dn(this,void 0,Promise,function(){return fn(this,function(e){return[2,this.config.request("".concat(Xt.PROVIDER_LIST,"/").concat(t.provider_id,"/trans"),{method:"POST",body:{provider_trans_token:t.trans_token},withCredentials:!0})]})})},t.prototype.setUserProfile=function(t){return dn(this,void 0,Promise,function(){return fn(this,function(e){return[2,this.config.request(Xt.USER_PRIFILE_URL,{method:"PATCH",body:t,withCredentials:!0})]})})},t.prototype.updateUserBasicInfo=function(t){return dn(this,void 0,Promise,function(){return fn(this,function(e){return[2,this.config.request(Xt.USER_BASIC_EDIT_URL,{method:"POST",withCredentials:!0,body:t})]})})},t.prototype.queryUserProfile=function(t){return dn(this,void 0,Promise,function(){var e;return fn(this,function(n){return e=new on(t),[2,this.config.request("".concat(Xt.USER_QUERY_URL,"?").concat(e.toString()),{method:"GET",withCredentials:!0})]})})},t.prototype.setCustomSignFunc=function(t){this.getCustomSignTicketFn=t},t.prototype.signInWithCustomTicket=function(){return dn(this,void 0,Promise,function(){var t,e;return fn(this,function(n){switch(n.label){case 0:return(t=this.getCustomSignTicketFn)?[4,t()]:[2,Promise.reject({error:"failed_precondition",error_description:"please use setCustomSignFunc to set custom sign function"})];case 1:return e=n.sent(),[2,this.signInCustom({provider_id:"custom",ticket:e})]}})})},t.prototype.resetPassword=function(t){return dn(this,void 0,Promise,function(){return fn(this,function(e){return[2,this.config.request(Xt.AUTH_RESET_PASSWORD,{method:"POST",body:t})]})})},t.prototype.authorize=function(t){return dn(this,void 0,Promise,function(){return fn(this,function(e){return[2,this.config.request(Xt.AUTHORIZE_URL,{method:"POST",withCredentials:!0,body:t})]})})},t.prototype.authorizeDevice=function(t){return dn(this,void 0,Promise,function(){return fn(this,function(e){return[2,this.config.request(Xt.AUTHORIZE_DEVICE_URL,{method:"POST",withCredentials:!0,body:t})]})})},t.prototype.deviceAuthorize=function(t){return dn(this,void 0,Promise,function(){return fn(this,function(e){return[2,this.config.request(Xt.AUTH_GET_DEVICE_CODE,{method:"POST",body:t})]})})},t.prototype.authorizeInfo=function(e){return dn(this,void 0,Promise,function(){var n,r,o;return fn(this,function(i){switch(i.label){case 0:return n="".concat(Xt.AUTHORIZE_INFO_URL,"?").concat(t.parseParamsToSearch(e)),r=!0,o=!1,[4,this.hasLoginState()];case 1:return i.sent()&&(o=!0,r=!1),[2,this.config.request(n,{method:"GET",withBasicAuth:r,withCredentials:o})]}})})},t.prototype.checkUsername=function(t){return dn(this,void 0,Promise,function(){return fn(this,function(e){return[2,this.config.request(Xt.CHECK_USERNAME,{method:"GET",body:t,withCredentials:!0})]})})},t.prototype.checkIfUserExist=function(t){return dn(this,void 0,Promise,function(){var e;return fn(this,function(n){return e=new on(t),[2,this.config.request("".concat(Xt.CHECK_IF_USER_EXIST,"?").concat(e.toString()),{method:"GET"})]})})},t.prototype.loginScope=function(){return dn(this,void 0,Promise,function(){return fn(this,function(t){return[2,this.config.credentialsClient.getScope()]})})},t.prototype.loginGroups=function(){return dn(this,void 0,Promise,function(){return fn(this,function(t){return[2,this.config.credentialsClient.getGroups()]})})},t.prototype.refreshTokenForce=function(t){return dn(this,void 0,void 0,function(){var e;return fn(this,function(n){switch(n.label){case 0:return[4,this.config.credentialsClient.getCredentials()];case 1:return e=n.sent(),[4,this.config.credentialsClient.refreshToken(hn(hn({},e),{version:(null==t?void 0:t.version)||"v1"}))];case 2:return[2,n.sent()]}})})},t.prototype.getCredentials=function(){return dn(this,void 0,void 0,function(){return fn(this,function(t){return[2,this.config.credentialsClient.getCredentials()]})})},t.prototype.getPublicKey=function(){return dn(this,void 0,Promise,function(){return fn(this,function(t){return[2,this.config.request(Zt.AUTH_PUBLIC_KEY,{method:"POST",body:{}})]})})},t.prototype.getEncryptParams=function(t){return dn(this,void 0,Promise,function(){var e,n,r,o,i,s;return fn(this,function(a){switch(a.label){case 0:return e=t.isEncrypt,delete t.isEncrypt,n=(0,we.I)(t),[4,pn(e,this.config.adapter)];case 1:if(!(r=a.sent()))return[2,t];o="",i="",a.label=2;case 2:return a.trys.push([2,4,,5]),[4,this.getPublicKey()];case 3:if(s=a.sent(),o=s.public_key,i=s.public_key_thumbprint,!o||!i)throw s;return[3,5];case 4:throw a.sent();case 5:return[2,{params:r.getEncryptInfo({publicKey:o,payload:n}),public_key_thumbprint:i}]}})})},t.prototype.getProviderSubType=function(){return dn(this,void 0,Promise,function(){return fn(this,function(t){return[2,this.config.request(Xt.GET_PROVIDER_TYPE,{method:"POST",body:{provider_id:"weda"}})]})})},t.prototype.verifyCaptchaData=function(t){var e=t.token,n=t.key;return dn(this,void 0,void 0,function(){return fn(this,function(t){return[2,this.config.request(Xt.VERIFY_CAPTCHA_DATA_URL,{method:"POST",body:{token:e,key:n},withCredentials:!1})]})})},t.prototype.createCaptchaData=function(t){var e=t.state,n=t.redirect_uri,r=void 0===n?void 0:n;return dn(this,void 0,void 0,function(){return fn(this,function(t){return[2,this.config.request(Xt.CAPTCHA_DATA_URL,{method:"POST",body:{state:e,redirect_uri:r},withCredentials:!1})]})})},t.prototype.getMiniProgramCode=function(t){return dn(this,void 0,Promise,function(){return fn(this,function(e){return[2,this.config.request(Xt.GET_MINIPROGRAM_QRCODE,{method:"POST",body:t})]})})},t.prototype.getMiniProgramQrCodeStatus=function(t){return dn(this,void 0,Promise,function(){return fn(this,function(e){return[2,this.config.request(Xt.GET_MINIPROGRAM_QRCODE_STATUS,{method:"POST",body:t})]})})},t.prototype.getUserBehaviorLog=function(t){return dn(this,void 0,Promise,function(){var e,n;return fn(this,function(r){return e={LOGIN:"query[action]=USER_LOGIN",MODIFY:"ne_query[action]=USER_LOGIN"},n="".concat(Xt.GET_USER_BEHAVIOR_LOG,"?").concat(e[t.type],"&limit=").concat(t.limit).concat(t.page_token?"&page_token=".concat(t.page_token):""),[2,this.config.request(n,{method:"GET",withCredentials:!0})]})})},t.prototype.modifyPassword=function(t){return dn(this,void 0,Promise,function(){var e,n,r,o,i,s;return fn(this,function(a){switch(a.label){case 0:return e="",n="",[4,pn(!0,this.config.adapter)];case 1:if(!(r=a.sent()))throw new Error("do not support encrypt, a encrypt util required.");a.label=2;case 2:return a.trys.push([2,4,,5]),[4,this.getPublicKey()];case 3:if(o=a.sent(),e=o.public_key,n=o.public_key_thumbprint,!e||!n)throw o;return[3,5];case 4:throw a.sent();case 5:return i=t.password?r.getEncryptInfo({publicKey:e,payload:t.password}):"",s=r.getEncryptInfo({publicKey:e,payload:t.new_password}),[2,this.config.request(Xt.USER_BASIC_EDIT_URL,{method:"POST",withCredentials:!0,body:{user_id:t.user_id,encrypt_password:i,encrypt_new_password:s,public_key_thumbprint:n}})]}})})},t.prototype.modifyPasswordWithoutLogin=function(t){return dn(this,void 0,Promise,function(){var e,n,r,o,i,s;return fn(this,function(a){switch(a.label){case 0:return e="",n="",[4,pn(!0,this.config.adapter)];case 1:if(!(r=a.sent()))throw new Error("do not support encrypt, a encrypt util required.");a.label=2;case 2:return a.trys.push([2,4,,5]),[4,this.getPublicKey()];case 3:if(o=a.sent(),e=o.public_key,n=o.public_key_thumbprint,!e||!n)throw o;return[3,5];case 4:throw a.sent();case 5:return i=t.password?r.getEncryptInfo({publicKey:e,payload:t.password}):"",s=r.getEncryptInfo({publicKey:e,payload:t.new_password}),[2,this.config.request(Zt.AUTH_RESET_PASSWORD,{method:"POST",body:{username:t.username,password:i,new_password:s,public_key_thumbprint:n}})]}})})},t.prototype.restoreUrlState=function(t,e){if(void 0!==t)try{var n=new URL(window.location.href);n.search=t,n.hash=e||"",window.history.replaceState(null,"",n.toString()),window.location.replace(n.toString())}catch(t){}},t}(),mn=function(){return mn=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},mn.apply(this,arguments)},gn=function(){function t(t){var e=t.apiOrigin,n=t.getApiOrigin,r=t.apiPath,o=void 0===r?oe:r,i=t.clientId,s=t.env,a=t.storage,u=t.request,c=t.baseRequest,l=t.anonymousSignInFunc,h=t.wxCloud,d=t.adapter,f=t.onCredentialsError,p=t.headers,v=t.i18n,y=t.useWxCloud,m=t.eventBus,g=t.detectSessionInUrl,b=t.debug;if(this.detectSessionInUrl=null!=g&&g,this.oauth2client=new Be({apiOrigin:e,getApiOrigin:n,apiPath:o,clientId:i,env:s,storage:a,baseRequest:c||u,anonymousSignInFunc:l,wxCloud:h,onCredentialsError:f,headers:p||{},i18n:v,useWxCloud:y,eventBus:m,debug:b}),this.authApi=new yn(mn(mn({credentialsClient:this.oauth2client},t),{request:u?this.oauth2client.request.bind(this.oauth2client):void 0,adapter:d})),g)this.oauth2client.setGetInitialSession(this.authApi.getInitialSession.bind(this.authApi));else try{var w=new URL(window.location.href),_=w.searchParams.get("code"),I=w.searchParams.get("state"),E=JSON.parse(sessionStorage.getItem(I)||"null");_&&I&&(null==E?void 0:E.hash)&&(w.hash=E.hash,window.history.replaceState(null,"",w.toString()),window.location.replace(w.toString()))}catch(t){}}return t.prototype.initializeSession=function(t){this.detectSessionInUrl?(this.oauth2client.setOnInitialSessionObtained(t),this.oauth2client.initialize()):this.oauth2client.initialize(Promise.resolve({error:null}))},t}(),bn=l(794),wn=l(141),_n=l(6197),In=l(8182),En=function(){return En=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},En.apply(this,arguments)},Sn=function(t,e,n,r){return new(n||(n=Promise))(function(o,i){function s(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(s,a)}u((r=r.apply(t,e||[])).next())})},On=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}},Tn=function(){function t(t){var e,n;try{this.localStorage=(null==t?void 0:t.localStorage)||((null===(n=null===(e=null==t?void 0:t.adapter)||void 0===e?void 0:e.root)||void 0===n?void 0:n.globalThis)||globalThis).localStorage}catch(e){this.localStorage=(null==t?void 0:t.localStorage)||{}}}return t.prototype.getItem=function(t){return Sn(this,void 0,Promise,function(){return On(this,function(e){return[2,this.localStorage.getItem(t)]})})},t.prototype.removeItem=function(t){return Sn(this,void 0,void 0,function(){return On(this,function(e){return this.localStorage.removeItem(t),[2]})})},t.prototype.setItem=function(t,e){return Sn(this,void 0,Promise,function(){return On(this,function(n){return this.localStorage.setItem(t,e),[2]})})},t.prototype.getItemSync=function(t){return this.localStorage.getItem(t)},t.prototype.setItemSync=function(t,e){this.localStorage.setItem(t,e)},t.prototype.removeItemSync=function(t){this.localStorage.removeItem(t)},t}(),Pn=/^[^:]+:\/\/[^/]+(\/[^?#]+)/,An=function(t,e){var n,r,o,i,s=null===(n=null==e?void 0:e.headers)||void 0===n?void 0:n["x-request-id"];return t||(t={}),((null==t?void 0:t.code)||(null===(r=null==t?void 0:t.data)||void 0===r?void 0:r.error_code))&&(t={error:t.code||t.data.error,error_description:t.data.error_description||t.message||t.code||t.data.error_code,request_id:t.requestId,error_code:null===(o=t.data)||void 0===o?void 0:o.error_code}),(null==t?void 0:t.request_id)||(t.request_id=t.request_id||s),(null==t?void 0:t.error)?(t.error_uri=(i=null==e?void 0:e.url,Pn.test(i)?RegExp.$1:i),t):(null==t?void 0:t.data)||{}},Rn=function(t){return t.adapter&&"default"!==t.adapter.type?function(t,e){var n=En({},t);try{if(!(null==t?void 0:t.storage)&&(null==e?void 0:e.localStorage)&&(n.storage=new Tn({localStorage:e.localStorage,adapter:e})),!t.captchaOptions&&(null==e?void 0:e.captchaOptions)&&(n.captchaOptions=e.captchaOptions),!t.baseRequest&&!t.request&&(null==e?void 0:e.reqClass)){var r={timeout:1e4,restrictedMethods:["get","post","upload","download","request"],auth:t.auth},o=new e.reqClass(r);n.baseRequest=function(t,e){var n,r,i,s,a;return Sn(this,void 0,void 0,function(){var u,c,l,h;return On(this,function(d){switch(d.label){case 0:if(u={},c=(null===(n=e.method)||void 0===n?void 0:n.toLocaleLowerCase())||"post","function"!=typeof(l=null===(i=null===(r=null==o?void 0:o[c])||void 0===r?void 0:r.bind)||void 0===i?void 0:i.call(r,o)))throw new Error("invalid 【".concat(c,"】 request method"));d.label=1;case 1:return d.trys.push([1,3,,4]),(null===(s=e.headers)||void 0===s?void 0:s["content-type"])&&!(null===(a=e.headers)||void 0===a?void 0:a["content-type"].includes("application/json"))||["string","undefined"].includes(typeof e.body)||(e.data=e.data||e.body,e.body=JSON.stringify(e.body)),[4,l(En({url:t},e))];case 2:return u=d.sent(),u=An(u,En(En({},e),{url:t})),[3,4];case 3:throw h=d.sent(),u=En(En({},null==h?void 0:h.data),h);case 4:if(null==u?void 0:u.error)throw u;return[2,u]}})})}}}catch(t){console.error("user adapter generate fail:",t)}return n}(t,t.adapter):function(t,e){var n=En({},t),r={};if((null==e?void 0:e.captchaOptions)&&(n.captchaOptions=e.captchaOptions),!tt.default.isMatch()||t.storage&&t.baseRequest)return n;try{var o=tt.default.genAdapter({}),i=o.localStorage,s=o.reqClass;if(i&&(r.storage=new Tn({localStorage:i,adapter:e})),s){var a=new s({timeout:1e4,restrictedMethods:["get","post","upload","download","request"]});r.request=function(t){return function(e,n){return Sn(this,void 0,void 0,function(){return On(this,function(r){return[2,new Promise(function(r,o){var i=Object.assign({},n);i.body&&"string"!=typeof i.body&&(i.body=JSON.stringify(i.body));var s=wx.request({url:e,data:i.body,timeout:t._timeout,method:i.method||"GET",header:i.headers,success:function(t){(t=An(t,En(En({},n),{url:e}))).error&&o(t),r(t)},fail:function(t){o({error:"unreachable",error_description:t.message})},complete:function(e){if(e&&e.errMsg&&t._timeout&&-1!==t._restrictedMethods.indexOf("request")&&"request:fail timeout"===e.errMsg){console.warn(t._timeoutMsg);try{s.abort()}catch(t){}}}})})]})})}}(a)}return n.captchaOptions&&(r.baseRequest=r.request,r.request=void 0),En(En({},n),r)}catch(t){console.error("adapter generate fail:",t)}return n}(t,t.adapter)},Cn=function(){return Cn=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},Cn.apply(this,arguments)},Nn=function(t,e,n,r){return new(n||(n=Promise))(function(o,i){function s(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(s,a)}u((r=r.apply(t,e||[])).next())})},xn=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}},Un=function(){function t(t){}return t.prototype.signInWithRedirect=function(){throw new Error("[v1 兼容] WeixinAuthProvider.signInWithRedirect() 在当前版本中无法实现。 建议使用 auth.signInWithOAuth({ provider: 'providerId' }) 替代。")},t.prototype.getRedirectResult=function(t){return Nn(this,void 0,Promise,function(){return xn(this,function(t){throw new Error("[v1 兼容] WeixinAuthProvider.getRedirectResult() 在当前版本中无法实现。 建议使用 auth.verifyOAuth({ code, state, provider }) 替代。")})})},t.prototype.getLinkRedirectResult=function(t){return Nn(this,void 0,Promise,function(){return xn(this,function(t){throw new Error("[v1 兼容] WeixinAuthProvider.getLinkRedirectResult() 在当前版本中无法实现。 建议使用 auth.linkIdentity({ provider: 'providerId' }) 替代。")})})},t}(),Ln=function(){function t(t){this.authInstance=t.authInstance}return t.prototype.signIn=function(t){return Nn(this,void 0,Promise,function(){return xn(this,function(e){switch(e.label){case 0:return[4,this.authInstance.signInWithCustomTicket(function(){return Promise.resolve(t)})];case 1:return e.sent(),[2]}})})},t}(),Dn=function(){function t(t){this.authInstance=t.authInstance}return t.prototype.signIn=function(){return Nn(this,void 0,Promise,function(){return xn(this,function(t){switch(t.label){case 0:return[4,this.authInstance.signInAnonymously({})];case 1:return t.sent(),[2]}})})},t}(),kn=function(){function t(){}return t.prototype.weixinAuthProvider=function(t){return new Un({authInstance:this,appid:t.appid,scope:t.scope})},t.prototype.customAuthProvider=function(){return new Ln({authInstance:this})},t.prototype.anonymousAuthProvider=function(){return new Dn({authInstance:this})},t.prototype.signUpWithEmailAndPassword=function(t,e){return Nn(this,void 0,Promise,function(){return xn(this,function(n){switch(n.label){case 0:return"string"!=typeof t&&(0,Ge.throwError)(bn.ERRORS.INVALID_PARAMS,"email must be a string"),"string"!=typeof e&&(0,Ge.throwError)(bn.ERRORS.INVALID_PARAMS,"password must be a string"),[4,this.signUp({email:t,password:e})];case 1:return[2,n.sent()]}})})},t.prototype.signInWithEmailAndPassword=function(t,e){return Nn(this,void 0,Promise,function(){return xn(this,function(n){switch(n.label){case 0:return"string"!=typeof t&&(0,Ge.throwError)(bn.ERRORS.INVALID_PARAMS,"email must be a string"),"string"!=typeof e&&(0,Ge.throwError)(bn.ERRORS.INVALID_PARAMS,"password must be a string"),[4,this.signIn({username:t,password:e})];case 1:return n.sent(),[2,this.createLoginState()]}})})},t.prototype.sendPasswordResetEmail=function(t){return Nn(this,void 0,Promise,function(){return xn(this,function(e){switch(e.label){case 0:return"string"!=typeof t&&(0,Ge.throwError)(bn.ERRORS.INVALID_PARAMS,"email must be a string"),[4,this.getVerification({email:t})];case 1:return e.sent(),[2]}})})},t.prototype.signInWithUsernameAndPassword=function(t,e){return Nn(this,void 0,Promise,function(){return xn(this,function(n){switch(n.label){case 0:return"string"!=typeof t&&(0,Ge.throwError)(bn.ERRORS.INVALID_PARAMS,"username must be a string"),"string"!=typeof e&&(0,Ge.throwError)(bn.ERRORS.INVALID_PARAMS,"password must be a string"),[4,this.signIn({username:t,password:e})];case 1:return n.sent(),[2,this.createLoginState()]}})})},t.prototype.sendPhoneCode=function(t){return Nn(this,void 0,Promise,function(){var e;return xn(this,function(n){switch(n.label){case 0:return"string"!=typeof t&&(0,Ge.throwError)(bn.ERRORS.INVALID_PARAMS,"phoneNumber must be a string"),e=this.formatPhone(t),[4,this.getVerification({phone_number:e})];case 1:return n.sent(),[2,!0]}})})},t.prototype.signUpWithPhoneCode=function(t,e,n){return Nn(this,void 0,Promise,function(){var r;return xn(this,function(o){switch(o.label){case 0:return"string"!=typeof t&&(0,Ge.throwError)(bn.ERRORS.INVALID_PARAMS,"phoneNumber must be a string"),"string"!=typeof e&&(0,Ge.throwError)(bn.ERRORS.INVALID_PARAMS,"phoneCode must be a string"),r=this.formatPhone(t),[4,this.signUp(Cn({phone_number:r,verification_code:e},n?{password:n}:{}))];case 1:return o.sent(),[2,this.createLoginState()]}})})},t.prototype.signInWithPhoneCodeOrPassword=function(t){return Nn(this,void 0,Promise,function(){var e,n,r,o;return xn(this,function(i){switch(i.label){case 0:return e=t.phoneNumber,n=t.phoneCode,r=t.password,"string"!=typeof e&&(0,Ge.throwError)(bn.ERRORS.INVALID_PARAMS,"phoneNumber must be a string"),o=this.formatPhone(e),r?[4,this.signIn({username:o,password:r})]:[3,2];case 1:return i.sent(),[3,5];case 2:return n?[4,this.signIn({username:o,verification_token:n})]:[3,4];case 3:return i.sent(),[3,5];case 4:(0,Ge.throwError)(bn.ERRORS.INVALID_PARAMS,"phoneCode or password must be provided"),i.label=5;case 5:return[2,this.createLoginState()]}})})},t.prototype.forceResetPwdByPhoneCode=function(t){return Nn(this,void 0,Promise,function(){var e,n,r,o;return xn(this,function(i){switch(i.label){case 0:return e=t.phoneNumber,n=t.phoneCode,r=t.password,"string"!=typeof e&&(0,Ge.throwError)(bn.ERRORS.INVALID_PARAMS,"phoneNumber must be a string"),"string"!=typeof n&&(0,Ge.throwError)(bn.ERRORS.INVALID_PARAMS,"phoneCode must be a string"),"string"!=typeof r&&(0,Ge.throwError)(bn.ERRORS.INVALID_PARAMS,"password must be a string"),o=this.formatPhone(e),[4,this.resetPassword({phone_number:o,new_password:r,verification_token:n})];case 1:return i.sent(),[4,this.signIn({username:o,password:r})];case 2:return i.sent(),[2,this.createLoginState()]}})})},t.prototype.shouldRefreshAccessToken=function(t){throw new Error("[v1 兼容] shouldRefreshAccessToken() 在当前版本中无法实现。 建议使用 auth.onAuthStateChange(callback) 来监听 TOKEN_REFRESHED 事件替代。")},t.prototype.onLoginStateExpired=function(t){var e=this;this.onLoginStateChanged(function(n){(null==n?void 0:n.eventType)===ae&&t.call(e)})},t.prototype.onAccessTokenRefreshed=function(t){var e=this;this.onAuthStateChange(function(n){n===he&&t.call(e)})},t.prototype.onAnonymousConverted=function(t){var e=this;this.onAuthStateChange(function(n){n===ce&&t.call(e)})},t.prototype.onLoginTypeChanged=function(t){var e=this;this.onAuthStateChange(function(n){n!==ce&&n!==ue||t.call(e)})},t}(),jn=function(){var t=function(e,n){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},t(e,n)};return function(e,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),qn=function(){return qn=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},qn.apply(this,arguments)},Mn=function(t,e,n,r){var o,i=arguments.length,s=i<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,n,r);else for(var a=t.length-1;a>=0;a--)(o=t[a])&&(s=(i<3?o(s):i>3?o(e,n,s):o(e,n))||s);return i>3&&s&&Object.defineProperty(e,n,s),s},Wn=function(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)},Fn=function(t,e,n,r){return new(n||(n=Promise))(function(o,i){function s(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(s,a)}u((r=r.apply(t,e||[])).next())})},Bn=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}},Vn=function(){return"undefined"!=typeof window&&"undefined"!=typeof document},Gn=function(t){return function(e){t.fire(pe,qn(qn({},e),{eventType:ae}))}},Hn=function(){function e(t){var e=t.cache,n=t.oauthInstance;this.cache=e,this.oauthInstance=n,this.setUserInfo()}var n,r,o;return e.prototype.checkLocalInfo=function(){return Fn(this,void 0,void 0,function(){return Bn(this,function(t){return this.uid=this.getLocalUserInfo("uid"),this.gender=this.getLocalUserInfo("gender"),this.picture=this.getLocalUserInfo("picture"),this.email=this.getLocalUserInfo("email"),this.emailVerified=this.getLocalUserInfo("email_verified"),this.phoneNumber=this.getLocalUserInfo("phone_number"),this.username=this.getLocalUserInfo("username"),this.name=this.getLocalUserInfo("name"),this.birthdate=this.getLocalUserInfo("birthdate"),this.zoneinfo=this.getLocalUserInfo("zoneinfo"),this.locale=this.getLocalUserInfo("locale"),this.sub=this.getLocalUserInfo("sub"),this.createdFrom=this.getLocalUserInfo("created_from"),this.providers=this.getLocalUserInfo("providers"),[2]})})},e.prototype.checkLocalInfoAsync=function(){return Fn(this,void 0,void 0,function(){var t,e,n,r;return Bn(this,function(o){switch(o.label){case 0:return t=this,[4,this.getLocalUserInfoAsync("uid")];case 1:return t.uid=o.sent(),e=this,[4,this.getLocalUserInfoAsync("gender")];case 2:return e.gender=o.sent(),this.picture=this.getLocalUserInfo("picture"),n=this,[4,this.getLocalUserInfoAsync("email")];case 3:return n.email=o.sent(),this.emailVerified=this.getLocalUserInfo("email_verified"),this.phoneNumber=this.getLocalUserInfo("phone_number"),r=this,[4,this.getLocalUserInfoAsync("username")];case 4:return r.username=o.sent(),this.name=this.getLocalUserInfo("name"),this.birthdate=this.getLocalUserInfo("birthdate"),this.zoneinfo=this.getLocalUserInfo("zoneinfo"),this.locale=this.getLocalUserInfo("locale"),this.sub=this.getLocalUserInfo("sub"),this.createdFrom=this.getLocalUserInfo("created_from"),this.providers=this.getLocalUserInfo("providers"),[2]}})})},e.prototype.update=function(t){return Fn(this,void 0,Promise,function(){var e;return Bn(this,function(n){switch(n.label){case 0:return[4,this.oauthInstance.authApi.setUserProfile(qn({},t))];case 1:return e=n.sent(),this.setLocalUserInfo(e),[2]}})})},e.prototype.updateUserBasicInfo=function(t){return Fn(this,void 0,Promise,function(){return Bn(this,function(e){switch(e.label){case 0:return[4,this.oauthInstance.authApi.updateUserBasicInfo(qn({},t))];case 1:return e.sent(),[4,this.refresh()];case 2:return e.sent(),[2]}})})},e.prototype.updatePassword=function(t,e){return this.oauthInstance.authApi.updatePasswordByOld({old_password:e,new_password:t})},e.prototype.updateUsername=function(t){return"string"!=typeof t&&(0,Ge.throwError)(bn.ERRORS.INVALID_PARAMS,"username must be a string"),this.update({username:t})},e.prototype.refresh=function(t){return Fn(this,void 0,Promise,function(){var e;return Bn(this,function(n){switch(n.label){case 0:return[4,this.oauthInstance.authApi.getUserInfo(t)];case 1:if("INVALID_ACCESS_TOKEN"===(e=n.sent()).code)throw this.setLocalUserInfo({}),e;return this.setLocalUserInfo(e),[2,e]}})})},e.prototype.getLocalUserInfo=function(t){var e=this.cache.keys.userInfoKey,n=this.cache.getStore(e);return t?n[t]:n||{}},e.prototype.setLocalUserInfo=function(t){var e=this.cache.keys.userInfoKey;this.cache.setStore(e,t),this.setUserInfo()},e.prototype.getLocalUserInfoAsync=function(t){return Fn(this,void 0,Promise,function(){var e;return Bn(this,function(n){switch(n.label){case 0:return e=this.cache.keys.userInfoKey,[4,this.cache.getStoreAsync(e)];case 1:return[2,n.sent()[t]]}})})},e.prototype.setUserInfo=function(){var t=this,e=this.cache.keys.userInfoKey,n=this.cache.getStore(e);["uid","email","name","gender","picture","email_verified","phone_number","birthdate","zoneinfo","locale","sub","created_from","providers","username","created_at","open_id"].forEach(function(e){t[e]=n[e]})},Mn([(0,wn.catchErrorsDecorator)({title:"更新用户信息失败",messages:["请确认以下各项:"," 1 - 调用 User.update() 的语法或参数是否正确"," 2 - 用户信息中是否包含非法值","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(bn.COMMUNITY_SITE_URL)]}),Wn("design:type",Function),Wn("design:paramtypes",["function"==typeof(n=t.UserProfile)?n:Object]),Wn("design:returntype","function"==typeof(r="undefined"!=typeof Promise&&Promise)?r:Object)],e.prototype,"update",null),Mn([(0,wn.catchErrorsDecorator)({title:"更新密码失败",messages:["请确认以下各项:"," 1 - 调用 User.updatePassword() 的语法或参数是否正确"," 3 - 新密码中是否包含非法字符","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(bn.COMMUNITY_SITE_URL)]}),Wn("design:type",Function),Wn("design:paramtypes",[String,String]),Wn("design:returntype",void 0)],e.prototype,"updatePassword",null),Mn([(0,wn.catchErrorsDecorator)({title:"更新用户名失败",messages:["请确认以下各项:"," 1 - 调用 User.updateUsername() 的语法或参数是否正确"," 2 - 当前环境是否开通了用户名密码登录","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(bn.COMMUNITY_SITE_URL)]}),Wn("design:type",Function),Wn("design:paramtypes",[String]),Wn("design:returntype",void 0)],e.prototype,"updateUsername",null),Mn([(0,wn.catchErrorsDecorator)({title:"刷新本地用户信息失败",messages:["请确认以下各项:"," 1 - 调用 User.refresh() 的语法或参数是否正确","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(bn.COMMUNITY_SITE_URL)]}),Wn("design:type",Function),Wn("design:paramtypes",[Object]),Wn("design:returntype","function"==typeof(o="undefined"!=typeof Promise&&Promise)?o:Object)],e.prototype,"refresh",null),e}();(vn=Hn).prototype.linkWithTicket=function(t){return Nn(this,void 0,Promise,function(){return xn(this,function(t){throw new Error("[v1 兼容] User.linkWithTicket() 在当前版本中无法实现。 建议使用 auth.signInWithCustomTicket(() => Promise.resolve(ticket)) 替代。")})})},vn.prototype.linkWithRedirect=function(t){throw new Error("[v1 兼容] User.linkWithRedirect() 在当前版本中无法实现。 建议使用 auth.linkIdentity({ provider: 'providerId' }) 替代。")},vn.prototype.updateEmail=function(t,e){return Nn(this,void 0,Promise,function(){return xn(this,function(e){switch(e.label){case 0:return"string"!=typeof t&&(0,Ge.throwError)(bn.ERRORS.INVALID_PARAMS,"newEmail must be a string"),[4,this.updateUserBasicInfo({email:t})];case 1:return e.sent(),[2]}})})},vn.prototype.linkWithPhoneNumber=function(t,e){return Nn(this,void 0,Promise,function(){return xn(this,function(t){throw new Error("[v1 兼容] User.linkWithPhoneNumber() 在当前版本中无法实现。 建议使用 auth.bindPhoneNumber({ phone_number, verification_token, sudo_token }) 替代。")})})},vn.prototype.updatePhoneNumber=function(t,e){return Nn(this,void 0,Promise,function(){return xn(this,function(t){throw new Error("[v1 兼容] User.updatePhoneNumber() 在当前版本中无法实现。 建议使用 auth.updateUser({ phone: newPhoneNumber }) 替代。")})})},vn.prototype.unlink=function(t){return Nn(this,void 0,Promise,function(){return xn(this,function(t){throw new Error("[v1 兼容] User.unlink() 在当前版本中无法实现。 建议使用 auth.unlinkIdentity({ provider: loginType }) 替代。")})})};var Kn=function(){function t(t){var e=t.envId,n=t.cache,r=t.oauthInstance;e||(0,Ge.throwError)(bn.ERRORS.INVALID_PARAMS,"envId is not defined"),this.cache=n,this.oauthInstance=r,this.user=new Hn({cache:this.cache,oauthInstance:r})}return t.prototype.checkLocalState=function(){var t;this.oauthLoginState=null===(t=this.oauthInstance)||void 0===t?void 0:t.authApi.hasLoginStateSync(),this.user.checkLocalInfo()},t.prototype.checkLocalStateAsync=function(){var t;return Fn(this,void 0,void 0,function(){return Bn(this,function(e){switch(e.label){case 0:return[4,null===(t=this.oauthInstance)||void 0===t?void 0:t.authApi.getLoginState()];case 1:return e.sent(),[4,this.user.checkLocalInfoAsync()];case 2:return e.sent(),[2]}})})},t}(),Jn=function(e){function n(t){var n=e.call(this)||this;return n.listeners=new Map,n.hasListenerSetUp=!1,n.config=t,n.oauthInstance=t.oauthInstance,n.cache=t.cache,n.init(),n.setAccessKey(),n}var r,o,i,s,a,u,c,l,h,d,f,p,v,y,m,g,b,w,_,I,S;return jn(n,e),n.prototype.signInAnonymously=function(t){return Fn(this,void 0,Promise,function(){var e,n,r,o,i;return Bn(this,function(s){switch(s.label){case 0:return s.trys.push([0,4,,5]),[4,this.oauthInstance.authApi.signInAnonymously(t)];case 1:return s.sent(),[4,this.createLoginState()];case 2:return e=s.sent(),[4,this.getSession()];case 3:return n=s.sent().data,r=(void 0===n?{}:n).session,[2,qn(qn({},e),{data:{user:r.user,session:r},error:null})];case 4:return o=s.sent(),(i=new ln(o,{method:"signInAnonymously"})).category===sn.PROVIDER_NOT_ENABLED?(console.error(i.helpMessage),console.error("[CloudBase Auth] 提示:匿名登录需要在控制台开启「匿名登录」。\n 如果您需要使用用户名密码登录,请改用 auth.signInWithPassword({ username, password })。\n 不要在匿名登录失败后自动回退到密码登录,这两种方式的使用场景不同。")):(console.warn("[CloudBase Auth] signInAnonymously 失败 [".concat(i.category,"]: ").concat(i.message)),i.loginMethodHint&&console.warn(i.loginMethodHint)),[2,{data:{user:null,session:null},error:i}];case 5:return[2]}})})},n.prototype.signUp=function(t){return Fn(this,void 0,Promise,function(){var e,n,r=this;return Bn(this,function(o){switch(o.label){case 0:return t.phone_number||t.verification_code||t.verification_token||t.provider_token?(t.phone_number&&(t.phone_number=this.formatPhone(t.phone_number)),[4,this.oauthInstance.authApi.signUp(t)]):[3,2];case 1:return o.sent(),[2,this.createLoginState()];case 2:return o.trys.push([2,4,,5]),this.validateAtLeastOne(t,[["email"],["phone"]],"You must provide either an email or phone number"),[4,this.getVerification(t.email?{email:t.email,usage:ie.EMAIL}:{phone_number:this.formatPhone(t.phone)})];case 3:return e=o.sent(),[2,{data:{verifyOtp:function(n){var o=n.token,i=n.messageId,s=void 0===i?e.verification_id:i;return Fn(r,void 0,Promise,function(){var n,r,i,a,u;return Bn(this,function(c){switch(c.label){case 0:return c.trys.push([0,8,,9]),[4,this.verify({verification_id:s||e.verification_id,verification_code:String(o)})];case 1:return n=c.sent(),e.is_user?[4,this.signIn({username:t.email||this.formatPhone(t.phone),verification_token:n.verification_token})]:[3,3];case 2:return c.sent(),[3,6];case 3:return delete(r=JSON.parse(JSON.stringify(t))).email,delete r.phone,[4,this.oauthInstance.authApi.signUp(qn(qn(qn({},r),t.email?{email:t.email}:{phone_number:this.formatPhone(t.phone)}),{verification_token:n.verification_token,verification_code:o}))];case 4:return c.sent(),[4,this.createLoginState()];case 5:c.sent(),c.label=6;case 6:return[4,this.getSession()];case 7:return i=c.sent().data,[2,{data:{user:(a=(void 0===i?{}:i).session).user,session:a},error:null}];case 8:return u=c.sent(),[2,{data:{user:null,session:null},error:new ln(u,{method:"signUp"})}];case 9:return[2]}})})}},error:null}];case 4:return n=o.sent(),[2,{data:{user:null,session:null},error:new ln(n,{method:"signUp"})}];case 5:return[2]}})})},n.prototype.signOut=function(t){return Fn(this,void 0,Promise,function(){var e,n,r;return Bn(this,function(o){switch(o.label){case 0:return o.trys.push([0,3,,4]),e=this.cache.keys.userInfoKey,[4,this.oauthInstance.authApi.signOut(t)];case 1:return n=o.sent(),[4,this.cache.removeStoreAsync(e)];case 2:return o.sent(),this.setAccessKey(),[2,qn(qn({},n),{data:{},error:null})];case 3:return r=o.sent(),[2,{data:{},error:new ln(r,{method:"signOut"})}];case 4:return[2]}})})},n.prototype.onAuthStateChange=function(t){var e=this;this.hasListenerSetUp||(this.setupListeners(),this.hasListenerSetUp=!0);var n=Math.random().toString(36);return this.listeners.has(n)||this.listeners.set(n,new Set),this.listeners.get(n).add(t),{data:{subscription:{id:n,callback:t,unsubscribe:function(){var r=e.listeners.get(n);r&&(r.delete(t),0===r.size&&e.listeners.delete(n))}}}}},n.prototype.signInWithPassword=function(t){var e,n;return Fn(this,void 0,Promise,function(){var r,o,i,s,a,u,c,l;return Bn(this,function(h){switch(h.label){case 0:return h.trys.push([0,3,,4]),this.validateAtLeastOne(t,[["username"],["email"],["phone"]],"You must provide either username, email, or phone"),this.validateParams(t,{password:{required:!0,message:"Password is required"}}),r="username"in t?t.username:void 0,o="email"in t?t.email:void 0,i="phone"in t?t.phone:void 0,s=null!==(n=null===(e=t.options)||void 0===e?void 0:e.is_encrypt)&&void 0!==n?n:t.is_encrypt,[4,this.signIn(qn({username:r||o||this.formatPhone(i),password:t.password},s?{isEncrypt:!0,version:"v2"}:{}))];case 1:return h.sent(),[4,this.getSession()];case 2:return a=h.sent().data,[2,{data:{user:(u=(void 0===a?{}:a).session).user,session:u},error:null}];case 3:return c=h.sent(),(l=new ln(c,{method:"signInWithPassword"})).category===sn.PROVIDER_NOT_ENABLED?console.error(l.helpMessage):l.category===sn.INVALID_CREDENTIALS||l.category===sn.USER_NOT_FOUND?console.warn(l.helpMessage):console.warn("[CloudBase Auth] signInWithPassword 失败 [".concat(l.category,"]: ").concat(l.message)),l.loginMethodHint&&console.info(l.loginMethodHint),[2,{data:{user:null,session:null},error:l}];case 4:return[2]}})})},n.prototype.signInWithIdToken=function(t){return Fn(this,void 0,Promise,function(){var e,n,r;return Bn(this,function(o){switch(o.label){case 0:return o.trys.push([0,3,,4]),this.validateParams(t,{token:{required:!0,message:"Token is required"}}),[4,this.signInWithProvider({provider_token:t.token})];case 1:return o.sent(),[4,this.getSession()];case 2:return e=o.sent().data,[2,{data:{user:(n=(void 0===e?{}:e).session).user,session:n},error:null}];case 3:return r=o.sent(),[2,{data:{user:null,session:null},error:new ln(r,{method:"signInWithIdToken"})}];case 4:return[2]}})})},n.prototype.signInWithOtp=function(t){return Fn(this,void 0,Promise,function(){var e,n,r,o,i,s=this;return Bn(this,function(a){switch(a.label){case 0:if(e=t.options,n="email"in t?t.email:void 0,r="phone"in t?t.phone:void 0,!(null==e?void 0:e.emailRedirectTo)&&(void 0===(null==e?void 0:e.shouldCreateUser)||(null==e?void 0:e.shouldCreateUser)))return[2,this.signUp(n?{email:n}:{phone:r})];a.label=1;case 1:return a.trys.push([1,3,,4]),this.validateAtLeastOne(t,[["email"],["phone"]],"You must provide either an email or phone number"),[4,this.getVerification(qn(qn({email_redirect_to:null==e?void 0:e.emailRedirectTo},n?{email:n,usage:ie.EMAIL}:{phone_number:this.formatPhone(r)}),{target:(null==e?void 0:e.emailRedirectTo)&&(null==e?void 0:e.shouldCreateUser)?"ANY":"USER"}))];case 2:return o=a.sent(),[2,{data:{user:null,session:null,verifyOtp:function(t){var e=t.token,i=t.messageId,a=void 0===i?o.verification_id:i;return Fn(s,void 0,Promise,function(){return Bn(this,function(t){return[2,this.verifyOtp(n?{email:n,token:String(e),messageId:a}:{phone:r,token:String(e),messageId:a})]})})}},error:null}];case 3:return i=a.sent(),[2,{data:{user:null,session:null},error:new ln(i,{method:"signInWithOtp"})}];case 4:return[2]}})})},n.prototype.verifyOAuth=function(t){return Fn(this,void 0,Promise,function(){var e,n,r,o,i,s,a,u,c;return Bn(this,function(l){switch(l.label){case 0:e={},l.label=1;case 1:return l.trys.push([1,7,,8]),n=(null==t?void 0:t.code)||E("code"),r=(null==t?void 0:t.state)||E("state"),n?r?(o=function(t){try{return JSON.parse(sessionStorage.getItem(t))}catch(t){return console.error("Failed to get browser session:",t),null}}(r),e.type=null==o?void 0:o.type,(i=(null==t?void 0:t.provider)||(null==o?void 0:o.provider)||E("provider"))?[4,this.grantProviderToken({provider_id:i,provider_redirect_uri:location.origin+location.pathname,provider_code:n})]:[2,{data:qn(qn({},e),{user:null,session:null,redirectUrl:null}),error:new ln({message:"Provider is required"})}]):[2,{data:{user:null,session:null,redirectUrl:null},error:new ln({message:"State is required"})}]:[2,{data:{user:null,session:null,redirectUrl:null},error:new ln({message:"Code is required"})}];case 2:return s=l.sent().provider_token,a=void 0,o.type!==me?[3,4]:[4,this.oauthInstance.authApi.toBindIdentity({provider_token:s,provider:i,fireEvent:!0})];case 3:return a=l.sent(),[3,6];case 4:return[4,this.signInWithIdToken({token:s})];case 5:(a=l.sent()).data=qn(qn({},e),a.data),l.label=6;case 6:return(u=new URLSearchParams(null===location||void 0===location?void 0:location.search)).delete("code"),u.delete("state"),a.data.redirectUrl=function(t,e){if(void 0!==t){var n=new URL(window.location.href);return n.search=t,n.hash=e||n.hash,window.history.replaceState({},"",n.href),n.href}}(void 0===(null==o?void 0:o.search)?"?".concat(u.toString()):null==o?void 0:o.search,(null==o?void 0:o.hash)||location.hash),function(t){try{return sessionStorage.removeItem(t),!0}catch(t){return console.error("Failed to remove browser session:",t),null}}(r),[2,a];case 7:return c=l.sent(),[2,{data:qn(qn({},e),{user:null,session:null,redirectUrl:null}),error:new ln(c,{method:"verifyOAuth"})}];case 8:return[2]}})})},n.prototype.signInWithOAuth=function(t){var e,n,r,o,i;return Fn(this,void 0,Promise,function(){var s,a,u,c,l,h,d,f,p;return Bn(this,function(v){switch(v.label){case 0:return v.trys.push([0,2,,3]),this.validateParams(t,{provider:{required:!0,message:"Provider is required"}}),s=(null===(e=t.options)||void 0===e?void 0:e.redirectTo)||location.href,a=new URL(s),u=a.origin+a.pathname,c=(null===(n=t.options)||void 0===n?void 0:n.state)||"prd-".concat(t.provider,"-").concat(Math.random().toString(36).slice(2)),[4,this.genProviderRedirectUri({provider_id:t.provider,provider_redirect_uri:u,state:c})];case 1:return l=v.sent().uri,h=decodeURIComponent(l),d=h,(null===(r=t.options)||void 0===r?void 0:r.queryParams)&&(f=new URL(h),Object.entries(t.options.queryParams).forEach(function(t){var e=t[0],n=t[1];f.searchParams.set(e,n)}),d=f.toString()),function(t,e){try{sessionStorage.setItem(t,JSON.stringify(e))}catch(t){console.error("Failed to save to browser session:",t)}}(c,{provider:t.provider,search:a.search,hash:a.hash,type:(null===(o=t.options)||void 0===o?void 0:o.type)||ye}),Vn()&&!(null===(i=t.options)||void 0===i?void 0:i.skipBrowserRedirect)&&window.location.assign(d),[2,{data:{url:d,provider:t.provider},error:null}];case 2:return p=v.sent(),[2,{data:{url:null,provider:null},error:new ln(p,{method:"signInWithOAuth"})}];case 3:return[2]}})})},n.prototype.getClaims=function(){return Fn(this,void 0,Promise,function(){var t;return Bn(this,function(e){switch(e.label){case 0:return e.trys.push([0,2,,3]),[4,this.getAccessToken()];case 1:return[2,{data:function(t){if("string"!=typeof t)throw new Error("Invalid token specified");try{var e=t.split(".").map(function(t,e){return 2===e?t:JSON.parse(function(t){var e=t.replace(/-/g,"+").replace(/_/g,"/");switch(e.length%4){case 0:break;case 2:e+="==";break;case 3:e+="=";break;default:throw new Error("Illegal base64url string!")}try{return function(t){return decodeURIComponent(Pe(t).replace(/(.)/g,function(t){var e=t.charCodeAt(0).toString(16).toUpperCase();return e.length<2&&(e="0".concat(e)),"%".concat(e)}))}(e)}catch(t){return Pe(e)}}(t))});return{claims:e[1],header:e[0],signature:e[2]}}catch(t){throw new Error("Invalid token specified: ".concat(t)?t.message:0)}}(e.sent().accessToken),error:null}];case 2:return t=e.sent(),[2,{data:{claims:null,header:null,signature:null},error:new ln(t,{method:"getClaims"})}];case 3:return[2]}})})},n.prototype.resetPasswordForEmail=function(t,e){return Fn(this,void 0,Promise,function(){var n,r,o,i,s,a,u=this;return Bn(this,function(c){switch(c.label){case 0:return c.trys.push([0,2,,3]),this.validateParams({emailOrPhone:t},{emailOrPhone:{required:!0,message:"Email or phone is required"}}),n=(e||{}).redirectTo,r=t.includes("@"),o=void 0,r?o={email:t,usage:ie.RECOVERY}:(i=this.formatPhone(t),o={phone_number:i}),[4,this.getVerification(qn(qn({},o),{target:"USER"}))];case 1:return s=c.sent(),[2,{data:{updateUser:function(e){return Fn(u,void 0,Promise,function(){var o,i,a,u;return Bn(this,function(c){switch(c.label){case 0:this.validateParams(e,{nonce:{required:!0,message:"Nonce is required"},password:{required:!0,message:"Password is required"}}),c.label=1;case 1:return c.trys.push([1,5,,6]),[4,this.verify({verification_id:s.verification_id,verification_code:e.nonce})];case 2:return o=c.sent(),[4,this.oauthInstance.authApi.resetPassword({email:r?t:void 0,phone_number:r?void 0:t,new_password:e.password,verification_token:o.verification_token})];case 3:return c.sent(),null===(u=this.config.eventBus)||void 0===u||u.fire(ve,{event:"PASSWORD_RECOVERY"}),[4,this.signInWithPassword({email:r?t:void 0,phone:r?void 0:t,password:e.password})];case 4:return i=c.sent(),n&&Vn()&&window.location.assign(n),[2,i];case 5:return a=c.sent(),[2,{data:{user:null,session:null},error:new ln(a,{method:"resetPasswordForEmail"})}];case 6:return[2]}})})}},error:null}];case 2:return a=c.sent(),[2,{data:{updateUser:null},error:new ln(a,{method:"resetPasswordForEmail"})}];case 3:return[2]}})})},n.prototype.resetPasswordForOld=function(t){return Fn(this,void 0,Promise,function(){var e,n,r;return Bn(this,function(o){switch(o.label){case 0:return o.trys.push([0,3,,4]),[4,this.oauthInstance.authApi.updatePasswordByOld({old_password:t.old_password,new_password:t.new_password})];case 1:return o.sent(),[4,this.getSession()];case 2:return e=o.sent().data,[2,{data:{user:(n=(void 0===e?{}:e).session).user,session:n},error:null}];case 3:return r=o.sent(),[2,{data:{user:null,session:null},error:new ln(r,{method:"resetPasswordForOld"})}];case 4:return[2]}})})},n.prototype.verifyOtp=function(t){return Fn(this,void 0,Promise,function(){var e,n,r,o,i,s,a;return Bn(this,function(u){switch(u.label){case 0:return u.trys.push([0,6,,7]),e=t.type,n=String(t.token),r="email"in t?t.email:void 0,o="phone"in t?t.phone:void 0,this.validateParams(t,{token:{required:!0,message:"Token is required"},messageId:{required:!0,message:"messageId is required"}}),["phone_change","email_change"].includes(e)?[4,this.verify({verification_id:t.messageId,verification_code:n})]:[3,2];case 1:return u.sent(),[3,4];case 2:return[4,this.signInWithUsername({verificationInfo:{verification_id:t.messageId,is_user:!0},verificationCode:n,username:r||this.formatPhone(o)||"",loginType:r?"email":"phone"})];case 3:u.sent(),u.label=4;case 4:return[4,this.getSession()];case 5:return i=u.sent().data,[2,{data:{user:(s=(void 0===i?{}:i).session).user,session:s},error:null}];case 6:return a=u.sent(),[2,{data:{user:null,session:null},error:new ln(a,{method:"verifyOtp"})}];case 7:return[2]}})})},n.prototype.getSession=function(){return Fn(this,void 0,Promise,function(){var t,e,n,r;return Bn(this,function(o){switch(o.label){case 0:return o.trys.push([0,3,,4]),[4,this.oauthInstance.oauth2client.getCredentials()];case 1:return(t=o.sent())&&"accessKey"!==t.scope?[4,this.getUser(!1)]:[2,{data:{session:null,user:null},error:null}];case 2:return e=o.sent().data,n=(void 0===e?{}:e).user,[2,{data:{session:qn(qn({},t),{user:n}),user:n},error:null}];case 3:return r=o.sent(),[2,{data:{session:null,user:null},error:new ln(r,{method:"getSession"})}];case 4:return[2]}})})},n.prototype.refreshSession=function(t){return Fn(this,void 0,Promise,function(){var e,n,r,o,i;return Bn(this,function(s){switch(s.label){case 0:return s.trys.push([0,4,,5]),[4,this.oauthInstance.oauth2client.localCredentials.getCredentials()];case 1:return(e=s.sent()).refresh_token=t||e.refresh_token,[4,this.oauthInstance.oauth2client.refreshToken(e)];case 2:return n=s.sent(),[4,this.getUser(!1)];case 3:return r=s.sent().data,[2,{data:{user:o=(void 0===r?{}:r).user,session:qn(qn({},n),{user:o})},error:null}];case 4:return i=s.sent(),[2,{data:{user:null,session:null},error:new ln(i,{method:"refreshSession"})}];case 5:return[2]}})})},n.prototype.getUser=function(t){return void 0===t&&(t=!0),Fn(this,void 0,Promise,function(){var e,n,r;return Bn(this,function(o){switch(o.label){case 0:return o.trys.push([0,3,,4]),[4,this.oauthInstance.oauth2client.getCredentials()];case 1:return(e=o.sent())&&"accessKey"!==e.scope?(n=this.convertToUser,[4,this.getCurrentUser(t)]):[2,{data:{user:null},error:null}];case 2:return[2,{data:{user:n.apply(this,[o.sent()])},error:null}];case 3:return r=o.sent(),[2,{data:{user:null},error:new ln(r,{method:"getUser"})}];case 4:return[2]}})})},n.prototype.refreshUser=function(){return Fn(this,void 0,Promise,function(){var t,e,n;return Bn(this,function(r){switch(r.label){case 0:return r.trys.push([0,3,,4]),[4,this.currentUser.refresh()];case 1:return r.sent(),[4,this.getSession()];case 2:return t=r.sent().data,[2,{data:{user:(e=(void 0===t?{}:t).session).user,session:e},error:null}];case 3:return n=r.sent(),[2,{data:{user:null,session:null},error:new ln(n,{method:"refreshUser"})}];case 4:return[2]}})})},n.prototype.updateUser=function(t){var e;return Fn(this,void 0,Promise,function(){var n,r,o,i,s,a,u,c,l,h,d,f,p,v,y=this;return Bn(this,function(m){switch(m.label){case 0:if(m.trys.push([0,8,,9]),n=["password","new_password"].find(function(e){var n=t[e];return null!=n&&""!==n}),n)throw new ln({message:'updateUser 不支持更新密码,检测到传入了 "'.concat(n,'" 参数。如需修改密码请使用 resetPasswordForOld(旧密码修改)、resetPasswordForEmail(验证码重置)或 reauthenticate(重新认证后改密)')});if(r=Object.keys(t).some(function(e){return void 0!==t[e]&&null!==t[e]&&""!==t[e]}),!r)throw new ln({message:"At least one field must be provided for update"});return o=t.email,i=t.phone,s=function(t,e){var n={};for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&e.indexOf(r)<0&&(n[r]=t[r]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(t);o<r.length;o++)e.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(t,r[o])&&(n[r[o]]=t[r[o]])}return n}(t,["email","phone"]),u=void 0!==i,c={},(a=void 0!==o)||u?(l=void 0,a?(l={email:t.email,usage:ie.REAUTHENTICATION},h="email_change"):(d=this.formatPhone(t.phone),l={phone_number:d},h="phone_change"),[4,this.getVerification(qn({},l))]):[3,4];case 1:return f=m.sent(),Object.keys(s).length>0?[4,this.updateUserBasicInfo(s)]:[3,3];case 2:m.sent(),m.label=3;case 3:return c={messageId:f.verification_id,verifyOtp:function(e){return Fn(y,void 0,Promise,function(){var n,r,o,i;return Bn(this,function(s){switch(s.label){case 0:return s.trys.push([0,11,,12]),e.email&&t.email===e.email?[4,this.verifyOtp({type:"email_change",email:t.email,token:e.token,messageId:f.verification_id})]:[3,3];case 1:return(n=s.sent()).error?[2,n]:[4,this.updateUserBasicInfo({email:t.email})];case 2:return s.sent(),[3,9];case 3:return e.phone&&t.phone===e.phone?[4,this.verifyOtp({type:"phone_change",phone:t.phone,token:e.token,messageId:f.verification_id})]:[3,6];case 4:return(n=s.sent()).error?[2,n]:[4,this.updateUserBasicInfo({phone:this.formatPhone(t.phone)})];case 5:return s.sent(),[3,9];case 6:return[4,this.verifyOtp(a?{type:h,email:t.email,token:e.token,messageId:f.verification_id}:{type:h,phone:t.phone,token:e.token,messageId:f.verification_id})];case 7:return(n=s.sent()).error?[2,n]:[4,this.updateUserBasicInfo(t)];case 8:s.sent(),s.label=9;case 9:return[4,this.getUser(!1)];case 10:return r=s.sent().data.user,null===(i=this.config.eventBus)||void 0===i||i.fire(ve,{event:de}),[2,{data:{user:r},error:null}];case 11:return o=s.sent(),[2,{data:{user:null},error:new ln(o,{method:"updateUser"})}];case 12:return[2]}})})}},[3,6];case 4:return[4,this.updateUserBasicInfo(t)];case 5:m.sent(),m.label=6;case 6:return[4,this.getUser(!1)];case 7:return p=m.sent().data.user,Object.keys(s).length>0&&(null===(e=this.config.eventBus)||void 0===e||e.fire(ve,{event:de})),[2,{data:qn({user:p},c),error:null}];case 8:return v=m.sent(),[2,{data:{user:null},error:new ln(v,{method:"updateUser"})}];case 9:return[2]}})})},n.prototype.getUserIdentities=function(){var t;return Fn(this,void 0,Promise,function(){var e,n;return Bn(this,function(r){switch(r.label){case 0:return r.trys.push([0,2,,3]),[4,this.oauthInstance.authApi.getProviders()];case 1:return e=r.sent(),[2,{data:{identities:null===(t=null==e?void 0:e.data)||void 0===t?void 0:t.filter(function(t){return!!t.bind})},error:null}];case 2:return n=r.sent(),[2,{data:{identities:null},error:new ln(n,{method:"getUserIdentities"})}];case 3:return[2]}})})},n.prototype.linkIdentity=function(t){return Fn(this,void 0,Promise,function(){var e;return Bn(this,function(n){switch(n.label){case 0:return n.trys.push([0,2,,3]),this.validateParams(t,{provider:{required:!0,message:"Provider is required"}}),[4,this.signInWithOAuth({provider:t.provider,options:{type:me}})];case 1:return n.sent(),[2,{data:{provider:t.provider},error:null}];case 2:return e=n.sent(),[2,{data:{provider:null},error:new ln(e,{method:"linkIdentity"})}];case 3:return[2]}})})},n.prototype.unlinkIdentity=function(t){return Fn(this,void 0,Promise,function(){var e;return Bn(this,function(n){switch(n.label){case 0:return n.trys.push([0,2,,3]),this.validateParams(t,{provider:{required:!0,message:"Provider is required"}}),[4,this.oauthInstance.authApi.unbindProvider({provider_id:t.provider})];case 1:return n.sent(),[2,{data:{},error:null}];case 2:return e=n.sent(),[2,{data:{},error:new ln(e,{method:"unlinkIdentity"})}];case 3:return[2]}})})},n.prototype.reauthenticate=function(){return Fn(this,void 0,Promise,function(){var t,e,n,r,o=this;return Bn(this,function(i){switch(i.label){case 0:return i.trys.push([0,3,,4]),[4,this.getUser(!1)];case 1:return t=i.sent().data.user,this.validateAtLeastOne(t,[["email","phone"]],"You must provide either an email or phone number"),e=t.email?{email:t.email,usage:ie.REAUTHENTICATION}:{phone_number:this.formatPhone(t.phone)},[4,this.getVerification(e)];case 2:return n=i.sent(),[2,{data:{updateUser:function(t){return Fn(o,void 0,Promise,function(){var r,o,i,s,a;return Bn(this,function(u){switch(u.label){case 0:this.validateParams(t,{nonce:{required:!0,message:"Nonce is required"}}),u.label=1;case 1:return u.trys.push([1,9,,10]),t.password?[4,this.verify({verification_id:n.verification_id,verification_code:t.nonce})]:[3,5];case 2:return r=u.sent(),[4,this.oauthInstance.authApi.sudo({verification_token:r.verification_token})];case 3:return o=u.sent(),[4,this.oauthInstance.authApi.setPassword({new_password:t.password,sudo_token:o.sudo_token})];case 4:return u.sent(),[3,7];case 5:return[4,this.signInWithUsername(qn(qn({verificationInfo:n,verificationCode:t.nonce},e),{loginType:e.email?"email":"phone"}))];case 6:u.sent(),u.label=7;case 7:return[4,this.getSession()];case 8:return i=u.sent().data,[2,{data:{user:(s=(void 0===i?{}:i).session).user,session:s},error:null}];case 9:return a=u.sent(),[2,{data:{user:null,session:null},error:new ln(a,{method:"reauthenticate"})}];case 10:return[2]}})})}},error:null}];case 3:return r=i.sent(),[2,{data:{updateUser:null},error:new ln(r,{method:"reauthenticate"})}];case 4:return[2]}})})},n.prototype.resend=function(t){return Fn(this,void 0,Promise,function(){var e,n,r;return Bn(this,function(o){switch(o.label){case 0:return o.trys.push([0,2,,3]),this.validateAtLeastOne(t,[["email"],["phone"]],"You must provide either an email or phone number"),e="signup"===t.type?"ANY":"USER",n={target:e},"email"in t&&(n.email=t.email,n.usage=ie.EMAIL),"phone"in t&&(n.phone_number=this.formatPhone(t.phone)),[4,this.oauthInstance.authApi.getVerification(n)];case 1:return[2,{data:{messageId:o.sent().verification_id},error:null}];case 2:return r=o.sent(),[2,{data:{messageId:null},error:new ln(r,{method:"resend"})}];case 3:return[2]}})})},n.prototype.setSession=function(t){return Fn(this,void 0,Promise,function(){var e,n,r;return Bn(this,function(o){switch(o.label){case 0:return o.trys.push([0,3,,4]),this.validateParams(t,{access_token:{required:!0,message:"Access token is required"},refresh_token:{required:!0,message:"Refresh token is required"}}),[4,this.oauthInstance.oauth2client.refreshToken(t,{throwError:!0})];case 1:return o.sent(),[4,this.getSession()];case 2:return e=o.sent().data,[2,{data:{user:(n=(void 0===e?{}:e).session).user,session:n},error:null}];case 3:return r=o.sent(),[2,{data:{user:null,session:null},error:new ln(r,{method:"setSession"})}];case 4:return[2]}})})},n.prototype.exchangeCodeForSession=function(){return Fn(this,void 0,void 0,function(){return Bn(this,function(t){return[2]})})},n.prototype.deleteUser=function(t){return Fn(this,void 0,Promise,function(){var e,n;return Bn(this,function(r){switch(r.label){case 0:return r.trys.push([0,3,,4]),this.validateParams(t,{password:{required:!0,message:"Password is required"}}),[4,this.oauthInstance.authApi.sudo(t)];case 1:return e=r.sent().sudo_token,[4,this.oauthInstance.authApi.deleteMe({sudo_token:e})];case 2:return r.sent(),[2,{data:{},error:null}];case 3:return n=r.sent(),[2,{data:{},error:new ln(n,{method:"deleteUser"})}];case 4:return[2]}})})},n.prototype.toDefaultLoginPage=function(t){return void 0===t&&(t={}),Fn(this,void 0,Promise,function(){var e,n,r,o,i;return Bn(this,function(s){try{return e=t.config_version||"env",n=Object.keys(t.query||{}).map(function(e){return"".concat(e,"=").concat(t.query[e])}).join("&"),tt.default.isMatch()?wx.navigateTo({url:"/packages/$wd_system/pages/login/index".concat(n?"?".concat(n):"")}):(r=t.redirect_uri||window.location.href,o=new URL(r),i="".concat(o.origin,"/__auth/?app_id=").concat(t.app_id||"","&env_id=").concat(this.config.env,"&client_id=").concat(this.config.clientId||this.config.env,"&config_version=").concat(e,"&redirect_uri=").concat(encodeURIComponent(r)).concat(n?"&".concat(n):""),window.location.href=i),[2,{data:{},error:null}]}catch(t){return[2,{data:{},error:new ln(t,{method:"toDefaultLoginPage"})}]}return[2]})})},n.prototype.signInWithCustomTicket=function(t){return Fn(this,void 0,Promise,function(){var e,n,r,o;return Bn(this,function(i){switch(i.label){case 0:t&&this.setCustomSignFunc(t),i.label=1;case 1:return i.trys.push([1,5,,6]),[4,this.oauthInstance.authApi.signInWithCustomTicket()];case 2:return i.sent(),[4,this.createLoginState()];case 3:return e=i.sent(),[4,this.getSession()];case 4:return n=i.sent().data,r=(void 0===n?{}:n).session,[2,qn(qn({},e),{data:{user:r.user,session:r},error:null})];case 5:return o=i.sent(),[2,{data:{user:null,session:null},error:new ln(o,{method:"signInWithCustomTicket"})}];case 6:return[2]}})})},n.prototype.signInWithOpenId=function(t){var e=(void 0===t?{}:t).useWxCloud,n=void 0===e||e;return Fn(this,void 0,Promise,function(){var t,e,r,o,i,s,a=this;return Bn(this,function(u){switch(u.label){case 0:if(!tt.default.isMatch())throw Error("wx api undefined");t=wx.getAccountInfoSync().miniProgram,e=function(e){return Fn(a,void 0,void 0,function(){var r,o;return Bn(this,function(i){switch(i.label){case 0:r=void 0,o=void 0,i.label=1;case 1:return i.trys.push([1,4,,5]),[4,this.oauthInstance.authApi.grantProviderToken({provider_id:null==t?void 0:t.appId,provider_code:e,provider_params:{provider_code_type:"open_id",appid:null==t?void 0:t.appId}},n)];case 2:if((null==(r=i.sent())?void 0:r.error_code)||!r.provider_token)throw r;return[4,this.oauthInstance.authApi.signInWithProvider({provider_token:r.provider_token},n)];case 3:if(null==(o=i.sent())?void 0:o.error_code)throw o;return[3,5];case 4:throw i.sent();case 5:return[4,this.oauthInstance.oauth2client.setCredentials(o)];case 6:return i.sent(),[2]}})})},u.label=1;case 1:return u.trys.push([1,5,,6]),[4,new Promise(function(t,n){wx.login({success:function(r){return Fn(a,void 0,void 0,function(){var o;return Bn(this,function(i){switch(i.label){case 0:return i.trys.push([0,2,,3]),[4,e(r.code)];case 1:return i.sent(),t(!0),[3,3];case 2:return o=i.sent(),n(o),[3,3];case 3:return[2]}})})},fail:function(t){var e=new Error(null==t?void 0:t.errMsg);e.code=null==t?void 0:t.errno,n(e)}})})];case 2:return u.sent(),[4,this.createLoginState()];case 3:return r=u.sent(),[4,this.getSession()];case 4:return o=u.sent().data,i=(void 0===o?{}:o).session,[2,qn(qn({},r),{data:{user:i.user,session:i},error:null})];case 5:return s=u.sent(),[2,{data:{user:null,session:null},error:new ln(s,{method:"signInWithOpenId"})}];case 6:return[2]}})})},n.prototype.signInWithPhoneAuth=function(t){var e=t.phoneCode,n=void 0===e?"":e,r=t.useWxCloud,o=void 0!==r&&r;return Fn(this,void 0,Promise,function(){var t,e,r,i,s,a,u,c,l;return Bn(this,function(h){switch(h.label){case 0:return tt.default.isMatch()?(t=wx.getAccountInfoSync().miniProgram,e={provider_params:{provider_code_type:"phone",code:n,appid:t.appId},provider_id:t.appId},[4,wx.login()]):[2,{data:{user:null,session:null},error:new ln({message:"wx api undefined"})}];case 1:r=h.sent().code,e.provider_code=r,h.label=2;case 2:return h.trys.push([2,5,,6]),[4,this.oauthInstance.authApi.grantProviderToken(e,o)];case 3:if((i=h.sent()).error_code)throw i;return[4,this.oauthInstance.authApi.signInWithProvider({provider_token:i.provider_token},o)];case 4:if(null==(s=h.sent())?void 0:s.error_code)throw s;return[3,6];case 5:return a=h.sent(),[2,{data:{user:null,session:null},error:new ln(a,{method:"signInWithPhoneAuth"})}];case 6:return[4,this.createLoginState()];case 7:return u=h.sent(),[4,this.getSession()];case 8:return c=h.sent().data,l=(void 0===c?{}:c).session,[2,qn(qn({},u),{data:{user:l.user,session:l},error:null})]}})})},n.prototype.bindPhoneNumber=function(t){return Fn(this,void 0,void 0,function(){return Bn(this,function(e){return[2,this.oauthInstance.authApi.editContact(t)]})})},n.prototype.unbindProvider=function(t){return Fn(this,void 0,Promise,function(){return Bn(this,function(e){return[2,this.oauthInstance.authApi.unbindProvider(t)]})})},n.prototype.bindEmail=function(t){return this.oauthInstance.authApi.editContact(t)},n.prototype.verify=function(t){return Fn(this,void 0,Promise,function(){return Bn(this,function(e){return[2,this.oauthInstance.authApi.verify(t)]})})},n.prototype.getVerification=function(t,e){return Fn(this,void 0,Promise,function(){return Bn(this,function(n){return t.phone_number&&(t.phone_number=this.formatPhone(t.phone_number)),[2,this.oauthInstance.authApi.getVerification(t,e)]})})},Object.defineProperty(n.prototype,"currentUser",{get:function(){if("async"!==this.cache.mode){var t=this.hasLoginState();return t&&t.user||null}(0,Ge.printWarn)(bn.ERRORS.INVALID_OPERATION,"current platform's storage is asynchronous, please use getCurrentUser instead")},enumerable:!1,configurable:!0}),n.prototype.getCurrentUser=function(t){return void 0===t&&(t=!0),Fn(this,void 0,Promise,function(){var e,n,r;return Bn(this,function(o){switch(o.label){case 0:return o.trys.push([0,4,,5]),t?[4,this.getLoginState()]:[3,3];case 1:return(e=o.sent())?[4,e.user.refresh()]:[3,3];case 2:o.sent(),o.label=3;case 3:return[3,5];case 4:return o.sent(),[3,5];case 5:return[4,this.getLoginState()];case 6:return(n=o.sent())?(r=n.user.getLocalUserInfo(),[4,n.user.checkLocalInfoAsync()]):[3,8];case 7:return o.sent(),[2,qn(qn({},n.user),r)];case 8:return[2,null]}})})},n.prototype.signInAnonymouslyInWx=function(t){var e=(void 0===t?{}:t).useWxCloud;return Fn(this,void 0,Promise,function(){var t,n,r=this;return Bn(this,function(o){switch(o.label){case 0:if(!tt.default.isMatch())throw Error("wx api undefined");return t=wx.getAccountInfoSync().miniProgram,n=function(n){return Fn(r,void 0,void 0,function(){var r,o;return Bn(this,function(i){switch(i.label){case 0:r=void 0,o=void 0,i.label=1;case 1:return i.trys.push([1,4,,5]),[4,this.oauthInstance.authApi.grantProviderToken({provider_id:null==t?void 0:t.appId,provider_code:n,provider_params:{provider_code_type:"open_id",appid:null==t?void 0:t.appId}},e)];case 2:if((null==(r=i.sent())?void 0:r.error_code)||!r.provider_token)throw r;return[4,this.oauthInstance.authApi.signInAnonymously({provider_token:r.provider_token},e)];case 3:if(null==(o=i.sent())?void 0:o.error_code)throw o;return[3,5];case 4:throw i.sent();case 5:return[2]}})})},[4,new Promise(function(t,e){wx.login({success:function(o){return Fn(r,void 0,void 0,function(){var r;return Bn(this,function(i){switch(i.label){case 0:return i.trys.push([0,2,,3]),[4,n(o.code)];case 1:return i.sent(),t(!0),[3,3];case 2:return r=i.sent(),e(r),[3,3];case 3:return[2]}})})},fail:function(t){var n=new Error(null==t?void 0:t.errMsg);n.code=null==t?void 0:t.errno,e(n)}})})];case 1:return o.sent(),[2,this.createLoginState(void 0,{asyncRefreshUser:!0})]}})})},n.prototype.bindOpenId=function(){return Fn(this,void 0,Promise,function(){var t,e,n=this;return Bn(this,function(r){switch(r.label){case 0:if(!tt.default.isMatch())throw Error("wx api undefined");return t=wx.getAccountInfoSync().miniProgram,e=function(e){return Fn(n,void 0,void 0,function(){var n;return Bn(this,function(r){switch(r.label){case 0:n=void 0,r.label=1;case 1:return r.trys.push([1,4,,5]),[4,this.oauthInstance.authApi.grantProviderToken({provider_id:null==t?void 0:t.appId,provider_code:e,provider_params:{provider_code_type:"open_id",appid:null==t?void 0:t.appId}})];case 2:if((null==(n=r.sent())?void 0:n.error_code)||!n.provider_token)throw n;return[4,this.oauthInstance.authApi.bindWithProvider({provider_token:n.provider_token})];case 3:return r.sent(),[3,5];case 4:throw r.sent();case 5:return[2]}})})},[4,new Promise(function(t,r){wx.login({success:function(o){return Fn(n,void 0,void 0,function(){var n;return Bn(this,function(i){switch(i.label){case 0:return i.trys.push([0,2,,3]),[4,e(o.code)];case 1:return i.sent(),t(!0),[3,3];case 2:return n=i.sent(),r(n),[3,3];case 3:return[2]}})})},fail:function(t){var e=new Error(null==t?void 0:t.errMsg);e.code=null==t?void 0:t.errno,r(e)}})})];case 1:return r.sent(),[2]}})})},n.prototype.signInWithUnionId=function(){return Fn(this,void 0,Promise,function(){var t=this;return Bn(this,function(e){switch(e.label){case 0:if(!tt.default.isMatch())throw Error("wx api undefined");e.label=1;case 1:return e.trys.push([1,3,,4]),[4,new Promise(function(e,n){var r=wx.getAccountInfoSync().miniProgram;wx.login({success:function(o){return Fn(t,void 0,void 0,function(){var t,i,s,a,u;return Bn(this,function(c){switch(c.label){case 0:t=null==r?void 0:r.appId,c.label=1;case 1:return c.trys.push([1,4,,5]),[4,this.oauthInstance.authApi.grantProviderToken({provider_code:o.code,provider_id:t,provider_params:{provider_code_type:"union_id",appid:null==r?void 0:r.appId}})];case 2:return i=c.sent(),(s=i.provider_token)?[4,this.oauthInstance.authApi.signInWithProvider({provider_id:t,provider_token:s})]:(n(i),[2]);case 3:return(null==(a=c.sent())?void 0:a.error_code)?(n(a),[2]):(e(!0),[3,5]);case 4:return u=c.sent(),n(u),[3,5];case 5:return[2]}})})},fail:function(t){var e=new Error(null==t?void 0:t.errMsg);e.code=null==t?void 0:t.errno,n(e)}})})];case 2:return e.sent(),[3,4];case 3:throw e.sent();case 4:return[2,this.createLoginState()]}})})},n.prototype.signInWithSms=function(t){var e=t.verificationInfo,n=void 0===e?{verification_id:"",is_user:!1}:e,r=t.verificationCode,o=void 0===r?"":r,i=t.phoneNum,s=void 0===i?"":i,a=t.bindInfo,u=void 0===a?void 0:a;return Fn(this,void 0,Promise,function(){return Bn(this,function(t){try{return[2,this.signInWithUsername({verificationInfo:n,verificationCode:o,bindInfo:u,username:s,loginType:"sms"})]}catch(t){throw t}return[2]})})},n.prototype.signInWithEmail=function(t){var e=t.verificationInfo,n=void 0===e?{verification_id:"",is_user:!1}:e,r=t.verificationCode,o=void 0===r?"":r,i=t.bindInfo,s=void 0===i?void 0:i,a=t.email,u=void 0===a?"":a;return Fn(this,void 0,Promise,function(){return Bn(this,function(t){try{return[2,this.signInWithUsername({verificationInfo:n,verificationCode:o,bindInfo:s,username:u,loginType:"email"})]}catch(t){throw t}return[2]})})},n.prototype.setCustomSignFunc=function(t){this.oauthInstance.authApi.setCustomSignFunc(t)},n.prototype.signIn=function(t){return Fn(this,void 0,Promise,function(){return Bn(this,function(e){switch(e.label){case 0:return[4,this.oauthInstance.authApi.signIn(t)];case 1:return e.sent(),[2,this.createLoginState(t)]}})})},n.prototype.setPassword=function(t){return Fn(this,void 0,Promise,function(){return Bn(this,function(e){return[2,this.oauthInstance.authApi.setPassword(t)]})})},n.prototype.isUsernameRegistered=function(t){return Fn(this,void 0,Promise,function(){return Bn(this,function(e){switch(e.label){case 0:return"string"!=typeof t&&(0,Ge.throwError)(bn.ERRORS.INVALID_PARAMS,"username must be a string"),[4,this.oauthInstance.authApi.checkIfUserExist({username:t})];case 1:return[2,e.sent().exist]}})})},n.prototype.hasLoginState=function(){var t;if("async"!==this.cache.mode)return(null===(t=this.oauthInstance)||void 0===t?void 0:t.authApi.hasLoginStateSync())?new Kn({envId:this.config.env,cache:this.cache,oauthInstance:this.oauthInstance}):null;(0,Ge.printWarn)(bn.ERRORS.INVALID_OPERATION,"current platform's storage is asynchronous, please use getLoginState instead")},n.prototype.getLoginState=function(){return Fn(this,void 0,Promise,function(){var t;return Bn(this,function(e){switch(e.label){case 0:t=null,e.label=1;case 1:return e.trys.push([1,3,,4]),[4,this.oauthInstance.authApi.getLoginState()];case 2:return t=e.sent(),[3,4];case 3:return e.sent(),[2,null];case 4:return t?[2,new Kn({envId:this.config.env,cache:this.cache,oauthInstance:this.oauthInstance})]:[2,null]}})})},n.prototype.getUserInfo=function(){return Fn(this,void 0,Promise,function(){return Bn(this,function(t){return[2,this.getCurrentUser()]})})},n.prototype.getWedaUserInfo=function(){return Fn(this,void 0,Promise,function(){return Bn(this,function(t){return[2,this.oauthInstance.authApi.getWedaUserInfo()]})})},n.prototype.updateUserBasicInfo=function(t){return Fn(this,void 0,void 0,function(){var e;return Bn(this,function(n){switch(n.label){case 0:return[4,this.getLoginState()];case 1:return(e=n.sent())?[4,e.user.updateUserBasicInfo(t)]:[3,3];case 2:n.sent(),n.label=3;case 3:return[2]}})})},n.prototype.getAuthHeader=function(){return console.error("Auth.getAuthHeader API 已废弃"),{}},n.prototype.bindWithProvider=function(t){return Fn(this,void 0,Promise,function(){return Bn(this,function(e){return[2,this.oauthInstance.authApi.bindWithProvider(t)]})})},n.prototype.queryUser=function(t){return Fn(this,void 0,Promise,function(){return Bn(this,function(e){return[2,this.oauthInstance.authApi.queryUserProfile(t)]})})},n.prototype.getAccessToken=function(){return Fn(this,void 0,Promise,function(){return Bn(this,function(t){switch(t.label){case 0:return[4,this.oauthInstance.oauth2client.getAccessToken()];case 1:return[2,{accessToken:t.sent(),env:this.config.env}]}})})},n.prototype.grantProviderToken=function(t){return Fn(this,void 0,Promise,function(){return Bn(this,function(e){return[2,this.oauthInstance.authApi.grantProviderToken(t)]})})},n.prototype.patchProviderToken=function(t){return Fn(this,void 0,Promise,function(){return Bn(this,function(e){return[2,this.oauthInstance.authApi.patchProviderToken(t)]})})},n.prototype.signInWithProvider=function(t){return Fn(this,void 0,Promise,function(){return Bn(this,function(e){switch(e.label){case 0:return[4,this.oauthInstance.authApi.signInWithProvider(t)];case 1:return e.sent(),[2,this.createLoginState(t)]}})})},n.prototype.signInWithWechat=function(t){return void 0===t&&(t={}),Fn(this,void 0,void 0,function(){return Bn(this,function(e){switch(e.label){case 0:return[4,this.oauthInstance.authApi.signInWithWechat(t)];case 1:return e.sent(),[2,this.createLoginState(t)]}})})},n.prototype.grantToken=function(t){return Fn(this,void 0,Promise,function(){return Bn(this,function(e){switch(e.label){case 0:return[4,this.oauthInstance.authApi.grantToken(t)];case 1:return e.sent(),[2,this.createLoginState()]}})})},n.prototype.genProviderRedirectUri=function(t){return Fn(this,void 0,Promise,function(){return Bn(this,function(e){return[2,this.oauthInstance.authApi.genProviderRedirectUri(t)]})})},n.prototype.resetPassword=function(t){return Fn(this,void 0,Promise,function(){return Bn(this,function(e){return[2,this.oauthInstance.authApi.resetPassword(t)]})})},n.prototype.deviceAuthorize=function(t){return Fn(this,void 0,Promise,function(){return Bn(this,function(e){return[2,this.oauthInstance.authApi.deviceAuthorize(t)]})})},n.prototype.sudo=function(t){return Fn(this,void 0,Promise,function(){return Bn(this,function(e){return[2,this.oauthInstance.authApi.sudo(t)]})})},n.prototype.deleteMe=function(t){return Fn(this,void 0,Promise,function(){return Bn(this,function(e){return[2,this.oauthInstance.authApi.deleteMe(t)]})})},n.prototype.getProviders=function(){return Fn(this,void 0,Promise,function(){return Bn(this,function(t){return[2,this.oauthInstance.authApi.getProviders()]})})},n.prototype.loginScope=function(){return Fn(this,void 0,Promise,function(){return Bn(this,function(t){return[2,this.oauthInstance.authApi.loginScope()]})})},n.prototype.loginGroups=function(){return Fn(this,void 0,Promise,function(){return Bn(this,function(t){return[2,this.oauthInstance.authApi.loginGroups()]})})},n.prototype.onLoginStateChanged=function(t){var e;return Fn(this,void 0,void 0,function(){var n,r=this;return Bn(this,function(o){switch(o.label){case 0:return null===(e=this.config.eventBus)||void 0===e||e.on(pe,function(e){return Fn(r,void 0,void 0,function(){var n,r,o;return Bn(this,function(i){switch(i.label){case 0:return(null===(o=null==e?void 0:e.data)||void 0===o?void 0:o.eventType)===ae?[3,2]:[4,this.getLoginState()];case 1:return r=i.sent(),[3,3];case 2:r={},i.label=3;case 3:return n=r,t.call(this,qn(qn({},e),n)),[2]}})})}),[4,this.getLoginState()];case 1:return n=o.sent(),t.call(this,n),[2]}})})},n.prototype.refreshTokenForce=function(t){return Fn(this,void 0,Promise,function(){return Bn(this,function(e){return[2,this.oauthInstance.authApi.refreshTokenForce(t)]})})},n.prototype.getCredentials=function(){return Fn(this,void 0,Promise,function(){return Bn(this,function(t){return[2,this.oauthInstance.authApi.getCredentials()]})})},n.prototype.setCredentials=function(t){return Fn(this,void 0,void 0,function(){return Bn(this,function(e){switch(e.label){case 0:return[4,this.oauthInstance.oauth2client.setCredentials(t)];case 1:return e.sent(),[2]}})})},n.prototype.getProviderSubType=function(){return Fn(this,void 0,Promise,function(){return Bn(this,function(t){return[2,this.oauthInstance.authApi.getProviderSubType()]})})},n.prototype.createCaptchaData=function(t){return Fn(this,void 0,void 0,function(){return Bn(this,function(e){return[2,this.oauthInstance.authApi.createCaptchaData(t)]})})},n.prototype.verifyCaptchaData=function(t){return Fn(this,void 0,void 0,function(){return Bn(this,function(e){return[2,this.oauthInstance.authApi.verifyCaptchaData(t)]})})},n.prototype.getMiniProgramQrCode=function(t){return Fn(this,void 0,Promise,function(){return Bn(this,function(e){return[2,this.oauthInstance.authApi.getMiniProgramCode(t)]})})},n.prototype.getMiniProgramQrCodeStatus=function(t){return Fn(this,void 0,Promise,function(){return Bn(this,function(e){return[2,this.oauthInstance.authApi.getMiniProgramQrCodeStatus(t)]})})},n.prototype.modifyPassword=function(t){return Fn(this,void 0,Promise,function(){return Bn(this,function(e){return[2,this.oauthInstance.authApi.modifyPassword(t)]})})},n.prototype.modifyPasswordWithoutLogin=function(t){return Fn(this,void 0,Promise,function(){return Bn(this,function(e){return[2,this.oauthInstance.authApi.modifyPasswordWithoutLogin(t)]})})},n.prototype.getUserBehaviorLog=function(t){return Fn(this,void 0,Promise,function(){return Bn(this,function(e){return[2,this.oauthInstance.authApi.getUserBehaviorLog(t)]})})},n.prototype.signInWithUsername=function(t){var e=t.verificationInfo,n=void 0===e?{verification_id:"",is_user:!1}:e,r=t.verificationCode,o=void 0===r?"":r,i=t.username,s=void 0===i?"":i,a=t.bindInfo,u=void 0===a?void 0:a,c=t.loginType,l=void 0===c?"":c;return Fn(this,void 0,Promise,function(){var t,e,r,i,a,c,h;return Bn(this,function(d){switch(d.label){case 0:return d.trys.push([0,8,,9]),[4,this.oauthInstance.authApi.verify({verification_id:n.verification_id,verification_code:o})];case 1:if(null==(t=d.sent())?void 0:t.error_code)throw t;return e=t.verification_token,r=this.formatPhone(s),i={phone_number:r},"email"===l&&(i={email:r=s}),n.is_user?[4,this.oauthInstance.authApi.signIn({username:r,verification_token:e})]:[3,5];case 2:if(null==(a=d.sent())?void 0:a.error_code)throw a;return u?[4,this.oauthInstance.authApi.bindWithProvider({provider_token:null==u?void 0:u.providerToken})]:[3,4];case 3:if(null==(c=d.sent())?void 0:c.error_code)throw c;d.label=4;case 4:return[3,7];case 5:return[4,this.oauthInstance.authApi.signUp(qn(qn({},i),{verification_token:e,provider_token:null==u?void 0:u.providerId}))];case 6:if(null==(h=d.sent())?void 0:h.error_code)throw h;d.label=7;case 7:return[2,this.createLoginState()];case 8:throw d.sent();case 9:return[2]}})})},n.prototype.createLoginState=function(t,e){return Fn(this,void 0,Promise,function(){var n;return Bn(this,function(r){switch(r.label){case 0:return[4,(n=new Kn({envId:this.config.env,cache:this.cache,oauthInstance:this.oauthInstance})).checkLocalStateAsync()];case 1:return r.sent(),(null==e?void 0:e.userInfo)?(n.user.setLocalUserInfo(e.userInfo),[3,5]):[3,2];case 2:return(null==e?void 0:e.asyncRefreshUser)?(n.user.refresh(t),[3,5]):[3,3];case 3:return[4,n.user.refresh(t)];case 4:r.sent(),r.label=5;case 5:return[2,n]}})})},n.prototype.setAccessKey=function(){var t,e;return Fn(this,void 0,void 0,function(){var n,r;return Bn(this,function(o){if(n="",r="",this.config.accessKey?(n=this.config.accessKey,r="accessKey"):(null===(t=this.config.auth)||void 0===t?void 0:t.secretId)&&(null===(e=this.config.auth)||void 0===e?void 0:e.secretKey)&&(n="",r=ge),!r)return[2];try{this.oauthInstance.oauth2client.setAccessKeyCredentials({access_token:n,token_type:"Bearer",scope:r,expires_at:new Date(+new Date+ +new Date),expires_in:+new Date+ +new Date})}catch(t){console.warn("accessKey error: ",t)}return[2]})})},n.prototype.formatPhone=function(t){return!/\s+/.test(t)&&/^\+\d{1,3}\d+/.test(t)?t.replace(/^(\+\d{1,2})(\d+)$/,"$1 $2"):/^\+\d{1,3}\s+/.test(t)?t:"+86 ".concat(t)},n.prototype.notifyListeners=function(t,e,n){this.listeners.forEach(function(r){r.forEach(function(r){try{r(t,e,n)}catch(t){console.error("Error in auth state change callback:",t)}})})},n.prototype.setupListeners=function(){var t,e=this;null===(t=this.config.eventBus)||void 0===t||t.on(ve,function(t){return Fn(e,void 0,void 0,function(){var e,n,r,o,i,s,a;return Bn(this,function(u){switch(u.label){case 0:return e=null===(s=null==t?void 0:t.data)||void 0===s?void 0:s.event,n=null===(a=null==t?void 0:t.data)||void 0===a?void 0:a.info,e!==ce||n?[3,2]:[4,this.getUser(!0)];case 1:r=u.sent().data,(o=(void 0===r?{}:r).user)&&(n={user:o}),u.label=2;case 2:return[4,this.getSession()];case 3:return i=u.sent().data.session,this.notifyListeners(e,i,n),[2]}})})})},n.prototype.convertToUser=function(t){var e,n,r,o,i,s;if(!t)return null;var a=(null==t?void 0:t.email)||"",u=(null==t?void 0:t.phone_number)||"",c=(null==t?void 0:t.sub)||(null==t?void 0:t.uid)||"";return{id:c,aud:"authenticated",role:null===(n=null===(e=t.groups)||void 0===e?void 0:e.map)||void 0===n?void 0:n.call(e,function(t){return"string"==typeof t?t:t.id}),email:a||"",email_confirmed_at:(null==t||t.email_verified,t.created_at),phone:u,phone_confirmed_at:u?t.created_at:void 0,confirmed_at:t.created_at,last_sign_in_at:t.last_sign_in_at,app_metadata:{provider:(null===(r=t.loginType)||void 0===r?void 0:r.toLowerCase())||"cloudbase",providers:[(null===(o=t.loginType)||void 0===o?void 0:o.toLowerCase())||"cloudbase"]},user_metadata:{name:null==t?void 0:t.name,picture:null==t?void 0:t.picture,username:null==t?void 0:t.username,gender:null==t?void 0:t.gender,locale:null==t?void 0:t.locale,uid:t.uid,nickName:t.nickName||(null==t?void 0:t.name),avatarUrl:t.avatarUrl||t.picture,location:t.location,hasPassword:null!==(i=t.hasPassword)&&void 0!==i?i:"SET"===t.password,open_id:null==t?void 0:t.open_id},identities:(null===(s=null==t?void 0:t.providers)||void 0===s?void 0:s.map(function(e){return{id:e.id||"",identity_id:e.id||"",user_id:c,identity_data:{provider_id:e.id,provider_user_id:e.provider_user_id,name:e.name},provider:e.id||"cloudbase",created_at:t.created_at,updated_at:t.updated_at,last_sign_in_at:t.last_sign_in_at}}))||[],created_at:t.created_at,updated_at:t.updated_at,is_anonymous:"anonymous"===t.name}},n.prototype.validateParams=function(t,e){for(var n=0,r=Object.entries(e);n<r.length;n++){var o=r[n],i=o[0],s=o[1];if(s.required&&(void 0===(null==t?void 0:t[i])||null===(null==t?void 0:t[i])||""===(null==t?void 0:t[i])))throw new ln({message:s.message})}},n.prototype.validateAtLeastOne=function(t,e,n){if(!e.some(function(e){return e.some(function(e){return void 0!==(null==t?void 0:t[e])&&null!==(null==t?void 0:t[e])&&""!==(null==t?void 0:t[e])})}))throw new ln({message:n})},n.prototype.init=function(){var t;return Fn(this,void 0,Promise,function(){return Bn(this,function(e){switch(e.label){case 0:return e.trys.push([0,2,,3]),[4,this.oauthInstance.oauth2client.localCredentials.getCredentials()];case 1:return e.sent()&&!this.oauthInstance.oauth2client.initSessionEmitted&&(null===(t=this.config.eventBus)||void 0===t||t.fire(ve,{event:le})),[3,3];case 2:return e.sent(),[3,3];case 3:return[2,{error:null}]}})})},Mn([(0,wn.catchErrorsDecorator)({title:"绑定手机号失败",messages:["请确认以下各项:"," 1 - 调用 auth().bindPhoneNumber() 的语法或参数是否正确"," 2 - 当前环境是否开通了短信验证码登录","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(bn.COMMUNITY_SITE_URL)]}),Wn("design:type",Function),Wn("design:paramtypes",["function"==typeof(r=t.BindPhoneRequest)?r:Object]),Wn("design:returntype",Promise)],n.prototype,"bindPhoneNumber",null),Mn([(0,wn.catchErrorsDecorator)({title:"解除三方绑定失败",messages:["请确认以下各项:"," 1 - 调用 auth().unbindProvider() 的语法或参数是否正确"," 2 - 当前账户是否已经与此登录方式解绑","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(bn.COMMUNITY_SITE_URL)]}),Wn("design:type",Function),Wn("design:paramtypes",["function"==typeof(o=t.UnbindProviderRequest)?o:Object]),Wn("design:returntype","function"==typeof(i="undefined"!=typeof Promise&&Promise)?i:Object)],n.prototype,"unbindProvider",null),Mn([(0,wn.catchErrorsDecorator)({title:"绑定邮箱地址失败",messages:["请确认以下各项:"," 1 - 调用 auth().bindEmail() 的语法或参数是否正确"," 2 - 当前环境是否开通了邮箱密码登录","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(bn.COMMUNITY_SITE_URL)]}),Wn("design:type",Function),Wn("design:paramtypes",["function"==typeof(s=t.BindEmailRequest)?s:Object]),Wn("design:returntype",void 0)],n.prototype,"bindEmail",null),Mn([(0,wn.catchErrorsDecorator)({title:"验证码验证失败",messages:["请确认以下各项:"," 1 - 调用 auth().verify() 的语法或参数是否正确"," 2 - 当前环境是否开通了手机验证码/邮箱登录","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(bn.COMMUNITY_SITE_URL)]}),Wn("design:type",Function),Wn("design:paramtypes",["function"==typeof(a=t.VerifyRequest)?a:Object]),Wn("design:returntype","function"==typeof(u="undefined"!=typeof Promise&&Promise)?u:Object)],n.prototype,"verify",null),Mn([(0,wn.catchErrorsDecorator)({title:"获取验证码失败",messages:["请确认以下各项:"," 1 - 调用 auth().getVerification() 的语法或参数是否正确"," 2 - 当前环境是否开通了手机验证码/邮箱登录","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(bn.COMMUNITY_SITE_URL)]}),Wn("design:type",Function),Wn("design:paramtypes",["function"==typeof(c=t.GetVerificationRequest)?c:Object,Object]),Wn("design:returntype","function"==typeof(l="undefined"!=typeof Promise&&Promise)?l:Object)],n.prototype,"getVerification",null),Mn([(0,wn.catchErrorsDecorator)({title:"获取用户信息失败",messages:["请确认以下各项:"," 1 - 调用 auth().getCurrentUser() 的语法或参数是否正确","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(bn.COMMUNITY_SITE_URL)]}),Wn("design:type",Function),Wn("design:paramtypes",[Object]),Wn("design:returntype","function"==typeof(h="undefined"!=typeof Promise&&Promise)?h:Object)],n.prototype,"getCurrentUser",null),Mn([(0,wn.catchErrorsDecorator)({title:"小程序匿名登录失败",messages:["请确认以下各项:"," 1 - 当前环境是否开启了匿名登录"," 2 - 调用 auth().signInAnonymouslyInWx() 的语法或参数是否正确","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(bn.COMMUNITY_SITE_URL)]}),Wn("design:type",Function),Wn("design:paramtypes",[Object]),Wn("design:returntype","function"==typeof(d="undefined"!=typeof Promise&&Promise)?d:Object)],n.prototype,"signInAnonymouslyInWx",null),Mn([(0,wn.catchErrorsDecorator)({title:"小程序绑定OpenID失败",messages:["请确认以下各项:"," 1 - 当前环境是否开启了小程序openId静默登录"," 2 - 调用 auth().bindOpenId() 的语法或参数是否正确","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(bn.COMMUNITY_SITE_URL)]}),Wn("design:type",Function),Wn("design:paramtypes",[]),Wn("design:returntype","function"==typeof(f="undefined"!=typeof Promise&&Promise)?f:Object)],n.prototype,"bindOpenId",null),Mn([(0,wn.catchErrorsDecorator)({title:"小程序unionId静默登录失败",messages:["请确认以下各项:"," 1 - 当前环境是否开启了小程序unionId静默登录"," 2 - 调用 auth().signInWithUnionId() 的语法或参数是否正确","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(bn.COMMUNITY_SITE_URL)]}),Wn("design:type",Function),Wn("design:paramtypes",[]),Wn("design:returntype","function"==typeof(p="undefined"!=typeof Promise&&Promise)?p:Object)],n.prototype,"signInWithUnionId",null),Mn([(0,wn.catchErrorsDecorator)({title:"短信验证码登陆",messages:["请确认以下各项:"," 1 - 当前环境是否开启了小程序短信验证码登陆"," 2 - 调用 auth().signInWithSms() 的语法或参数是否正确","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(bn.COMMUNITY_SITE_URL)]}),Wn("design:type",Function),Wn("design:paramtypes",[Object]),Wn("design:returntype","function"==typeof(v="undefined"!=typeof Promise&&Promise)?v:Object)],n.prototype,"signInWithSms",null),Mn([(0,wn.catchErrorsDecorator)({title:"邮箱验证码登陆",messages:["请确认以下各项:"," 1 - 当前环境是否开启了邮箱登陆"," 2 - 调用 auth().signInWithEmail() 的语法或参数是否正确","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(bn.COMMUNITY_SITE_URL)]}),Wn("design:type",Function),Wn("design:paramtypes",[Object]),Wn("design:returntype","function"==typeof(y="undefined"!=typeof Promise&&Promise)?y:Object)],n.prototype,"signInWithEmail",null),Mn([(0,wn.catchErrorsDecorator)({title:"获取用户是否被占用失败",messages:["请确认以下各项:"," 1 - 调用 auth().isUsernameRegistered() 的语法或参数是否正确","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(bn.COMMUNITY_SITE_URL)]}),Wn("design:type",Function),Wn("design:paramtypes",[String]),Wn("design:returntype","function"==typeof(m="undefined"!=typeof Promise&&Promise)?m:Object)],n.prototype,"isUsernameRegistered",null),Mn([(0,wn.catchErrorsDecorator)({title:"获取本地登录态失败",messages:["请确认以下各项:"," 1 - 调用 auth().getLoginState() 的语法或参数是否正确","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(bn.COMMUNITY_SITE_URL)]}),Wn("design:type",Function),Wn("design:paramtypes",[]),Wn("design:returntype","function"==typeof(g="undefined"!=typeof Promise&&Promise)?g:Object)],n.prototype,"getLoginState",null),Mn([(0,wn.catchErrorsDecorator)({title:"获取用户信息失败",messages:["请确认以下各项:"," 1 - 是否已登录"," 2 - 调用 auth().getUserInfo() 的语法或参数是否正确","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(bn.COMMUNITY_SITE_URL)]}),Wn("design:type",Function),Wn("design:paramtypes",[]),Wn("design:returntype","function"==typeof(b="undefined"!=typeof Promise&&Promise)?b:Object)],n.prototype,"getUserInfo",null),Mn([(0,wn.catchErrorsDecorator)({title:"获取微搭插件用户信息失败",messages:["请确认以下各项:"," 1 - 是否已登录"," 2 - 调用 auth().getWedaUserInfo() 的语法或参数是否正确","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(bn.COMMUNITY_SITE_URL)]}),Wn("design:type",Function),Wn("design:paramtypes",[]),Wn("design:returntype","function"==typeof(w="undefined"!=typeof Promise&&Promise)?w:Object)],n.prototype,"getWedaUserInfo",null),Mn([(0,wn.catchErrorsDecorator)({title:"绑定第三方登录方式失败",messages:["请确认以下各项:"," 1 - 调用 auth().bindWithProvider() 的语法或参数是否正确"," 2 - 此账户是否已经绑定此第三方","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(bn.COMMUNITY_SITE_URL)]}),Wn("design:type",Function),Wn("design:paramtypes",["function"==typeof(_=t.BindWithProviderRequest)?_:Object]),Wn("design:returntype","function"==typeof(I="undefined"!=typeof Promise&&Promise)?I:Object)],n.prototype,"bindWithProvider",null),Mn([(0,wn.catchErrorsDecorator)({title:"获取身份源类型",messages:["请确认以下各项:"," 1 - 调用 auth().getProviderSubType() 的语法或参数是否正确","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(bn.COMMUNITY_SITE_URL)]}),Wn("design:type",Function),Wn("design:paramtypes",[]),Wn("design:returntype","function"==typeof(S="undefined"!=typeof Promise&&Promise)?S:Object)],n.prototype,"getProviderSubType",null),n}(kn),zn="auth";function Yn(t,e){for(var n=[],r=0;r<=t.length;r++)n[r]=[r];for(var o=0;o<=e.length;o++)n[0][o]=o;for(r=1;r<=t.length;r++)for(o=1;o<=e.length;o++){var i=t[r-1].toLowerCase()===e[o-1].toLowerCase()?0:1;n[r][o]=Math.min(n[r-1][o]+1,n[r][o-1]+1,n[r-1][o-1]+i)}return n[t.length][e.length]}var Qn={name:"auth",namespace:zn,entity:function(t){var e=function(t){var e,n=this;if(this.authInstance&&!t)return this.authInstance;t=t||{region:"",persistence:"local",apiPath:oe};var r=this.platform.adapter,o=t.persistence||r.primaryStorage;o&&o!==this.config.persistence&&this.updateConfig({persistence:o});var i=function(t,e){var n,r,o,i,s=this,a=t.region,u=void 0===a?"ap-shanghai":a,c=t.i18n,l=t.accessKey,h=t.useWxCloud,d=(null==e?void 0:e.platform)||In.useDefaultAdapter.bind(e)(),f=d.runtime,p=d.adapter,v=e||{},y=v.env,m=v.clientId,g=v.debug,b=v.cache,w=v.app,_=v.getApiOrigin,I=(e||{}).apiOrigin;I||(I="https://".concat(y,".").concat(u,".tcb-api.tencentcloudapi.com"));var E={env:y,clientId:m,i18n:c,accessKey:l,useWxCloud:h,eventBus:new Ve.CloudbaseEventEmitter},S=new gn(Rn(qn(qn({},E),{apiOrigin:I,getApiOrigin:_,apiPath:(null==t?void 0:t.apiPath)||oe,storage:null==t?void 0:t.storage,baseRequest:null==t?void 0:t.baseRequest,request:null==t?void 0:t.request,anonymousSignInFunc:null==t?void 0:t.anonymousSignInFunc,captchaOptions:null==t?void 0:t.captchaOptions,wxCloud:null==t?void 0:t.wxCloud,adapter:p,onCredentialsError:Gn(E.eventBus),headers:qn({"X-SDK-Version":"@cloudbase/js-sdk/".concat(t.sdkVersion)},t.headers||{}),detectSessionInUrl:t.detectSessionInUrl,debug:g,auth:null===(r=null===(n=e.app)||void 0===n?void 0:n.config)||void 0===r?void 0:r.auth}))),O=new Jn(qn(qn({},E),{region:u,persistence:t.persistence,debug:g,cache:b||new _n.CloudbaseCache({persistence:t.persistence,keys:{userInfoKey:"user_info_".concat(y)},platformInfo:d}),runtime:f||"web",_fromApp:w,oauthInstance:S,auth:null===(i=null===(o=e.app)||void 0===o?void 0:o.config)||void 0===i?void 0:i.auth}));return S.initializeSession(function(t,e){return Fn(s,void 0,void 0,function(){return Bn(this,function(n){return t?(t.type===ye?e?E.eventBus.fire(ve,{event:ce,info:qn(qn({},t),{error:e})}):t.user&&O.createLoginState({},{userInfo:t.user}):t.type===me&&E.eventBus.fire(ve,{event:fe,info:qn(qn({},t),{error:e})}),[2]):[2]})})}),{authInstance:O,oauthInstance:S}}(qn(qn({wxCloud:this.config.wxCloud,storage:this.config.storage},t),{persistence:this.config.persistence,i18n:this.config.i18n,accessKey:this.config.accessKey,useWxCloud:this.config.useWxCloud,sdkVersion:this.version,detectSessionInUrl:null===(e=this.config.auth)||void 0===e?void 0:e.detectSessionInUrl}),{env:this.config.env,clientId:this.config.clientId,getApiOrigin:function(){return n.request.getBaseEndPoint(n.config.endPointMode||"CLOUD_API")},platform:this.platform,cache:this.cache,app:this,debug:this.config.debug}),s=i.authInstance,a=i.oauthInstance;return this.oauthInstance=a,this.authInstance=s,this.authInstance},n=e.call(this,t);Object.assign(e,n),Object.setPrototypeOf(e,Object.getPrototypeOf(n));var r="undefined"!=typeof Proxy?new Proxy(e,{get:function(t,e,n){var r=Reflect.get(t,e,n);if(void 0!==r||"string"!=typeof e)return r;var o=function(t,e){for(var n=null,r=1/0,o=0,i=e;o<i.length;o++){var s=i[o];if(!s.startsWith("_")&&"constructor"!==s){var a=Yn(t,s);a<r&&(r=a,n=s)}}return n}(e,Object.getOwnPropertyNames(Object.getPrototypeOf(t)).concat(Object.keys(t)).filter(function(e){return"function"==typeof t[e]}));return o&&console.warn("[CloudBase Auth] auth.".concat(e," is not a function. Did you mean: auth.").concat(o,"() ?")),r}}):e;return this[zn]=r,r}};try{cloudbase.registerComponent(Qn)}catch(t){}var $n=l(3388),Xn=function(){return Xn=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},Xn.apply(this,arguments)},Zn=function(t,e,n,r){return new(n||(n=Promise))(function(o,i){function s(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(s,a)}u((r=r.apply(t,e||[])).next())})},tr=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}},er=y,nr="cloudrun",rr=function(){function t(){}return t.prototype.callContainer=function(t,e){return Zn(this,void 0,void 0,function(){var n,r,o;return tr(this,function(i){switch(i.label){case 0:if(n=t.name,r=t.data,!n)throw new Error(JSON.stringify({code:er.INVALID_PARAMS,msg:"[".concat(nr,".callContainer] invalid name")}));try{o=r?JSON.stringify(r):""}catch(t){throw new Error(JSON.stringify({code:er.INVALID_PARAMS,msg:"[".concat(nr,".callContainer] invalid data")}))}return[4,or.call(this,Xn(Xn({},t),{data:o}),e)];case 1:return[2,i.sent()]}})})},t}();function or(t,e){var n;return Zn(this,void 0,void 0,function(){var r,o,i,s,a,u,c,l,h,d,f,p,v,y,m;return tr(this,function(g){switch(g.label){case 0:if(r=t.name,o=t.data,i=t.path,s=void 0===i?"":i,a=t.method,u=t.header,c=void 0===u?{}:u,l=this.getEndPointWithKey("GATEWAY"),h=l.BASE_URL,d=l.PROTOCOL,f="".concat(d).concat(h,"/cloudrun/").concat(r),p=s.startsWith("/")?s:"/".concat(s),v=["GET","HEAD"].includes(null===(n=null==a?void 0:a.toUpperCase)||void 0===n?void 0:n.call(a)))try{y={};try{y=JSON.parse(o)}catch(t){y=o||{}}p="".concat(p).concat(p.includes("?")?"&":"?").concat(Object.keys(y).map(function(t){return"".concat(t,"=").concat(y[t])}).join("&"))}catch(t){}return[4,this.request.fetch(Xn(Xn({method:a||"POST",headers:Object.assign({},{"Content-Type":"application/json; charset=utf-8"},c)},v?{}:{body:o}),{url:"".concat(f).concat(p),customReqOpts:e}))];case 1:return m=g.sent(),"node-sdk"===(null==e?void 0:e.from)?[2,m]:[4,m.data];case 2:return[2,g.sent()]}})})}var ir=new rr,sr={name:nr,entity:{callContainer:ir.callContainer}};try{cloudbase.registerComponent(sr)}catch(t){}function ar(t){try{t.registerComponent(sr)}catch(t){console.warn(t)}}try{window.registerCloudrun=ar}catch(t){}var ur=function(){return ur=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},ur.apply(this,arguments)},cr=function(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)},lr=f,hr=y,dr=v,fr=S,pr=K,vr="functions",yr=function(){function t(){}var e,n,r;return t.prototype.callFunction=function(t,e,n){var r,o,i,s,a,u,c;return s=this,a=void 0,c=function(){var s,a,u,c,l,h,d,f,p,v,y,m,g,b,w,I,E,S,O,T,P,A,R;return function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}}(this,function(C){switch(C.label){case 0:if(s=t.name,a=t.data,u=t.query,c=t.parse,l=t.search,h=t.type,d=t.path,f=void 0===d?"":d,p=t.method,v=t.header,y=void 0===v?{}:v,!s)throw new Error(JSON.stringify({code:hr.INVALID_PARAMS,msg:"[".concat(vr,".callFunction] invalid function name")}));try{m=a?JSON.stringify(a):""}catch(t){throw new Error(JSON.stringify({code:hr.INVALID_PARAMS,msg:"[".concat(vr,".callFunction] invalid data")}))}return"cloudrun"!==h?[3,2]:(g=_(),[4,or.call(this,{name:s,data:m,path:f,method:p,header:ur(ur({},y),{"X-Request-Id":g})})]);case 1:return[2,{result:A=C.sent(),requestId:g}];case 2:w=(b=this).request,I=b.config,E="functions.invokeFunction",S={inQuery:u,parse:c,search:l,function_name:s,request_data:m},O={},T=!("GATEWAY"!==I.endPointMode||(N=s,"lcap-common-service"===N||"lcap-datasource-test"===N||N.startsWith("lcap-data")||N.startsWith("lowcode-datasource")||"cloudbase_module"===N)||function(t){return"lowcode-wx-datasource"===t}(s)),C.label=3;case 3:return C.trys.push([3,8,,9]),T?[4,w.gateWay(ur(ur({},t),{path:"functions"}),n)]:[3,5];case 4:return P=C.sent(),O=ur({requestId:P.requestId},(null===(r=P.data)||void 0===r?void 0:r.code)?P.data:{data:{response_data:P.data}}),[3,7];case 5:return[4,w.send(E,S,{endPointMode:"CLOUD_API",defaultQuery:(null===(o=null==a?void 0:a.params)||void 0===o?void 0:o.action)?{action:null===(i=null==a?void 0:a.params)||void 0===i?void 0:i.action}:{}},n)];case 6:O=C.sent(),C.label=7;case 7:if(O.code)return[2,fr(e,null,O)];if(A=O.data.response_data,c||T)return[2,fr(e,null,{result:A,requestId:O.requestId})];try{return A=JSON.parse(O.data.response_data),[2,fr(e,null,{result:A,requestId:O.requestId})]}catch(t){fr(e,new Error("[".concat(lr(),"][").concat(hr.INVALID_PARAMS,"][").concat(vr,".callFunction] response data must be json")))}return[3,9];case 8:return R=C.sent(),fr(e,R),[3,9];case 9:return[2]}var N})},new((u=void 0)||(u=Promise))(function(t,e){function n(t){try{o(c.next(t))}catch(t){e(t)}}function r(t){try{o(c.throw(t))}catch(t){e(t)}}function o(e){var o;e.done?t(e.value):(o=e.value,o instanceof u?o:new u(function(t){t(o)})).then(n,r)}o((c=c.apply(s,a||[])).next())})},function(t,e,n,r){var o,i=arguments.length,s=i<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,n,r);else for(var a=t.length-1;a>=0;a--)(o=t[a])&&(s=(i<3?o(s):i>3?o(e,n,s):o(e,n))||s);i>3&&s&&Object.defineProperty(e,n,s)}([pr({customInfo:{className:"Cloudbase",methodName:"callFunction"},title:"函数调用失败",messages:["请确认以下各项:"," 1 - 调用 callFunction() 的语法或参数是否正确"," 2 - 当前环境下是否存在此函数"," 3 - 函数安全规则是否限制了当前登录状态访问","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(dr)]}),cr("design:type",Function),cr("design:paramtypes",["function"==typeof(e=void 0!==$n.ICallFunctionOptions&&$n.ICallFunctionOptions)?e:Object,"function"==typeof(n="undefined"!=typeof Function&&Function)?n:Object,"function"==typeof(r=void 0!==$n.ICustomReqOpts&&$n.ICustomReqOpts)?r:Object]),cr("design:returntype",Promise)],t.prototype,"callFunction",null),t}(),mr=new yr,gr={name:vr,entity:{callFunction:mr.callFunction}};try{cloudbase.registerComponent(gr)}catch(t){}var br=function(){var t=function(e,n){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},t(e,n)};return function(e,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),wr=function(t){function e(e){var n=t.call(this,e)||this;return n.__isStorageError=!0,n.name="StorageError",n}return br(e,t),e}(Error);function _r(t){return"object"==typeof t&&null!==t&&"__isStorageError"in t}var Ir,Er=function(t){function e(e,n,r){var o=t.call(this,e)||this;return o.name="StorageApiError",o.status=n,o.statusCode=r,o}return br(e,t),e.prototype.toJSON=function(){return{name:this.name,message:this.message,status:this.status,statusCode:this.statusCode}},e}(wr);function Sr(){return globalThis.Buffer}function Or(t){var e=Sr();return e?e.from(t).toString("base64"):btoa(t)}function Tr(t){return t.split("/").map(function(t){return encodeURIComponent(t)}).join("/")}br(function(t,e){var n=Ir.call(this,t)||this;return n.name="StorageUnknownError",n.originalError=e,n},Ir=wr);var Pr=function(){return Pr=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},Pr.apply(this,arguments)},Ar=function(t,e,n,r){return new(n||(n=Promise))(function(o,i){function s(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(s,a)}u((r=r.apply(t,e||[])).next())})},Rr=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}},Cr="/v1/storages";function Nr(t,e){return Ar(this,void 0,Promise,function(){var n;return Rr(this,function(r){switch(r.label){case 0:return r.trys.push([0,2,,3]),[4,t()];case 1:return[2,{data:r.sent(),error:null}];case 2:if(n=r.sent(),e)throw n;return _r(n)?[2,{data:null,error:n}]:[2,{data:null,error:new wr((null==n?void 0:n.message)||String(n))}];case 3:return[2]}})})}var xr=function(){function t(t){this.ctx=t}return Object.defineProperty(t.prototype,"request",{get:function(){return this.ctx.request},enumerable:!1,configurable:!0}),t.prototype.gatewayOrigin=function(){return this.request.getBaseEndPoint("GATEWAY")},t.prototype.buildUrl=function(t,e){var n="".concat(this.gatewayOrigin()).concat(Cr).concat(t),r=function(t){if(!t)return"";var e=[];return Object.keys(t).forEach(function(n){var r=t[n];null!=r&&e.push("".concat(encodeURIComponent(n),"=").concat(encodeURIComponent(String(r))))}),e.join("&")}(e);return r&&(n+=(n.includes("?")?"&":"?")+r),n},t.prototype.toFullUrl=function(t){return t?/^https?:\/\//.test(t)||t.startsWith("//")?t:"".concat(this.gatewayOrigin()).concat(Cr).concat(t.startsWith("/")?"":"/").concat(t):t},t.prototype.send=function(t){return Ar(this,void 0,Promise,function(){var e,n,r,o,i,s;return Rr(this,function(a){switch(a.label){case 0:return e=this.buildUrl(t.path,t.query),n=t.method.toUpperCase(),r=["GET","HEAD"].includes(n),o=Pr({},t.headers||{}),r||(void 0!==t.rawBody?i=t.rawBody:void 0!==t.json&&(o["Content-Type"]=o["Content-Type"]||"application/json",i=JSON.stringify(t.json))),[4,this.request.fetch(Pr(Pr(Pr(Pr({url:e,method:n,headers:o},void 0!==i?{body:i}:{}),{withCredentials:!1!==t.withCredentials,shouldThrowOnError:!1}),t.signal?{signal:t.signal}:{}),t.cache?{cache:t.cache}:{}))];case 1:return s=a.sent(),[2,this.unwrap(s,e)]}})})},t.prototype.download=function(t){var e,n;return Ar(this,void 0,Promise,function(){var r,o,i,s;return Rr(this,function(a){switch(a.label){case 0:return r=this.buildUrl(t.path,t.query),[4,this.request.fetch(Pr(Pr({url:r,method:"GET",headers:Pr({},t.headers||{}),stream:!0,withCredentials:!1!==t.withCredentials,shouldThrowOnError:!1},t.signal?{signal:t.signal}:{}),t.cache?{cache:t.cache}:{}))];case 1:if(o=a.sent(),null===(e=t.signal)||void 0===e?void 0:e.aborted)throw new Er("The download was aborted",0,"STORAGE_PG_ABORTED");if(304===(i=Number(null!==(n=null==o?void 0:o.statusCode)&&void 0!==n?n:200)))throw new Er("Not Modified",i,"STORAGE_PG_NOT_MODIFIED");if(i>=400)throw new Er("Download failed with status ".concat(i),i,"STORAGE_PG_REQUEST_FAIL");if(!(s=null==o?void 0:o.response))throw new Er("Underlying adapter did not expose the raw Response",i,"STORAGE_PG_NO_RESPONSE");return[2,{response:s,status:i,header:null==o?void 0:o.header}]}})})},t.prototype.unwrap=function(t,e){var n,r;return Ar(this,void 0,Promise,function(){var o,i,s,a;return Rr(this,function(u){switch(u.label){case 0:o=Number(null!==(r=null!==(n=null==t?void 0:t.statusCode)&&void 0!==n?n:null==t?void 0:t.status)&&void 0!==r?r:200),i=null==t?void 0:t.data,u.label=1;case 1:return u.trys.push([1,3,,4]),[4,i];case 2:return i=u.sent(),[3,4];case 3:return u.sent(),i=void 0,[3,4];case 4:if(o>=200&&o<300)return[2,i];throw s=(null==i?void 0:i.code)||(null==i?void 0:i.error)||"STORAGE_PG_REQUEST_FAIL",a=(null==i?void 0:i.message)||"Storage request failed with status ".concat(o,": ").concat(e),new Er(a,o,s)}})})},t}(),Ur=function(){return Ur=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},Ur.apply(this,arguments)},Lr=function(t,e,n,r){return new(n||(n=Promise))(function(o,i){function s(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(s,a)}u((r=r.apply(t,e||[])).next())})},Dr=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}};function kr(t){return _r(t)?t:new wr((null==t?void 0:t.message)||String(t))}function jr(t){var e={};return void 0!==(null==t?void 0:t.download)&&(e.download=!0===t.download?"":t.download),void 0!==(null==t?void 0:t.cacheNonce)&&(e.cacheNonce=String(t.cacheNonce)),{headers:{},query:e}}var qr=function(){function t(t){this.ctx=t}return t.prototype.then=function(t,e){return this.execute().then(t,e)},t.prototype.execute=function(){var t,e;return Lr(this,void 0,Promise,function(){var n,r,o,i,s;return Dr(this,function(a){switch(a.label){case 0:return a.trys.push([0,2,,3]),n=jr(this.ctx.options),r=n.headers,o=n.query,[4,this.ctx.http.download({path:"/object/".concat(this.ctx.bucketId,"/").concat(Tr(this.ctx.cleanName)),headers:Ur(Ur({},this.ctx.headers),r),query:o,signal:null===(t=this.ctx.parameters)||void 0===t?void 0:t.signal,cache:null===(e=this.ctx.parameters)||void 0===e?void 0:e.cache})];case 1:if(!(i=a.sent().response).body)throw new Er("Response body is empty",i.status,"STORAGE_PG_EMPTY_BODY");return[2,{data:i.body,error:null}];case 2:if(s=a.sent(),this.ctx.shouldThrowOnError)throw s;return[2,{data:null,error:kr(s)}];case 3:return[2]}})})},t}(),Mr=function(){function t(t){this.ctx=t}return t.prototype.asStream=function(){return new qr(this.ctx)},t.prototype.then=function(t,e){return this.execute().then(t,e)},t.prototype.execute=function(){var t,e;return Lr(this,void 0,Promise,function(){var n,r,o,i,s,a;return Dr(this,function(u){switch(u.label){case 0:return u.trys.push([0,3,,4]),n=jr(this.ctx.options),r=n.headers,o=n.query,[4,this.ctx.http.download({path:"/object/".concat(this.ctx.bucketId,"/").concat(Tr(this.ctx.cleanName)),headers:Ur(Ur({},this.ctx.headers),r),query:o,signal:null===(t=this.ctx.parameters)||void 0===t?void 0:t.signal,cache:null===(e=this.ctx.parameters)||void 0===e?void 0:e.cache})];case 1:return i=u.sent().response,a={},[4,i.blob()];case 2:return[2,(a.data=u.sent(),a.error=null,a)];case 3:if(s=u.sent(),this.ctx.shouldThrowOnError)throw s;return[2,{data:null,error:kr(s)}];case 4:return[2]}})})},t}(),Wr=function(){return Wr=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},Wr.apply(this,arguments)},Fr=function(t,e,n,r){return new(n||(n=Promise))(function(o,i){function s(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(s,a)}u((r=r.apply(t,e||[])).next())})},Br=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}},Vr="3600",Gr=function(){function t(t,e,n){void 0===n&&(n=!1),this.headers={},this.http=t,this.bucketId=e,this.shouldThrowOnError=n}return t.prototype.throwOnError=function(){return this.shouldThrowOnError=!0,this},t.prototype.setHeader=function(t,e){var n;if("string"!=typeof t||""===t.trim())throw new wr("setHeader requires a non-empty header name");if(/[\r\n]/.test(t)||"string"==typeof e&&/[\r\n]/.test(e))throw new wr("setHeader does not allow CR/LF characters in header name or value");return this.headers=Wr(Wr({},this.headers),((n={})[t]=String(e),n)),this},t.prototype.upload=function(t,e,n){return Fr(this,void 0,Promise,function(){return Br(this,function(r){return[2,this.uploadOrUpdate("POST",t,e,n)]})})},t.prototype.update=function(t,e,n){return Fr(this,void 0,Promise,function(){return Br(this,function(r){return[2,this.uploadOrUpdate("PUT",t,e,n)]})})},t.prototype.download=function(t,e,n){return new Mr({http:this.http,bucketId:this.bucketId,cleanName:this.cleanPath(t),options:e,parameters:n,headers:this.headers,shouldThrowOnError:this.shouldThrowOnError})},t.prototype.list=function(t,e,n){return Fr(this,void 0,Promise,function(){var r=this;return Br(this,function(o){return[2,Nr(function(){return Fr(r,void 0,void 0,function(){var r;return Br(this,function(o){return r={prefix:t||""},void 0!==(null==e?void 0:e.limit)&&(r.limit=e.limit),void 0!==(null==e?void 0:e.cursor)&&(r.cursor=e.cursor),void 0!==(null==e?void 0:e.withDelimiter)&&(r.with_delimiter=e.withDelimiter),void 0!==(null==e?void 0:e.sortBy)&&(r.sortBy=e.sortBy),[2,this.send({method:"POST",path:"/object/list/".concat(this.bucketId),json:r,signal:null==n?void 0:n.signal,cache:null==n?void 0:n.cache})]})})},this.shouldThrowOnError)]})})},t.prototype.remove=function(t){return Fr(this,void 0,Promise,function(){var e=this;return Br(this,function(n){return[2,Nr(function(){return Fr(e,void 0,void 0,function(){var e,n,r,o,i,s=this;return Br(this,function(a){switch(a.label){case 0:e=t.map(function(t){return s.cleanPath(t)}),n=[],r=0,a.label=1;case 1:return r<e.length?(o=e.slice(r,r+100),[4,this.send({method:"DELETE",path:"/object/".concat(this.bucketId),json:{prefixes:o}})]):[3,4];case 2:i=a.sent(),Array.isArray(i)&&n.push.apply(n,i),a.label=3;case 3:return r+=100,[3,1];case 4:return[2,n]}})})},this.shouldThrowOnError)]})})},t.prototype.copy=function(t,e,n){return Fr(this,void 0,Promise,function(){var r=this;return Br(this,function(o){return[2,Nr(function(){return Fr(r,void 0,void 0,function(){var r;return Br(this,function(o){switch(o.label){case 0:return r=this.buildCopyMoveHeaders(n),[4,this.send({method:"POST",path:"/object/copy",json:{bucketId:this.bucketId,sourceKey:this.cleanPath(t),destinationKey:this.cleanPath(e),destinationBucket:null==n?void 0:n.destinationBucket,copyMetadata:null==n?void 0:n.copyMetadata,metadata:null==n?void 0:n.metadata},headers:r})];case 1:return[2,{path:o.sent().Key}]}})})},this.shouldThrowOnError)]})})},t.prototype.move=function(t,e,n){return Fr(this,void 0,Promise,function(){var r=this;return Br(this,function(o){return[2,Nr(function(){return Fr(r,void 0,void 0,function(){return Br(this,function(r){switch(r.label){case 0:return[4,this.send({method:"POST",path:"/object/move",json:{bucketId:this.bucketId,sourceKey:this.cleanPath(t),destinationKey:this.cleanPath(e),destinationBucket:null==n?void 0:n.destinationBucket}})];case 1:return[2,{message:r.sent().message||"Successfully moved"}]}})})},this.shouldThrowOnError)]})})},t.prototype.info=function(t){return Fr(this,void 0,Promise,function(){var e=this;return Br(this,function(n){return[2,Nr(function(){return Fr(e,void 0,void 0,function(){var e,n;return Br(this,function(r){switch(r.label){case 0:return e=this.cleanPath(t),[4,this.send({method:"GET",path:"/object/info/".concat(this.bucketId,"/").concat(this.encodePath(e))})];case 1:return[2,{id:(n=r.sent()).id,name:n.name,version:n.version,bucketId:n.bucket_id,size:n.size,contentType:n.content_type,cacheControl:n.cache_control,etag:n.etag,metadata:n.metadata,lastModified:n.last_modified,createdAt:n.created_at}]}})})},this.shouldThrowOnError)]})})},t.prototype.exists=function(t){return Fr(this,void 0,Promise,function(){var e,n,r;return Br(this,function(o){switch(o.label){case 0:return o.trys.push([0,2,,3]),e=this.cleanPath(t),[4,this.send({method:"GET",path:"/object/info/".concat(this.bucketId,"/").concat(this.encodePath(e))})];case 1:return o.sent(),[2,{data:!0,error:null}];case 2:if(n=o.sent(),void 0!==(r=null==n?void 0:n.status)&&[400,404].includes(Number(r)))return[2,{data:!1,error:null}];if(this.shouldThrowOnError)throw n;return[2,{data:null,error:n instanceof wr?n:new wr((null==n?void 0:n.message)||String(n))}];case 3:return[2]}})})},t.prototype.createSignedUrl=function(t,e,n){return Fr(this,void 0,Promise,function(){var r=this;return Br(this,function(o){return[2,Nr(function(){return Fr(r,void 0,void 0,function(){var r,o,i;return Br(this,function(s){switch(s.label){case 0:return r=this.cleanPath(t),[4,this.send({method:"POST",path:"/object/sign/".concat(this.bucketId,"/").concat(this.encodePath(r)),json:{expiresIn:e}})];case 1:return o=s.sent(),i=o.fullSignedURL||this.http.toFullUrl(o.signedURL||""),[2,{fullSignedURL:this.appendUrlOptions(i,n)}]}})})},this.shouldThrowOnError)]})})},t.prototype.createSignedUrls=function(t,e,n){return Fr(this,void 0,Promise,function(){var r=this;return Br(this,function(o){return[2,Nr(function(){return Fr(r,void 0,void 0,function(){var r,o,i,s,a=this;return Br(this,function(u){switch(u.label){case 0:r=t.map(function(t){return a.cleanPath(t)}),o=[],i=0,u.label=1;case 1:return i<r.length?(s=r.slice(i,i+500),[4,this.send({method:"POST",path:"/object/sign/".concat(this.bucketId),json:{expiresIn:e,paths:s}})]):[3,4];case 2:u.sent().forEach(function(t){var e,r=t.fullSignedURL||(t.signedURL?a.http.toFullUrl(t.signedURL):null);o.push({path:t.path,fullSignedURL:r?a.appendUrlOptions(r,n):null,error:null!==(e=t.error)&&void 0!==e?e:null})}),u.label=3;case 3:return i+=500,[3,1];case 4:return[2,o]}})})},this.shouldThrowOnError)]})})},t.prototype.createSignedUploadUrl=function(t,e){return Fr(this,void 0,Promise,function(){var n=this;return Br(this,function(r){return[2,Nr(function(){return Fr(n,void 0,void 0,function(){var n,r,o;return Br(this,function(i){switch(i.label){case 0:return n=this.cleanPath(t),r={},(null==e?void 0:e.upsert)&&(r["x-upsert"]="true"),[4,this.send({method:"POST",path:"/object/upload/sign/".concat(this.bucketId,"/").concat(this.encodePath(n)),headers:r})];case 1:return[2,{fullSignedURL:(o=i.sent()).fullURL||this.http.toFullUrl(o.url||""),path:n,token:o.token}]}})})},this.shouldThrowOnError)]})})},t.prototype.uploadToSignedUrl=function(t,e,n,r){return Fr(this,void 0,Promise,function(){var o=this;return Br(this,function(i){return[2,Nr(function(){return Fr(o,void 0,void 0,function(){var o,i,s,a,u;return Br(this,function(c){switch(c.label){case 0:return o=this.cleanPath(t),i=this.buildUploadBody(n,r),s=i.body,a=i.headers,[4,this.send({method:"PUT",path:"/object/upload/sign/".concat(this.bucketId,"/").concat(this.encodePath(o)),query:{token:e},rawBody:s,headers:a,withCredentials:!1})];case 1:return u=c.sent(),[2,{path:o,fullPath:u.Key}]}})})},this.shouldThrowOnError)]})})},t.prototype.getPublicUrl=function(t,e){var n=this.cleanPath(t),r=this.http.buildUrl("/object/public/".concat(this.bucketId,"/").concat(this.encodePath(n)));return{data:{publicUrl:this.appendUrlOptions(r,e)}}},t.prototype.send=function(t){return this.http.send(Wr(Wr({},t),{headers:Wr(Wr({},this.headers),t.headers||{})}))},t.prototype.uploadOrUpdate=function(t,e,n,r){return Fr(this,void 0,Promise,function(){var o=this;return Br(this,function(i){return[2,Nr(function(){return Fr(o,void 0,void 0,function(){var o,i,s,a,u;return Br(this,function(c){switch(c.label){case 0:return o=this.cleanPath(e),i=this.buildUploadBody(n,r),s=i.body,a=i.headers,"POST"===t&&(a["x-upsert"]=String(Boolean(null==r?void 0:r.upsert))),[4,this.send({method:t,path:"/object/".concat(this.bucketId,"/").concat(this.encodePath(o)),rawBody:s,headers:a})];case 1:return[2,{id:(u=c.sent()).Id,path:o,fullPath:u.Key}]}})})},this.shouldThrowOnError)]})})},t.prototype.cleanPath=function(t){var e=t.replace(/^\/+|\/+$/g,"").replace(/\/+/g,"/");if(e.split("/").some(function(t){return".."===t}))throw new wr('invalid path: ".." segment is not allowed');return e},t.prototype.encodePath=function(t){return Tr(t)},t.prototype.buildUploadBody=function(t,e){var n,r,o,i,s,a=Wr({},(null==e?void 0:e.headers)||{}),u=t,c="undefined"!=typeof FormData&&t instanceof FormData;if("undefined"!=typeof Blob&&t instanceof Blob||c){var l=void 0,h={};if(c){var d=this.extractFromFormData(t);l=d.file,h=d.fields}else l=t;var f=null!==(r=null!==(n=null==e?void 0:e.cacheControl)&&void 0!==n?n:h.cacheControl)&&void 0!==r?r:Vr,p=null!==(o=null==e?void 0:e.contentType)&&void 0!==o?o:h.contentType,v=void 0!==(null==e?void 0:e.metadata)?JSON.stringify(e.metadata):h.metadata,y=new FormData;void 0!==f&&y.append("cacheControl",String(f)),void 0!==p&&y.append("contentType",p),void 0!==v&&y.append("metadata",v),y.append("",l),u=y}else u=t,f=null!==(i=null==e?void 0:e.cacheControl)&&void 0!==i?i:Vr,p=null!==(s=null==e?void 0:e.contentType)&&void 0!==s?s:"text/plain;charset=UTF-8",a["cache-control"]="max-age=".concat(f),p&&(a["content-type"]=p),(null==e?void 0:e.metadata)&&(a["x-metadata"]=this.toBase64(JSON.stringify(e.metadata)));return{body:u,headers:a}},t.prototype.extractFromFormData=function(t){var e,n={},r=0,o=[];if(t.forEach(function(t,i){if("undefined"!=typeof Blob&&t instanceof Blob)return e=t,void(r+=1);"cacheControl"!==i&&"contentType"!==i&&"metadata"!==i?o.push(i):n[i]=String(t)}),o.length>0&&console.warn("Ignored unsupported FormData field(s): [".concat(o.join(", "),"]. Only file, cacheControl, contentType and metadata are supported")),0===r||!e)throw new wr("FormData must contain a file");if(r>1)throw new wr("FormData must contain exactly one file");return{file:e,fields:n}},t.prototype.buildCopyMoveHeaders=function(t){var e={};return(null==t?void 0:t.upsert)&&(e["x-upsert"]="true"),!1===(null==t?void 0:t.copyMetadata)&&(null==t?void 0:t.metadata)&&(e["x-metadata"]=this.toBase64(JSON.stringify(t.metadata))),e},t.prototype.appendUrlOptions=function(t,e){var n=[];if(void 0!==(null==e?void 0:e.download)){var r=!0===e.download?"":String(e.download);n.push("download=".concat(encodeURIComponent(r)))}if(void 0!==(null==e?void 0:e.cacheNonce)&&n.push("cacheNonce=".concat(encodeURIComponent(String(e.cacheNonce)))),0===n.length)return t;var o=t.includes("?")?"&":"?";return"".concat(t).concat(o).concat(n.join("&"))},t.prototype.toBase64=function(t){return Or(t)},t}(),Hr=/[\x00-\x20\x7f/\\?#%]/;function Kr(t,e){if("string"!=typeof t||0===t.length)throw new wr("[storage.".concat(e,"] bucketId is required"));if(t.length>256)throw new wr("[storage.".concat(e,"] invalid bucketId: length must be 1-").concat(256));var n=Hr.exec(t);if(n){var r="[storage.".concat(e,'] invalid bucketId "').concat(t,'": ')+"contains forbidden character ".concat(JSON.stringify(n[0]),"; ")+'must not contain whitespace, control chars, "/", "\\", "?", "#" or "%"';throw new wr(r)}}var Jr,zr=function(t,e,n,r){return new(n||(n=Promise))(function(o,i){function s(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(s,a)}u((r=r.apply(t,e||[])).next())})},Yr=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}},Qr=function(){function t(t,e){void 0===e&&(e=!1),this.http=new xr(t),this.shouldThrowOnError=e}return t.prototype.throwOnError=function(){return this.shouldThrowOnError=!0,this},t.prototype.listBuckets=function(t){return zr(this,void 0,Promise,function(){var e=this;return Yr(this,function(n){return[2,Nr(function(){var n={};return void 0!==(null==t?void 0:t.limit)&&(n.limit=t.limit),void 0!==(null==t?void 0:t.offset)&&(n.offset=t.offset),(null==t?void 0:t.sortColumn)&&(n.sortColumn=t.sortColumn),(null==t?void 0:t.sortOrder)&&(n.sortOrder=t.sortOrder),(null==t?void 0:t.search)&&(n.search=t.search),e.http.send({method:"GET",path:"/bucket/",query:n})},this.shouldThrowOnError)]})})},t.prototype.getBucket=function(t){return zr(this,void 0,Promise,function(){var e=this;return Yr(this,function(n){return[2,Nr(function(){return Kr(t,"getBucket"),e.http.send({method:"GET",path:"/bucket/".concat(t)})},this.shouldThrowOnError)]})})},t.prototype.createBucket=function(t,e){return zr(this,void 0,Promise,function(){var n=this;return Yr(this,function(r){return[2,Nr(function(){var r;return Kr(t,"createBucket"),n.http.send({method:"POST",path:"/bucket/",json:{id:t,name:t,public:null!==(r=null==e?void 0:e.public)&&void 0!==r&&r,type:null==e?void 0:e.type,file_size_limit:null==e?void 0:e.fileSizeLimit,allowed_mime_types:null==e?void 0:e.allowedMimeTypes}})},this.shouldThrowOnError)]})})},t.prototype.updateBucket=function(t,e){return zr(this,void 0,Promise,function(){var n=this;return Yr(this,function(r){return[2,Nr(function(){return Kr(t,"updateBucket"),n.http.send({method:"PUT",path:"/bucket/".concat(t),json:{public:e.public,file_size_limit:e.fileSizeLimit,allowed_mime_types:e.allowedMimeTypes}})},this.shouldThrowOnError)]})})},t.prototype.deleteBucket=function(t){return zr(this,void 0,Promise,function(){var e=this;return Yr(this,function(n){return[2,Nr(function(){return Kr(t,"deleteBucket"),e.http.send({method:"DELETE",path:"/bucket/".concat(t)})},this.shouldThrowOnError)]})})},t}(),$r=function(){return $r=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},$r.apply(this,arguments)},Xr=function(t,e,n,r){var o,i=arguments.length,s=i<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,n,r);else for(var a=t.length-1;a>=0;a--)(o=t[a])&&(s=(i<3?o(s):i>3?o(e,n,s):o(e,n))||s);return i>3&&s&&Object.defineProperty(e,n,s),s},Zr=function(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)},to=function(t,e,n,r){return new(n||(n=Promise))(function(o,i){function s(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(s,a)}u((r=r.apply(t,e||[])).next())})},eo=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}};!function(t){t.put="put",t.post="post"}(Jr||(Jr={}));var no=f,ro=y,oo=v,io=g,so=b,ao=function(t){return"[object Object]"===Object.prototype.toString.call(t)},uo=S,co=K,lo="storage",ho=function(t,e,n){return to(void 0,void 0,void 0,function(){var r,o,i;return eo(this,function(s){switch(s.label){case 0:return[4,t.gateWay({path:"storages",name:"get-objects-upload-info",data:[$r({objectId:e.path},e.signedHeader?{signedHeader:e.signedHeader}:{})]},n)];case 1:return r=s.sent(),o=(null===(i=r.data)||void 0===i?void 0:i[0])||{},[2,$r($r({},r),{data:$r($r({},o.code?$r({},o):{}),{authorization:o.authorization,token:o.token,url:o.uploadUrl,fileId:o.cloudObjectId,cosFileId:o.cloudObjectMeta,download_url:o.downloadUrl})})]}})})},fo=function(t,e,n){return to(void 0,void 0,void 0,function(){var r,o;return eo(this,function(i){switch(i.label){case 0:return[4,t.gateWay({path:"storages",name:"get-objects-download-info",data:e.convertedFileList.map(function(t){return{cloudObjectId:t.fileid}})},n)];case 1:return r=i.sent(),[2,$r($r({},r),{data:{download_list:null===(o=r.data)||void 0===o?void 0:o.map(function(t){return{code:t.code||"SUCCESS",message:t.message,fileid:t.cloudObjectId,download_url:t.downloadUrl,fileID:t.cloudObjectId,tempFileURL:t.downloadUrl}})}})]}})})},po=function(t,e,n){return to(void 0,void 0,void 0,function(){var r,o;return eo(this,function(i){switch(i.label){case 0:return[4,t.gateWay({path:"storages",name:"delete-objects",data:e.fileList.map(function(t){return{cloudObjectId:t}})},n)];case 1:return r=i.sent(),[2,$r($r({},r),{data:{delete_list:null===(o=r.data)||void 0===o?void 0:o.map(function(t){return{code:t.code||"SUCCESS",fileID:t.cloudObjectId,message:t.message}})}})]}})})},vo=function(t,e,n){return to(void 0,void 0,void 0,function(){var r,o;return eo(this,function(i){switch(i.label){case 0:return[4,t.gateWay({path:"storages",name:"copy-objects",data:e.convertedFileList.map(function(t){return{srcPath:t.src_path,dstPath:t.dst_path,overwrite:t.overwrite,removeOriginal:t.remove_original}})},n)];case 1:return r=i.sent(),[2,$r($r({},r),{data:{copy_list:null===(o=r.data)||void 0===o?void 0:o.map(function(t){return{code:t.code||"SUCCESS",fileID:t.cloudObjectId,message:t.message}})}})]}})})},yo={txt:"text/plain",json:"application/json",html:"text/html",htm:"text/html",css:"text/css",js:"application/javascript",csv:"text/csv",xml:"application/xml",png:"image/png",jpg:"image/jpeg",jpeg:"image/jpeg",gif:"image/gif",webp:"image/webp",svg:"image/svg+xml",ico:"image/x-icon",pdf:"application/pdf",zip:"application/zip",gz:"application/gzip",mp4:"video/mp4",webm:"video/webm",mp3:"audio/mpeg",wav:"audio/wav"};function mo(t,e){if("undefined"!=typeof Blob&&t instanceof Blob&&t.type)return t.type;var n=/\.([a-zA-Z0-9]+)$/.exec(e||""),r=n?n[1].toLowerCase():"";return yo[r]||"application/octet-stream"}function go(t,e){var n=e.toLowerCase();return Object.keys(t).some(function(t){return t.toLowerCase()===n})}function bo(t){return Object.keys(t).reduce(function(e,n){var r;return $r($r({},e),((r={})[n]=[t[n]],r))},{})}var wo=function(){function t(t){this.context=t}var e,n,r,o,i,s,a,u,c,l,h,d,f,p,v,y;return Object.defineProperty(t.prototype,"config",{get:function(){var t;return null===(t=this.context)||void 0===t?void 0:t.config},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"request",{get:function(){var t;return null===(t=this.context)||void 0===t?void 0:t.request},enumerable:!1,configurable:!0}),t.prototype.isGateWay=function(){return"GATEWAY"===(this.config.endPointMode||"CLOUD_API")},t.prototype.uploadFile=function(t,e){return to(this,void 0,Promise,function(){var n,r,o,i,s,a,u,c,l,h,d,f,p,v,y,m,g,b,w,_,I,E,S,O,T,P,A,R,C,N,x;return eo(this,function(U){switch(U.label){case 0:if(n=t.cloudPath,r=t.filePath,o=t.onUploadProgress,C=t.method,i=void 0===C?"put":C,N=t.headers,s=void 0===N?{}:N,a=t.fileContent,!so(n)||!r&&!a)throw new Error(JSON.stringify({code:ro.INVALID_PARAMS,msg:"[".concat(lo,".uploadFile] invalid params")}));return u={put:Jr.put,post:Jr.post}[i.toLocaleLowerCase()]||Jr.put,c=this.isGateWay(),l=$r({},s),h=Object.keys(s).reduce(function(t,e){return"content-length"!==e.toLowerCase()&&(t[e]=s[e]),t},{}),u===Jr.put&&c&&(go(l,"content-length")||"number"==typeof(d=function(t,e){var n=null!=t?t:e;if(null!==n){if("undefined"!=typeof Blob&&n instanceof Blob)return n.size;if("undefined"!=typeof ArrayBuffer){if(n instanceof ArrayBuffer)return n.byteLength;if("function"==typeof ArrayBuffer.isView&&ArrayBuffer.isView(n))return n.byteLength}if("string"==typeof n){if("undefined"!=typeof Blob)return new Blob([n]).size;var r=function(t){var e;return null===(e=Sr())||void 0===e?void 0:e.byteLength(t)}(n);return"number"==typeof r?r:n.length}return"object"==typeof n&&"number"==typeof n.size?n.size:void 0}}(r,a))&&(l["content-length"]=String(d)),go(l,"content-type")||(l["content-type"]=mo(r,n)),go(h,"content-type")||(h["content-type"]=mo(r,n))),[4,this.getUploadMetadata({cloudPath:n,method:u,headers:u!==Jr.put||c?void 0:h,signedHeader:u===Jr.put&&c?bo(l):void 0,customReqOpts:t.customReqOpts})];case 1:return f=U.sent(),p=f.data,v=f.requestId,(null==(y=p)?void 0:y.code)||!(null==y?void 0:y.url)?(m=(null==y?void 0:y.code)||ro.OPERATION_FAIL,g=(null==y?void 0:y.message)||"get upload info failed",[2,uo(e,new Error("[".concat(no(),"][").concat(m,"][").concat(lo,"]:").concat(g)))]):(b=p.url,w=p.authorization,_=p.token,I=p.fileId,E=p.cosFileId,S=p.download_url,T=$r($r({},O={url:b,file:r,name:n,onUploadProgress:o,fileContent:a,fileId:I,requestId:v}),{method:Jr.put,headers:$r($r({},h),{authorization:w,"x-cos-meta-fileid":E,"x-cos-security-token":_})}),P=$r($r({},O),{method:Jr.post,data:{key:n,signature:w,"x-cos-meta-fileid":E,success_action_status:"201","x-cos-security-token":_}}),(x={})[Jr.put]={params:T,isSuccess:function(t){return t>=200&&t<300}},x[Jr.post]={params:P,isSuccess:function(t){return 201===t}},A=x,[4,this.request.upload(A[u].params)]);case 2:return R=U.sent(),A[u].isSuccess(R.statusCode)?[2,uo(e,null,{fileID:I,download_url:S,requestId:v})]:[2,uo(e,new Error("[".concat(no(),"][").concat(ro.OPERATION_FAIL,"][").concat(lo,"]:").concat(R.data)))]}})})},t.prototype.getUploadMetadata=function(t,e){return to(this,void 0,Promise,function(){var n,r,o,i,s,a,u,c,l,h;return eo(this,function(d){switch(d.label){case 0:if(n=t.cloudPath,r=t.method,o=t.headers,i=t.signedHeader,!so(n))throw new Error(JSON.stringify({code:ro.INVALID_PARAMS,msg:"[".concat(lo,".getUploadMetadata] invalid cloudPath")}));s=this.request,a="storage.getUploadMetadata",d.label=1;case 1:return d.trys.push([1,6,,7]),u=void 0,c={path:n},l=this.isGateWay(),r&&(c.method=r),r===Jr.put&&(l&&i?c.signedHeader=i:!l&&o&&(c.headers=o)),l?[4,ho(s,c,t.customReqOpts)]:[3,3];case 2:return u=d.sent(),[3,5];case 3:return[4,s.send(a,c,t.customReqOpts)];case 4:u=d.sent(),d.label=5;case 5:return[2,uo(e,null,u)];case 6:return h=d.sent(),[2,uo(e,h)];case 7:return[2]}})})},t.prototype.deleteFile=function(t,e){return to(this,void 0,Promise,function(){var n,r,o,i,s,a,u,c;return eo(this,function(l){switch(l.label){case 0:if(!(n=t.fileList)||!io(n)||0===n.length)throw new Error(JSON.stringify({code:ro.INVALID_PARAMS,msg:"[".concat(lo,".deleteFile] fileList must not be empty")}));for(r=0,o=n;r<o.length;r++)if(!(i=o[r])||!so(i))throw new Error(JSON.stringify({code:ro.INVALID_PARAMS,msg:"[".concat(lo,".deleteFile] fileID must be string")}));return s="storage.batchDeleteFile",a=this.request,u={},this.isGateWay()?[4,po(a,{fileList:n},t.customReqOpts)]:[3,2];case 1:return u=l.sent(),[3,4];case 2:return[4,a.send(s,{fileid_list:n},t.customReqOpts)];case 3:u=l.sent(),l.label=4;case 4:return u.code?[2,uo(e,null,u)]:(c={fileList:u.data.delete_list,requestId:u.requestId},[2,uo(e,null,c)])}})})},t.prototype.getTempFileURL=function(t,e){return to(this,void 0,Promise,function(){var n,r,o,i,s,a,u,c;return eo(this,function(l){switch(l.label){case 0:if(!(n=t.fileList)||!io(n)||0===n.length)throw new Error(JSON.stringify({code:ro.INVALID_PARAMS,msg:"[".concat(lo,".getTempFileURL] fileList must not be empty")}));for(r=[],o=0,i=n;o<i.length;o++)if(s=i[o],ao(s)){if(!Object.prototype.hasOwnProperty.call(s,"fileID"))throw new Error(JSON.stringify({code:ro.INVALID_PARAMS,msg:"[".concat(lo,".getTempFileURL] file info must include fileID")}));r.push({fileid:s.fileID,max_age:s.maxAge||7200})}else{if(!so(s))throw new Error(JSON.stringify({code:ro.INVALID_PARAMS,msg:"[".concat(lo,".getTempFileURL] invalid fileList")}));r.push({fileid:s})}return a="storage.batchGetDownloadUrl",u=this.request,c={},this.isGateWay()?[4,fo(u,{convertedFileList:r},t.customReqOpts)]:[3,2];case 1:return c=l.sent(),[3,4];case 2:return[4,u.send(a,{file_list:r},t.customReqOpts)];case 3:c=l.sent(),l.label=4;case 4:return c.code?[2,uo(e,null,c)]:[2,uo(e,null,{fileList:c.data.download_list,requestId:c.requestId})]}})})},t.prototype.downloadFile=function(t,e){return to(this,void 0,Promise,function(){var n,r,o,i,s,a;return eo(this,function(u){switch(u.label){case 0:if(n=t.fileID,!so(n))throw new Error(JSON.stringify({code:ro.INVALID_PARAMS,msg:"[".concat(lo,".getTempFileURL] fileID must be string")}));return[4,this.getTempFileURL.call(this,{fileList:[{fileID:n,maxAge:600}],customReqOpts:t.customReqOpts})];case 1:return r=u.sent(),"SUCCESS"!==(o=r.fileList[0]).code?[2,uo(e,o)]:(i=this.request,s=encodeURI(o.download_url),[4,i.download({url:s,tempFilePath:t.tempFilePath})]);case 2:return a=u.sent(),[2,uo(e,null,a)]}})})},t.prototype.copyFile=function(t,e){return to(this,void 0,Promise,function(){var n,r,o,i,s,a,u,c,l;return eo(this,function(h){switch(h.label){case 0:if(!(n=t.fileList)||!io(n)||0===n.length)throw new Error(JSON.stringify({code:ro.INVALID_PARAMS,msg:"[".concat(lo,".copyFile] fileList must not be empty")}));for(r=[],o=0,i=n;o<i.length;o++){if(s=i[o],a=s.srcPath,u=s.dstPath,!a||!u||"string"!=typeof a||"string"!=typeof u)throw new Error(JSON.stringify({code:ro.INVALID_PARAMS,msg:"[".concat(lo,".copyFile] srcPath and dstPath may not be empty")}));if(a===u)throw new Error(JSON.stringify({code:ro.INVALID_PARAMS,msg:"[".concat(lo,".copyFile] srcPath and dstPath can not be the same")}));r.push({src_path:a,dst_path:u,overwrite:s.overwrite,remove_original:s.removeOriginal})}return c=this.request,l={},this.isGateWay()?[4,vo(c,{convertedFileList:r},t.customReqOpts)]:[3,2];case 1:return l=h.sent(),[3,4];case 2:return[4,c.send("storage.batchCopyFile",{file_list:r},t.customReqOpts)];case 3:l=h.sent(),h.label=4;case 4:return l.code?[2,uo(e,null,l)]:[2,uo(e,null,{fileList:l.data.copy_list,requestId:l.requestId})]}})})},t.prototype.getFileInfo=function(t){var e;return to(this,void 0,Promise,function(){var n,r=this;return eo(this,function(o){switch(o.label){case 0:return[4,this.getTempFileURL(t)];case 1:return(null==(n=o.sent())?void 0:n.fileList)&&(null===(e=null==n?void 0:n.fileList)||void 0===e?void 0:e.length)>0?[4,Promise.all(n.fileList.map(function(t){return to(r,void 0,void 0,function(){var e,n,r,o,i,s,a;return eo(this,function(u){switch(u.label){case 0:if("SUCCESS"!==t.code)return[2,{code:t.code,fileID:t.fileID,tempFileURL:t.tempFileURL,message:t.message}];u.label=1;case 1:return u.trys.push([1,3,,4]),[4,this.request.fetch({url:t.tempFileURL,method:"HEAD"})];case 2:return e=u.sent(),n=e.header,"undefined"!=typeof Headers&&n instanceof Headers&&(r={},n.forEach(function(t,e){r[e]=t}),n=r),o=parseInt(n["content-length"])||0,i=n["content-type"]||"",[400,404].includes(Number(e.statusCode))?[2,{code:"FILE_NOT_FOUND",fileID:t.fileID,tempFileURL:t.tempFileURL,message:"file not found"}]:[2,{code:t.code,fileID:t.fileID,tempFileURL:t.tempFileURL,cloudId:t.fileID,fileName:t.fileID.split("/").pop(),contentType:i,mime:i.split(";")[0].trim(),size:o,etag:n.etag||"",lastModified:n["last-modified"]||"",cacheControl:n["cache-control"]||""}];case 3:return s=u.sent(),a="object"==typeof s&&null!==s&&"message"in s?String(s.message):void 0,[2,{code:"FETCH_FILE_INFO_ERROR",fileID:t.fileID,tempFileURL:t.tempFileURL,message:a}];case 4:return[2]}})})}))]:[3,3];case 2:return[2,{fileList:o.sent(),requestId:n.requestId}];case 3:return[2,{fileList:[],requestId:n.requestId}]}})})},Xr([co({customInfo:{className:"Cloudbase",methodName:"uploadFile"},title:"上传文件失败",messages:["请确认以下各项:"," 1 - 调用 uploadFile() 的语法或参数是否正确"," 2 - 当前域名是否在安全域名列表中:https://console.cloud.tencent.com/tcb/env/safety"," 3 - 云存储安全规则是否限制了当前登录状态访问","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(oo)]}),Zr("design:type",Function),Zr("design:paramtypes",[Object,"function"==typeof(e="undefined"!=typeof Function&&Function)?e:Object]),Zr("design:returntype","function"==typeof(n="undefined"!=typeof Promise&&Promise)?n:Object)],t.prototype,"uploadFile",null),Xr([co({customInfo:{className:"Cloudbase",methodName:"getUploadMetadata"},title:"获取上传元信息失败",messages:["请确认以下各项:"," 1 - 调用 getUploadMetadata() 的语法或参数是否正确"," 2 - 当前域名是否在安全域名列表中:https://console.cloud.tencent.com/tcb/env/safety"," 3 - 云存储安全规则是否限制了当前登录状态访问","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(oo)]}),Zr("design:type",Function),Zr("design:paramtypes",[Object,"function"==typeof(r="undefined"!=typeof Function&&Function)?r:Object]),Zr("design:returntype","function"==typeof(o="undefined"!=typeof Promise&&Promise)?o:Object)],t.prototype,"getUploadMetadata",null),Xr([co({customInfo:{className:"Cloudbase",methodName:"deleteFile"},title:"删除文件失败",messages:["请确认以下各项:"," 1 - 调用 deleteFile() 的语法或参数是否正确"," 2 - 当前域名是否在安全域名列表中:https://console.cloud.tencent.com/tcb/env/safety"," 3 - 云存储安全规则是否限制了当前登录状态访问","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(oo)]}),Zr("design:type",Function),Zr("design:paramtypes",["function"==typeof(i=void 0!==$n.ICloudbaseDeleteFileParams&&$n.ICloudbaseDeleteFileParams)?i:Object,"function"==typeof(s="undefined"!=typeof Function&&Function)?s:Object]),Zr("design:returntype","function"==typeof(a="undefined"!=typeof Promise&&Promise)?a:Object)],t.prototype,"deleteFile",null),Xr([co({customInfo:{className:"Cloudbase",methodName:"getTempFileURL"},title:"获取文件下载链接",messages:["请确认以下各项:"," 1 - 调用 getTempFileURL() 的语法或参数是否正确"," 2 - 当前域名是否在安全域名列表中:https://console.cloud.tencent.com/tcb/env/safety"," 3 - 云存储安全规则是否限制了当前登录状态访问","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(oo)]}),Zr("design:type",Function),Zr("design:paramtypes",["function"==typeof(u=void 0!==$n.ICloudbaseGetTempFileURLParams&&$n.ICloudbaseGetTempFileURLParams)?u:Object,"function"==typeof(c="undefined"!=typeof Function&&Function)?c:Object]),Zr("design:returntype","function"==typeof(l="undefined"!=typeof Promise&&Promise)?l:Object)],t.prototype,"getTempFileURL",null),Xr([co({customInfo:{className:"Cloudbase",methodName:"downloadFile"},title:"下载文件失败",messages:["请确认以下各项:"," 1 - 调用 downloadFile() 的语法或参数是否正确"," 2 - 当前域名是否在安全域名列表中:https://console.cloud.tencent.com/tcb/env/safety"," 3 - 云存储安全规则是否限制了当前登录状态访问","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(oo)]}),Zr("design:type",Function),Zr("design:paramtypes",["function"==typeof(h=void 0!==$n.ICloudbaseDownloadFileParams&&$n.ICloudbaseDownloadFileParams)?h:Object,"function"==typeof(d="undefined"!=typeof Function&&Function)?d:Object]),Zr("design:returntype","function"==typeof(f="undefined"!=typeof Promise&&Promise)?f:Object)],t.prototype,"downloadFile",null),Xr([co({customInfo:{className:"Cloudbase",methodName:"copyFile"},title:"批量复制文件",messages:["请确认以下各项:"," 1 - 调用 copyFile() 的语法或参数是否正确"," 2 - 当前域名是否在安全域名列表中:https://console.cloud.tencent.com/tcb/env/safety"," 3 - 云存储安全规则是否限制了当前登录状态访问","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(oo)]}),Zr("design:type",Function),Zr("design:paramtypes",["function"==typeof(p=void 0!==$n.ICloudbaseCopyFileParams&&$n.ICloudbaseCopyFileParams)?p:Object,"function"==typeof(v="undefined"!=typeof Function&&Function)?v:Object]),Zr("design:returntype","function"==typeof(y="undefined"!=typeof Promise&&Promise)?y:Object)],t.prototype,"copyFile",null),t}(),_o=function(){return _o=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},_o.apply(this,arguments)},Io=function(t,e,n,r){return new(n||(n=Promise))(function(o,i){function s(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(s,a)}u((r=r.apply(t,e||[])).next())})},Eo=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}},So=y,Oo=function(){function t(t,e){void 0===e&&(e=!1),this.shouldThrowOnError=!1,this.bucketId="",this.context=t,this.shouldThrowOnError=e,this.storage=new wo(t)}return Object.defineProperty(t.prototype,"config",{get:function(){var t;return null===(t=this.context)||void 0===t?void 0:t.config},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"request",{get:function(){var t;return null===(t=this.context)||void 0===t?void 0:t.request},enumerable:!1,configurable:!0}),t.prototype.throwOnError=function(){return this.shouldThrowOnError=!0,this},t.prototype.upload=function(t,e,n){return Io(this,void 0,Promise,function(){var r,o,i,s,a,u,c,l,h;return Eo(this,function(d){switch(d.label){case 0:r=_o({upsert:!0},n),o=r.cacheControl,i=r.contentType,s=r.metadata,d.label=1;case 1:return d.trys.push([1,3,,4]),a=this.getCloudPath(t),u={cloudPath:a,filePath:e},(o||i||s)&&(c={},o&&(c["cache-control"]=o),i&&(c["content-type"]=i),s&&(c["x-cos-metadata-metadata"]=this.toBase64(JSON.stringify(s))),u.headers=c),[4,this.storage.uploadFile(u)];case 2:if(!(l=d.sent()).fileID)throw new Error(JSON.stringify({code:So.OPERATION_FAIL,msg:"[".concat(lo,".update] no fileID returned")}));return[2,{data:{id:l.fileID,path:t,fullPath:t},error:null}];case 3:if(h=d.sent(),this.shouldThrowOnError)throw h;if(_r(h))return[2,{data:null,error:h}];throw h;case 4:return[2]}})})},t.prototype.uploadToSignedUrl=function(t,e,n,r){return Io(this,void 0,Promise,function(){return Eo(this,function(e){return[2,this.upload(t,n,r)]})})},t.prototype.createSignedUploadUrl=function(t){return Io(this,void 0,Promise,function(){var e,n,r;return Eo(this,function(o){switch(o.label){case 0:return o.trys.push([0,2,,3]),e=this.getCloudPath(t),[4,this.storage.getUploadMetadata({cloudPath:e})];case 1:return[2,{data:{signedUrl:(n=o.sent().data).url,token:n.token,path:t,authorization:n.authorization,id:n.fileId,cosFileId:n.cosFileId,downloadUrl:n.download_url},error:null}];case 2:if(r=o.sent(),this.shouldThrowOnError)throw r;return[2,{data:null,error:r instanceof wr?r:new wr(r.message)}];case 3:return[2]}})})},t.prototype.update=function(t,e,n){return Io(this,void 0,Promise,function(){return Eo(this,function(r){return[2,this.upload(t,e,_o(_o({},n),{upsert:!0}))]})})},t.prototype.move=function(t,e){return Io(this,void 0,Promise,function(){var n,r;return Eo(this,function(o){switch(o.label){case 0:return o.trys.push([0,2,,3]),[4,this.storage.copyFile({fileList:[{srcPath:this.getCloudPath(t),dstPath:this.getCloudPath(e),overwrite:!0,removeOriginal:!0}]})];case 1:if((n=o.sent()).fileList[0].code&&"SUCCESS"!==n.fileList[0].code)throw new wr(n.fileList[0].message||"Move failed");return[2,{data:{message:"File moved from ".concat(t," to ").concat(e)},error:null}];case 2:if(r=o.sent(),this.shouldThrowOnError)throw r;if(_r(r))return[2,{data:null,error:r}];throw r;case 3:return[2]}})})},t.prototype.copy=function(t,e){return Io(this,void 0,Promise,function(){var n,r;return Eo(this,function(o){switch(o.label){case 0:return o.trys.push([0,2,,3]),[4,this.storage.copyFile({fileList:[{srcPath:this.getCloudPath(t),dstPath:this.getCloudPath(e),overwrite:!0,removeOriginal:!1}]})];case 1:if((n=o.sent()).fileList[0].code&&"SUCCESS"!==n.fileList[0].code)throw new wr(n.fileList[0].message||"Copy failed");return[2,{data:{path:this.getCloudPath(e)},error:null}];case 2:if(r=o.sent(),this.shouldThrowOnError)throw r;if(_r(r))return[2,{data:null,error:r}];throw r;case 3:return[2]}})})},t.prototype.createSignedUrl=function(t,e,n){return Io(this,void 0,Promise,function(){var r,o,i,s,a,u,c;return Eo(this,function(l){switch(l.label){case 0:return l.trys.push([0,2,,3]),r=this.normalizeCloudId(t),[4,this.storage.getTempFileURL({fileList:[{fileID:r,maxAge:e}]})];case 1:if("SUCCESS"!==(o=l.sent()).fileList[0].code)throw new wr("Failed to create signed URL: [".concat(o.fileList[0].code,"] ").concat(o.fileList[0].fileID));return i=o.fileList[0].download_url,s=[],void 0!==(null==n?void 0:n.download)&&("string"==typeof n.download?s.push("download=".concat(encodeURIComponent(n.download))):!0===n.download&&s.push("download=true")),(null==n?void 0:n.transform)&&(a=this.transformOptsToQueryString(n.transform))&&s.push(a),s.length>0&&(u=i.includes("?")?"&":"?",i="".concat(i).concat(u).concat(s.join("&"))),[2,{data:{signedUrl:i},error:null}];case 2:if(c=l.sent(),this.shouldThrowOnError)throw c;if(_r(c))return[2,{data:null,error:c}];throw c;case 3:return[2]}})})},t.prototype.createSignedUrls=function(t,e){return Io(this,void 0,Promise,function(){var n,r,o=this;return Eo(this,function(i){switch(i.label){case 0:return i.trys.push([0,2,,3]),n=t.map(function(t){return{fileID:o.normalizeCloudId(t),maxAge:e}}),[4,this.storage.getTempFileURL({fileList:n})];case 1:return[2,{data:i.sent().fileList.map(function(e,n){return{path:t[n],signedUrl:e.tempFileURL||"",error:"SUCCESS"===e.code?null:e.message}}),error:null}];case 2:if(r=i.sent(),this.shouldThrowOnError)throw r;if(_r(r))return[2,{data:null,error:r}];throw r;case 3:return[2]}})})},t.prototype.download=function(t,e){return Io(this,void 0,Promise,function(){var n,r,o=this;return Eo(this,function(i){switch(i.label){case 0:return i.trys.push([0,2,,3]),r={},[4,Io(o,void 0,void 0,function(){var n,r,o,i;return Eo(this,function(s){switch(s.label){case 0:return[4,this.createSignedUrl(t,600,{transform:e})];case 1:if((n=s.sent()).error)throw n.error;return r=encodeURI(null===(i=n.data)||void 0===i?void 0:i.signedUrl),[4,this.request.reqClass.get({url:r,headers:{},responseType:"blob"})];case 2:if(!(o=s.sent().data))throw new wr("Download failed: no file content");return[2,new Blob([o])]}})})];case 1:return[2,(r.data=i.sent(),r.error=null,r)];case 2:if(n=i.sent(),this.shouldThrowOnError)throw n;if(_r(n))return[2,{data:null,error:n}];throw n;case 3:return[2]}})})},t.prototype.info=function(t){return Io(this,void 0,Promise,function(){var e,n,r,o,i,s,a,u;return Eo(this,function(c){switch(c.label){case 0:return c.trys.push([0,2,,3]),e=t.startsWith("cloud://"),n=e?this.extractPathFromFileId(t):t,r=e?this.extractBucketFromFileId(t):this.bucketId,[4,this.storage.getFileInfo({fileList:[this.normalizeCloudId(t)]})];case 1:if(o=c.sent(),"SUCCESS"!==(i=o.fileList[0]).code)throw new wr(i.message);return s=(new Date).toISOString(),a=(i.lastModified?new Date(i.lastModified):new Date).toISOString(),[2,{data:{id:i.fileID,version:"1",name:n,bucketId:r,updatedAt:a,createdAt:a,lastAccessedAt:s,size:i.size,cacheControl:i.cacheControl,contentType:i.contentType,etag:i.etag,lastModified:a,metadata:{}},error:null}];case 2:if(u=c.sent(),this.shouldThrowOnError)throw u;return[2,{data:null,error:u instanceof wr?u:new wr(u.message)}];case 3:return[2]}})})},t.prototype.exists=function(t){return Io(this,void 0,Promise,function(){var e,n,r;return Eo(this,function(o){switch(o.label){case 0:return o.trys.push([0,2,,3]),[4,this.storage.getFileInfo({fileList:[this.normalizeCloudId(t)]})];case 1:if(e=o.sent(),"FILE_NOT_FOUND"===(n=e.fileList[0]).code)return[2,{data:!1,error:null}];if("SUCCESS"!==n.code)throw new wr(n.message);return[2,{data:!0,error:null}];case 2:if(r=o.sent(),this.shouldThrowOnError)throw r;if(_r(r))return[2,{data:null,error:r}];throw r;case 3:return[2]}})})},t.prototype.getPublicUrl=function(t,e){return Io(this,void 0,Promise,function(){var n;return Eo(this,function(r){switch(r.label){case 0:return[4,this.createSignedUrl(t,600,e)];case 1:return(n=r.sent()).data?[2,{data:{publicUrl:n.data.signedUrl}}]:[2,{data:null,error:n.error}]}})})},t.prototype.remove=function(t){return Io(this,void 0,Promise,function(){var e,n,r,o,i,s,a,u,c,l,h=this;return Eo(this,function(d){switch(d.label){case 0:for(d.trys.push([0,3,,4]),e=10,n=[],r=0;r<t.length;r+=e)n.push(t.slice(r,r+e));return[4,Promise.all(n.map(function(t){return Promise.all(t.map(function(t){return h.info(t)}))}))];case 1:return o=d.sent(),i=new Map,o.forEach(function(n,r){n.forEach(function(n,o){n.data&&i.set(t[r*e+o],n.data)})}),s=t.map(function(t){return h.normalizeCloudId(t)}),[4,this.storage.deleteFile({fileList:s})];case 2:if(a=d.sent(),(u=a.fileList.filter(function(t){return"SUCCESS"!==t.code})).length>0)throw new wr("Delete failed for ".concat(u.length," file(s)"));return c=(new Date).toISOString(),[2,{data:t.map(function(t){var e=i.get(t);return{name:null==e?void 0:e.name,id:null==e?void 0:e.id,bucket_id:null==e?void 0:e.bucketId,owner:void 0,updated_at:(null==e?void 0:e.updatedAt)||c,created_at:null==e?void 0:e.createdAt,last_accessed_at:(null==e?void 0:e.lastAccessedAt)||c,metadata:(null==e?void 0:e.metadata)||{},buckets:{id:null==e?void 0:e.bucketId,name:null==e?void 0:e.bucketId,owner:void 0,public:!1,created_at:"",updated_at:c}}}),error:null}];case 3:if(l=d.sent(),this.shouldThrowOnError)throw l;if(_r(l))return[2,{data:null,error:l}];throw l;case 4:return[2]}})})},t.prototype.list=function(){return Io(this,void 0,void 0,function(){return Eo(this,function(t){throw new wr("Not implemented")})})},t.prototype.getCloudPath=function(t){return t.replace(/^\/|\/$/g,"").replace(/\/+/g,"/")},t.prototype.normalizeCloudId=function(t){var e;if(/^cloud:\/\//.test(t))return t;var n=this.getCloudPath(t);if(!this.bucketId)throw new wr("bucketId is not set");var r=(null===(e=this.config)||void 0===e?void 0:e.env)||"";return r?"cloud://".concat(r,".").concat(this.bucketId,"/").concat(n):void 0},t.prototype.toBase64=function(t){return Or(t)},t.prototype.transformOptsToQueryString=function(t){var e=["imageMogr2"];if(t.width||t.height){var n=t.width||"",r=t.height||"";"fill"===t.resize?e.push("thumbnail/".concat(n,"x").concat(r,"!")):"contain"===t.resize?e.push("thumbnail/".concat(n,"x").concat(r)):e.push("thumbnail/".concat(n,"x").concat(r,"^"))}if(t.format&&"origin"!==t.format&&e.push("format/".concat(t.format)),void 0!==t.quality){var o=Math.max(1,Math.min(100,t.quality));e.push("quality/".concat(o))}return e.join("/")},t.prototype.extractPathFromFileId=function(t){var e=t.replace(/^cloud:\/\//,"").split("/");return e.length<2?t:e.slice(1).join("/")},t.prototype.extractBucketFromFileId=function(t){var e=t.replace(/^cloud:\/\//,"").split("/");if(e.length<1)return"";var n=e[0],r=n.indexOf(".");return-1===r?n:n.substring(r+1)},t}(),To=function(){var t=function(e,n){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},t(e,n)};return function(e,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),Po=new wo,Ao={name:lo,entity:{uploadFile:Po.uploadFile,deleteFile:Po.deleteFile,getTempFileURL:Po.getTempFileURL,downloadFile:Po.downloadFile,getUploadMetadata:Po.getUploadMetadata,copyFile:Po.copyFile,getFileInfo:Po.getFileInfo,isGateWay:Po.isGateWay}},Ro=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return To(e,t),e.prototype.from=function(t){return t?(Kr(t,"from"),new Gr(this.http,t,this.shouldThrowOnError)):new Oo(this.http.ctx,this.shouldThrowOnError)},e}(Qr),Co={name:"".concat(lo,"/supabase"),IIFE:!0,entity:function(){var t=new WeakMap;Object.defineProperty(this.prototype,"storage",{get:function(){if(t.has(this))return t.get(this);var e=this,n=new Proxy({},{get:function(t,n){return"config"===n?e.config:"request"===n?e.request:void 0}}),r=new Ro(n);return t.set(this,r),r},configurable:!0,enumerable:!0})}};try{cloudbase.registerComponent(Ao),cloudbase.registerComponent(Co)}catch(t){}function No(t){try{t.registerComponent(Ao),t.registerComponent(Co)}catch(t){console.warn(t)}}try{window.registerStorage=No}catch(t){}var xo=l(6765),Uo=l.n(xo),Lo=l(7195),Do=l.n(Lo),ko=l(9850),jo=l.n(ko);function qo(t){return void 0===t&&(t=""),"".concat(t?"".concat(t,"_"):"").concat(+new Date,"_").concat(Math.random())}var Mo,Wo=function(t){this.close=t.close,this.onChange=t.onChange,this.onError=t.onError,t.debug&&Object.defineProperty(this,"virtualClient",{get:function(){return t.virtualClient}})},Fo=function(t){var e,n,r=t.id,o=t.docChanges,i=t.docs,s=t.msgType,a=t.type;Object.defineProperties(this,{id:{get:function(){return r},enumerable:!0},docChanges:{get:function(){return e||(e=JSON.parse(JSON.stringify(o))),e},enumerable:!0},docs:{get:function(){return n||(n=JSON.parse(JSON.stringify(i))),n},enumerable:!0},msgType:{get:function(){return s},enumerable:!0},type:{get:function(){return a},enumerable:!0}})},Bo=function(){var t=function(e,n){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},t(e,n)};return function(e,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),Vo=function(t){function e(e){var n=t.call(this,"Watch Error ".concat(JSON.stringify(e.msgData)," (requestid: ").concat(e.requestId,")"))||this;return n.isRealtimeErrorMessageError=!0,n.payload=e,n}return Bo(e,t),e}(Error),Go=function(t){return null==t?void 0:t.isRealtimeErrorMessageError},Ho=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.type="timeout",e.payload=null,e.generic=!0,e}return Bo(e,t),e}(Error),Ko=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.type="cancelled",e.payload=null,e.generic=!0,e}return Bo(e,t),e}(Error),Jo=function(t){function e(e){var n=t.call(this,e.errMsg)||this;return n.errCode="UNKNOWN_ERROR",Object.defineProperties(n,{message:{get:function(){return"errCode: ".concat(this.errCode," ").concat(zo[this.errCode]||""," | errMsg: ").concat(this.errMsg)},set:function(t){this.errMsg=t}}}),n.errCode=e.errCode||"UNKNOWN_ERROR",n.errMsg=e.errMsg,n}return Bo(e,t),Object.defineProperty(e.prototype,"message",{get:function(){return"errCode: ".concat(this.errCode," | errMsg: ").concat(this.errMsg)},set:function(t){this.errMsg=t},enumerable:!1,configurable:!0}),e}(Error),zo={UNKNOWN_ERROR:"UNKNOWN_ERROR",SDK_DATABASE_REALTIME_LISTENER_INIT_WATCH_FAIL:"SDK_DATABASE_REALTIME_LISTENER_INIT_WATCH_FAIL",SDK_DATABASE_REALTIME_LISTENER_RECONNECT_WATCH_FAIL:"SDK_DATABASE_REALTIME_LISTENER_RECONNECT_WATCH_FAIL",SDK_DATABASE_REALTIME_LISTENER_REBUILD_WATCH_FAIL:"SDK_DATABASE_REALTIME_LISTENER_REBUILD_WATCH_FAIL",SDK_DATABASE_REALTIME_LISTENER_CLOSE_WATCH_FAIL:"SDK_DATABASE_REALTIME_LISTENER_CLOSE_WATCH_FAIL",SDK_DATABASE_REALTIME_LISTENER_SERVER_ERROR_MSG:"SDK_DATABASE_REALTIME_LISTENER_SERVER_ERROR_MSG",SDK_DATABASE_REALTIME_LISTENER_RECEIVE_INVALID_SERVER_DATA:"SDK_DATABASE_REALTIME_LISTENER_RECEIVE_INVALID_SERVER_DATA",SDK_DATABASE_REALTIME_LISTENER_WEBSOCKET_CONNECTION_ERROR:"SDK_DATABASE_REALTIME_LISTENER_WEBSOCKET_CONNECTION_ERROR",SDK_DATABASE_REALTIME_LISTENER_WEBSOCKET_CONNECTION_CLOSED:"SDK_DATABASE_REALTIME_LISTENER_WEBSOCKET_CONNECTION_CLOSED",SDK_DATABASE_REALTIME_LISTENER_CHECK_LAST_FAIL:"SDK_DATABASE_REALTIME_LISTENER_CHECK_LAST_FAIL",SDK_DATABASE_REALTIME_LISTENER_UNEXPECTED_FATAL_ERROR:"SDK_DATABASE_REALTIME_LISTENER_UNEXPECTED_FATAL_ERROR"},Yo=function(t){return void 0===t&&(t=0),new Promise(function(e){return setTimeout(e,t)})},Qo=function(t,e,n,r){return new(n||(n=Promise))(function(o,i){function s(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(s,a)}u((r=r.apply(t,e||[])).next())})},$o=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}},Xo=function(t,e,n){if(n||2===arguments.length)for(var r,o=0,i=e.length;o<i;o++)!r&&o in e||(r||(r=Array.prototype.slice.call(e,0,o)),r[o]=e[o]);return t.concat(r||Array.prototype.slice.call(e))};!function(t){t.LOGGINGIN="LOGGINGIN",t.INITING="INITING",t.REBUILDING="REBUILDING",t.ACTIVE="ACTIVE",t.ERRORED="ERRORED",t.CLOSING="CLOSING",t.CLOSED="CLOSED",t.PAUSED="PAUSED",t.RESUMING="RESUMING"}(Mo||(Mo={}));var Zo=function(){function t(t){var e=this;this.watchStatus=Mo.INITING,this.wsLogin=function(t,n){return Qo(e,void 0,Promise,function(){var e;return $o(this,function(r){switch(r.label){case 0:return this.watchStatus=Mo.LOGGINGIN,[4,this.login(t,n)];case 1:return e=r.sent(),this.envId||(this.envId=e.envId),[2,e]}})})},this.initWatch=function(t){return Qo(e,void 0,Promise,function(){var e,n=this;return $o(this,function(r){switch(r.label){case 0:if(null!==this.initWatchPromise&&void 0!==this.initWatchPromise)return[2,this.initWatchPromise];this.initWatchPromise=new Promise(function(e,r){Qo(n,void 0,void 0,function(){var n,o,i,s,a,u,c,l,h,d;return $o(this,function(f){switch(f.label){case 0:return f.trys.push([0,3,,4]),this.watchStatus===Mo.PAUSED?(console.log("[realtime] initWatch cancelled on pause"),[2,e()]):[4,this.wsLogin(this.envId,t)];case 1:return n=f.sent().envId,this.watchStatus===Mo.PAUSED?(console.log("[realtime] initWatch cancelled on pause"),[2,e()]):(this.watchStatus=Mo.INITING,o={watchId:this.watchId,requestId:qo(),msgType:"INIT_WATCH",msgData:{envId:n,collName:this.collectionName,query:this.query,limit:this.limit,orderBy:this.orderBy}},[4,this.send({msg:o,waitResponse:!0,skipOnMessage:!0,timeout:1e4})]);case 2:if(i=f.sent(),s=i.msgData,a=s.events,u=s.currEvent,this.sessionInfo={queryID:i.msgData.queryID,currentEventId:u-1,currentDocs:[]},a.length>0){for(c=0,l=a;c<l.length;c++)l[c].ID=u;this.handleServerEvents(i)}else this.sessionInfo.currentEventId=u,h=new Fo({id:u,docChanges:[],docs:[],type:"init"}),this.listener.onChange(h),this.scheduleSendACK();return this.onWatchStart(this,this.sessionInfo.queryID),this.watchStatus=Mo.ACTIVE,this.availableRetries.INIT_WATCH=2,e(),[3,4];case 3:return d=f.sent(),this.handleWatchEstablishmentError(d,{operationName:"INIT_WATCH",resolve:e,reject:r}),[3,4];case 4:return[2]}})})}),e=!1,r.label=1;case 1:return r.trys.push([1,,3,4]),[4,this.initWatchPromise];case 2:return r.sent(),e=!0,[3,4];case 3:return this.initWatchPromise=void 0,[7];case 4:return console.log("[realtime] initWatch ".concat(e?"success":"fail")),[2]}})})},this.rebuildWatch=function(t){return Qo(e,void 0,Promise,function(){var e,n=this;return $o(this,function(r){switch(r.label){case 0:if(null!==this.rebuildWatchPromise&&void 0!==this.rebuildWatchPromise)return[2,this.rebuildWatchPromise];this.rebuildWatchPromise=new Promise(function(e,r){Qo(n,void 0,void 0,function(){var n,o,i,s;return $o(this,function(a){switch(a.label){case 0:return a.trys.push([0,3,,4]),this.watchStatus===Mo.PAUSED?(console.log("[realtime] rebuildWatch cancelled on pause"),[2,e()]):[4,this.wsLogin(this.envId,t)];case 1:if(n=a.sent().envId,!this.sessionInfo)throw new Error("can not rebuildWatch without a successful initWatch (lack of sessionInfo)");return this.watchStatus===Mo.PAUSED?(console.log("[realtime] rebuildWatch cancelled on pause"),[2,e()]):(this.watchStatus=Mo.REBUILDING,o={watchId:this.watchId,requestId:qo(),msgType:"REBUILD_WATCH",msgData:{envId:n,collName:this.collectionName,queryID:this.sessionInfo.queryID,eventID:this.sessionInfo.currentEventId}},[4,this.send({msg:o,waitResponse:!0,skipOnMessage:!1,timeout:1e4})]);case 2:return i=a.sent(),this.handleServerEvents(i),this.watchStatus=Mo.ACTIVE,this.availableRetries.REBUILD_WATCH=2,e(),[3,4];case 3:return s=a.sent(),this.handleWatchEstablishmentError(s,{operationName:"REBUILD_WATCH",resolve:e,reject:r}),[3,4];case 4:return[2]}})})}),e=!1,r.label=1;case 1:return r.trys.push([1,,3,4]),[4,this.rebuildWatchPromise];case 2:return r.sent(),e=!0,[3,4];case 3:return this.rebuildWatchPromise=void 0,[7];case 4:return console.log("[realtime] rebuildWatch ".concat(e?"success":"fail")),[2]}})})},this.handleWatchEstablishmentError=function(t,n){return Qo(e,void 0,void 0,function(){var e,r,o,i=this;return $o(this,function(s){return e="INIT_WATCH"===n.operationName,r=function(){i.closeWithError(new Jo({errCode:e?zo.SDK_DATABASE_REALTIME_LISTENER_INIT_WATCH_FAIL:zo.SDK_DATABASE_REALTIME_LISTENER_REBUILD_WATCH_FAIL,errMsg:t})),n.reject(t)},o=function(t){i.useRetryTicket(n.operationName)?e?(i.initWatchPromise=void 0,n.resolve(i.initWatch(t))):(i.rebuildWatchPromise=void 0,n.resolve(i.rebuildWatch(t))):r()},this.handleCommonError(t,{onSignError:function(){return o(!0)},onTimeoutError:function(){return o(!1)},onNotRetryableError:r,onCancelledError:n.reject,onUnknownError:function(){Qo(i,void 0,void 0,function(){var t,e=this;return $o(this,function(r){switch(r.label){case 0:return r.trys.push([0,8,,9]),t=function(){return Qo(e,void 0,void 0,function(){return $o(this,function(t){switch(t.label){case 0:return this.pause(),[4,this.onceWSConnected()];case 1:return t.sent(),o(!0),[2]}})})},this.isWSConnected()?[3,2]:[4,t()];case 1:return r.sent(),[3,7];case 2:return[4,Yo(100)];case 3:return r.sent(),this.watchStatus!==Mo.PAUSED?[3,4]:(n.reject(new Ko("".concat(n.operationName," cancelled due to pause after unknownError"))),[3,7]);case 4:return this.isWSConnected()?[3,6]:[4,t()];case 5:return r.sent(),[3,7];case 6:o(!1),r.label=7;case 7:return[3,9];case 8:return r.sent(),o(!0),[3,9];case 9:return[2]}})})}}),[2]})})},this.closeWatch=function(){return Qo(e,void 0,void 0,function(){var t,e,n;return $o(this,function(r){switch(r.label){case 0:if(t=this.sessionInfo?this.sessionInfo.queryID:"",this.watchStatus!==Mo.ACTIVE)return this.watchStatus=Mo.CLOSED,this.onWatchClose(this,t),[2];r.label=1;case 1:return r.trys.push([1,3,4,5]),this.watchStatus=Mo.CLOSING,e={watchId:this.watchId,requestId:qo(),msgType:"CLOSE_WATCH",msgData:null},[4,this.send({msg:e})];case 2:return r.sent(),this.sessionInfo=void 0,this.watchStatus=Mo.CLOSED,[3,5];case 3:return n=r.sent(),this.closeWithError(new Jo({errCode:zo.SDK_DATABASE_REALTIME_LISTENER_CLOSE_WATCH_FAIL,errMsg:n})),[3,5];case 4:return this.onWatchClose(this,t),[7];case 5:return[2]}})})},this.scheduleSendACK=function(){e.clearACKSchedule(),e.ackTimeoutId=setTimeout(function(){e.waitExpectedTimeoutId?e.scheduleSendACK():e.sendACK()},1e4)},this.clearACKSchedule=function(){e.ackTimeoutId&&clearTimeout(e.ackTimeoutId)},this.sendACK=function(){return Qo(e,void 0,Promise,function(){var t,e,n;return $o(this,function(r){switch(r.label){case 0:return r.trys.push([0,2,,3]),this.watchStatus!==Mo.ACTIVE?(this.scheduleSendACK(),[2]):this.sessionInfo?(t={watchId:this.watchId,requestId:qo(),msgType:"CHECK_LAST",msgData:{queryID:this.sessionInfo.queryID,eventID:this.sessionInfo.currentEventId}},[4,this.send({msg:t})]):(console.warn("[realtime listener] can not send ack without a successful initWatch (lack of sessionInfo)"),[2]);case 1:return r.sent(),this.scheduleSendACK(),[3,3];case 2:if(e=r.sent(),Go(e))switch((n=e.payload).msgData.code){case"CHECK_LOGIN_FAILED":case"SIGN_EXPIRED_ERROR":case"SIGN_INVALID_ERROR":case"SIGN_PARAM_INVALID":return this.rebuildWatch(),[2];case"QUERYID_INVALID_ERROR":case"SYS_ERR":case"INVALIID_ENV":case"COLLECTION_PERMISSION_DENIED":return this.closeWithError(new Jo({errCode:zo.SDK_DATABASE_REALTIME_LISTENER_CHECK_LAST_FAIL,errMsg:n.msgData.code})),[2]}return this.availableRetries.CHECK_LAST&&this.availableRetries.CHECK_LAST>0?(this.availableRetries.CHECK_LAST-=1,this.scheduleSendACK()):this.closeWithError(new Jo({errCode:zo.SDK_DATABASE_REALTIME_LISTENER_CHECK_LAST_FAIL,errMsg:e})),[3,3];case 3:return[2]}})})},this.handleCommonError=function(t,e){if(Go(t))switch(t.payload.msgData.code){case"CHECK_LOGIN_FAILED":case"SIGN_EXPIRED_ERROR":case"SIGN_INVALID_ERROR":case"SIGN_PARAM_INVALID":return void e.onSignError(t);default:return void e.onNotRetryableError(t)}else{if(function(t){return"timeout"===t.type}(t))return void e.onTimeoutError(t);if(function(t){return"cancelled"===t.type}(t))return void e.onCancelledError(t)}e.onUnknownError(t)},this.watchId="watchid_".concat(+new Date,"_").concat(Math.random()),this.envId=t.envId,this.collectionName=t.collectionName,this.query=t.query,this.limit=t.limit,this.orderBy=t.orderBy,this.send=t.send,this.login=t.login,this.isWSConnected=t.isWSConnected,this.onceWSConnected=t.onceWSConnected,this.getWaitExpectedTimeoutLength=t.getWaitExpectedTimeoutLength,this.onWatchStart=t.onWatchStart,this.onWatchClose=t.onWatchClose,this.debug=t.debug,this.availableRetries={INIT_WATCH:2,REBUILD_WATCH:2,CHECK_LAST:2},this.listener=new Wo({close:function(){e.closeWatch()},onChange:t.onChange,onError:t.onError,debug:this.debug,virtualClient:this}),this.initWatch()}return t.prototype.onMessage=function(t){var e=this;switch(this.watchStatus){case Mo.PAUSED:if("ERROR"!==t.msgType)return;break;case Mo.LOGGINGIN:case Mo.INITING:case Mo.REBUILDING:return void console.warn("[realtime listener] internal non-fatal error: unexpected message received while ".concat(this.watchStatus));case Mo.CLOSED:return void console.warn("[realtime listener] internal non-fatal error: unexpected message received when the watch has closed");case Mo.ERRORED:return void console.warn("[realtime listener] internal non-fatal error: unexpected message received when the watch has ended with error")}if(this.sessionInfo)switch(this.scheduleSendACK(),t.msgType){case"NEXT_EVENT":console.warn("nextevent ".concat(t.msgData.currEvent," ignored"),t),this.handleServerEvents(t);break;case"CHECK_EVENT":this.sessionInfo.currentEventId<t.msgData.currEvent&&(this.sessionInfo.expectEventId=t.msgData.currEvent,this.clearWaitExpectedEvent(),this.waitExpectedTimeoutId=setTimeout(function(){e.rebuildWatch()},this.getWaitExpectedTimeoutLength()),console.log("[realtime] waitExpectedTimeoutLength ".concat(this.getWaitExpectedTimeoutLength())));break;case"ERROR":this.closeWithError(new Jo({errCode:zo.SDK_DATABASE_REALTIME_LISTENER_SERVER_ERROR_MSG,errMsg:"".concat(t.msgData.code," - ").concat(t.msgData.message)}));break;default:console.warn("[realtime listener] virtual client receive unexpected msg ".concat(t.msgType,": "),t)}else console.warn("[realtime listener] internal non-fatal error: sessionInfo not found while message is received.")},t.prototype.closeWithError=function(t){var e;this.watchStatus=Mo.ERRORED,this.clearACKSchedule(),this.listener.onError(t),this.onWatchClose(this,(null===(e=this.sessionInfo)||void 0===e?void 0:e.queryID)||""),console.log("[realtime] client closed (".concat(this.collectionName," ").concat(this.query,") (watchId ").concat(this.watchId,")"))},t.prototype.pause=function(){this.watchStatus=Mo.PAUSED,console.log("[realtime] client paused (".concat(this.collectionName," ").concat(this.query,") (watchId ").concat(this.watchId,")"))},t.prototype.resume=function(){return Qo(this,void 0,Promise,function(){var t;return $o(this,function(e){switch(e.label){case 0:this.watchStatus=Mo.RESUMING,console.log("[realtime] client resuming with ".concat(this.sessionInfo?"REBUILD_WATCH":"INIT_WATCH"," (").concat(this.collectionName," ").concat(this.query,") (").concat(this.watchId,")")),e.label=1;case 1:return e.trys.push([1,3,,4]),[4,this.sessionInfo?this.rebuildWatch():this.initWatch()];case 2:return e.sent(),console.log("[realtime] client successfully resumed (".concat(this.collectionName," ").concat(this.query,") (").concat(this.watchId,")")),[3,4];case 3:return t=e.sent(),console.error("[realtime] client resume failed (".concat(this.collectionName," ").concat(this.query,") (").concat(this.watchId,")"),t),[3,4];case 4:return[2]}})})},t.prototype.useRetryTicket=function(t){return!!(this.availableRetries[t]&&this.availableRetries[t]>0)&&(this.availableRetries[t]-=1,console.log("[realtime] ".concat(t," use a retry ticket, now only ").concat(this.availableRetries[t]," retry left")),!0)},t.prototype.handleServerEvents=function(t){return Qo(this,void 0,void 0,function(){var e;return $o(this,function(n){switch(n.label){case 0:return n.trys.push([0,2,,3]),this.scheduleSendACK(),[4,this.handleServerEventsInternel(t)];case 1:return n.sent(),this.postHandleServerEventsValidityCheck(t),[3,3];case 2:throw e=n.sent(),console.error("[realtime listener] internal non-fatal error: handle server events failed with error: ",e),e;case 3:return[2]}})})},t.prototype.handleServerEventsInternel=function(t){return Qo(this,void 0,void 0,function(){var e,n,r,o,i,s,a,u,c,l,h,d;return $o(this,function(f){switch(f.label){case 0:if(e=t.requestId,n=t.msgData.events,r=t.msgType,!n.length||!this.sessionInfo)return[2];o=this.sessionInfo;try{i=n.map(ti)}catch(t){return this.closeWithError(new Jo({errCode:zo.SDK_DATABASE_REALTIME_LISTENER_RECEIVE_INVALID_SERVER_DATA,errMsg:t})),[2]}s=Xo([],o.currentDocs,!0),a=!1,u=function(n,u){var l,h,d,f,p,v,y,m,g,b,w,_;return $o(this,function(I){switch(I.label){case 0:return l=i[n],o.currentEventId>=l.id?(!i[n-1]||l.id>i[n-1].id?console.warn("[realtime] duplicate event received, cur ".concat(o.currentEventId," but got ").concat(l.id)):console.error("[realtime listener] server non-fatal error: events out of order (the latter event's id is smaller than that of the former) (requestId ".concat(e,")")),[2,"continue"]):[3,1];case 1:if(o.currentEventId!==l.id-1)return[3,2];switch(l.dataType){case"update":if(!l.doc)switch(l.queueType){case"update":case"dequeue":if(h=s.find(function(t){return t._id===l.docId}),h){if(d=jo()(h),l.updatedFields&&Object.keys(l.updatedFields).forEach(function(t){Uo()(d,t,l.updatedFields[t])}),l.removedFields)for(f=0,p=l.removedFields;f<p.length;f++)v=p[f],Do()(d,v);l.doc=d}else console.error("[realtime listener] internal non-fatal server error: unexpected update dataType event where no doc is associated.");break;case"enqueue":throw m=new Jo({errCode:zo.SDK_DATABASE_REALTIME_LISTENER_UNEXPECTED_FATAL_ERROR,errMsg:'HandleServerEvents: full doc is not provided with dataType="update" and queueType="enqueue" (requestId '.concat(t.requestId,")")}),c.closeWithError(m),m}break;case"replace":if(!l.doc)throw m=new Jo({errCode:zo.SDK_DATABASE_REALTIME_LISTENER_UNEXPECTED_FATAL_ERROR,errMsg:'HandleServerEvents: full doc is not provided with dataType="replace" (requestId '.concat(t.requestId,")")}),c.closeWithError(m),m;break;case"remove":(y=s.find(function(t){return t._id===l.docId}))?l.doc=y:console.error("[realtime listener] internal non-fatal server error: unexpected remove event where no doc is associated.");break;case"limit":if(!l.doc)switch(l.queueType){case"dequeue":(y=s.find(function(t){return t._id===l.docId}))?l.doc=y:console.error("[realtime listener] internal non-fatal server error: unexpected limit dataType event where no doc is associated.");break;case"enqueue":throw m=new Jo({errCode:zo.SDK_DATABASE_REALTIME_LISTENER_UNEXPECTED_FATAL_ERROR,errMsg:'HandleServerEvents: full doc is not provided with dataType="limit" and queueType="enqueue" (requestId '.concat(t.requestId,")")}),c.closeWithError(m),m}}switch(l.queueType){case"init":a?s.push(l.doc):(a=!0,s=[l.doc]);break;case"enqueue":s.push(l.doc);break;case"dequeue":g=s.findIndex(function(t){return t._id===l.docId}),g>-1?s.splice(g,1):console.error("[realtime listener] internal non-fatal server error: unexpected dequeue event where no doc is associated.");break;case"update":g=s.findIndex(function(t){return t._id===l.docId}),g>-1?s[g]=l.doc:console.error("[realtime listener] internal non-fatal server error: unexpected queueType update event where no doc is associated.")}return(n===u-1||i[n+1]&&i[n+1].id!==l.id)&&(b=Xo([],s,!0),w=i.slice(0,n+1).filter(function(t){return t.id===l.id}),c.sessionInfo.currentEventId=l.id,c.sessionInfo.currentDocs=s,_=new Fo({id:l.id,docChanges:w,docs:b,msgType:r}),c.listener.onChange(_)),[3,4];case 2:return console.warn("[realtime listener] event received is out of order, cur ".concat(c.sessionInfo.currentEventId," but got ").concat(l.id)),[4,c.rebuildWatch()];case 3:return I.sent(),[2,{value:void 0}];case 4:return[2]}})},c=this,l=0,h=i.length,f.label=1;case 1:return l<h?[5,u(l,h)]:[3,4];case 2:if("object"==typeof(d=f.sent()))return[2,d.value];f.label=3;case 3:return l++,[3,1];case 4:return[2]}})})},t.prototype.postHandleServerEventsValidityCheck=function(t){this.sessionInfo?(this.sessionInfo.expectEventId&&this.sessionInfo.currentEventId>=this.sessionInfo.expectEventId&&this.clearWaitExpectedEvent(),this.sessionInfo.currentEventId<t.msgData.currEvent&&console.warn("[realtime listener] internal non-fatal error: client eventId does not match with server event id after server event handling")):console.error("[realtime listener] internal non-fatal error: sessionInfo lost after server event handling, this should never occur")},t.prototype.clearWaitExpectedEvent=function(){this.waitExpectedTimeoutId&&(clearTimeout(this.waitExpectedTimeoutId),this.waitExpectedTimeoutId=void 0)},t}();function ti(t){var e={id:t.ID,dataType:t.DataType,queueType:t.QueueType,docId:t.DocID,doc:t.Doc&&"{}"!==t.Doc?JSON.parse(t.Doc):void 0};return"update"===t.DataType&&(t.UpdatedFields&&(e.updatedFields=JSON.parse(t.UpdatedFields)),(t.removedFields||t.RemovedFields)&&(e.removedFields=JSON.parse(t.removedFields))),e}var ei,ni={1e3:{code:1e3,name:"Normal Closure",description:"Normal closure; the connection successfully completed whatever purpose for which it was created."},1001:{code:1001,name:"Going Away",description:"The endpoint is going away, either because of a server failure or because the browser is navigating away from the page that opened the connection."},1002:{code:1002,name:"Protocol Error",description:"The endpoint is terminating the connection due to a protocol error."},1003:{code:1003,name:"Unsupported Data",description:"The connection is being terminated because the endpoint received data of a type it cannot accept (for example, a text-only endpoint received binary data)."},1005:{code:1005,name:"No Status Received",description:"Indicates that no status code was provided even though one was expected."},1006:{code:1006,name:"Abnormal Closure",description:"Used to indicate that a connection was closed abnormally (that is, with no close frame being sent) when a status code is expected."},1007:{code:1007,name:"Invalid frame payload data",description:"The endpoint is terminating the connection because a message was received that contained inconsistent data (e.g., non-UTF-8 data within a text message)."},1008:{code:1008,name:"Policy Violation",description:"The endpoint is terminating the connection because it received a message that violates its policy. This is a generic status code, used when codes 1003 and 1009 are not suitable."},1009:{code:1009,name:"Message too big",description:"The endpoint is terminating the connection because a data frame was received that is too large."},1010:{code:1010,name:"Missing Extension",description:"The client is terminating the connection because it expected the server to negotiate one or more extension, but the server didn't."},1011:{code:1011,name:"Internal Error",description:"The server is terminating the connection because it encountered an unexpected condition that prevented it from fulfilling the request."},1012:{code:1012,name:"Service Restart",description:"The server is terminating the connection because it is restarting."},1013:{code:1013,name:"Try Again Later",description:"The server is terminating the connection due to a temporary condition, e.g. it is overloaded and is casting off some of its clients."},1014:{code:1014,name:"Bad Gateway",description:"The server was acting as a gateway or proxy and received an invalid response from the upstream server. This is similar to 502 HTTP Status Code."},1015:{code:1015,name:"TLS Handshake",description:"Indicates that the connection was closed due to a failure to perform a TLS handshake (e.g., the server certificate can't be verified)."},3e3:{code:3e3,name:"Reconnect WebSocket",description:"The client is terminating the connection because it wants to reconnect"},3001:{code:3001,name:"No Realtime Listeners",description:"The client is terminating the connection because no more realtime listeners exist"},3002:{code:3002,name:"Heartbeat Ping Error",description:"The client is terminating the connection due to its failure in sending heartbeat messages"},3003:{code:3003,name:"Heartbeat Pong Timeout Error",description:"The client is terminating the connection because no heartbeat response is received from the server"},3050:{code:3050,name:"Server Close",description:"The client is terminating the connection because no heartbeat response is received from the server"}};!function(t){t[t.NormalClosure=1e3]="NormalClosure",t[t.GoingAway=1001]="GoingAway",t[t.ProtocolError=1002]="ProtocolError",t[t.UnsupportedData=1003]="UnsupportedData",t[t.NoStatusReceived=1005]="NoStatusReceived",t[t.AbnormalClosure=1006]="AbnormalClosure",t[t.InvalidFramePayloadData=1007]="InvalidFramePayloadData",t[t.PolicyViolation=1008]="PolicyViolation",t[t.MessageTooBig=1009]="MessageTooBig",t[t.MissingExtension=1010]="MissingExtension",t[t.InternalError=1011]="InternalError",t[t.ServiceRestart=1012]="ServiceRestart",t[t.TryAgainLater=1013]="TryAgainLater",t[t.BadGateway=1014]="BadGateway",t[t.TLSHandshake=1015]="TLSHandshake",t[t.ReconnectWebSocket=3e3]="ReconnectWebSocket",t[t.NoRealtimeListeners=3001]="NoRealtimeListeners",t[t.HeartbeatPingError=3002]="HeartbeatPingError",t[t.HeartbeatPongTimeoutError=3003]="HeartbeatPongTimeoutError",t[t.NoAuthentication=3050]="NoAuthentication"}(ei||(ei={}));var ri=function(t,e){var n=ni[t],r=n?"".concat(n.name,", code ").concat(t,", reason ").concat(e||n.description):"code ".concat(t);return new Jo({errCode:zo.SDK_DATABASE_REALTIME_LISTENER_WEBSOCKET_CONNECTION_CLOSED,errMsg:r})},oi=null,ii="web";function si(){return oi}function ai(){return ii}function ui(t){ii=t}var ci=function(){return ci=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},ci.apply(this,arguments)},li=function(t,e,n,r){return new(n||(n=Promise))(function(o,i){function s(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(s,a)}u((r=r.apply(t,e||[])).next())})},hi=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}},di=function(){function t(t){var e=this;this.virtualWSClient=new Set,this.queryIdClientMap=new Map,this.watchIdClientMap=new Map,this.pingFailed=0,this.pongMissed=0,this.logins=new Map,this.wsReadySubsribers=[],this.wsResponseWait=new Map,this.rttObserved=[],this.send=function(t){return li(e,void 0,Promise,function(){var e=this;return hi(this,function(n){return[2,new Promise(function(n,r){li(e,void 0,void 0,function(){var e,o,i,s,a,u,c,l,h=this;return hi(this,function(d){switch(d.label){case 0:o=!1,i=!1,s=function(t){o=!0,e&&clearTimeout(e),n(t)},a=function(t){i=!0,e&&clearTimeout(e),r(t)},t.timeout&&(e=setTimeout(function(){li(h,void 0,void 0,function(){return hi(this,function(t){switch(t.label){case 0:return o&&i?[3,2]:[4,Yo(0)];case 1:t.sent(),o&&i||a(new Ho("wsclient.send timedout")),t.label=2;case 2:return[2]}})})},t.timeout)),d.label=1;case 1:return d.trys.push([1,8,,9]),void 0===this.wsInitPromise&&null===this.wsInitPromise?[3,3]:[4,this.wsInitPromise];case 2:d.sent(),d.label=3;case 3:if(!this.ws)return a(new Error("invalid state: ws connection not exists, can not send message")),[2];if(1!==this.ws.readyState)return a(new Error("ws readyState invalid: ".concat(this.ws.readyState,", can not send message"))),[2];t.waitResponse&&(u={resolve:s,reject:a,skipOnMessage:t.skipOnMessage},this.wsResponseWait.set(t.msg.requestId,u)),d.label=4;case 4:return d.trys.push([4,6,,7]),[4,this.ws.send(JSON.stringify(t.msg))];case 5:return d.sent(),t.waitResponse||s(void 0),[3,7];case 6:return(c=d.sent())&&(a(c),t.waitResponse&&this.wsResponseWait.delete(t.msg.requestId)),[3,7];case 7:return[3,9];case 8:return l=d.sent(),a(l),[3,9];case 9:return[2]}})})})]})})},this.closeAllClients=function(t){e.virtualWSClient.forEach(function(e){e.closeWithError(t)})},this.pauseClients=function(t){(t||e.virtualWSClient).forEach(function(t){t.pause()})},this.resumeClients=function(t){(t||e.virtualWSClient).forEach(function(t){t.resume()})},this.initWebSocketConnection=function(t,n){return void 0===n&&(n=e.maxReconnect),li(e,void 0,Promise,function(){var e=this;return hi(this,function(r){switch(r.label){case 0:if(t&&this.reconnectState)return[2];if(t&&(this.reconnectState=!0),void 0!==this.wsInitPromise&&null!==this.wsInitPromise)return[2,this.wsInitPromise];t&&this.pauseClients(),this.close(ei.ReconnectWebSocket),this.wsInitPromise=new Promise(function(r,o){li(e,void 0,void 0,function(){var e,i,s=this;return hi(this,function(a){switch(a.label){case 0:return a.trys.push([0,6,,11]),[4,this.getWsSign()];case 1:return e=a.sent(),[4,new Promise(function(t){var n=e.wsUrl||"wss://tcb-ws.tencentcloudapi.com",r=si();s.ws=r?new r(n):new WebSocket(n),t(void 0)})];case 2:return a.sent(),this.ws.connect?[4,this.ws.connect()]:[3,4];case 3:a.sent(),a.label=4;case 4:return[4,this.initWebSocketEvent()];case 5:return a.sent(),r(),t&&(this.resumeClients(),this.reconnectState=!1),[3,11];case 6:return i=a.sent(),console.error("[realtime] initWebSocketConnection connect fail",i),n>0?(this.wsInitPromise=void 0,[4,Yo(this.reconnectInterval)]):[3,9];case 7:a.sent(),t&&(this.reconnectState=!1),a.label=8;case 8:return r(this.initWebSocketConnection(t,n-1)),[3,10];case 9:o(i),t&&this.closeAllClients(new Jo({errCode:zo.SDK_DATABASE_REALTIME_LISTENER_RECONNECT_WATCH_FAIL,errMsg:i})),a.label=10;case 10:return[3,11];case 11:return[2]}})})}),r.label=1;case 1:return r.trys.push([1,3,4,5]),[4,this.wsInitPromise];case 2:return r.sent(),this.wsReadySubsribers.forEach(function(t){return(0,t.resolve)()}),[3,5];case 3:return r.sent(),this.wsReadySubsribers.forEach(function(t){return(0,t.reject)()}),[3,5];case 4:return this.wsInitPromise=void 0,this.wsReadySubsribers=[],[7];case 5:return[2]}})})},this.initWebSocketEvent=function(){return new Promise(function(t,n){if(!e.ws)throw new Error("can not initWebSocketEvent, ws not exists");var r=!1;e.ws.onopen=function(e){console.warn("[realtime] ws event: open",e),r=!0,t()},e.ws.onerror=function(t){e.logins=new Map,r?(console.error("[realtime] ws event: error",t),e.clearHeartbeat(),e.virtualWSClient.forEach(function(e){return e.closeWithError(new Jo({errCode:zo.SDK_DATABASE_REALTIME_LISTENER_WEBSOCKET_CONNECTION_ERROR,errMsg:t}))})):(console.error("[realtime] ws open failed with ws event: error",t),n(t))},e.ws.onclose=function(t){switch(console.warn("[realtime] ws event: close",t),e.logins=new Map,e.clearHeartbeat(),t.code){case ei.ReconnectWebSocket:case ei.NoRealtimeListeners:break;case ei.HeartbeatPingError:case ei.HeartbeatPongTimeoutError:case ei.NormalClosure:case ei.AbnormalClosure:e.maxReconnect>0?e.initWebSocketConnection(!0,e.maxReconnect):e.closeAllClients(ri(t.code));break;case ei.NoAuthentication:e.closeAllClients(ri(t.code,t.reason));break;default:e.maxReconnect>0?e.initWebSocketConnection(!0,e.maxReconnect):e.closeAllClients(ri(t.code))}},e.ws.onmessage=function(t){var n,r,o=(null===(n=t.data)||void 0===n?void 0:n.data)||t.data;e.heartbeat();try{r="string"==typeof o?JSON.parse(o):o}catch(t){throw new Error("[realtime] onMessage parse res.data error: ".concat(t))}if("ERROR"===r.msgType){var i=null;e.virtualWSClient.forEach(function(t){t.watchId===r.watchId&&(i=t)}),i&&i.listener.onError(r)}var s=e.wsResponseWait.get(r.requestId);if(s){try{"ERROR"===r.msgType?s.reject(new Vo(r)):s.resolve(r)}catch(t){console.error("ws onMessage responseWaitSpec.resolve(msg) errored:",t)}finally{e.wsResponseWait.delete(r.requestId)}if(s.skipOnMessage)return}if("PONG"!==r.msgType){var a=r.watchId&&e.watchIdClientMap.get(r.watchId);if(a)a.onMessage(r);else switch(console.error("[realtime] no realtime listener found responsible for watchId ".concat(r.watchId,": "),r),r.msgType){case"INIT_EVENT":case"NEXT_EVENT":case"CHECK_EVENT":(a=e.queryIdClientMap.get(r.msgData.queryID))&&a.onMessage(r);break;default:for(var u=0,c=Array.from(e.watchIdClientMap.entries());u<c.length;u++){c[u][1].onMessage(r);break}}}else if(e.lastPingSendTS){var l=Date.now()-e.lastPingSendTS;if(l>1e4)return void console.warn("[realtime] untrusted rtt observed: ".concat(l));e.rttObserved.length>=3&&e.rttObserved.splice(0,e.rttObserved.length-3+1),e.rttObserved.push(l)}},e.heartbeat()})},this.isWSConnected=function(){return Boolean(e.ws&&1===e.ws.readyState)},this.onceWSConnected=function(){return li(e,void 0,Promise,function(){var t=this;return hi(this,function(e){return this.isWSConnected()?[2]:null!==this.wsInitPromise&&void 0!==this.wsInitPromise?[2,this.wsInitPromise]:[2,new Promise(function(e,n){t.wsReadySubsribers.push({resolve:e,reject:n})})]})})},this.webLogin=function(t,n){return li(e,void 0,Promise,function(){var e,r,o,i,s,a,u,c,l=this;return hi(this,function(h){switch(h.label){case 0:if(!n)if(t){if(e=this.logins.get(t)){if(e.loggedIn&&e.loginResult)return[2,e.loginResult];if(null!==e.loggingInPromise&&void 0!==e.loggingInPromise)return[2,e.loggingInPromise]}}else if(null!==(null==(r=this.logins.get(""))?void 0:r.loggingInPromise)&&void 0!==(null==r?void 0:r.loggingInPromise))return[2,r.loggingInPromise];o=new Promise(function(t,e){li(l,void 0,void 0,function(){var n,r,o,i,s;return hi(this,function(a){switch(a.label){case 0:return a.trys.push([0,3,,4]),[4,this.getWsSign()];case 1:return n=a.sent(),r={envId:n.envId||"",accessToken:"",referrer:"web",sdkVersion:"",dataVersion:""},o={watchId:void 0,requestId:qo(),msgType:"LOGIN",msgData:r,exMsgData:{runtime:ai(),signStr:n.signStr,secretVersion:n.secretVersion}},[4,this.send({msg:o,waitResponse:!0,skipOnMessage:!0,timeout:5e3})];case 2:return(i=a.sent()).msgData.code?e(new Error("".concat(i.msgData.code," ").concat(i.msgData.message))):t({envId:n.envId}),[3,4];case 3:return s=a.sent(),e(s),[3,4];case 4:return[2]}})})}),i=t&&this.logins.get(t),s=Date.now(),i?(i.loggedIn=!1,i.loggingInPromise=o,i.loginStartTS=s):(i={loggedIn:!1,loggingInPromise:o,loginStartTS:s},this.logins.set(t||"",i)),h.label=1;case 1:return h.trys.push([1,3,,4]),[4,o];case 2:if(a=h.sent(),(u=t&&this.logins.get(t))&&u===i&&u.loginStartTS===s)return i.loggedIn=!0,i.loggingInPromise=void 0,i.loginStartTS=void 0,i.loginResult=a,[2,a];if(u){if(u.loggedIn&&u.loginResult)return[2,u.loginResult];if(null!==u.loggingInPromise&&void 0!==u.loggingInPromise)return[2,u.loggingInPromise];throw new Error("ws unexpected login info")}throw new Error("ws login info reset");case 3:throw c=h.sent(),i.loggedIn=!1,i.loggingInPromise=void 0,i.loginStartTS=void 0,i.loginResult=void 0,c;case 4:return[2]}})})},this.getWsSign=function(){return li(e,void 0,Promise,function(){var t,e,n,r,o,i,s;return hi(this,function(a){switch(a.label){case 0:return this.wsSign&&this.wsSign.expiredTs>Date.now()?[2,this.wsSign]:(t=Date.now()+6e4,[4,this.context.appConfig.request.send("auth.wsWebSign",{runtime:ai()})]);case 1:if((e=a.sent()).code)throw new Error("[tcb-js-sdk] 获取实时数据推送登录票据失败: ".concat(e.code));if(e.data)return n=e.data,r=n.signStr,o=n.wsUrl,i=n.secretVersion,s=n.envId,[2,{signStr:r,wsUrl:o,secretVersion:i,envId:s,expiredTs:t}];throw new Error("[tcb-js-sdk] 获取实时数据推送登录票据失败")}})})},this.getWaitExpectedTimeoutLength=function(){return e.rttObserved.length?e.rttObserved.reduce(function(t,e){return t+e})/e.rttObserved.length*1.5:5e3},this.ping=function(){return li(e,void 0,void 0,function(){var t;return hi(this,function(e){switch(e.label){case 0:return t={watchId:void 0,requestId:qo(),msgType:"PING",msgData:null},[4,this.send({msg:t})];case 1:return e.sent(),[2]}})})},this.onWatchStart=function(t,n){e.queryIdClientMap.set(n,t)},this.onWatchClose=function(t,n){n&&e.queryIdClientMap.delete(n),e.watchIdClientMap.delete(t.watchId),e.virtualWSClient.delete(t),e.virtualWSClient.size||e.close(ei.NoRealtimeListeners)},this.maxReconnect=t.maxReconnect||5,this.reconnectInterval=t.reconnectInterval||1e4,this.context=t.context}return t.prototype.clearHeartbeat=function(){this.pingTimeoutId&&clearTimeout(this.pingTimeoutId),this.pongTimeoutId&&clearTimeout(this.pongTimeoutId)},t.prototype.close=function(t){this.clearHeartbeat(),this.ws&&(this.ws.close(t,ni[t].name),this.ws=void 0)},t.prototype.watch=function(t){this.ws||void 0!==this.wsInitPromise&&null!==this.wsInitPromise||this.initWebSocketConnection(!1);var e=new Zo(ci(ci({},t),{send:this.send,login:this.webLogin,isWSConnected:this.isWSConnected,onceWSConnected:this.onceWSConnected,getWaitExpectedTimeoutLength:this.getWaitExpectedTimeoutLength,onWatchStart:this.onWatchStart,onWatchClose:this.onWatchClose,debug:!0}));return this.virtualWSClient.add(e),this.watchIdClientMap.set(e.watchId,e),e.listener},t.prototype.heartbeat=function(t){var e=this;this.clearHeartbeat(),this.pingTimeoutId=setTimeout(function(){li(e,void 0,void 0,function(){var t=this;return hi(this,function(e){switch(e.label){case 0:return e.trys.push([0,2,,3]),this.ws&&1===this.ws.readyState?(this.lastPingSendTS=Date.now(),[4,this.ping()]):[2];case 1:return e.sent(),this.pingFailed=0,this.pongTimeoutId=setTimeout(function(){console.error("pong timed out"),t.pongMissed<2?(t.pongMissed+=1,t.heartbeat(!0)):t.initWebSocketConnection(!0)},this.context.appConfig.realtimePongWaitTimeout),[3,3];case 2:return e.sent(),this.pingFailed<2?(this.pingFailed+=1,this.heartbeat()):this.close(ei.HeartbeatPingError),[3,3];case 3:return[2]}})})},t?0:this.context.appConfig.realtimePingInterval)},t}(),fi={target:"database",entity:function(){var t,e=this.platform,n=e.adapter,r=e.runtime;t=n.wsClass,oi=t,ui(r)}},pi={name:"realtime",IIFE:!0,entity:function(){this.prototype.wsClientClass=di}};try{cloudbase.registerComponent(pi),cloudbase.registerHook(fi)}catch(t){}const vi=(t=>{var e={};return l.d(e,t),e})({generateHTTPClient:()=>r.generateHTTPClient,generateMySQLClient:()=>r.generateMySQLClient,generatePGClient:()=>r.generatePGClient});var yi=function(){return yi=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},yi.apply(this,arguments)},mi=V,gi="models",bi=new WeakMap;function wi(t){return new Proxy({},{get:function(e,n){var r=t.getEndPointWithKey("GATEWAY"),o=r.BASE_URL,i=r.PROTOCOL,s=yi(yi({},t),{BASE_URL:o,PROTOCOL:i}),a=bi.get(s);return a||(a=function(t){var e=this,n=t.callFunction.bind(t),r=t.request.fetch.bind(t.request),o=t.getEndPointWithKey("GATEWAY"),i=o.BASE_URL,s=o.PROTOCOL,a="".concat(s).concat(i,"/model"),u="".concat(s).concat(i,"/sql"),c=(0,vi.generateHTTPClient)(n,function(t){return n=e,o=void 0,s=function(){return function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}}(this,function(e){switch(e.label){case 0:return[4,r(yi(yi({},t),{headers:yi({"Content-Type":"application/json"},t.headers)}))];case 1:return[4,e.sent().data];case 2:return[2,e.sent()]}})},new((i=void 0)||(i=Promise))(function(t,e){function r(t){try{u(s.next(t))}catch(t){e(t)}}function a(t){try{u(s.throw(t))}catch(t){e(t)}}function u(e){var n;e.done?t(e.value):(n=e.value,n instanceof i?n:new i(function(t){t(n)})).then(r,a)}u((s=s.apply(n,o||[])).next())});var n,o,i,s},a,{sqlBaseUrl:u});return c}(t),bi.set(s,a)),a[n]}})}var _i="cloudbase_init",Ii=new mi;Ii.on(_i,function(t){var e=t.data;Object.assign(e,{models:wi(e)})});var Ei={name:gi,namespace:gi,entity:new Proxy({},{get:function(t,e){console.warn("【deprecated】Accessing Cloudbase.prototype.models.".concat(e,"."))}}),injectEvents:{bus:Ii,events:[_i]}};try{cloudbase.registerComponent(Ei)}catch(t){}function Si(t){try{t.registerComponent(Ei)}catch(t){console.warn(t)}}try{window.registerModel=Si}catch(t){}const Oi=(t=>{var e={};return l.d(e,t),e})({ReadableStream:()=>o.ReadableStream,TransformStream:()=>o.TransformStream}),Ti=(t=>{var e={};return l.d(e,t),e})({createReadableStreamWrapper:()=>i.createReadableStreamWrapper});var Pi=[239,187,191];const Ai=(t=>{var e={};return l.d(e,t),e})({TextDecoder:()=>s.TextDecoder});var Ri=function(t,e,n,r){return new(n||(n=Promise))(function(o,i){function s(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(s,a)}u((r=r.apply(t,e||[])).next())})},Ci=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}},Ni="function"==typeof globalThis.ReadableStream&&"function"==typeof globalThis.TransformStream&&"function"==typeof globalThis.ReadableStream.prototype.pipeThrough,xi=Ni?globalThis.ReadableStream:Oi.ReadableStream,Ui=Ni?globalThis.TransformStream:Oi.TransformStream,Li=function(){var t;return new Ui({start:function(e){t=function(t){var e,n,r,o,i,s,a;return u(),{feed:function(t){n=n?n+t:t,e&&function(t){return Pi.every(function(e,n){return t.charCodeAt(n)===e})}(n)&&(n=n.slice(Pi.length)),e=!1;for(var i=n.length,s=0,a=!1;s<i;){a&&("\n"===n[s]&&(s+=1),a=!1);for(var u=-1,l=o,h=void 0,d=r;u<0&&d<i;d++)":"===(h=n[d])&&l<0?l=d-s:"\r"===h?(a=!0,u=d-s):"\n"===h&&(u=d-s);if(u<0){r=i-s,o=l;break}r=0,o=-1,c(n,s,l,u),s+=u+1}s===i?n="":s>0&&(n=n.slice(s))},reset:u};function u(){e=!0,n="",r=0,o=-1,i=void 0,s=void 0,a=""}function c(e,n,r,o){if(0===o)return a.length>0&&(t({type:"event",id:i,event:s||void 0,data:a.slice(0,-1)}),a="",i=void 0),void(s=void 0);var u,c=r<0,l=e.slice(n,n+(c?o:r)),h=n+(u=c?o:" "===e[n+r+1]?r+2:r+1),d=o-u,f=e.slice(h,h+d).toString();if("data"===l)a+=f?"".concat(f,"\n"):"\n";else if("event"===l)s=f;else if("id"!==l||f.includes("\0")){if("retry"===l){var p=parseInt(f,10);Number.isNaN(p)||t({type:"reconnect-interval",value:p})}}else i=f}}(function(t){"event"===t.type&&e.enqueue(t)})},transform:function(e){t.feed(e)}})},Di=Ni?function(t){return t}:(0,Ti.createReadableStreamWrapper)(xi),ki=function(){function t(t,e){void 0===t&&(t="utf-8"),void 0===e&&(e={});var n=this;this.transform=new Ui({transform:function(t,e){var r=n.handle.decode(new Uint8Array(t),{stream:!0});r&&e.enqueue(r)},flush:function(t){var e=n.handle.decode();e&&t.enqueue(e),t.terminate()}}),this.handle=new Ai.TextDecoder(t,e)}return Object.defineProperty(t.prototype,"encoding",{get:function(){return this.handle.encoding},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"fatal",{get:function(){return this.handle.fatal},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"ignoreBOM",{get:function(){return this.handle.ignoreBOM},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"readable",{get:function(){return this.transform.readable},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"writable",{get:function(){return this.transform.writable},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,Symbol.toStringTag,{get:function(){return"TextDecoderStream"},enumerable:!1,configurable:!0}),t}();function ji(t){var e=t;return e[Symbol.asyncIterator]=function(){var e=t.getReader();return{next:function(){return Ri(this,void 0,Promise,function(){var t,n,r;return Ci(this,function(o){switch(o.label){case 0:return[4,e.read()];case 1:return t=o.sent(),n=t.done,r=t.value,[2,n?{done:!0,value:void 0}:{done:!1,value:r}]}})})}}},e}function qi(t){return ji(t.pipeThrough(new ki).pipeThrough(Li()).pipeThrough(new Ui({transform:function(t,e){try{var n=JSON.parse(t.data);e.enqueue(n)}catch(n){"[DONE]"!==t.data?console.warn("Error when transforming event source data to json",n,t):e.terminate()}}})))}function Mi(t){var e,n,r,o;return Ri(this,void 0,void 0,function(){var i,s,a,u,c,l;return Ci(this,function(h){switch(h.label){case 0:i=function(t){return ji(Di(t).pipeThrough(new ki))}(t),s="",h.label=1;case 1:h.trys.push([1,6,7,12]),a=!0,u=function(t){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var e,n=t[Symbol.asyncIterator];return n?n.call(t):(t="function"==typeof __values?__values(t):t[Symbol.iterator](),e={},r("next"),r("throw"),r("return"),e[Symbol.asyncIterator]=function(){return this},e);function r(n){e[n]=t[n]&&function(e){return new Promise(function(r,o){!function(t,e,n,r){Promise.resolve(r).then(function(e){t({value:e,done:n})},e)}(r,o,(e=t[n](e)).done,e.value)})}}}(i),h.label=2;case 2:return[4,u.next()];case 3:if(c=h.sent(),e=c.done)return[3,5];o=c.value,a=!1;try{s+=o}finally{a=!0}h.label=4;case 4:return[3,2];case 5:return[3,12];case 6:return l=h.sent(),n={error:l},[3,12];case 7:return h.trys.push([7,,10,11]),a||e||!(r=u.return)?[3,9]:[4,r.call(u)];case 8:h.sent(),h.label=9;case 9:return[3,11];case 10:if(n)throw n.error;return[7];case 11:return[7];case 12:return[2,JSON.parse(s)]}})})}function Wi(){var t,e;return{promise:new Promise(function(n,r){t=n,e=r}),res:t,rej:e}}function Fi(t){var e;return"assistant"===t.role&&"tool_calls"in t&&null!=(null===(e=t.tool_calls)||void 0===e?void 0:e[0])}var Bi=function(){return Bi=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},Bi.apply(this,arguments)},Vi=function(t,e,n,r){return new(n||(n=Promise))(function(o,i){function s(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(s,a)}u((r=r.apply(t,e||[])).next())})},Gi=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}},Hi=function(t,e){var n={};for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&e.indexOf(r)<0&&(n[r]=t[r]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(t);o<r.length;o++)e.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(t,r[o])&&(n[r[o]]=t[r[o]])}return n},Ki=function(){function t(t,e){this.baseUrl=e;var n=arguments[2];this.req="string"==typeof n?function(e){var r=e.headers,o=void 0===r?{}:r,i=Hi(e,["headers"]);return t(Bi(Bi({},i),{headers:Bi(Bi({},o),{Authorization:"Bearer ".concat(n)})}))}:t}return t.prototype.list=function(t,e){return this.req({method:"get",url:this.join("bots"),data:t,timeout:null==e?void 0:e.timeout})},t.prototype.create=function(t,e){var n=t.botInfo;return this.req({method:"post",url:this.join("bots"),data:n,timeout:null==e?void 0:e.timeout})},t.prototype.get=function(t,e){var n=t.botId;return this.req({method:"get",url:this.join("bots/".concat(n)),timeout:null==e?void 0:e.timeout})},t.prototype.update=function(t,e){var n=t.botId,r=t.botInfo;return this.req({method:"PATCH",url:this.join("bots/".concat(n)),data:r,timeout:null==e?void 0:e.timeout})},t.prototype.delete=function(t,e){var n=t.botId;return this.req({method:"delete",url:this.join("bots/".concat(n)),timeout:null==e?void 0:e.timeout})},t.prototype.getChatRecords=function(t,e){return this.req({method:"get",url:this.join("bots/".concat(t.botId,"/records")),data:t,timeout:null==e?void 0:e.timeout})},t.prototype.sendFeedback=function(t,e){var n=t.userFeedback;return this.req({method:"post",url:this.join("bots/".concat(n.botId,"/feedback")),data:n,timeout:null==e?void 0:e.timeout})},t.prototype.getFeedback=function(t,e){return this.req({method:"get",url:this.join("bots/".concat(t.botId,"/feedback")),data:t,timeout:null==e?void 0:e.timeout})},t.prototype.uploadFiles=function(t,e){return Vi(this,void 0,void 0,function(){return Gi(this,function(n){return[2,this.req({method:"post",url:this.join("bots/".concat(t.botId,"/files")),data:t,timeout:null==e?void 0:e.timeout})]})})},t.prototype.createConversation=function(t,e){var n=t.botId,r=Hi(t,["botId"]);return Vi(this,void 0,void 0,function(){return Gi(this,function(t){return[2,this.req({method:"post",url:this.join("bots/".concat(n,"/conversation")),data:r,timeout:null==e?void 0:e.timeout})]})})},t.prototype.getConversation=function(t,e){var n=t.pageSize,r=void 0===n?10:n,o=t.pageNumber,i=void 0===o?1:o,s=t.botId,a=Hi(t,["pageSize","pageNumber","botId"]);return Vi(this,void 0,void 0,function(){var t,n;return Gi(this,function(o){if(i<1)throw new Error("pageNumber must be greater than 0");return t=r*(i-1),n=r,[2,this.req({method:"get",url:this.join("bots/".concat(s,"/conversation")),data:Bi(Bi({},a),{offset:t,limit:n}),timeout:null==e?void 0:e.timeout})]})})},t.prototype.deleteConversation=function(t,e){var n=t.botId,r=t.conversationId,o=Hi(t,["botId","conversationId"]);return Vi(this,void 0,void 0,function(){return Gi(this,function(t){return[2,this.req({method:"delete",url:this.join("bots/".concat(n,"/conversation/").concat(r)),data:o,timeout:null==e?void 0:e.timeout})]})})},t.prototype.speechToText=function(t,e){return Vi(this,void 0,void 0,function(){return Gi(this,function(n){return[2,this.req({method:"post",url:this.join("bots/".concat(t.botId,"/speech-to-text")),data:t,timeout:null==e?void 0:e.timeout})]})})},t.prototype.textToSpeech=function(t,e){return Vi(this,void 0,void 0,function(){return Gi(this,function(n){return[2,this.req({method:"post",url:this.join("bots/".concat(t.botId,"/text-to-speech")),data:t,timeout:null==e?void 0:e.timeout})]})})},t.prototype.getTextToSpeechResult=function(t,e){return Vi(this,void 0,void 0,function(){return Gi(this,function(n){return[2,this.req({method:"get",url:this.join("bots/".concat(t.botId,"/text-to-speech")),data:t,timeout:null==e?void 0:e.timeout})]})})},t.prototype.getRecommendQuestions=function(t,e){return Vi(this,void 0,void 0,function(){var n;return Gi(this,function(r){switch(r.label){case 0:return[4,this.req({method:"post",url:this.join("bots/".concat(t.botId,"/recommend-questions")),data:t,stream:!0,timeout:null==e?void 0:e.timeout})];case 1:return n=r.sent(),[2,new Ji(n)]}})})},t.prototype.generateBot=function(t,e){return Vi(this,void 0,void 0,function(){var n;return Gi(this,function(r){switch(r.label){case 0:return[4,this.req({method:"post",url:this.join("generate-bot"),data:t,stream:!0,timeout:null==e?void 0:e.timeout})];case 1:return n=r.sent(),[2,new Ji(n)]}})})},t.prototype.getPreview=function(t,e){return Vi(this,void 0,void 0,function(){var n;return Gi(this,function(r){switch(r.label){case 0:return[4,this.req({method:"post",url:this.join("preview"),data:t,stream:!0,timeout:null==e?void 0:e.timeout})];case 1:return n=r.sent(),[2,new Ji(n)]}})})},t.prototype.generateImage=function(t,e){return this.req({method:"post",url:this.join("generate-image"),data:t,timeout:null==e?void 0:e.timeout})},t.prototype.sendMessage=function(t,e){return Vi(this,void 0,void 0,function(){var n;return Gi(this,function(r){switch(r.label){case 0:return[4,this.req({method:"post",url:this.join("bots/".concat(t.botId,"/send-message")),data:t,stream:!0,timeout:null==e?void 0:e.timeout})];case 1:return n=r.sent(),[2,new Ji(n)]}})})},t.prototype.join=function(t){return"".concat(this.baseUrl,"/").concat(t)},t}(),Ji=function(){function t(t){var e=Di(t);this._eventSourceStream=e.pipeThrough(new ki).pipeThrough(Li())}return Object.defineProperty(t.prototype,"teeedStream",{get:function(){var t=this._eventSourceStream.tee(),e=t[0],n=t[1];return this._eventSourceStream=n,e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"eventSourceStream",{get:function(){return ji(this.teeedStream)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"dataStream",{get:function(){return ji(this.eventSourceStream.pipeThrough(new Ui({transform:function(t,e){try{var n=JSON.parse(t.data);e.enqueue(n)}catch(n){"[DONE]"!==t.data?console.warn("Error when transforming event source data to json",n,t):e.terminate()}}})))},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"textStream",{get:function(){return ji(this.dataStream.pipeThrough(new Ui({transform:function(t,e){var n;e.enqueue(null!==(n=null==t?void 0:t.content)&&void 0!==n?n:"")}})))},enumerable:!1,configurable:!0}),t}(),zi=function(){return zi=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},zi.apply(this,arguments)},Yi=function(t,e,n,r){return new(n||(n=Promise))(function(o,i){function s(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(s,a)}u((r=r.apply(t,e||[])).next())})},Qi=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}};function $i(t){var e=t.messages,n=t.model,r=t.temperature,o=t.tool_choice,i=t.tools,s=t.top_p;return zi(zi({},t),{messages:e,model:n,temperature:r,tool_choice:(o&&"auto"!==o&&console.warn("`tool_choice` is not 'auto'"),o),tools:i,top_p:s})}var Xi=function(){function t(t,e,n){this.req=t,this.baseUrl=e,this.subUrl="zhipu/api/paas/v4/chat/completions",null!=n&&(this.subUrl=n)}return Object.defineProperty(t.prototype,"url",{get:function(){return"".concat(this.baseUrl,"/").concat(this.subUrl)},enumerable:!1,configurable:!0}),t.prototype.doGenerate=function(t,e){return Yi(this,void 0,Promise,function(){var n,r;return Qi(this,function(o){switch(o.label){case 0:return n=$i(t),[4,this.req({url:this.url,data:zi(zi({},n),{stream:!1}),stream:!1,timeout:null==e?void 0:e.timeout})];case 1:return r=o.sent(),[2,zi(zi({},r),{rawResponse:r})]}})})},t.prototype.doStream=function(t,e){return Yi(this,void 0,Promise,function(){var n,r,o,i;return Qi(this,function(s){switch(s.label){case 0:return n=$i(t),r=null,[4,this.req({url:this.url,data:zi(zi({},n),{stream:!0}),stream:!0,timeout:null==e?void 0:e.timeout})];case 1:return o=s.sent(),i=Di(o),[2,ji(qi(i).pipeThrough(new Ui({transform:function(t,e){var n=t.choices.map(function(t){var e=t.delta;return null==r&&(r=Fi(e)),r?zi(zi({},t),{finish_reason:"tool_calls",delta:e}):t}),o=zi(zi({},t),{choices:n});e.enqueue(zi(zi({},o),{rawResponse:t}))}})))]}})})},t}(),Zi=function(){return Zi=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},Zi.apply(this,arguments)};function ts(t){var e=t.messages,n=t.model,r=t.temperature,o=t.tool_choice,i=t.tools,s=t.top_p;return Zi(Zi({},t),{messages:(e.forEach(function(t){"tool_calls"in t&&t.tool_calls.filter(function(t){return"function"!==t.type}).forEach(function(e){return console.warn("`type` in tool_call is not 'function'",e,t)})}),e),model:n,tools:function(){if(i)return i.forEach(function(t){"function"!==t.type&&console.warn("`type` in tool is not 'function'",t)}),i}(),top_p:s,tool_choice:o,temperature:r})}function es(t){return"object"!=typeof t||null==t?t:Array.isArray(t)?t.map(function(t){return es(t)}):Object.entries(t).reduce(function(t,e){var n,r=e[0],o=e[1];return t["_"===(n=r.replace(/[A-Z]/g,function(t){return"_".concat(t.toLowerCase())})).charAt(0)?n.slice(1):n]="object"==typeof o?es(o):o,t},{})}var ns=function(){return ns=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},ns.apply(this,arguments)},rs=function(t,e,n,r){return new(n||(n=Promise))(function(o,i){function s(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(s,a)}u((r=r.apply(t,e||[])).next())})},os=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}},is=function(){function t(t,e,n){this.req=t,this.baseUrl=e,this.subUrl="hunyuan-beta/openapi/v1/chat/completions",null!=n&&(this.subUrl=n)}return Object.defineProperty(t.prototype,"url",{get:function(){return"".concat(this.baseUrl,"/").concat(this.subUrl)},enumerable:!1,configurable:!0}),t.prototype.doGenerate=function(t,e){return rs(this,void 0,Promise,function(){var n;return os(this,function(r){switch(r.label){case 0:return[4,this.req({url:this.url,data:ns(ns({},ts(t)),{stream:!1}),stream:!1,timeout:null==e?void 0:e.timeout})];case 1:return n=r.sent(),[2,ns(ns({},n),{rawResponse:n})]}})})},t.prototype.doStream=function(t,e){return rs(this,void 0,Promise,function(){var n,r,o;return os(this,function(i){switch(i.label){case 0:return n=null,[4,this.req({url:this.url,data:ns(ns({},ts(t)),{stream:!0}),stream:!0,timeout:null==e?void 0:e.timeout})];case 1:return r=i.sent(),o=Di(r),[2,ji(qi(o).pipeThrough(new Ui({transform:function(t,e){var r=t.choices.map(function(t){var e=t.delta;return null==n&&(n=Fi(e)),n?ns(ns({},t),{finish_reason:"tool_calls",delta:e}):t}),o=ns(ns({},t),{choices:r});e.enqueue(ns(ns({},o),{rawResponse:t}))}})))]}})})},t}(),ss=function(){return ss=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},ss.apply(this,arguments)},as=function(t,e,n,r){return new(n||(n=Promise))(function(o,i){function s(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(s,a)}u((r=r.apply(t,e||[])).next())})},us=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}},cs=function(){function t(t,e,n){this.req=t,this.baseUrl=e,this.subUrl="hunyuan",null!=n&&(this.subUrl=n)}return Object.defineProperty(t.prototype,"url",{get:function(){return"".concat(this.baseUrl,"/").concat(this.subUrl)},enumerable:!1,configurable:!0}),t.prototype.doGenerate=function(t,e){return as(this,void 0,Promise,function(){var n,r;return us(this,function(o){switch(o.label){case 0:return[4,this.req({url:this.url,headers:{"X-Tc-Action":"ChatCompletions"},data:ss(ss({},ts(t)),{stream:!1}),stream:!1,timeout:null==e?void 0:e.timeout})];case 1:return n=o.sent(),r=es(n.Response),[2,ss(ss({},r),{rawResponse:n})]}})})},t.prototype.doStream=function(t,e){return as(this,void 0,Promise,function(){var n,r,o;return us(this,function(i){switch(i.label){case 0:return n=null,[4,this.req({url:this.url,headers:{"X-Tc-Action":"ChatCompletions"},data:ss(ss({},t),{stream:!0}),stream:!0,timeout:null==e?void 0:e.timeout})];case 1:return r=i.sent(),o=Di(r),[2,ji(qi(o).pipeThrough(new Ui({transform:function(t,e){var r=es(t),o=r.choices.map(function(t){var e=t.delta;return null==n&&(n=Fi(e)),n?ss(ss({},t),{finish_reason:"tool_calls",delta:e}):t}),i=ss(ss({},r),{choices:o});e.enqueue(ss(ss({},i),{rawResponse:t}))}})))]}})})},t}(),ls=function(){return ls=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},ls.apply(this,arguments)},hs=function(t,e,n,r){return new(n||(n=Promise))(function(o,i){function s(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(s,a)}u((r=r.apply(t,e||[])).next())})},ds=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}};function fs(t){var e=t.messages,n=t.model,r=t.temperature,o=t.tools,i=t.top_p;return ls(ls({},t),{messages:e,model:n,tools:o,top_p:i,temperature:r})}var ps=function(){function t(t,e,n){this.req=t,this.baseUrl=e,this.subUrl="ark/api/v3/chat/completions",null!=n&&(this.subUrl=n)}return Object.defineProperty(t.prototype,"url",{get:function(){return"".concat(this.baseUrl,"/").concat(this.subUrl)},enumerable:!1,configurable:!0}),t.prototype.doGenerate=function(t,e){return hs(this,void 0,Promise,function(){var n;return ds(this,function(r){switch(r.label){case 0:return[4,this.req({url:this.url,data:ls(ls({},fs(t)),{stream:!1}),stream:!1,timeout:null==e?void 0:e.timeout})];case 1:return n=r.sent(),[2,ls(ls({},n),{rawResponse:n})]}})})},t.prototype.doStream=function(t,e){return hs(this,void 0,Promise,function(){var n,r,o;return ds(this,function(i){switch(i.label){case 0:return n=null,[4,this.req({url:this.url,data:ls(ls({},fs(t)),{stream:!0}),stream:!0,timeout:null==e?void 0:e.timeout})];case 1:return r=i.sent(),o=Di(r),[2,ji(qi(o).pipeThrough(new Ui({transform:function(t,e){var r=t.choices.map(function(t){var e=t.delta;return null==n&&(n=Fi(e)),n?ls(ls({},t),{finish_reason:"tool_calls",delta:e}):t}),o=ls(ls({},t),{choices:r});e.enqueue(ls(ls({},o),{rawResponse:t}))}})))]}})})},t}(),vs=function(){return vs=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},vs.apply(this,arguments)},ys=function(t,e,n,r){return new(n||(n=Promise))(function(o,i){function s(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(s,a)}u((r=r.apply(t,e||[])).next())})},ms=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}};function gs(t){var e=t.messages,n=t.model,r=t.temperature,o=t.tools,i=t.top_p;return vs(vs({},t),{messages:e,model:n,tools:o,top_p:i,temperature:r})}var bs=function(){function t(t,e,n){this.req=t,this.baseUrl=e,this.subUrl="dashscope/compatible-mode/v1/chat/completions",null!=n&&(this.subUrl=n)}return Object.defineProperty(t.prototype,"url",{get:function(){return"".concat(this.baseUrl,"/").concat(this.subUrl)},enumerable:!1,configurable:!0}),t.prototype.doGenerate=function(t,e){return ys(this,void 0,Promise,function(){var n;return ms(this,function(r){switch(r.label){case 0:return[4,this.req({url:this.url,data:vs(vs({},gs(t)),{stream:!1}),stream:!1,timeout:null==e?void 0:e.timeout})];case 1:return n=r.sent(),[2,vs(vs({},n),{rawResponse:n})]}})})},t.prototype.doStream=function(t,e){return ys(this,void 0,Promise,function(){var n,r,o;return ms(this,function(i){switch(i.label){case 0:return n=null,[4,this.req({url:this.url,data:vs(vs({},gs(t)),{stream:!0}),stream:!0,timeout:null==e?void 0:e.timeout})];case 1:return r=i.sent(),o=Di(r),[2,ji(qi(o).pipeThrough(new Ui({transform:function(t,e){var r=t.choices.map(function(t){var e=Object.assign(t.delta,{role:"assistant"});return null==n&&(n=Fi(e)),vs(vs({},t),n?{finish_reason:"tool_calls",delta:e}:{delta:e})}),o=vs(vs({},t),{choices:r});e.enqueue(vs(vs({},o),{rawResponse:t}))}})))]}})})},t}(),ws=function(){return ws=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},ws.apply(this,arguments)},_s=function(t,e,n,r){return new(n||(n=Promise))(function(o,i){function s(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(s,a)}u((r=r.apply(t,e||[])).next())})},Is=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}};function Es(t){var e=t.messages,n=t.model,r=t.temperature,o=t.tools,i=t.top_p;return ws(ws({},t),{messages:e,model:n,tools:o,top_p:i,temperature:r})}var Ss=function(){function t(t,e,n){this.req=t,this.baseUrl=e,this.subUrl="01-ai/v1/chat/completions",null!=n&&(this.subUrl=n)}return Object.defineProperty(t.prototype,"url",{get:function(){return"".concat(this.baseUrl,"/").concat(this.subUrl)},enumerable:!1,configurable:!0}),t.prototype.doGenerate=function(t,e){return _s(this,void 0,Promise,function(){var n;return Is(this,function(r){switch(r.label){case 0:return[4,this.req({url:this.url,data:ws(ws({},Es(t)),{stream:!1}),stream:!1,timeout:null==e?void 0:e.timeout})];case 1:return n=r.sent(),[2,ws(ws({},n),{rawResponse:n})]}})})},t.prototype.doStream=function(t,e){return _s(this,void 0,Promise,function(){var n,r,o,i,s;return Is(this,function(a){switch(a.label){case 0:return n=null,[4,this.req({url:this.url,data:ws(ws({},Es(t)),{stream:!0}),stream:!0,timeout:null==e?void 0:e.timeout})];case 1:return r=a.sent(),o=Di(r),i=qi(o),s=i.pipeThrough(new Ui({transform:function(t,e){var r,o,i,s,a,u;if((null===(i=null===(o=null===(r=null==t?void 0:t.choices)||void 0===r?void 0:r[0])||void 0===o?void 0:o.delta)||void 0===i?void 0:i.content)||(null===(u=null===(a=null===(s=null==t?void 0:t.choices)||void 0===s?void 0:s[0])||void 0===a?void 0:a.delta)||void 0===u?void 0:u.tool_calls)){var c=t.choices.map(function(t){var e=Object.assign(t.delta,{role:"assistant"});return null==n&&(n=Fi(e)),ws(ws({},t),n?{finish_reason:"tool_calls",delta:e}:{delta:e})}),l=ws(ws({},t),{choices:c});e.enqueue(ws(ws({},l),{rawResponse:t}))}}})),[2,ji(s)]}})})},t}(),Os=function(){return Os=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},Os.apply(this,arguments)},Ts=function(t,e,n,r){return new(n||(n=Promise))(function(o,i){function s(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(s,a)}u((r=r.apply(t,e||[])).next())})},Ps=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}};function As(t){var e=t.messages,n=t.model,r=t.temperature,o=t.tools,i=t.top_p;return Os(Os({},t),{messages:e,model:n,tools:o,top_p:i,temperature:r})}var Rs=function(){function t(t,e,n){this.req=t,this.baseUrl=e,this.subUrl="moonshot/v1/chat/completions",null!=n&&(this.subUrl=n)}return Object.defineProperty(t.prototype,"url",{get:function(){return"".concat(this.baseUrl,"/").concat(this.subUrl)},enumerable:!1,configurable:!0}),t.prototype.doGenerate=function(t,e){return Ts(this,void 0,Promise,function(){var n;return Ps(this,function(r){switch(r.label){case 0:return[4,this.req({url:this.url,data:Os(Os({},As(t)),{stream:!1}),stream:!1,timeout:null==e?void 0:e.timeout})];case 1:return n=r.sent(),[2,Os(Os({},n),{rawResponse:n})]}})})},t.prototype.doStream=function(t,e){return Ts(this,void 0,Promise,function(){var n,r,o;return Ps(this,function(i){switch(i.label){case 0:return n=null,[4,this.req({url:this.url,data:Os(Os({},As(t)),{stream:!0}),stream:!0,timeout:null==e?void 0:e.timeout})];case 1:return r=i.sent(),o=Di(r),[2,ji(qi(o).pipeThrough(new Ui({transform:function(t,e){var r=t.choices.map(function(t){var e=t.delta;return null==n&&(n=Fi(e)),n?Os(Os({},t),{finish_reason:"tool_calls",delta:e}):t}),o=Os(Os({},t),{choices:r});e.enqueue(Os(Os({},o),{rawResponse:t}))}})))]}})})},t}(),Cs=function(){return Cs=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},Cs.apply(this,arguments)},Ns=function(t,e,n,r){return new(n||(n=Promise))(function(o,i){function s(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(s,a)}u((r=r.apply(t,e||[])).next())})},xs=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}},Us=function(){function t(t,e,n){this.req=t,this.baseUrl=e,this.subUrl="hunyuan-exp/chat/completions",null!=n&&(this.subUrl=n)}return Object.defineProperty(t.prototype,"url",{get:function(){return"".concat(this.baseUrl,"/").concat(this.subUrl)},enumerable:!1,configurable:!0}),t.prototype.doGenerate=function(t){return Ns(this,void 0,Promise,function(){var e;return xs(this,function(n){switch(n.label){case 0:return[4,this.req({url:this.url,data:Cs(Cs({},ts(t)),{stream:!1}),stream:!1})];case 1:return e=n.sent(),[2,Cs(Cs({},e),{rawResponse:e})]}})})},t.prototype.doStream=function(t){return Ns(this,void 0,Promise,function(){var e,n,r;return xs(this,function(o){switch(o.label){case 0:return e=null,[4,this.req({url:this.url,data:Cs(Cs({},ts(t)),{stream:!0}),stream:!0})];case 1:return n=o.sent(),r=Di(n),[2,ji(qi(r).pipeThrough(new Ui({transform:function(t,n){var r=t.choices.map(function(t){var n=t.delta;return null==e&&(e=Fi(n)),e?Cs(Cs({},t),{finish_reason:"tool_calls",delta:n}):t}),o=Cs(Cs({},t),{choices:r});n.enqueue(Cs(Cs({},o),{rawResponse:t}))}})))]}})})},t}(),Ls=function(){return Ls=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},Ls.apply(this,arguments)},Ds=function(t,e,n,r){return new(n||(n=Promise))(function(o,i){function s(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(s,a)}u((r=r.apply(t,e||[])).next())})},ks=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}},js=function(){function t(t,e,n){this.req=t,this.baseUrl=e,this.subUrl="hunyuan-open/v1/chat/completions",null!=n&&(this.subUrl=n)}return Object.defineProperty(t.prototype,"url",{get:function(){return"".concat(this.baseUrl,"/").concat(this.subUrl)},enumerable:!1,configurable:!0}),t.prototype.doGenerate=function(t,e){return Ds(this,void 0,Promise,function(){var n;return ks(this,function(r){switch(r.label){case 0:return[4,this.req({url:this.url,data:Ls(Ls({},ts(t)),{stream:!1}),stream:!1,timeout:null==e?void 0:e.timeout})];case 1:return n=r.sent(),[2,Ls(Ls({},n),{rawResponse:n})]}})})},t.prototype.doStream=function(t,e){return Ds(this,void 0,Promise,function(){var n,r,o;return ks(this,function(i){switch(i.label){case 0:return n=null,[4,this.req({url:this.url,data:Ls(Ls({},ts(t)),{stream:!0}),stream:!0,timeout:null==e?void 0:e.timeout})];case 1:return r=i.sent(),o=Di(r),[2,ji(qi(o).pipeThrough(new Ui({transform:function(t,e){var r=t.choices.map(function(t){var e=t.delta;return null==n&&(n=Fi(e)),n?Ls(Ls({},t),{finish_reason:"tool_calls",delta:e}):t}),o=Ls(Ls({},t),{choices:r});e.enqueue(Ls(Ls({},o),{rawResponse:t}))}})))]}})})},t}(),qs=function(){return qs=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},qs.apply(this,arguments)},Ms=function(t,e,n,r){return new(n||(n=Promise))(function(o,i){function s(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(s,a)}u((r=r.apply(t,e||[])).next())})},Ws=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}},Fs=function(){function t(t,e,n){this.req=t,this.baseUrl=e,this.subUrl="deepseek/chat/completions",null!=n&&(this.subUrl=n)}return Object.defineProperty(t.prototype,"url",{get:function(){return"".concat(this.baseUrl,"/").concat(this.subUrl)},enumerable:!1,configurable:!0}),t.prototype.doGenerate=function(t,e){return Ms(this,void 0,Promise,function(){var n;return Ws(this,function(r){switch(r.label){case 0:return[4,this.req({url:this.url,data:qs(qs({},t),{stream:!1}),stream:!1,timeout:null==e?void 0:e.timeout})];case 1:return n=r.sent(),[2,qs(qs({},n),{rawResponse:n})]}})})},t.prototype.doStream=function(t,e){return Ms(this,void 0,Promise,function(){var n,r,o;return Ws(this,function(i){switch(i.label){case 0:return n=null,[4,this.req({url:this.url,data:qs(qs({},t),{stream:!0}),stream:!0,timeout:null==e?void 0:e.timeout})];case 1:return r=i.sent(),o=Di(r),[2,ji(qi(o).pipeThrough(new Ui({transform:function(t,e){var r=t.choices.map(function(t){var e=t.delta;return null==n&&(n=Fi(e)),n?qs(qs({},t),{finish_reason:"tool_calls",delta:e}):t}),o=qs(qs({},t),{choices:r});e.enqueue(qs(qs({},o),{rawResponse:t}))}})))]}})})},t}(),Bs=function(){return Bs=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},Bs.apply(this,arguments)},Vs=function(t,e,n,r){return new(n||(n=Promise))(function(o,i){function s(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(s,a)}u((r=r.apply(t,e||[])).next())})},Gs=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}},Hs=function(){function t(t,e,n){void 0===n&&(n=""),this.req=t,this.baseUrl=e,this.subUrl=n}return Object.defineProperty(t.prototype,"url",{get:function(){return"".concat(this.baseUrl,"/").concat(this.subUrl)},enumerable:!1,configurable:!0}),t.prototype.doGenerate=function(t){return Vs(this,void 0,Promise,function(){var e;return Gs(this,function(n){switch(n.label){case 0:return[4,this.req({url:this.url,data:Bs(Bs({},t),{stream:!1}),stream:!1})];case 1:return e=n.sent(),[2,Bs(Bs({},e),{rawResponse:e})]}})})},t.prototype.doStream=function(t){return Vs(this,void 0,Promise,function(){var e,n,r;return Gs(this,function(o){switch(o.label){case 0:return e=null,[4,this.req({url:this.url,data:Bs(Bs({},t),{stream:!0}),stream:!0})];case 1:return n=o.sent(),r=Di(n),[2,ji(qi(r).pipeThrough(new Ui({transform:function(t,n){var r=t.choices.map(function(t){var n=t.delta;return null==e&&(e=Fi(n)),e?Bs(Bs({},t),{finish_reason:"tool_calls",delta:n}):t}),o=Bs(Bs({},t),{choices:r});n.enqueue(Bs(Bs({},o),{rawResponse:t}))}})))]}})})},t}(),Ks=function(){var t=function(e,n){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},t(e,n)};return function(e,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),Js=function(t){function e(e,n){var r=t.call(this,e)||this;return r.name="InvalidParamsError",r.code="INVALID_PARAMS",r.field=n,r}return Ks(e,t),e.prototype.toJSON=function(){return{code:this.code,message:this.message,field:this.field}},e}(Error),zs=function(){function t(t,e,n){this.req=t,this.baseUrl=e,this.provider=n,this.defaultGenerateImageSubUrl="images/ar/generations",this.generateImageSubUrlConfig={"hunyuan-image":[[/^hunyuan-image(-v[12](\..*)?)?$/,"images/generations"]]},this.generateImage=this.generateImageImpl.bind(this)}return t.prototype.generateImageImpl=function(t){return e=this,n=void 0,o=function(){var e,n,r,o,i;return function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}}(this,function(s){switch(s.label){case 0:if("object"==typeof t&&t&&"model"in t&&"HY-Image-v3.0-I2I-ToB-v1.0.1"===t.model&&(""===this.provider||"hunyuan-image"===this.provider)){if(n=(e=t).image_urls,r=e.images,n&&n.length>1)throw new Js("当模型为 HY-Image-v3.0-I2I-ToB-v1.0.1 时,image_urls 最多只能有 1 个元素","image_urls");if(r&&r.length>1)throw new Js("当模型为 HY-Image-v3.0-I2I-ToB-v1.0.1 时,images 最多只能有 1 个元素","images")}return o=this.defaultGenerateImageSubUrl,"object"==typeof t&&t&&"model"in t&&"string"==typeof t.model&&(i=this.getGenerateImageSubUrl(this.provider,t.model))&&(o=i),[4,this.req({url:this.getGenerateUrl(o),data:t,stream:!1})];case 1:return[2,s.sent()]}})},new((r=Promise)||(r=Promise))(function(t,i){function s(t){try{u(o.next(t))}catch(t){i(t)}}function a(t){try{u(o.throw(t))}catch(t){i(t)}}function u(e){var n;e.done?t(e.value):(n=e.value,n instanceof r?n:new r(function(t){t(n)})).then(s,a)}u((o=o.apply(e,n||[])).next())});var e,n,r,o},t.prototype.getGenerateUrl=function(t){return"".concat(this.baseUrl,"/").concat(this.provider,"/").concat(t)},t.prototype.getGenerateImageSubUrl=function(t,e){var n=this.generateImageSubUrlConfig[t];if(n)for(var r=0,o=n;r<o.length;r++){var i=o[r],s=i[0],a=i[1];if(s.test(e))return a}},t}(),Ys=function(){return Ys=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},Ys.apply(this,arguments)},Qs=function(t,e,n,r){return new(n||(n=Promise))(function(o,i){function s(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(s,a)}u((r=r.apply(t,e||[])).next())})},$s=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}},Xs=function(t,e,n){if(n||2===arguments.length)for(var r,o=0,i=e.length;o<i;o++)!r&&o in e||(r||(r=Array.prototype.slice.call(e,0,o)),r[o]=e[o]);return t.concat(r||Array.prototype.slice.call(e))};function Zs(t){var e,n=t.onStepFinish,r=t.abortSignal,o=t.maxSteps,i=t.topP,s=t.toolChoice,a=function(t,e){var n={};for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&e.indexOf(r)<0&&(n[r]=t[r]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(t);o<r.length;o++)e.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(t,r[o])&&(n[r[o]]=t[r[o]])}return n}(t,["onStepFinish","abortSignal","maxSteps","topP","toolChoice"]);if(null!=o&&o<1)throw new Error("`maxSteps` muse be greater than 0.");return[{onStepFinish:n,abortSignal:r,maxSteps:o},Ys(Ys({},a),{tools:null===(e=a.tools)||void 0===e?void 0:e.map(function(t){return"fn"in t?function(t){return{type:"function",function:{description:t.description,name:t.name,parameters:t.parameters}}}(t):t}),top_p:null!=i?i:a.top_p,tool_choice:null!=s?s:a.tool_choice})]}var ta=function(){function t(t){this.model=t}return t.prototype.generateText=function(t,e){var n,r;return Qs(this,void 0,Promise,function(){var o,i,s,a,u,c,l,h,d,f,p,v,y,m,g,b,w,_,I,E,S,O=this;return $s(this,function(T){switch(T.label){case 0:return o=[],i={completion_tokens:0,prompt_tokens:0,total_tokens:0},s=Zs(t),a=s[0],u=a.onStepFinish,c=a.maxSteps,l=void 0===c?10:c,h=s[1],[4,(d=function(){return O.model.doGenerate(h,e)})()];case 1:f=T.sent(),p=1,f.rawResponse&&o.push(f.rawResponse),v=null,T.label=2;case 2:if(!(p<l&&null!=(v=ea(f))))return[3,9];y=ia(f.usage),sa(i,y),T.label=3;case 3:return T.trys.push([3,7,,8]),[4,oa(v)];case 4:return m=T.sent(),g=f.choices[0],[4,null==u?void 0:u({finishReason:g.finish_reason,messages:h.messages.slice(),text:g.message.content,toolCall:v,toolResult:m,stepUsage:y,totalUsage:Object.assign({},i)})];case 5:return T.sent(),na(h.messages,g.message,m),[4,d()];case 6:return(f=T.sent()).rawResponse&&o.push(f.rawResponse),p+=1,[3,8];case 7:return b=T.sent(),[2,{text:"",messages:h.messages,usage:i,error:b,rawResponses:o}];case 8:return[3,2];case 9:return w=null===(n=null==f?void 0:f.choices)||void 0===n?void 0:n[0],_=null==w?void 0:w.message,I=null!==(r=null==_?void 0:_.content)&&void 0!==r?r:"",E=_?Xs(Xs([],h.messages,!0),[_],!1):h.messages,S=ia(f.usage),sa(i,S),[4,null==u?void 0:u({finishReason:w.finish_reason,messages:E.slice(),text:I,toolCall:ea(f),toolResult:null,stepUsage:S,totalUsage:Object.assign({},i)})];case 10:return T.sent(),[2,{text:I,messages:E,usage:i,rawResponses:o}]}})})},t.prototype.streamText=function(t,e){var n;return Qs(this,void 0,Promise,function(){var r,o,i,s,a,u,c,l,h,d,f,p,v,y,m,g,b,w,_,I,E,S,O,T,P,A,R,C,N,x,U,L,D,k,j,q,M=this;return $s(this,function(W){switch(W.label){case 0:return r={completion_tokens:0,prompt_tokens:0,total_tokens:0},o=Zs(t),i=o[0],s=i.onStepFinish,a=i.maxSteps,u=void 0===a?10:a,c=o[1],[4,(l=function(){return M.model.doStream(c,e)})()];case 1:h=W.sent(),d=1,f=null,p=function(){var t=h.tee(),e=t[0],n=t[1];return h=ji(e),function(t){var e,n,r,o,i,s,a,u,c,l;return Qs(this,void 0,Promise,function(){var h,d,f,p,v,y,m,g,b,w,_,I,E;return $s(this,function(S){switch(S.label){case 0:h={completion_tokens:0,prompt_tokens:0,total_tokens:0},d=ji(t),p={role:"assistant",content:"",tool_calls:[f={id:"",function:{name:"",arguments:""},type:""}]},S.label=1;case 1:S.trys.push([1,6,7,12]),v=!0,y=function(t){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var e,n=t[Symbol.asyncIterator];return n?n.call(t):(t="function"==typeof __values?__values(t):t[Symbol.iterator](),e={},r("next"),r("throw"),r("return"),e[Symbol.asyncIterator]=function(){return this},e);function r(n){e[n]=t[n]&&function(e){return new Promise(function(r,o){!function(t,e,n,r){Promise.resolve(r).then(function(e){t({value:e,done:n})},e)}(r,o,(e=t[n](e)).done,e.value)})}}}(d),S.label=2;case 2:return[4,y.next()];case 3:if(m=S.sent(),e=m.done)return[3,5];o=m.value,v=!1;try{if(!(b=null==(g=o)?void 0:g.choices[0]))return[2,null];if(w=b.finish_reason,_=b.delta,"tool_calls"!==w)return[2,null];if(!_)return[3,4];if(_.content&&(p.content+=_.content),!("tool_calls"in _))return[3,4];(null==(I=null===(i=null==_?void 0:_.tool_calls)||void 0===i?void 0:i[0])?void 0:I.id)&&(f.id=I.id),(null==I?void 0:I.type)&&(f.type=I.type),(null===(s=null==I?void 0:I.function)||void 0===s?void 0:s.name)&&(f.function.name=I.function.name),(null===(a=null==I?void 0:I.function)||void 0===a?void 0:a.arguments)&&(f.function.arguments+=I.function.arguments),(null===(u=null==g?void 0:g.usage)||void 0===u?void 0:u.completion_tokens)&&(h.completion_tokens=g.usage.completion_tokens),(null===(c=null==g?void 0:g.usage)||void 0===c?void 0:c.prompt_tokens)&&(h.prompt_tokens=g.usage.prompt_tokens),(null===(l=null==g?void 0:g.usage)||void 0===l?void 0:l.total_tokens)&&(h.total_tokens=g.usage.total_tokens)}finally{v=!0}S.label=4;case 4:return[3,2];case 5:return[3,12];case 6:return E=S.sent(),n={error:E},[3,12];case 7:return S.trys.push([7,,10,11]),v||e||!(r=y.return)?[3,9]:[4,r.call(y)];case 8:S.sent(),S.label=9;case 9:return[3,11];case 10:if(n)throw n.error;return[7];case 11:return[7];case 12:return[2,{message:p,usage:h}]}})})}(n)},W.label=2;case 2:return(v=d<u)?[4,p()]:[3,4];case 3:v=null!=(f=W.sent()),W.label=4;case 4:if(!v)return[3,11];y=f.message,m=f.usage,sa(r,m),g=null===(n=y.tool_calls)||void 0===n?void 0:n[0],W.label=5;case 5:return W.trys.push([5,9,,10]),[4,oa(g)];case 6:return b=W.sent(),[4,null==s?void 0:s({finishReason:"tool_calls",messages:c.messages.slice(),text:y.content,toolCall:g,toolResult:b,stepUsage:m,totalUsage:Object.assign({},r)})];case 7:return W.sent(),na(c.messages,y,b),[4,l()];case 8:return h=W.sent(),[3,10];case 9:return w=W.sent(),_=h.tee(),I=_[0],E=_[1],[2,{messages:Promise.resolve(c.messages),dataStream:ji(I),textStream:ji(E.pipeThrough(new Ui({transform:function(t,e){var n,r,o,i=null===(o=null===(r=null===(n=null==t?void 0:t.choices)||void 0===n?void 0:n[0])||void 0===r?void 0:r.delta)||void 0===o?void 0:o.content;"string"==typeof i&&e.enqueue(i)}}))),usage:Promise.resolve(r),error:w}];case 10:return[3,2];case 11:return[4,p()];case 12:return(f=W.sent())?(S=f.message,O=f.usage,sa(r,O),T=Xs(Xs([],c.messages,!0),[S],!1),s({messages:T.slice(),finishReason:"tool_call",stepUsage:O,text:S.content,toolCall:S.tool_calls[0],totalUsage:Object.assign({},r)}),P=h.tee(),A=P[0],R=P[1],[2,{messages:Promise.resolve(Xs(Xs([],c.messages,!0),[S],!1)),dataStream:ji(A),textStream:ji(R.pipeThrough(new Ui({transform:function(t,e){var n,r,o,i=null===(o=null===(r=null===(n=null==t?void 0:t.choices)||void 0===n?void 0:n[0])||void 0===r?void 0:r.delta)||void 0===o?void 0:o.content;"string"==typeof i&&e.enqueue(i)}}))),usage:Promise.resolve(r)}]):(C=Wi(),N=Wi(),x={role:"assistant",content:""},U="",L={completion_tokens:0,prompt_tokens:0,total_tokens:0},D=h.pipeThrough(new Ui({transform:function(t,e){var n,r,o,i,s,a,u,c,l=null===(o=null===(r=null===(n=null==t?void 0:t.choices)||void 0===n?void 0:n[0])||void 0===r?void 0:r.delta)||void 0===o?void 0:o.content;"string"==typeof l&&(x.content+=l);var h=null===(s=null===(i=null==t?void 0:t.choices)||void 0===i?void 0:i[0])||void 0===s?void 0:s.finish_reason;h&&(U=h),(null===(a=null==t?void 0:t.usage)||void 0===a?void 0:a.completion_tokens)&&(L.completion_tokens=t.usage.completion_tokens),(null===(u=null==t?void 0:t.usage)||void 0===u?void 0:u.prompt_tokens)&&(L.prompt_tokens=t.usage.prompt_tokens),(null===(c=null==t?void 0:t.usage)||void 0===c?void 0:c.total_tokens)&&(L.total_tokens=t.usage.total_tokens),e.enqueue(t)},flush:function(){C.res(Xs(Xs([],c.messages,!0),[x],!1)),sa(r,L),N.res(Object.assign({},r)),null==s||s({messages:Xs(Xs([],c.messages,!0),[x],!1),finishReason:U,text:x.content,stepUsage:L,totalUsage:Object.assign({},r)})}})),k=D.tee(),j=k[0],q=k[1],[2,{messages:C.promise,dataStream:ji(j),textStream:ji(q.pipeThrough(new Ui({transform:function(t,e){var n,r,o,i=null===(o=null===(r=null===(n=null==t?void 0:t.choices)||void 0===n?void 0:n[0])||void 0===r?void 0:r.delta)||void 0===o?void 0:o.content;"string"==typeof i&&e.enqueue(i)}}))),usage:N.promise}])}})})},t}();function ea(t){var e,n=null===(e=null==t?void 0:t.choices)||void 0===e?void 0:e[0];if(!n)return null;var r=n.finish_reason,o=n.message;return"tool_calls"!==r?null:o&&Fi(o)?o.tool_calls[0]:null}function na(t,e,n){t.push(e,{role:"tool",tool_call_id:e.tool_calls[0].id,content:JSON.stringify(n)})}var ra=new Map;function oa(t){return ra.get(t.function.name)(JSON.parse(t.function.arguments))}function ia(t){var e,n,r;return{completion_tokens:null!==(e=null==t?void 0:t.completion_tokens)&&void 0!==e?e:0,prompt_tokens:null!==(n=null==t?void 0:t.prompt_tokens)&&void 0!==n?n:0,total_tokens:null!==(r=null==t?void 0:t.total_tokens)&&void 0!==r?r:0}}function sa(t,e){t.completion_tokens+=e.completion_tokens,t.prompt_tokens+=e.prompt_tokens,t.total_tokens+=e.total_tokens}var aa={hunyuan:cs,"hunyuan-beta":is,ark:ps,dashscope:bs,"01-ai":Ss,moonshot:Rs,zhipu:Xi,"hunyuan-exp":Us,"hunyuan-open":js,deepseek:Fs},ua=function(){return ua=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},ua.apply(this,arguments)},ca=function(t,e,n,r){return new(n||(n=Promise))(function(o,i){function s(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(s,a)}u((r=r.apply(t,e||[])).next())})},la=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}},ha=aa,da=function(){function t(t,e,n,r){var o=this;this.req=t,this.baseUrl=e,this.modelRequest=function(t){var e=t.url,n=t.data,r=t.headers,i=t.stream,s=t.timeout;return ca(o,void 0,void 0,function(){var t,o,a,u,c,l,h;return la(this,function(d){switch(d.label){case 0:return t={"Content-Type":"application/json"},i&&Object.assign(t,{Accept:"text/event-stream"}),[4,this.req.fetch({method:"post",headers:ua(ua((c={},c[null===(l=this.i18n)||void 0===l?void 0:l.LANG_HEADER_KEY]=null===(h=this.i18n)||void 0===h?void 0:h.lang,c),t),r),body:JSON.stringify(n),url:this.resolveUrl(e),stream:i,timeout:s})];case 1:return o=d.sent(),a=o.data,u=o.header,[2,this.handleResponseData(a,u)]}})})},this.botRequest=function(t){var e=t.method,n=t.url,r=t.data,i=void 0===r?{}:r,s=t.headers,a=t.stream,u=t.timeout;return ca(o,void 0,void 0,function(){var t,r,o,c,l,h,d,f,p;return la(this,function(v){switch(v.label){case 0:return t=this.resolveUrl(n),"get"!==e?[3,2]:(r=this.handleResponseData,[4,this.req.fetch({url:"".concat(t,"?").concat((y=i,Object.entries(y).map(function(t){var e=t[0],n=t[1];return"".concat(e,"=").concat(n)}).join("&"))),method:e,headers:s,stream:a,timeout:u})]);case 1:return[2,r.apply(this,[v.sent().data])];case 2:return o={"Content-Type":"application/json"},a&&Object.assign(o,{Accept:"text/event-stream"}),[4,this.req.fetch({url:t,body:JSON.stringify(i),headers:ua(ua((d={},d[null===(f=this.i18n)||void 0===f?void 0:f.LANG_HEADER_KEY]=null===(p=this.i18n)||void 0===p?void 0:p.lang,d),o),s),stream:a,method:e,timeout:u})];case 3:return c=v.sent(),l=c.data,h=c.header,[2,this.handleResponseData(l,h)]}var y})})},this._getBaseUrl=r,this.bot=new Ki(this.botRequest,this.aiBotBaseUrl),this.i18n=n,G.on(H,function(t){var e;o.i18n=(null===(e=t.data)||void 0===e?void 0:e.i18n)||o.i18n})}return Object.defineProperty(t.prototype,"aiBaseUrl",{get:function(){return"".concat(this._getBaseUrl?this._getBaseUrl():this.baseUrl,"/ai")},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"aiBotBaseUrl",{get:function(){return"".concat(this._getBaseUrl?this._getBaseUrl():this.baseUrl,"/aibot")},enumerable:!1,configurable:!0}),t.prototype.handleResponseData=function(t,e){var n,r;return ca(this,void 0,void 0,function(){var o,i,s,a,u=this;return la(this,function(c){switch(c.label){case 0:return o="".concat(this.i18n.t("请检查调用方式,或前往云开发 AI+ 首页查看文档"),":https://tcb.cloud.tencent.com/dev#/ai"),i=function(t){if("object"==typeof t&&t&&"code"in t&&"NORMAL"!==t.code)throw new Error("".concat(u.i18n.t("AI+ 请求出错,错误码"),":").concat(t.code,",").concat(u.i18n.t("错误信息"),":").concat(t.message,"\n").concat(o,"\n").concat(JSON.stringify(t,null,2)))},"object"==typeof t&&t&&"function"!=typeof t.getReader?"then"in t?[4,t]:[3,2]:[3,4];case 1:return s=c.sent(),[3,3];case 2:s=t,c.label=3;case 3:return i(a=s),[2,t];case 4:if("function"!=typeof(null==t?void 0:t.getReader)){if("object"==typeof(a=t)&&a&&"code"in a&&"NORMAL"!==a.code)throw new Error("".concat(this.i18n.t("AI+ 请求出错,错误码"),":").concat(a.code,",").concat(this.i18n.t("错误信息"),":").concat(a.message,"\n").concat(o,"\n").concat(JSON.stringify(a,null,2)));return[2,t]}return(null===(r=null===(n=null==e?void 0:e.get)||void 0===n?void 0:n.call(e,"content-type"))||void 0===r?void 0:r.includes("application/json"))?[4,Mi(t)]:[3,6];case 5:a=c.sent(),i(a),c.label=6;case 6:return[2,t]}})})},t.prototype.createModel=function(t,e){var n,r=ha[t];if(r)n=new r(this.modelRequest,this.aiBaseUrl);else{var o="string"==typeof(null==e?void 0:e.defaultModelSubUrl)?e.defaultModelSubUrl:"/chat/completions";n=new Hs(this.modelRequest,this.aiBaseUrl,"".concat(t).concat(o))}return new ta(n)},t.prototype.registerModel=function(t,e){null==ha[t]?ha[t]=e:console.warn("AI model ".concat(t," already exists!"))},t.prototype.createImageModel=function(t){return new zs(this.modelRequest,this.aiBaseUrl,t)},t.prototype.registerFunctionTool=function(t){ra.has(t.name)&&console.warn("AI function tool ".concat(t.name," already exists and will be overwritten!")),ra.set(t.name,t.fn)},t.prototype.resolveUrl=function(t){if(!this._getBaseUrl)return t;var e=this._getBaseUrl();return e!==this.baseUrl&&t.startsWith(this.baseUrl)?t.replace(this.baseUrl,e):t},t}(),fa=function(){return fa=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},fa.apply(this,arguments)},pa=function(t,e){var n={};for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&e.indexOf(r)<0&&(n[r]=t[r]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(t);o<r.length;o++)e.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(t,r[o])&&(n[r[o]]=t[r[o]])}return n};function va(t){var e=t.env,n=t.baseUrl,r=t.getBaseUrl,o=t.req,i=t.getAccessToken,s=t.handleReqInstance,a=t.i18n;return new da(function(){if(null==s){if(null==i)throw new Error("`getAccessToken` is required when `handleReqInstance` is not provided!");return function(t){var e=t.getAccessToken,n=t.req;return{download:n.download,post:n.post,upload:n.upload,fetch:function(t){return r=void 0,o=void 0,s=function(){var r,o,i,s,a;return function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}}(this,function(u){switch(u.label){case 0:if("function"!=typeof n.fetch)throw new Error("req.fetch is not a function");return r=t.token,o=t.headers,i=void 0===o?{}:o,s=pa(t,["token","headers"]),null==r?[3,1]:(a=r,[3,3]);case 1:return[4,e()];case 2:a=u.sent().accessToken,u.label=3;case 3:return[2,n.fetch(fa({headers:fa({Authorization:"Bearer ".concat(a)},i)},s))]}})},new((i=void 0)||(i=Promise))(function(t,e){function n(t){try{u(s.next(t))}catch(t){e(t)}}function a(t){try{u(s.throw(t))}catch(t){e(t)}}function u(e){var r;e.done?t(e.value):(r=e.value,r instanceof i?r:new i(function(t){t(r)})).then(n,a)}u((s=s.apply(r,o||[])).next())});var r,o,i,s}}}({req:o,getAccessToken:i})}return s({req:o})}(),function(){if(null!=r)return r();if(null!=n)return n;if(null==e)throw new Error("`env` is required when `baseUrl` is not provided!");return"https://".concat(e,".api.tcloudbasegateway.com/v1")}(),a,r)}pa(u,["MODELS"]);var ya={name:"ai",entity:{ai:function(t){var e=this,n=this.request;if(null==n.fetch)throw new Error("cloudbase.request.fetch() unimplemented!");var r=function(){var t=e.getEndPointWithKey("GATEWAY"),n=t.BASE_URL,r=t.PROTOCOL;return"".concat(r).concat(n)};return(null==t?void 0:t.baseUrl)?va({req:n,baseUrl:t.baseUrl,handleReqInstance:function(t){return t.req},i18n:this.config.i18n}):va({req:n,baseUrl:r(),getBaseUrl:r,handleReqInstance:function(t){return t.req},i18n:this.config.i18n})}}};function ma(t){try{t.registerComponent(ya)}catch(t){console.warn(t)}}try{window.registerAi=ma}catch(t){}var ga=function(){return ga=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},ga.apply(this,arguments)};function ba(t,e,n){var r=this,o=t.request.fetch.bind(t.request),i=e||{},s=i.instance,a=void 0===s?n?void 0:"default":s,u=i.database,c=void 0===u?n?void 0:t.config.env:u,l=t.getEndPointWithKey("GATEWAY"),h=l.BASE_URL,d=l.PROTOCOL,f="".concat(d).concat(h),p=function(e,n){return i=r,s=void 0,l=function(){var r,i,s,u,l,h,d,p,v;return function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}}(this,function(y){switch(y.label){case 0:return r={},n.headers instanceof Headers?n.headers.forEach(function(t,e){r[e]=t}):r=n.headers||{},[["X-Db-Instance",a],["Accept-Profile",c],["Content-Profile",c]].forEach(function(t){var e=t[0],n=t[1];r[e]||r[e.toLocaleLowerCase()]||!n||(r[e]=n)}),i=e.toString(),s=t.getEndPointWithKey("GATEWAY"),u=s.BASE_URL,l=s.PROTOCOL,(h="".concat(l).concat(u))!==f&&i.startsWith(f)&&(i=i.replace(f,h)),[4,o(ga(ga({url:i},n),{headers:ga({"Content-Type":"application/json"},r),shouldThrowOnError:!1}))];case 1:d=y.sent(),p={},y.label=2;case 2:return y.trys.push([2,4,,5]),[4,d.data];case 3:return p=y.sent(),[3,5];case 4:if(!(v=y.sent()).message.includes("Unexpected end of JSON input"))throw v;return[3,5];case 5:return[2,{ok:(null==d?void 0:d.statusCode)>=200&&(null==d?void 0:d.statusCode)<300,status:(null==d?void 0:d.statusCode)||200,statusText:(null==d?void 0:d.statusMessage)||"OK",json:function(){return Promise.resolve(p||{})},text:function(){return Promise.resolve("string"==typeof p?p:JSON.stringify(p||{}))},headers:null==d?void 0:d.header}]}})},new((u=void 0)||(u=Promise))(function(t,e){function n(t){try{o(l.next(t))}catch(t){e(t)}}function r(t){try{o(l.throw(t))}catch(t){e(t)}}function o(e){var o;e.done?t(e.value):(o=e.value,o instanceof u?o:new u(function(t){t(o)})).then(n,r)}o((l=l.apply(i,s||[])).next())});var i,s,u,l},v="".concat(d).concat(h,"/rdb/rest");return n?(0,vi.generatePGClient)(t,{pgBaseUrl:v,fetch:p}):(0,vi.generateMySQLClient)(t,{mysqlBaseUrl:v,fetch:p})}var wa={name:"mysql",entity:{mysql:function(t){return ba(this,t,!1)(t)}}},_a={name:"rdb",entity:{rdb:function(t){return ba(this,t,!0)(t)}}};try{cloudbase.registerComponent(wa),cloudbase.registerComponent(_a)}catch(t){}function Ia(t){try{t.registerComponent(wa),t.registerComponent(_a)}catch(t){console.warn(t)}}try{window.registerMySQL=Ia}catch(t){}var Ea=function(){return Ea=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},Ea.apply(this,arguments)},Sa=function(t,e,n,r){return new(n||(n=Promise))(function(o,i){function s(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(s,a)}u((r=r.apply(t,e||[])).next())})},Oa=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}};function Ta(t,e){var n,r,o,i;return Sa(this,void 0,Promise,function(){var s,a,u,c,l,h,d,f,p,v,y,m,g,b,w,_,I,E,S,O,T,P,A;return Oa(this,function(R){switch(R.label){case 0:a=(s=t||{}).name,u=s.body,c=s.path,l=void 0===c?"":c,h=s.method,d=void 0===h?"POST":h,f=s.headers,p=void 0===f?{}:f,v=(t||{}).token,y={};try{y=JSON.parse(u)}catch(t){y=u||{}}if(!a)throw new Error(JSON.stringify({code:bn.ERRORS.INVALID_PARAMS,msg:"[apis] invalid api name"}));return m="",b=(g=this).gatewayOrigin,w=g.getAccessToken,_=g.env,b?m="".concat(b,"/v1"):this.getEndPointWithKey?(I=this.getEndPointWithKey("GATEWAY"),E=I.BASE_URL,S=I.PROTOCOL,m="".concat(S).concat(E)):m="https://".concat(_,".api.tcloudbasegateway.com/v1"),O="".concat(m,"/apis/").concat(a),T=l.startsWith("/")?l:"/".concat(l),w?[4,w()]:[3,2];case 1:P=R.sent().accessToken,p.Authorization="Bearer ".concat(P),R.label=2;case 2:if(A=["GET","HEAD"].includes(null===(n=null==d?void 0:d.toUpperCase)||void 0===n?void 0:n.call(d)))try{T="".concat(T).concat(T.includes("?")?"&":"?").concat(Object.keys(y).map(function(t){return"".concat(t,"=").concat(y[t])}).join("&"))}catch(t){}return[4,this.request.fetch(Ea(Ea(Ea({url:"".concat(O).concat(T),method:d||"POST",headers:Ea({"Content-Type":"application/json; charset=utf-8"},p)},A?{}:{body:JSON.stringify(y)}),{token:(null===(r=null==v?void 0:v.trim)||void 0===r?void 0:r.call(v))||(null===(i=null===(o=p.Authorization)||void 0===o?void 0:o.replace)||void 0===i?void 0:i.call(o,/^Bearer /,""))||null}),e))];case 3:return[4,R.sent().data];case 4:return[2,R.sent()]}})})}var Pa=["GET","POST","PUT","DELETE","HEAD","OPTIONS","PATCH","REQUEST"];function Aa(t){var e=this;return new Proxy({},{get:function(n,r){if("string"!=typeof r)throw new Error("[apis] method must be string");var o=r.toLocaleUpperCase();if(!Pa.includes(o))throw new Error("[apis] invalid method: ".concat(r));return function(n,r){return Sa(e,void 0,void 0,function(){return Oa(this,function(e){switch(e.label){case 0:return[4,Ta.call(this,Ea({name:t,method:("REQUEST"===o?n.method:o)||"POST"},n),r)];case 1:return[2,e.sent()]}})})}}})}function Ra(t){var e=this;return Object.keys(t||{}).forEach(function(n){void 0!==t[n]&&(e[n]=t[n])}),new Proxy({},{get:function(t,n){if("string"==typeof n)return Aa.call(e,n)}})}var Ca,Na,xa="apis",Ua={name:xa,IIFE:!0,entity:function(){Object.defineProperty(this.prototype,xa,{get:function(){return Ra.call(this)},configurable:!0,enumerable:!0})}};function La(t){try{t.registerComponent(Ua)}catch(t){console.warn(t)}}try{cloudbase.registerComponent(Ua)}catch(t){}try{window.registerApis=La}catch(t){}!function(t){t.DocIDError="文档ID不合法",t.CollNameError="集合名称不合法",t.OpStrError="操作符不合法",t.DirectionError="排序字符不合法",t.IntergerError="must be integer",t.QueryParamTypeError="查询参数必须为对象",t.QueryParamValueError="查询参数对象值不能均为undefined"}(Na||(Na={}));var Da,ka,ja="Object",qa="GeoPoint",Ma="GeoLineString",Wa="GeoPolygon",Fa="GeoMultiPoint",Ba="GeoMultiLineString",Va="GeoMultiPolygon",Ga="Date",Ha="ServerDate",Ka=["desc","asc"],Ja=["<","<=","==",">=",">"];!function(t){t.lt="<",t.gt=">",t.lte="<=",t.gte=">=",t.eq="=="}(Da||(Da={})),(Ca={})[Da.eq]="$eq",Ca[Da.lt]="$lt",Ca[Da.lte]="$lte",Ca[Da.gt]="$gt",Ca[Da.gte]="$gte",function(t){t.WHERE="WHERE",t.DOC="DOC"}(ka||(ka={}));var za=function(){var t=function(e,n){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},t(e,n)};return function(e,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),Ya=[],Qa={},$a=function(t){function e(e,n){if(n!==Qa)throw new TypeError("InternalSymbol cannot be constructed with new operator");return t.call(this,e)||this}return za(e,t),e.for=function(t){for(var n=0,r=Ya.length;n<r;n++)if(Ya[n].target===t)return Ya[n].instance;var o=new e(t,Qa);return Ya.push({target:t,instance:o}),o},e}(function(t){Object.defineProperties(this,{target:{enumerable:!1,writable:!1,configurable:!1,value:t}})});const Xa=$a;var Za=Xa.for("UNSET_FIELD_NAME"),tu=Xa.for("UPDATE_COMMAND"),eu=Xa.for("QUERY_COMMAND"),nu=Xa.for("LOGIC_COMMAND"),ru=Xa.for("GEO_POINT"),ou=Xa.for("SYMBOL_GEO_LINE_STRING"),iu=Xa.for("SYMBOL_GEO_POLYGON"),su=Xa.for("SYMBOL_GEO_MULTI_POINT"),au=Xa.for("SYMBOL_GEO_MULTI_LINE_STRING"),uu=Xa.for("SYMBOL_GEO_MULTI_POLYGON"),cu=Xa.for("SERVER_DATE"),lu=Xa.for("REGEXP"),hu=function(t){return Object.prototype.toString.call(t).slice(8,-1).toLowerCase()},du=function(t){return"object"===hu(t)},fu=function(t){return"number"===hu(t)},pu=function(t){return Array.isArray(t)},vu=function(t){return"date"===hu(t)},yu=function(t){return"regexp"===hu(t)},mu=function(t){return t&&t._internalType instanceof $a},gu=function(){function t(t){if(!pu(t))throw new TypeError('"points" must be of type Point[]. Received type '.concat(typeof t));if(t.length<2)throw new Error('"points" must contain 2 points at least');t.forEach(function(t){if(!(t instanceof xu))throw new TypeError('"points" must be of type Point[]. Received type '.concat(typeof t,"[]"))}),this.points=t}return t.prototype.parse=function(t){var e;return(e={})[t]={type:"LineString",coordinates:this.points.map(function(t){return t.toJSON().coordinates})},e},t.prototype.toJSON=function(){return{type:"LineString",coordinates:this.points.map(function(t){return t.toJSON().coordinates})}},t.validate=function(t){var e,n;if("LineString"!==t.type||!pu(t.coordinates))return!1;try{for(var r=function(t){var e="function"==typeof Symbol&&Symbol.iterator,n=e&&t[e],r=0;if(n)return n.call(t);if(t&&"number"==typeof t.length)return{next:function(){return t&&r>=t.length&&(t=void 0),{value:t&&t[r++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")}(t.coordinates),o=r.next();!o.done;o=r.next()){var i=o.value;if(!fu(i[0])||!fu(i[1]))return!1}}catch(t){e={error:t}}finally{try{o&&!o.done&&(n=r.return)&&n.call(r)}finally{if(e)throw e.error}}return!0},t.isClosed=function(t){var e=t.points[0],n=t.points[t.points.length-1];if(e.latitude===n.latitude&&e.longitude===n.longitude)return!0},Object.defineProperty(t.prototype,"_internalType",{get:function(){return ou},enumerable:!1,configurable:!0}),t}(),bu=function(t){var e="function"==typeof Symbol&&Symbol.iterator,n=e&&t[e],r=0;if(n)return n.call(t);if(t&&"number"==typeof t.length)return{next:function(){return t&&r>=t.length&&(t=void 0),{value:t&&t[r++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},wu=function(){function t(t){if(!pu(t))throw new TypeError('"lines" must be of type LineString[]. Received type '.concat(typeof t));if(0===t.length)throw new Error("Polygon must contain 1 linestring at least");t.forEach(function(t){if(!(t instanceof gu))throw new TypeError('"lines" must be of type LineString[]. Received type '.concat(typeof t,"[]"));if(!gu.isClosed(t))throw new Error("LineString ".concat(t.points.map(function(t){return t.toReadableString()})," is not a closed cycle"))}),this.lines=t}return t.prototype.parse=function(t){var e;return(e={})[t]={type:"Polygon",coordinates:this.lines.map(function(t){return t.points.map(function(t){return[t.longitude,t.latitude]})})},e},t.prototype.toJSON=function(){return{type:"Polygon",coordinates:this.lines.map(function(t){return t.points.map(function(t){return[t.longitude,t.latitude]})})}},t.validate=function(t){var e,n,r,o;if("Polygon"!==t.type||!pu(t.coordinates))return!1;try{for(var i=bu(t.coordinates),s=i.next();!s.done;s=i.next()){var a=s.value;if(!this.isCloseLineString(a))return!1;try{for(var u=(r=void 0,bu(a)),c=u.next();!c.done;c=u.next()){var l=c.value;if(!fu(l[0])||!fu(l[1]))return!1}}catch(t){r={error:t}}finally{try{c&&!c.done&&(o=u.return)&&o.call(u)}finally{if(r)throw r.error}}}}catch(t){e={error:t}}finally{try{s&&!s.done&&(n=i.return)&&n.call(i)}finally{if(e)throw e.error}}return!0},t.isCloseLineString=function(t){var e=t[0],n=t[t.length-1];return e[0]===n[0]&&e[1]===n[1]},Object.defineProperty(t.prototype,"_internalType",{get:function(){return uu},enumerable:!1,configurable:!0}),t}(),_u=function(){function t(t){if(!pu(t))throw new TypeError('"points" must be of type Point[]. Received type '.concat(typeof t));if(0===t.length)throw new Error('"points" must contain 1 point at least');t.forEach(function(t){if(!(t instanceof xu))throw new TypeError('"points" must be of type Point[]. Received type '.concat(typeof t,"[]"))}),this.points=t}return t.prototype.parse=function(t){var e;return(e={})[t]={type:"MultiPoint",coordinates:this.points.map(function(t){return t.toJSON().coordinates})},e},t.prototype.toJSON=function(){return{type:"MultiPoint",coordinates:this.points.map(function(t){return t.toJSON().coordinates})}},t.validate=function(t){var e,n;if("MultiPoint"!==t.type||!pu(t.coordinates))return!1;try{for(var r=function(t){var e="function"==typeof Symbol&&Symbol.iterator,n=e&&t[e],r=0;if(n)return n.call(t);if(t&&"number"==typeof t.length)return{next:function(){return t&&r>=t.length&&(t=void 0),{value:t&&t[r++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")}(t.coordinates),o=r.next();!o.done;o=r.next()){var i=o.value;if(!fu(i[0])||!fu(i[1]))return!1}}catch(t){e={error:t}}finally{try{o&&!o.done&&(n=r.return)&&n.call(r)}finally{if(e)throw e.error}}return!0},Object.defineProperty(t.prototype,"_internalType",{get:function(){return su},enumerable:!1,configurable:!0}),t}(),Iu=function(t){var e="function"==typeof Symbol&&Symbol.iterator,n=e&&t[e],r=0;if(n)return n.call(t);if(t&&"number"==typeof t.length)return{next:function(){return t&&r>=t.length&&(t=void 0),{value:t&&t[r++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},Eu=function(){function t(t){if(!pu(t))throw new TypeError('"lines" must be of type LineString[]. Received type '.concat(typeof t));if(0===t.length)throw new Error("Polygon must contain 1 linestring at least");t.forEach(function(t){if(!(t instanceof gu))throw new TypeError('"lines" must be of type LineString[]. Received type '.concat(typeof t,"[]"))}),this.lines=t}return t.prototype.parse=function(t){var e;return(e={})[t]={type:"MultiLineString",coordinates:this.lines.map(function(t){return t.points.map(function(t){return[t.longitude,t.latitude]})})},e},t.prototype.toJSON=function(){return{type:"MultiLineString",coordinates:this.lines.map(function(t){return t.points.map(function(t){return[t.longitude,t.latitude]})})}},t.validate=function(t){var e,n,r,o;if("MultiLineString"!==t.type||!pu(t.coordinates))return!1;try{for(var i=Iu(t.coordinates),s=i.next();!s.done;s=i.next()){var a=s.value;try{for(var u=(r=void 0,Iu(a)),c=u.next();!c.done;c=u.next()){var l=c.value;if(!fu(l[0])||!fu(l[1]))return!1}}catch(t){r={error:t}}finally{try{c&&!c.done&&(o=u.return)&&o.call(u)}finally{if(r)throw r.error}}}}catch(t){e={error:t}}finally{try{s&&!s.done&&(n=i.return)&&n.call(i)}finally{if(e)throw e.error}}return!0},Object.defineProperty(t.prototype,"_internalType",{get:function(){return au},enumerable:!1,configurable:!0}),t}(),Su=function(t){var e="function"==typeof Symbol&&Symbol.iterator,n=e&&t[e],r=0;if(n)return n.call(t);if(t&&"number"==typeof t.length)return{next:function(){return t&&r>=t.length&&(t=void 0),{value:t&&t[r++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},Ou=function(){function t(t){var e,n;if(!pu(t))throw new TypeError('"polygons" must be of type Polygon[]. Received type '.concat(typeof t));if(0===t.length)throw new Error("MultiPolygon must contain 1 polygon at least");try{for(var r=Su(t),o=r.next();!o.done;o=r.next()){var i=o.value;if(!(i instanceof wu))throw new TypeError('"polygon" must be of type Polygon[]. Received type '.concat(typeof i,"[]"))}}catch(t){e={error:t}}finally{try{o&&!o.done&&(n=r.return)&&n.call(r)}finally{if(e)throw e.error}}this.polygons=t}return t.prototype.parse=function(t){var e;return(e={})[t]={type:"MultiPolygon",coordinates:this.polygons.map(function(t){return t.lines.map(function(t){return t.points.map(function(t){return[t.longitude,t.latitude]})})})},e},t.prototype.toJSON=function(){return{type:"MultiPolygon",coordinates:this.polygons.map(function(t){return t.lines.map(function(t){return t.points.map(function(t){return[t.longitude,t.latitude]})})})}},t.validate=function(t){var e,n,r,o,i,s;if("MultiPolygon"!==t.type||!pu(t.coordinates))return!1;try{for(var a=Su(t.coordinates),u=a.next();!u.done;u=a.next()){var c=u.value;try{for(var l=(r=void 0,Su(c)),h=l.next();!h.done;h=l.next()){var d=h.value;try{for(var f=(i=void 0,Su(d)),p=f.next();!p.done;p=f.next()){var v=p.value;if(!fu(v[0])||!fu(v[1]))return!1}}catch(t){i={error:t}}finally{try{p&&!p.done&&(s=f.return)&&s.call(f)}finally{if(i)throw i.error}}}}catch(t){r={error:t}}finally{try{h&&!h.done&&(o=l.return)&&o.call(l)}finally{if(r)throw r.error}}}}catch(t){e={error:t}}finally{try{u&&!u.done&&(n=a.return)&&n.call(a)}finally{if(e)throw e.error}}return!0},Object.defineProperty(t.prototype,"_internalType",{get:function(){return iu},enumerable:!1,configurable:!0}),t}(),Tu=function(){function t(t){var e=(void 0===t?{}:t).offset,n=void 0===e?0:e;this.offset=n}return Object.defineProperty(t.prototype,"_internalType",{get:function(){return cu},enumerable:!1,configurable:!0}),t.prototype.parse=function(){return{$date:{offset:this.offset}}},t}();function Pu(t){return new Tu(t)}var Au,Ru=function(t,e){var n="function"==typeof Symbol&&t[Symbol.iterator];if(!n)return t;var r,o,i=n.call(t),s=[];try{for(;(void 0===e||e-- >0)&&!(r=i.next()).done;)s.push(r.value)}catch(t){o={error:t}}finally{try{r&&!r.done&&(n=i.return)&&n.call(i)}finally{if(o)throw o.error}}return s},Cu=function(){function t(){}return t.formatResDocumentData=function(e){return e.map(function(e){return t.formatField(e)})},t.formatField=function(e){var n=Object.keys(e),r={};return Array.isArray(e)&&(r=[]),n.forEach(function(n){var o,i=e[n];switch(t.whichType(i)){case qa:o=new xu(i.coordinates[0],i.coordinates[1]);break;case Ma:o=new gu(i.coordinates.map(function(t){return new xu(t[0],t[1])}));break;case Wa:o=new wu(i.coordinates.map(function(t){return new gu(t.map(function(t){var e=Ru(t,2),n=e[0],r=e[1];return new xu(n,r)}))}));break;case Fa:o=new _u(i.coordinates.map(function(t){return new xu(t[0],t[1])}));break;case Ba:o=new Eu(i.coordinates.map(function(t){return new gu(t.map(function(t){var e=Ru(t,2),n=e[0],r=e[1];return new xu(n,r)}))}));break;case Va:o=new Ou(i.coordinates.map(function(t){return new wu(t.map(function(t){return new gu(t.map(function(t){var e=Ru(t,2),n=e[0],r=e[1];return new xu(n,r)}))}))}));break;case Ga:o=new Date(1e3*i.$timestamp);break;case ja:case"Array":o=t.formatField(i);break;case Ha:o=new Date(i.$date);break;default:o=i}Array.isArray(r)?r.push(o):r[n]=o}),r},t.whichType=function(t){var e=Object.prototype.toString.call(t).slice(8,-1);if(e===Ga)return"BsonDate";if(e===ja){if(t instanceof xu)return qa;if(t instanceof Date)return Ga;if(t instanceof Tu)return Ha;t.$timestamp?e=Ga:t.$date?e=Ha:xu.validate(t)?e=qa:gu.validate(t)?e=Ma:wu.validate(t)?e=Wa:_u.validate(t)?e=Fa:Eu.validate(t)?e=Ba:Ou.validate(t)&&(e=Va)}return e},t.generateDocId=function(){for(var t="",e=0;e<24;e++)t+="ABCDEFabcdef0123456789".charAt(Math.floor(22*Math.random()));return t},t}(),Nu=function(){function t(){}return t.isGeopoint=function(t,e){if("Number"!==Cu.whichType(e))throw new Error("Geo Point must be number type");var n=Math.abs(e);if("latitude"===t&&n>90)throw new Error("latitude should be a number ranges from -90 to 90");if("longitude"===t&&n>180)throw new Error("longitude should be a number ranges from -180 to 180");return!0},t.isInteger=function(t,e){if(!Number.isInteger(e))throw new Error(t+Na.IntergerError);return!0},t.isFieldOrder=function(t){if(-1===Ka.indexOf(t))throw new Error(Na.DirectionError);return!0},t.isFieldPath=function(t){if(!/^[a-zA-Z0-9-_\.]/.test(t))throw new Error;return!0},t.isOperator=function(t){if(-1===Ja.indexOf(t))throw new Error(Na.OpStrError);return!0},t.isCollName=function(t){if(!/^[a-zA-Z0-9]([a-zA-Z0-9-_]){1,32}$/.test(t))throw new Error(Na.CollNameError);return!0},t.isDocID=function(t){if(!/^([a-fA-F0-9]){24}$/.test(t))throw new Error(Na.DocIDError);return!0},t}(),xu=function(){function t(t,e){Nu.isGeopoint("longitude",t),Nu.isGeopoint("latitude",e),this.longitude=t,this.latitude=e}return t.prototype.parse=function(t){var e;return(e={})[t]={type:"Point",coordinates:[this.longitude,this.latitude]},e},t.prototype.toJSON=function(){return{type:"Point",coordinates:[this.longitude,this.latitude]}},t.prototype.toReadableString=function(){return"[".concat(this.longitude,",").concat(this.latitude,"]")},t.validate=function(t){return"Point"===t.type&&pu(t.coordinates)&&Nu.isGeopoint("longitude",t.coordinates[0])&&Nu.isGeopoint("latitude",t.coordinates[1])},Object.defineProperty(t.prototype,"_internalType",{get:function(){return ru},enumerable:!1,configurable:!0}),t}(),Uu=function(){var t=function(){};if(!Promise){t.promise={};var e=function(){throw new Error('Your Node runtime does support ES6 Promises. Set "global.Promise" to your preferred implementation of promises.')};return Object.defineProperty(t.promise,"then",{get:e}),Object.defineProperty(t.promise,"catch",{get:e}),t}var n=new Promise(function(e,n){t=function(t,r){return t?n(t):e(r)}});return t.promise=n,t};!function(t){t.SET="set",t.REMOVE="remove",t.INC="inc",t.MUL="mul",t.PUSH="push",t.PULL="pull",t.PULL_ALL="pullAll",t.POP="pop",t.SHIFT="shift",t.UNSHIFT="unshift",t.ADD_TO_SET="addToSet",t.BIT="bit",t.RENAME="rename",t.MAX="max",t.MIN="min"}(Au||(Au={}));var Lu,Du=function(){function t(t,e,n){this._internalType=tu,Object.defineProperties(this,{_internalType:{enumerable:!1,configurable:!1}}),this.operator=t,this.operands=e,this.fieldName=n||Za}return t.prototype._setFieldName=function(e){return new t(this.operator,this.operands,e)},t}();function ku(t){return t&&t instanceof Du&&t._internalType===tu}!function(t){t.AND="and",t.OR="or",t.NOT="not",t.NOR="nor"}(Lu||(Lu={}));var ju=function(){function t(t,e,n){if(this._internalType=nu,Object.defineProperties(this,{_internalType:{enumerable:!1,configurable:!1}}),this.operator=t,this.operands=e,this.fieldName=n||Za,this.fieldName!==Za)if(Array.isArray(e)){e=e.slice(),this.operands=e;for(var r=0,o=e.length;r<o;r++)(qu(i=e[r])||Bu(i))&&(e[r]=i._setFieldName(this.fieldName))}else{var i;(qu(i=e)||Bu(i))&&(e=i._setFieldName(this.fieldName))}}return t.prototype._setFieldName=function(e){var n=this.operands.map(function(n){return n instanceof t?n._setFieldName(e):n});return new t(this.operator,n,e)},t.prototype.and=function(){for(var e=[],n=0;n<arguments.length;n++)e[n]=arguments[n];var r=Array.isArray(arguments[0])?arguments[0]:Array.from(arguments);return r.unshift(this),new t(Lu.AND,r,this.fieldName)},t.prototype.or=function(){for(var e=[],n=0;n<arguments.length;n++)e[n]=arguments[n];var r=Array.isArray(arguments[0])?arguments[0]:Array.from(arguments);return r.unshift(this),new t(Lu.OR,r,this.fieldName)},t}();function qu(t){return t&&t instanceof ju&&t._internalType===nu}var Mu,Wu=function(){var t=function(e,n){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},t(e,n)};return function(e,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}();!function(t){t.EQ="eq",t.NEQ="neq",t.GT="gt",t.GTE="gte",t.LT="lt",t.LTE="lte",t.IN="in",t.NIN="nin",t.ALL="all",t.ELEM_MATCH="elemMatch",t.EXISTS="exists",t.SIZE="size",t.MOD="mod",t.GEO_NEAR="geoNear",t.GEO_WITHIN="geoWithin",t.GEO_INTERSECTS="geoIntersects"}(Mu||(Mu={}));var Fu=function(t){function e(e,n,r){var o=t.call(this,e,n,r)||this;return o.operator=e,o._internalType=eu,o}return Wu(e,t),e.prototype.toJSON=function(){var t,e;switch(this.operator){case Mu.IN:case Mu.NIN:return(t={})["$"+this.operator]=this.operands,t;default:return(e={})["$"+this.operator]=this.operands[0],e}},e.prototype._setFieldName=function(t){return new e(this.operator,this.operands,t)},e.prototype.eq=function(t){var n=new e(Mu.EQ,[t],this.fieldName);return this.and(n)},e.prototype.neq=function(t){var n=new e(Mu.NEQ,[t],this.fieldName);return this.and(n)},e.prototype.gt=function(t){var n=new e(Mu.GT,[t],this.fieldName);return this.and(n)},e.prototype.gte=function(t){var n=new e(Mu.GTE,[t],this.fieldName);return this.and(n)},e.prototype.lt=function(t){var n=new e(Mu.LT,[t],this.fieldName);return this.and(n)},e.prototype.lte=function(t){var n=new e(Mu.LTE,[t],this.fieldName);return this.and(n)},e.prototype.in=function(t){var n=new e(Mu.IN,t,this.fieldName);return this.and(n)},e.prototype.nin=function(t){var n=new e(Mu.NIN,t,this.fieldName);return this.and(n)},e.prototype.geoNear=function(t){if(!(t.geometry instanceof xu))throw new TypeError('"geometry" must be of type Point. Received type '.concat(typeof t.geometry));if(void 0!==t.maxDistance&&!fu(t.maxDistance))throw new TypeError('"maxDistance" must be of type Number. Received type '.concat(typeof t.maxDistance));if(void 0!==t.minDistance&&!fu(t.minDistance))throw new TypeError('"minDistance" must be of type Number. Received type '.concat(typeof t.minDistance));var n=new e(Mu.GEO_NEAR,[t],this.fieldName);return this.and(n)},e.prototype.geoWithin=function(t){if(!(t.geometry instanceof Ou||t.geometry instanceof wu))throw new TypeError('"geometry" must be of type Polygon or MultiPolygon. Received type '.concat(typeof t.geometry));var n=new e(Mu.GEO_WITHIN,[t],this.fieldName);return this.and(n)},e.prototype.geoIntersects=function(t){if(!(t.geometry instanceof xu||t.geometry instanceof gu||t.geometry instanceof wu||t.geometry instanceof _u||t.geometry instanceof Eu||t.geometry instanceof Ou))throw new TypeError('"geometry" must be of type Point, LineString, Polygon, MultiPoint, MultiLineString or MultiPolygon. Received type '.concat(typeof t.geometry));var n=new e(Mu.GEO_INTERSECTS,[t],this.fieldName);return this.and(n)},e}(ju);function Bu(t){return t&&t instanceof Fu&&t._internalType===eu}function Vu(t){return Bu(t)}var Gu={};for(var Hu in Mu)Gu[Hu]="$"+Hu;for(var Hu in Lu)Gu[Hu]="$"+Hu;for(var Hu in Au)Gu[Hu]="$"+Hu;function Ku(t){return Gu[t]||"$"+t}Gu[Mu.NEQ]="$ne",Gu[Au.REMOVE]="$unset",Gu[Au.SHIFT]="$pop",Gu[Au.UNSHIFT]="$push";var Ju=function(){return Ju=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},Ju.apply(this,arguments)},zu=function(t,e){var n="function"==typeof Symbol&&t[Symbol.iterator];if(!n)return t;var r,o,i=n.call(t),s=[];try{for(;(void 0===e||e-- >0)&&!(r=i.next()).done;)s.push(r.value)}catch(t){o={error:t}}finally{try{r&&!r.done&&(n=i.return)&&n.call(i)}finally{if(o)throw o.error}}return s},Yu=function(t,e,n){if(n||2===arguments.length)for(var r,o=0,i=e.length;o<i;o++)!r&&o in e||(r||(r=Array.prototype.slice.call(e,0,o)),r[o]=e[o]);return t.concat(r||Array.prototype.slice.call(e))};function Qu(t){return $u(t,[t])}function $u(t,e){if(!mu(t)){if(vu(t))return{$date:+t};if(yu(t))return{$regex:t.source,$options:t.flags};if(pu(t))return t.map(function(t){if(e.indexOf(t)>-1)throw new Error("Cannot convert circular structure to JSON");return $u(t,Yu(Yu([],zu(e),!1),[t],!1))});if(du(t)){var n=Ju({},t);for(var r in n){if(e.indexOf(n[r])>-1)throw new Error("Cannot convert circular structure to JSON");n[r]=$u(n[r],Yu(Yu([],zu(e),!1),[n[r]],!1))}return n}return t}switch(t._internalType){case ru:return t.toJSON();case cu:case lu:return t.parse();default:return t.toJSON?t.toJSON():t}}var Xu=function(){return Xu=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},Xu.apply(this,arguments)},Zu=function(t,e){var n="function"==typeof Symbol&&t[Symbol.iterator];if(!n)return t;var r,o,i=n.call(t),s=[];try{for(;(void 0===e||e-- >0)&&!(r=i.next()).done;)s.push(r.value)}catch(t){o={error:t}}finally{try{r&&!r.done&&(n=i.return)&&n.call(i)}finally{if(o)throw o.error}}return s},tc=function(t,e,n){if(n||2===arguments.length)for(var r,o=0,i=e.length;o<i;o++)!r&&o in e||(r||(r=Array.prototype.slice.call(e,0,o)),r[o]=e[o]);return t.concat(r||Array.prototype.slice.call(e))};function ec(t,e,n,r){var o=Xu({},t);for(var i in t)if(!/^\$/.test(i)){var s=t[i];if(s&&du(s)&&!e(s)){if(r.indexOf(s)>-1)throw new Error("Cannot convert circular structure to JSON");var a=ec(s,e,tc(tc([],Zu(n),!1),[i],!1),tc(tc([],Zu(r),!1),[s],!1));o[i]=a;var u=!1;for(var c in a)/^\$/.test(c)?u=!0:(o["".concat(i,".").concat(c)]=a[c],delete o[i][c]);u||delete o[i]}}return o}function nc(t){return ec(t,oc,[],[t])}function rc(t,e,n){for(var r in e[n]||delete t[n],e)t[r]?pu(t[r])?t[r].push(e[r]):du(t[r])?du(e[r])?Object.assign(t[r],e[r]):(console.warn("unmergable condition, query is object but condition is ".concat(hu(e),", can only overwrite"),e,n),t[r]=e[r]):(console.warn("to-merge query is of type ".concat(hu(t),", can only overwrite"),t,e,n),t[r]=e[r]):t[r]=e[r]}function oc(t){return mu(t)||vu(t)||yu(t)}function ic(t){return Qu(t)}var sc=function(){function t(){}return t.encode=function(e){return(new t).encodeUpdate(e)},t.prototype.encodeUpdate=function(t){return ku(t)?this.encodeUpdateCommand(t):"object"===hu(t)?this.encodeUpdateObject(t):t},t.prototype.encodeUpdateCommand=function(t){if(t.fieldName===Za)throw new Error("Cannot encode a comparison command with unset field name");switch(t.operator){case Au.PUSH:case Au.PULL:case Au.PULL_ALL:case Au.POP:case Au.SHIFT:case Au.UNSHIFT:case Au.ADD_TO_SET:return this.encodeArrayUpdateCommand(t);default:return this.encodeFieldUpdateCommand(t)}},t.prototype.encodeFieldUpdateCommand=function(t){var e,n,r,o,i=Ku(t.operator);return t.operator===Au.REMOVE?((e={})[i]=((n={})[t.fieldName]="",n),e):((r={})[i]=((o={})[t.fieldName]=t.operands[0],o),r)},t.prototype.encodeArrayUpdateCommand=function(t){var e,n,r,o,i,s,a,u,c,l,h=Ku(t.operator);switch(t.operator){case Au.PUSH:var d=void 0;return d=pu(t.operands)?{$each:t.operands.map(ic)}:t.operands,(e={})[h]=((n={})[t.fieldName]=d,n),e;case Au.UNSHIFT:return d={$each:t.operands.map(ic),$position:0},(r={})[h]=((o={})[t.fieldName]=d,o),r;case Au.POP:return(i={})[h]=((s={})[t.fieldName]=1,s),i;case Au.SHIFT:return(a={})[h]=((u={})[t.fieldName]=-1,u),a;default:return(c={})[h]=((l={})[t.fieldName]=ic(t.operands),l),c}},t.prototype.encodeUpdateObject=function(t){var e=nc(t);for(var n in e)if(!/^\$/.test(n)){var r=e[n];if(ku(r))e[n]=r._setFieldName(n),rc(e,this.encodeUpdateCommand(e[n]),n);else{e[n]=r=ic(r);var o=new Du(Au.SET,[r],n);rc(e,this.encodeUpdateCommand(o),n)}}return e},t}(),ac={};function uc(t){if(!Gc.wsClientClass)throw new Error("to use realtime you must import realtime module first");var e=t.config.env;return ac[e]||(ac[e]=new Gc.wsClientClass({context:{appConfig:{docSizeLimit:1e3,realtimePingInterval:1e4,realtimePongWaitTimeout:5e3,request:Gc.createRequest(t.config)}}})),ac[e]}var cc=function(){return cc=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},cc.apply(this,arguments)},lc=function(){function t(t,e,n,r){void 0===r&&(r={});var o=this;this.watch=function(t){return uc(o._db).watch(cc(cc({},t),{envId:o._db.config.env,collectionName:o._coll,query:JSON.stringify({_id:o.id})}))},this._db=t,this._coll=e,this.id=n,this.request=Gc.createRequest(this._db.config),this.projection=r}return t.prototype.create=function(t,e){e=e||Uu();var n=Array.isArray(t),r={collectionName:this._coll,data:n?t.map(function(t){return Qu(t)}):Qu(t)};return!n&&this.id&&(r._id=this.id),this.request.send("database.addDocument",r).then(function(t){var r;t.code?e(0,t):e(0,n?{ids:(null===(r=t.data)||void 0===r?void 0:r.insertedIds)||[],requestId:t.requestId}:{id:t.data._id,requestId:t.requestId})}).catch(function(t){e(t)}),e.promise},t.prototype.set=function(t,e){if(e=e||Uu(),!this.id)return Promise.resolve({code:"INVALID_PARAM",message:"docId不能为空"});if(!t||"object"!=typeof t)return Promise.resolve({code:"INVALID_PARAM",message:"参数必需是非空对象"});if(t.hasOwnProperty("_id"))return Promise.resolve({code:"INVALID_PARAM",message:"不能更新_id的值"});var n=!1,r=function(t){if("object"==typeof t)for(var e in t)t[e]instanceof Du?n=!0:"object"==typeof t[e]&&r(t[e])};if(r(t),n)return Promise.resolve({code:"DATABASE_REQUEST_FAILED",message:"update operator complicit"});var o={collectionName:this._coll,queryType:ka.DOC,data:Qu(t),multi:!1,merge:!1,upsert:!0};return this.id&&(o.query={_id:this.id}),this.request.send("database.updateDocument",o).then(function(t){t.code?e(0,t):e(0,{updated:t.data.updated,upsertedId:t.data.upserted_id,requestId:t.requestId})}).catch(function(t){e(t)}),e.promise},t.prototype.update=function(t,e){if(e=e||Uu(),!t||"object"!=typeof t)return Promise.resolve({code:"INVALID_PARAM",message:"参数必需是非空对象"});if(t.hasOwnProperty("_id"))return Promise.resolve({code:"INVALID_PARAM",message:"不能更新_id的值"});var n={_id:this.id},r={collectionName:this._coll,data:sc.encode(t),query:n,queryType:ka.DOC,multi:!1,merge:!0,upsert:!1};return this.request.send("database.updateDocument",r).then(function(t){t.code?e(0,t):e(0,{updated:t.data.updated,upsertedId:t.data.upserted_id,requestId:t.requestId})}).catch(function(t){e(t)}),e.promise},t.prototype.remove=function(t){t=t||Uu();var e={_id:this.id},n={collectionName:this._coll,query:e,queryType:ka.DOC,multi:!1};return this.request.send("database.deleteDocument",n).then(function(e){e.code?t(0,e):t(0,{deleted:e.data.deleted,requestId:e.requestId})}).catch(function(e){t(e)}),t.promise},t.prototype.get=function(t){t=t||Uu();var e={_id:this.id},n={collectionName:this._coll,query:e,queryType:ka.DOC,multi:!1,projection:this.projection};return this.request.send("database.queryDocument",n).then(function(e){if(e.code)t(0,e);else{var n=Cu.formatResDocumentData(e.data.list);t(0,{data:n,requestId:e.requestId})}}).catch(function(e){t(e)}),t.promise},t.prototype.field=function(e){for(var n in e)e[n]?e[n]=1:e[n]=0;return new t(this._db,this._coll,this.id,e)},t}(),hc=function(){function t(){}return t.encode=function(t){return(new dc).encodeQuery(t)},t}(),dc=function(){function t(){}return t.prototype.encodeQuery=function(t,e){var n;return oc(t)?qu(t)?this.encodeLogicCommand(t):Bu(t)?this.encodeQueryCommand(t):((n={})[e]=this.encodeQueryObject(t),n):du(t)?this.encodeQueryObject(t):t},t.prototype.encodeRegExp=function(t){return{$regex:t.source,$options:t.flags}},t.prototype.encodeLogicCommand=function(t){var e,n,r,o,i,s,a,u=this;switch(t.operator){case Lu.NOR:case Lu.AND:case Lu.OR:var c=Ku(t.operator),l=t.operands.map(function(e){return u.encodeQuery(e,t.fieldName)});return(e={})[c]=l,e;case Lu.NOT:c=Ku(t.operator);var h=t.operands[0];return yu(h)?((n={})[t.fieldName]=((r={})[c]=this.encodeRegExp(h),r),n):(l=this.encodeQuery(h)[t.fieldName],(o={})[t.fieldName]=((i={})[c]=l,i),o);default:if(c=Ku(t.operator),1===t.operands.length){var d=this.encodeQuery(t.operands[0]);return(s={})[c]=d,s}return l=t.operands.map(this.encodeQuery.bind(this)),(a={})[c]=l,a}},t.prototype.encodeQueryCommand=function(t){return Vu(t),this.encodeComparisonCommand(t)},t.prototype.encodeComparisonCommand=function(t){var e,n,r,o,i,s,a,u,c;if(t.fieldName===Za)throw new Error("Cannot encode a comparison command with unset field name");var l=Ku(t.operator);switch(t.operator){case Mu.EQ:case Mu.NEQ:case Mu.LT:case Mu.LTE:case Mu.GT:case Mu.GTE:case Mu.ELEM_MATCH:case Mu.EXISTS:case Mu.SIZE:case Mu.MOD:return(e={})[t.fieldName]=((n={})[l]=ic(t.operands[0]),n),e;case Mu.IN:case Mu.NIN:case Mu.ALL:return(r={})[t.fieldName]=((o={})[l]=ic(t.operands),o),r;case Mu.GEO_NEAR:var h=t.operands[0];return(i={})[t.fieldName]={$nearSphere:{$geometry:h.geometry.toJSON(),$maxDistance:h.maxDistance,$minDistance:h.minDistance}},i;case Mu.GEO_WITHIN:return h=t.operands[0],(s={})[t.fieldName]={$geoWithin:{$geometry:h.geometry.toJSON()}},s;case Mu.GEO_INTERSECTS:return h=t.operands[0],(a={})[t.fieldName]={$geoIntersects:{$geometry:h.geometry.toJSON()}},a;default:return(u={})[t.fieldName]=((c={})[l]=ic(t.operands[0]),c),u}},t.prototype.encodeQueryObject=function(t){var e=nc(t);for(var n in e){var r=e[n];if(qu(r)){e[n]=r._setFieldName(n);var o=this.encodeLogicCommand(e[n]);this.mergeConditionAfterEncode(e,o,n)}else Vu(r)?(e[n]=r._setFieldName(n),o=this.encodeComparisonCommand(e[n]),this.mergeConditionAfterEncode(e,o,n)):oc(r)&&(e[n]=ic(r))}return e},t.prototype.mergeConditionAfterEncode=function(t,e,n){for(var r in e[n]||delete t[n],e)t[r]?pu(t[r])?t[r]=t[r].concat(e[r]):du(t[r])?du(e[r])?Object.assign(t,e):(console.warn("unmergable condition, query is object but condition is ".concat(hu(e),", can only overwrite"),e,n),t[r]=e[r]):(console.warn("to-merge query is of type ".concat(hu(t),", can only overwrite"),t,e,n),t[r]=e[r]):t[r]=e[r]},t}(),fc=function(){return fc=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},fc.apply(this,arguments)},pc=function(){function t(t,e,n,r,o){var i=this;this.watch=function(t){return uc(i._db).watch(fc(fc({},t),{envId:i._db.config.env,collectionName:i._coll,query:JSON.stringify(i._fieldFilters||{}),limit:i._queryOptions.limit,orderBy:i._fieldOrders?i._fieldOrders.reduce(function(t,e){return t[e.field]=e.direction,t},{}):void 0}))},this._db=t,this._coll=e,this._fieldFilters=n,this._fieldOrders=r||[],this._queryOptions=o||{},this._request=Gc.createRequest(this._db.config)}return t.prototype.get=function(t){t=t||Uu();var e=[];this._fieldOrders&&this._fieldOrders.forEach(function(t){e.push(t)});var n={collectionName:this._coll,queryType:ka.WHERE};return this._fieldFilters&&(n.query=this._fieldFilters),e.length>0&&(n.order=e),this._queryOptions.offset&&(n.offset=this._queryOptions.offset),this._queryOptions.limit?n.limit=this._queryOptions.limit<1e3?this._queryOptions.limit:1e3:n.limit=100,this._queryOptions.projection&&(n.projection=this._queryOptions.projection),this._request.send("database.queryDocument",n).then(function(e){if(e.code)t(0,e);else{var n={data:Cu.formatResDocumentData(e.data.list),requestId:e.requestId};void 0!==e.total&&(n.total=e.total),void 0!==e.limit&&(n.limit=e.limit),void 0!==e.offset&&(n.offset=e.offset),t(0,n)}}).catch(function(e){t(e)}),t.promise},t.prototype.count=function(t){t=t||Uu();var e={collectionName:this._coll,queryType:ka.WHERE};return this._fieldFilters&&(e.query=this._fieldFilters),this._request.send("database.countDocument",e).then(function(e){e.code?t(0,e):t(0,{requestId:e.requestId,total:e.data.total})}).catch(function(e){t(e)}),t.promise},t.prototype.where=function(e){if("Object"!==Object.prototype.toString.call(e).slice(8,-1))throw Error(Na.QueryParamTypeError);var n=Object.keys(e),r=n.some(function(t){return void 0!==e[t]});if(n.length&&!r)throw Error(Na.QueryParamValueError);return new t(this._db,this._coll,hc.encode(e),this._fieldOrders,this._queryOptions)},t.prototype.orderBy=function(e,n){Nu.isFieldPath(e),Nu.isFieldOrder(n);var r={field:e,direction:n},o=this._fieldOrders.concat(r);return new t(this._db,this._coll,this._fieldFilters,o,this._queryOptions)},t.prototype.limit=function(e){Nu.isInteger("limit",e);var n=fc({},this._queryOptions);return n.limit=e,new t(this._db,this._coll,this._fieldFilters,this._fieldOrders,n)},t.prototype.skip=function(e){Nu.isInteger("offset",e);var n=fc({},this._queryOptions);return n.offset=e,new t(this._db,this._coll,this._fieldFilters,this._fieldOrders,n)},t.prototype.update=function(t,e){if(e=e||Uu(),!t||"object"!=typeof t)return Promise.resolve({code:"INVALID_PARAM",message:"参数必需是非空对象"});if(t.hasOwnProperty("_id"))return Promise.resolve({code:"INVALID_PARAM",message:"不能更新_id的值"});var n={collectionName:this._coll,query:this._fieldFilters,queryType:ka.WHERE,multi:!0,merge:!0,upsert:!1,data:sc.encode(t)};return this._request.send("database.updateDocument",n).then(function(t){t.code?e(0,t):e(0,{requestId:t.requestId,updated:t.data.updated,upsertId:t.data.upsert_id})}).catch(function(t){e(t)}),e.promise},t.prototype.field=function(e){for(var n in e)e[n]?"object"!=typeof e[n]&&(e[n]=1):e[n]=0;var r=fc({},this._queryOptions);return r.projection=e,new t(this._db,this._coll,this._fieldFilters,this._fieldOrders,r)},t.prototype.remove=function(t){t=t||Uu(),Object.keys(this._queryOptions).length>0&&console.warn("`offset`, `limit` and `projection` are not supported in remove() operation"),this._fieldOrders.length>0&&console.warn("`orderBy` is not supported in remove() operation");var e={collectionName:this._coll,query:hc.encode(this._fieldFilters),queryType:ka.WHERE,multi:!0};return this._request.send("database.deleteDocument",e).then(function(e){e.code?t(0,e):t(0,{requestId:e.requestId,deleted:e.data.deleted})}).catch(function(e){t(e)}),t.promise},t}();const vc=(t=>{var e={};return l.d(e,t),e})({EJSON:()=>a.EJSON});var yc=function(){function t(t,e){this._stages=[],t&&e&&(this._db=t,this._request=Gc.createRequest(this._db.config),this._collectionName=e)}return t.prototype.end=function(){return t=this,e=void 0,r=function(){var t;return function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}}(this,function(e){switch(e.label){case 0:if(!this._collectionName||!this._db)throw new Error("Aggregation pipeline cannot send request");return[4,this._request.send("database.aggregate",{collectionName:this._collectionName,stages:this._stages})];case 1:return(t=e.sent())&&t.data&&t.data.list?[2,{requestId:t.requestId,data:JSON.parse(t.data.list).map(vc.EJSON.parse)}]:[2,t]}})},new((n=void 0)||(n=Promise))(function(o,i){function s(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(s,a)}u((r=r.apply(t,e||[])).next())});var t,e,n,r},t.prototype.unwrap=function(){return this._stages},t.prototype.done=function(){return this._stages.map(function(t){var e,n=t.stageKey,r=t.stageValue;return(e={})[n]=JSON.parse(r),e})},t.prototype._pipe=function(t,e){return this._stages.push({stageKey:"$".concat(t),stageValue:JSON.stringify(e)}),this},t.prototype.addFields=function(t){return this._pipe("addFields",t)},t.prototype.bucket=function(t){return this._pipe("bucket",t)},t.prototype.bucketAuto=function(t){return this._pipe("bucketAuto",t)},t.prototype.count=function(t){return this._pipe("count",t)},t.prototype.geoNear=function(t){return t.query&&(t.query=hc.encode(t.query)),t.distanceMultiplier&&"number"==typeof t.distanceMultiplier&&(t.distanceMultiplier=t.distanceMultiplier),t.near&&(t.near=new xu(t.near.longitude,t.near.latitude).toJSON()),this._pipe("geoNear",t)},t.prototype.group=function(t){return this._pipe("group",t)},t.prototype.limit=function(t){return this._pipe("limit",t)},t.prototype.match=function(t){return this._pipe("match",hc.encode(t))},t.prototype.project=function(t){return this._pipe("project",t)},t.prototype.lookup=function(t){return this._pipe("lookup",t)},t.prototype.replaceRoot=function(t){return this._pipe("replaceRoot",t)},t.prototype.sample=function(t){return this._pipe("sample",t)},t.prototype.skip=function(t){return this._pipe("skip",t)},t.prototype.sort=function(t){return this._pipe("sort",t)},t.prototype.sortByCount=function(t){return this._pipe("sortByCount",t)},t.prototype.unwind=function(t){return this._pipe("unwind",t)},t}();const mc=yc;var gc=function(){var t=function(e,n){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},t(e,n)};return function(e,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),bc=function(t){function e(e,n){return t.call(this,e,n)||this}return gc(e,t),Object.defineProperty(e.prototype,"name",{get:function(){return this._coll},enumerable:!1,configurable:!0}),e.prototype.doc=function(t){if("string"!=typeof t&&"number"!=typeof t)throw new Error("docId必须为字符串或数字");return new lc(this._db,this._coll,t)},e.prototype.add=function(t,e){return new lc(this._db,this._coll,void 0).create(t,e)},e.prototype.aggregate=function(){return new mc(this._db,this._coll)},e}(pc),wc={eq:function(t){return new Fu(Mu.EQ,[t])},neq:function(t){return new Fu(Mu.NEQ,[t])},lt:function(t){return new Fu(Mu.LT,[t])},lte:function(t){return new Fu(Mu.LTE,[t])},gt:function(t){return new Fu(Mu.GT,[t])},gte:function(t){return new Fu(Mu.GTE,[t])},in:function(t){return new Fu(Mu.IN,t)},nin:function(t){return new Fu(Mu.NIN,t)},all:function(t){return new Fu(Mu.ALL,t)},elemMatch:function(t){return new Fu(Mu.ELEM_MATCH,[t])},exists:function(t){return new Fu(Mu.EXISTS,[t])},size:function(t){return new Fu(Mu.SIZE,[t])},mod:function(t){return new Fu(Mu.MOD,[t])},geoNear:function(t){return new Fu(Mu.GEO_NEAR,[t])},geoWithin:function(t){return new Fu(Mu.GEO_WITHIN,[t])},geoIntersects:function(t){return new Fu(Mu.GEO_INTERSECTS,[t])},and:function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];var n=pu(arguments[0])?arguments[0]:Array.from(arguments);return new ju(Lu.AND,n)},nor:function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];var n=pu(arguments[0])?arguments[0]:Array.from(arguments);return new ju(Lu.NOR,n)},or:function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];var n=pu(arguments[0])?arguments[0]:Array.from(arguments);return new ju(Lu.OR,n)},not:function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];var n=pu(arguments[0])?arguments[0]:Array.from(arguments);return new ju(Lu.NOT,n)},set:function(t){return new Du(Au.SET,[t])},remove:function(){return new Du(Au.REMOVE,[])},inc:function(t){return new Du(Au.INC,[t])},mul:function(t){return new Du(Au.MUL,[t])},push:function(){for(var t,e=[],n=0;n<arguments.length;n++)e[n]=arguments[n];if(du(e[0])&&e[0].hasOwnProperty("each")){var r=e[0];t={$each:r.each,$position:r.position,$sort:r.sort,$slice:r.slice}}else t=pu(e[0])?e[0]:Array.from(e);return new Du(Au.PUSH,t)},pull:function(t){return new Du(Au.PULL,t)},pullAll:function(t){return new Du(Au.PULL_ALL,t)},pop:function(){return new Du(Au.POP,[])},shift:function(){return new Du(Au.SHIFT,[])},unshift:function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];var n=pu(arguments[0])?arguments[0]:Array.from(arguments);return new Du(Au.UNSHIFT,n)},addToSet:function(t){return new Du(Au.ADD_TO_SET,t)},rename:function(t){return new Du(Au.RENAME,[t])},bit:function(t){return new Du(Au.BIT,[t])},max:function(t){return new Du(Au.MAX,[t])},min:function(t){return new Du(Au.MIN,[t])},expr:function(t){return{$expr:t}},jsonSchema:function(t){return{$jsonSchema:t}},text:function(t){return function(t){return"string"===hu(t)}(t)?{$search:t.search}:{$search:t.search,$language:t.language,$caseSensitive:t.caseSensitive,$diacriticSensitive:t.diacriticSensitive}},aggregate:{pipeline:function(){return new mc},abs:function(t){return new _c("abs",t)},add:function(t){return new _c("add",t)},ceil:function(t){return new _c("ceil",t)},divide:function(t){return new _c("divide",t)},exp:function(t){return new _c("exp",t)},floor:function(t){return new _c("floor",t)},ln:function(t){return new _c("ln",t)},log:function(t){return new _c("log",t)},log10:function(t){return new _c("log10",t)},mod:function(t){return new _c("mod",t)},multiply:function(t){return new _c("multiply",t)},pow:function(t){return new _c("pow",t)},sqrt:function(t){return new _c("sqrt",t)},subtract:function(t){return new _c("subtract",t)},trunc:function(t){return new _c("trunc",t)},arrayElemAt:function(t){return new _c("arrayElemAt",t)},arrayToObject:function(t){return new _c("arrayToObject",t)},concatArrays:function(t){return new _c("concatArrays",t)},filter:function(t){return new _c("filter",t)},in:function(t){return new _c("in",t)},indexOfArray:function(t){return new _c("indexOfArray",t)},isArray:function(t){return new _c("isArray",t)},map:function(t){return new _c("map",t)},range:function(t){return new _c("range",t)},reduce:function(t){return new _c("reduce",t)},reverseArray:function(t){return new _c("reverseArray",t)},size:function(t){return new _c("size",t)},slice:function(t){return new _c("slice",t)},zip:function(t){return new _c("zip",t)},and:function(t){return new _c("and",t)},not:function(t){return new _c("not",t)},or:function(t){return new _c("or",t)},cmp:function(t){return new _c("cmp",t)},eq:function(t){return new _c("eq",t)},gt:function(t){return new _c("gt",t)},gte:function(t){return new _c("gte",t)},lt:function(t){return new _c("lt",t)},lte:function(t){return new _c("lte",t)},neq:function(t){return new _c("ne",t)},cond:function(t){return new _c("cond",t)},ifNull:function(t){return new _c("ifNull",t)},switch:function(t){return new _c("switch",t)},dateFromParts:function(t){return new _c("dateFromParts",t)},dateFromString:function(t){return new _c("dateFromString",t)},dayOfMonth:function(t){return new _c("dayOfMonth",t)},dayOfWeek:function(t){return new _c("dayOfWeek",t)},dayOfYear:function(t){return new _c("dayOfYear",t)},isoDayOfWeek:function(t){return new _c("isoDayOfWeek",t)},isoWeek:function(t){return new _c("isoWeek",t)},isoWeekYear:function(t){return new _c("isoWeekYear",t)},millisecond:function(t){return new _c("millisecond",t)},minute:function(t){return new _c("minute",t)},month:function(t){return new _c("month",t)},second:function(t){return new _c("second",t)},hour:function(t){return new _c("hour",t)},week:function(t){return new _c("week",t)},year:function(t){return new _c("year",t)},literal:function(t){return new _c("literal",t)},mergeObjects:function(t){return new _c("mergeObjects",t)},objectToArray:function(t){return new _c("objectToArray",t)},allElementsTrue:function(t){return new _c("allElementsTrue",t)},anyElementTrue:function(t){return new _c("anyElementTrue",t)},setDifference:function(t){return new _c("setDifference",t)},setEquals:function(t){return new _c("setEquals",t)},setIntersection:function(t){return new _c("setIntersection",t)},setIsSubset:function(t){return new _c("setIsSubset",t)},setUnion:function(t){return new _c("setUnion",t)},concat:function(t){return new _c("concat",t)},dateToString:function(t){return new _c("dateToString",t)},indexOfBytes:function(t){return new _c("indexOfBytes",t)},indexOfCP:function(t){return new _c("indexOfCP",t)},split:function(t){return new _c("split",t)},strLenBytes:function(t){return new _c("strLenBytes",t)},strLenCP:function(t){return new _c("strLenCP",t)},strcasecmp:function(t){return new _c("strcasecmp",t)},substr:function(t){return new _c("substr",t)},substrBytes:function(t){return new _c("substrBytes",t)},substrCP:function(t){return new _c("substrCP",t)},toLower:function(t){return new _c("toLower",t)},toUpper:function(t){return new _c("toUpper",t)},meta:function(t){return new _c("meta",t)},addToSet:function(t){return new _c("addToSet",t)},avg:function(t){return new _c("avg",t)},first:function(t){return new _c("first",t)},last:function(t){return new _c("last",t)},max:function(t){return new _c("max",t)},min:function(t){return new _c("min",t)},push:function(t){return new _c("push",t)},stdDevPop:function(t){return new _c("stdDevPop",t)},stdDevSamp:function(t){return new _c("stdDevSamp",t)},sum:function(t){return new _c("sum",t)},let:function(t){return new _c("let",t)}},project:{slice:function(t){return new Ic("slice",t)},elemMatch:function(t){return new Ic("elemMatch",t)}}},_c=function(t,e){this["$"+t]=e},Ic=function(t,e){this["$"+t]=e},Ec=function(){function t(t){var e=t.regexp,n=t.options;if(!e)throw new TypeError("regexp must be a string");this.$regex=e,this.$options=n}return t.prototype.parse=function(){return{$regex:this.$regex,$options:this.$options}},Object.defineProperty(t.prototype,"_internalType",{get:function(){return lu},enumerable:!1,configurable:!0}),t}();function Sc(t){return new Ec(t)}var Oc="insert document failed",Tc="DATABASE_TRANSACTION_CONFLICT",Pc=function(){return Pc=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},Pc.apply(this,arguments)},Ac=function(t,e,n,r){return new(n||(n=Promise))(function(o,i){function s(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(s,a)}u((r=r.apply(t,e||[])).next())})},Rc=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}},Cc="database.updateDocInTransaction",Nc=function(){function t(t,e,n){this._coll=e,this.id=n,this._transaction=t,this._request=this._transaction.getRequestMethod(),this._transactionId=this._transaction.getTransactionId()}return t.prototype.create=function(t){return Ac(this,void 0,void 0,function(){var e,n,r,o;return Rc(this,function(i){switch(i.label){case 0:return e={collectionName:this._coll,transactionId:this._transactionId,data:vc.EJSON.stringify(Qu(t),{relaxed:!1})},this.id&&(e._id=this.id),[4,this._request.send("database.insertDocInTransaction",e)];case 1:if((n=i.sent()).code)throw n;if(r=vc.EJSON.parse(n.inserted),1==(o=vc.EJSON.parse(n.ok))&&1==r)return[2,Pc(Pc({},n),{ok:o,inserted:r})];throw new Error(Oc)}})})},t.prototype.get=function(){return Ac(this,void 0,void 0,function(){var t,e;return Rc(this,function(n){switch(n.label){case 0:return t={collectionName:this._coll,transactionId:this._transactionId,query:{_id:{$eq:this.id}}},[4,this._request.send("database.getInTransaction",t)];case 1:if((e=n.sent()).code)throw e;return[2,{data:"null"!==e.data?Cu.formatField(vc.EJSON.parse(e.data)):vc.EJSON.parse(e.data),requestId:e.requestId}]}})})},t.prototype.set=function(t){return Ac(this,void 0,void 0,function(){var e,n;return Rc(this,function(r){switch(r.label){case 0:return e={collectionName:this._coll,transactionId:this._transactionId,query:{_id:{$eq:this.id}},data:vc.EJSON.stringify(Qu(t),{relaxed:!1}),upsert:!0},[4,this._request.send(Cc,e)];case 1:if((n=r.sent()).code)throw n;return[2,Pc(Pc({},n),{updated:vc.EJSON.parse(n.updated),upserted:n.upserted?JSON.parse(n.upserted):null})]}})})},t.prototype.update=function(t){return Ac(this,void 0,void 0,function(){var e,n;return Rc(this,function(r){switch(r.label){case 0:return e={collectionName:this._coll,transactionId:this._transactionId,query:{_id:{$eq:this.id}},data:vc.EJSON.stringify(sc.encode(t),{relaxed:!1})},[4,this._request.send(Cc,e)];case 1:if((n=r.sent()).code)throw n;return[2,Pc(Pc({},n),{updated:vc.EJSON.parse(n.updated)})]}})})},t.prototype.delete=function(){return Ac(this,void 0,void 0,function(){var t,e;return Rc(this,function(n){switch(n.label){case 0:return t={collectionName:this._coll,transactionId:this._transactionId,query:{_id:{$eq:this.id}}},[4,this._request.send("database.deleteDocInTransaction",t)];case 1:if((e=n.sent()).code)throw e;return[2,Pc(Pc({},e),{deleted:vc.EJSON.parse(e.deleted)})]}})})},t}(),xc=function(){return xc=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},xc.apply(this,arguments)},Uc=function(t,e,n,r){return new(n||(n=Promise))(function(o,i){function s(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(s,a)}u((r=r.apply(t,e||[])).next())})},Lc=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}},Dc="database.getInTransaction",kc=function(){function t(t,e,n,r,o){this._coll=e,this._transaction=t,this._fieldFilters=n,this._fieldOrders=r||[],this._queryOptions=o||{},this._request=this._transaction.getRequestMethod(),this._transactionId=this._transaction.getTransactionId()}return t.prototype.where=function(e){if("Object"!==Object.prototype.toString.call(e).slice(8,-1))throw Error(Na.QueryParamTypeError);var n=Object.keys(e),r=n.some(function(t){return void 0!==e[t]});if(n.length&&!r)throw Error(Na.QueryParamValueError);return new t(this._transaction,this._coll,hc.encode(e),this._fieldOrders,this._queryOptions)},t.prototype.orderBy=function(e,n){Nu.isFieldPath(e),Nu.isFieldOrder(n);var r={field:e,direction:n},o=this._fieldOrders.concat(r);return new t(this._transaction,this._coll,this._fieldFilters,o,this._queryOptions)},t.prototype.limit=function(e){Nu.isInteger("limit",e);var n=xc({},this._queryOptions);return n.limit=e,new t(this._transaction,this._coll,this._fieldFilters,this._fieldOrders,n)},t.prototype.skip=function(e){Nu.isInteger("offset",e);var n=xc({},this._queryOptions);return n.offset=e,new t(this._transaction,this._coll,this._fieldFilters,this._fieldOrders,n)},t.prototype.field=function(e){for(var n in e)e[n]?"object"!=typeof e[n]&&(e[n]=1):e[n]=0;var r=xc({},this._queryOptions);return r.projection=e,new t(this._transaction,this._coll,this._fieldFilters,this._fieldOrders,r)},t.prototype.get=function(){return Uc(this,void 0,void 0,function(){var t,e,n,r,o,i;return Lc(this,function(s){switch(s.label){case 0:return t=[],this._fieldOrders&&this._fieldOrders.forEach(function(e){t.push(e)}),e={collectionName:this._coll,transactionId:this._transactionId},this._fieldFilters&&(e.query=this._fieldFilters),t.length>0&&(e.order=t),this._queryOptions.offset&&(e.offset=this._queryOptions.offset),this._queryOptions.limit?e.limit=this._queryOptions.limit<1e3?this._queryOptions.limit:1e3:e.limit=100,this._queryOptions.projection&&(e.projection=this._queryOptions.projection),[4,this._request.send(Dc,e)];case 1:if((n=s.sent()).code)throw n;return r="null"!==n.data?vc.EJSON.parse(n.data):null,o=r?Array.isArray(r)?Cu.formatResDocumentData(r):[Cu.formatField(r)]:[],i={data:o,requestId:n.requestId},void 0!==n.total&&(i.total=n.total),void 0!==n.limit&&(i.limit=n.limit),void 0!==n.offset&&(i.offset=n.offset),[2,i]}})})},t.prototype.count=function(){return Uc(this,void 0,void 0,function(){var t,e,n,r;return Lc(this,function(o){switch(o.label){case 0:return t={collectionName:this._coll,transactionId:this._transactionId},this._fieldFilters&&(t.query=this._fieldFilters),[4,this._request.send(Dc,t)];case 1:if((e=o.sent()).code)throw e;return n="null"!==e.data?vc.EJSON.parse(e.data):null,r=Array.isArray(n)?n.length:n?1:0,[2,{requestId:e.requestId,total:void 0!==e.total?e.total:r}]}})})},t.prototype.update=function(t){return Uc(this,void 0,void 0,function(){var e,n;return Lc(this,function(r){switch(r.label){case 0:if(!t||"object"!=typeof t)throw new Error("参数必需是非空对象");if(t.hasOwnProperty("_id"))throw new Error("不能更新_id的值");return e={collectionName:this._coll,transactionId:this._transactionId,query:this._fieldFilters,data:vc.EJSON.stringify(sc.encode(t),{relaxed:!1})},[4,this._request.send("database.updateDocInTransaction",e)];case 1:if((n=r.sent()).code)throw n;return[2,xc(xc({},n),{updated:vc.EJSON.parse(n.updated)})]}})})},t.prototype.remove=function(){return Uc(this,void 0,void 0,function(){var t,e;return Lc(this,function(n){switch(n.label){case 0:return Object.keys(this._queryOptions).length>0&&console.warn("`offset`, `limit` and `projection` are not supported in remove() operation"),this._fieldOrders.length>0&&console.warn("`orderBy` is not supported in remove() operation"),t={collectionName:this._coll,transactionId:this._transactionId,query:this._fieldFilters},[4,this._request.send("database.deleteDocInTransaction",t)];case 1:if((e=n.sent()).code)throw e;return[2,xc(xc({},e),{deleted:vc.EJSON.parse(e.deleted)})]}})})},t}(),jc=function(){var t=function(e,n){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},t(e,n)};return function(e,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),qc=function(t){function e(e,n){return t.call(this,e,n)||this}return jc(e,t),Object.defineProperty(e.prototype,"name",{get:function(){return this._coll},enumerable:!1,configurable:!0}),e.prototype.doc=function(t){if("string"!=typeof t&&"number"!=typeof t)throw new Error("docId必须为字符串或数字");return new Nc(this._transaction,this._coll,t)},e.prototype.add=function(t){var e;return void 0!==t._id&&(e=t._id),new Nc(this._transaction,this._coll,e).create(t)},e}(kc),Mc=function(t,e,n,r){return new(n||(n=Promise))(function(o,i){function s(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(s,a)}u((r=r.apply(t,e||[])).next())})},Wc=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}},Fc=function(){function t(t){this._db=t,this._request=Gc.createRequest(this._db.config),this.aborted=!1,this.commited=!1,this.inited=!1}return t.prototype.init=function(){return Mc(this,void 0,void 0,function(){var t;return Wc(this,function(e){switch(e.label){case 0:return[4,this._request.send("database.startTransaction")];case 1:if((t=e.sent()).code)throw t;return this.inited=!0,this._id=t.transactionId,[2]}})})},t.prototype.collection=function(t){if(!t)throw new Error("Collection name is required");return new qc(this,t)},t.prototype.getTransactionId=function(){return this._id},t.prototype.getRequestMethod=function(){return this._request},t.prototype.commit=function(){return Mc(this,void 0,void 0,function(){var t,e;return Wc(this,function(n){switch(n.label){case 0:return t={transactionId:this._id},[4,this._request.send("database.commitTransaction",t)];case 1:if((e=n.sent()).code)throw e;return this.commited=!0,[2,e]}})})},t.prototype.rollback=function(t){return Mc(this,void 0,void 0,function(){var e,n;return Wc(this,function(r){switch(r.label){case 0:return e={transactionId:this._id},[4,this._request.send("database.abortTransaction",e)];case 1:if((n=r.sent()).code)throw n;return this.aborted=!0,this.abortReason=t,[2,n]}})})},t}();function Bc(){return Mc(this,void 0,void 0,function(){var t;return Wc(this,function(e){switch(e.label){case 0:return[4,(t=new Fc(this)).init()];case 1:return e.sent(),[2,t]}})})}function Vc(t,e){return void 0===e&&(e=3),Mc(this,void 0,void 0,function(){var n,r,o,i,s=this;return Wc(this,function(a){switch(a.label){case 0:return a.trys.push([0,4,,10]),[4,(n=new Fc(this)).init()];case 1:return a.sent(),[4,t(n)];case 2:if(r=a.sent(),!0===n.aborted)throw n.abortReason;return[4,n.commit()];case 3:return a.sent(),[2,r];case 4:if(o=a.sent(),!1===n.inited)throw o;return i=function(t){return Mc(s,void 0,void 0,function(){return Wc(this,function(e){switch(e.label){case 0:if(n.aborted||n.commited)return[3,5];e.label=1;case 1:return e.trys.push([1,3,,4]),[4,n.rollback()];case 2:case 3:return e.sent(),[3,4];case 4:throw t;case 5:if(!0===n.aborted)throw n.abortReason;throw t}})})},e<=0?[4,i(o)]:[3,6];case 5:a.sent(),a.label=6;case 6:return o&&o.code===Tc?[4,Vc.bind(this)(t,--e)]:[3,8];case 7:return[2,a.sent()];case 8:return[4,i(o)];case 9:return a.sent(),[3,10];case 10:return[2]}})})}var Gc=function(){function t(t){this.config=t,this.Geo=c,this.serverDate=Pu,this.command=wc,this.RegExp=Sc,this.startTransaction=Bc,this.runTransaction=Vc,this.logicCommand=ju,this.updateCommand=Du,this.queryCommand=Fu}return t.createRequest=function(e){var n=new t.reqClass(e),r=n.send;return n.send=function(t,n){return e.instance&&(n.instance=e.instance),e.database&&(n.database=e.database),r.call(this,t,n)},n},t.prototype.collection=function(t){if(!t)throw new Error("Collection name is required");return new bc(this,t)},t.prototype.createCollection=function(e){var n={collectionName:e};return t.createRequest(this.config).send("database.addCollection",n)},t}(),Hc=function(){var t=function(e,n){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},t(e,n)};return function(e,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),Kc=function(){return Kc=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},Kc.apply(this,arguments)},Jc=function(t,e,n,r){return new(n||(n=Promise))(function(o,i){function s(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(s,a)}u((r=r.apply(t,e||[])).next())})},zc=function(t,e){var n,r,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}},Yc={filterRes:function(t){return delete t.header,delete t.statusCode,t},flattenResData:function(t){if("object"==typeof t.data&&null!==t.data){var e=Kc(Kc({},t),t.data);return delete e.data,e}return t},safeParseEJSON:function(t){if("string"!=typeof t)return t;try{return vc.EJSON.parse(t)}catch(e){return t}},buildQueryParams:function(t){return Object.entries(t).filter(function(t){t[0];var e=t[1];return null!=e&&""!==e}).map(function(t){var e=t[0],n=t[1],r="object"==typeof n?JSON.stringify(n):String(n);return"".concat(encodeURIComponent(e),"=").concat(encodeURIComponent(r))}).join("&")},getUrlPrefix:function(t){var e=(null==t?void 0:t.instance)||"(default)",n=(null==t?void 0:t.database)||"(default)";return"/database/instances/".concat(e,"/databases/").concat(n)},"database.queryDocument":function(t){var e,n,r,o,i,s,a,u;return Jc(this,void 0,Promise,function(){var c,l,h,d;return zc(this,function(f){switch(f.label){case 0:return c=!!(null===(n=null===(e=t.query)||void 0===e?void 0:e._id)||void 0===n?void 0:n.$eq),l=Yc.buildQueryParams(Kc({projection:t.projection,transactionId:t.transactionId},c?{}:{offset:null!==(r=t.offset)&&void 0!==r?r:0,limit:null!==(o=t.limit)&&void 0!==o?o:100,order:t.order,query:t.query?vc.EJSON.stringify(t.query,{relaxed:!1}):void 0})),h="".concat(Yc.getUrlPrefix(t),"/collections/").concat(t.collectionName,"/documents?").concat(l),c&&(h="".concat(Yc.getUrlPrefix(t),"/collections/").concat(t.collectionName,"/documents/").concat((null===(i=t.query._id)||void 0===i?void 0:i.$eq)||t.query._id,"?").concat(l)),[4,this.gateWay({url:h,method:"GET"})];case 1:return(d=f.sent()).data=Yc.safeParseEJSON(JSON.stringify(d.data)),!c||d.code||(null===(s=d.data)||void 0===s?void 0:s.code)?(d.code||(null===(a=d.data)||void 0===a?void 0:a.code)?d=Kc(Kc({},d),{code:d.code||(null===(u=d.data)||void 0===u?void 0:u.code),data:Kc(Kc({},d.data),{list:[]})}):Array.isArray(d.data)?d=Kc(Kc({},d),{data:{list:d.data}}):d.data&&!Array.isArray(d.data.list)&&(d=Kc(Kc({},d),{data:Kc(Kc({},d.data),{list:[]})})),[2,Yc.filterRes(d)]):[2,Kc(Kc({},d),{data:{list:[d.data]}})]}})})},"database.addDocument":function(t){var e,n,r;return Jc(this,void 0,Promise,function(){var o;return zc(this,function(i){switch(i.label){case 0:return[4,this.gateWay({url:"".concat(Yc.getUrlPrefix(t),"/collections/").concat(t.collectionName,"/documents"),method:"POST",data:Kc({data:Array.isArray(t.data)?t.data:[t.data]},t.transactionId&&{transactionId:t.transactionId})})];case 1:return o=i.sent(),Array.isArray(t.data)?o=Kc(Kc({},o),{data:Kc({ids:(null===(e=o.data)||void 0===e?void 0:e.insertedIds)||[]},o.data)}):(null===(r=null===(n=o.data)||void 0===n?void 0:n.insertedIds)||void 0===r?void 0:r[0])&&(o=Kc(Kc({},o),{data:Kc({_id:o.data.insertedIds[0]},o.data)})),[2,Yc.filterRes(o)]}})})},"database.updateDocument":function(t){return Jc(this,void 0,Promise,function(){var e;return zc(this,function(n){switch(n.label){case 0:return[4,this.gateWay({url:"".concat(Yc.getUrlPrefix(t),"/collections/").concat(t.collectionName,"/documents"),method:"PATCH",data:Kc({query:t.query,data:t.data,multi:!!t.multi,upsert:!!t.upsert,replaceMode:!!t.replaceMode},t.transactionId&&{transactionId:t.transactionId})})];case 1:return e=n.sent(),[2,Yc.filterRes(e)]}})})},"database.deleteDocument":function(t){return Jc(this,void 0,Promise,function(){var e;return zc(this,function(n){switch(n.label){case 0:return[4,this.gateWay({url:"".concat(Yc.getUrlPrefix(t),"/collections/").concat(t.collectionName,"/documents/remove"),method:"POST",data:Kc({query:t.query,multi:!!t.multi},t.transactionId&&{transactionId:t.transactionId})})];case 1:return e=n.sent(),[2,Yc.filterRes(e)]}})})},"database.countDocument":function(t){return Jc(this,void 0,Promise,function(){var e,n;return zc(this,function(r){switch(r.label){case 0:return e=Yc.buildQueryParams({count:!0,query:t.query?vc.EJSON.stringify(t.query,{relaxed:!1}):void 0}),[4,this.gateWay({url:"".concat(Yc.getUrlPrefix(t),"/collections/").concat(t.collectionName,"/documents?").concat(e),method:"GET"})];case 1:return n=r.sent(),[2,Yc.filterRes(n)]}})})},"database.addCollection":function(t){return Jc(this,void 0,Promise,function(){var e;return zc(this,function(n){switch(n.label){case 0:return[4,this.gateWay({url:"".concat(Yc.getUrlPrefix(t),"/collections"),method:"POST",data:{collectionName:t.collectionName}})];case 1:return e=n.sent(),[2,Yc.filterRes(e)]}})})},"database.aggregate":function(t){var e;return Jc(this,void 0,Promise,function(){var n,r;return zc(this,function(o){switch(o.label){case 0:return n=t.stages.map(function(t){var e,n;try{var r="string"==typeof t.stageValue?JSON.parse(t.stageValue):t.stageValue;return(e={})[t.stageKey]=vc.EJSON.serialize(r),e}catch(e){return(n={})[t.stageKey]=t.stageValue,n}}),[4,this.gateWay({url:"".concat(Yc.getUrlPrefix(t),"/collections/").concat(t.collectionName,"/documents/aggregations"),method:"POST",data:{pipeline:n}})];case 1:return r=o.sent(),Array.isArray(null===(e=r.data)||void 0===e?void 0:e.list)&&(r.data.list=JSON.stringify(r.data.list.map(function(t){return JSON.stringify(t)}))),[2,Yc.filterRes(r)]}})})},"database.startTransaction":function(t){return Jc(this,void 0,void 0,function(){var e;return zc(this,function(n){switch(n.label){case 0:return[4,this.gateWay({url:"".concat(Yc.getUrlPrefix(t),"/transactions"),method:"POST"})];case 1:return e=n.sent(),[2,Yc.filterRes(Yc.flattenResData(e))]}})})},"database.commitTransaction":function(t){return Jc(this,void 0,void 0,function(){var e;return zc(this,function(n){switch(n.label){case 0:return[4,this.gateWay({url:"".concat(Yc.getUrlPrefix(t),"/transactions/").concat(t.transactionId,"/commit"),method:"POST"})];case 1:return e=n.sent(),[2,Yc.filterRes(e)]}})})},"database.abortTransaction":function(t){return Jc(this,void 0,void 0,function(){var e;return zc(this,function(n){switch(n.label){case 0:return[4,this.gateWay({url:"".concat(Yc.getUrlPrefix(t),"/transactions/").concat(t.transactionId,"/rollback"),method:"POST"})];case 1:return e=n.sent(),[2,Yc.filterRes(e)]}})})},"database.getInTransaction":function(t){var e;return Jc(this,void 0,void 0,function(){var n;return zc(this,function(r){switch(r.label){case 0:return[4,Yc["database.queryDocument"].call(this,t)];case 1:return"object"==typeof(n=r.sent()).data&&null!==n.data?(null===(e=n.data)||void 0===e?void 0:e.code)?[2,Yc.flattenResData(n)]:[2,Kc(Kc({},n),{data:JSON.stringify(n.data)})]:[2,n]}})})},"database.updateDocInTransaction":function(t){return Jc(this,void 0,void 0,function(){var e;return zc(this,function(n){switch(n.label){case 0:return t.data=Yc.safeParseEJSON(t.data),[4,Yc["database.updateDocument"].call(this,t)];case 1:return e=n.sent(),[2,Yc.flattenResData(e)]}})})},"database.deleteDocInTransaction":function(t){return Jc(this,void 0,void 0,function(){var e;return zc(this,function(n){switch(n.label){case 0:return[4,Yc["database.deleteDocument"].call(this,t)];case 1:return e=n.sent(),[2,Yc.flattenResData(e)]}})})},"database.insertDocInTransaction":function(t){var e;return Jc(this,void 0,Promise,function(){var n,r;return zc(this,function(o){switch(o.label){case 0:return t.data=Yc.safeParseEJSON(t.data),[4,Yc["database.addDocument"].call(this,t)];case 1:return"object"==typeof(n=o.sent()).data&&null!==n.data?(r=!!(null===(e=n.data)||void 0===e?void 0:e._id),n=Kc(Kc(Kc({},n),{inserted:r?1:0,ok:r?1:0}),n.data)):n=Kc({inserted:0,ok:0},n),delete n.data,[2,n]}})})},"database.runCommands":function(t){return Jc(this,void 0,Promise,function(){var e;return zc(this,function(n){switch(n.label){case 0:return[4,this.gateWay({url:"".concat(Yc.getUrlPrefix(t),"/commands"),method:"POST",data:Kc({commands:vc.EJSON.serialize(t.commands)},t.transactionId&&{transactionId:t.transactionId})})];case 1:"object"==typeof(e=n.sent()).data&&null!==e.data&&(delete(e=Kc(Kc({},e),e.data)).data,delete e.request_id);try{e=vc.EJSON.deserialize(e)}catch(t){}return[2,Yc.filterRes(e)]}})})}},Qc={name:"database",entity:{database:function(t){var e=this.platform,n=e.adapter,r=e.runtime,o=function(t){function e(e){return t.call(this,e)||this}return Hc(e,t),e.prototype.send=function(e,n){return Jc(this,void 0,void 0,function(){var r;return zc(this,function(o){switch(o.label){case 0:return r=null,"GATEWAY"===this.config.endPointMode&&Yc[e]?[4,Yc[e].call(this,n)]:[3,2];case 1:return r=o.sent(),[3,4];case 2:return[4,t.prototype.send.call(this,e,n)];case 3:r=o.sent(),o.label=4;case 4:return[2,r]}})})},e}(this.request.constructor);return Gc.reqClass=o,Gc.getAccessToken=this.authInstance?this.authInstance.getAccessToken.bind(this.authInstance):function(){return""},Gc.runtime=r,this.wsClientClass&&(Gc.wsClass=n.wsClass,Gc.wsClientClass=this.wsClientClass),Gc.ws||(Gc.ws=null),new(function(t){function e(e){return t.call(this,e)||this}return Hc(e,t),e.prototype.runCommands=function(t){return Jc(this,void 0,Promise,function(){return zc(this,function(e){return[2,Gc.createRequest(this.config).send("database.runCommands",t)]})})},e}(Gc))(Kc(Kc(Kc({},this.config),{_fromApp:this}),t))}}};try{cloudbase.registerComponent(Qc)}catch(t){}function $c(t){try{t.registerComponent(Qc)}catch(t){console.warn(t)}}try{window.registerDatabase=$c}catch(t){}$t.registerVersion("3.7.2-cbf.0");try{!function(t){try{t.registerComponent(Qn)}catch(t){console.warn(t)}}($t),function(t){try{t.registerComponent(gr)}catch(t){console.warn(t)}}($t),No($t),$c($t),function(t){try{t.registerComponent(pi),t.registerHook(fi)}catch(t){console.warn(t)}}($t),Si($t),ma($t),ar($t),Ia($t),La($t)}catch(t){}try{window.cloudbase=$t}catch(t){}const Xc=$t})();var d=h.Z;export{d as default};
3
3
  //# sourceMappingURL=index.esm.js.map