@cloudbase/js-sdk 3.4.6 → 3.4.7-beta.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 (778) hide show
  1. package/ai/dist/index.esm.js +2 -3
  2. package/ai/dist/index.esm.js.map +1 -0
  3. package/ai/dist/index.js +2 -21
  4. package/ai/dist/index.js.map +1 -0
  5. package/apis/dist/index.esm.js +2 -3
  6. package/apis/dist/index.esm.js.map +1 -0
  7. package/apis/dist/index.js +2 -21
  8. package/apis/dist/index.js.map +1 -0
  9. package/app/dist/index.esm.js +2 -11
  10. package/app/dist/index.esm.js.map +1 -0
  11. package/app/dist/index.js +2 -18
  12. package/app/dist/index.js.map +1 -0
  13. package/auth/dist/index.esm.js +3 -8
  14. package/auth/dist/index.esm.js.LICENSE.txt +12 -0
  15. package/auth/dist/index.esm.js.map +1 -0
  16. package/auth/dist/index.js +3 -13
  17. package/auth/dist/index.js.LICENSE.txt +12 -0
  18. package/auth/dist/index.js.map +1 -0
  19. package/cloudrun/dist/index.esm.js +2 -3
  20. package/cloudrun/dist/index.esm.js.map +1 -0
  21. package/cloudrun/dist/index.js +2 -21
  22. package/cloudrun/dist/index.js.map +1 -0
  23. package/container/dist/index.esm.js +2 -8
  24. package/container/dist/index.esm.js.map +1 -0
  25. package/container/dist/index.js +2 -13
  26. package/container/dist/index.js.map +1 -0
  27. package/database/package.json +34 -4
  28. package/dist/index.cjs.js +3 -38
  29. package/dist/index.cjs.js.LICENSE.txt +12 -0
  30. package/dist/index.cjs.js.map +1 -0
  31. package/dist/index.esm.js +3 -33
  32. package/dist/index.esm.js.LICENSE.txt +12 -0
  33. package/dist/index.esm.js.map +1 -0
  34. package/functions/dist/index.esm.js +2 -8
  35. package/functions/dist/index.esm.js.map +1 -0
  36. package/functions/dist/index.js +2 -13
  37. package/functions/dist/index.js.map +1 -0
  38. package/miniprogram_dist/ai.js +1 -1
  39. package/miniprogram_dist/apis.js +1 -1
  40. package/miniprogram_dist/app.js +1 -1
  41. package/miniprogram_dist/auth.js +1 -1
  42. package/miniprogram_dist/cloudrun.js +1 -1
  43. package/miniprogram_dist/container.js +1 -1
  44. package/miniprogram_dist/database.js +1 -1
  45. package/miniprogram_dist/functions.js +1 -1
  46. package/miniprogram_dist/index.js +1 -1
  47. package/miniprogram_dist/model.js +1 -1
  48. package/miniprogram_dist/mysql.js +1 -1
  49. package/miniprogram_dist/oauth.js +2 -1
  50. package/miniprogram_dist/realtime.js +1 -1
  51. package/miniprogram_dist/storage.js +1 -1
  52. package/model/dist/index.esm.js +2 -3
  53. package/model/dist/index.esm.js.map +1 -0
  54. package/model/dist/index.js +2 -21
  55. package/model/dist/index.js.map +1 -0
  56. package/mysql/dist/index.esm.js +2 -3
  57. package/mysql/dist/index.esm.js.map +1 -0
  58. package/mysql/dist/index.js +2 -21
  59. package/mysql/dist/index.js.map +1 -0
  60. package/oauth/dist/index.esm.js +3 -3
  61. package/oauth/dist/index.esm.js.LICENSE.txt +12 -0
  62. package/oauth/dist/index.esm.js.map +1 -0
  63. package/oauth/dist/index.js +3 -21
  64. package/oauth/dist/index.js.LICENSE.txt +12 -0
  65. package/oauth/dist/index.js.map +1 -0
  66. package/package.json +29 -47
  67. package/realtime/dist/index.esm.js +2 -8
  68. package/realtime/dist/index.esm.js.map +1 -0
  69. package/realtime/dist/index.js +2 -13
  70. package/realtime/dist/index.js.map +1 -0
  71. package/storage/dist/index.esm.js +2 -4
  72. package/storage/dist/index.esm.js.map +1 -0
  73. package/storage/dist/index.js +2 -9
  74. package/storage/dist/index.js.map +1 -0
  75. package/types/analytics.d.ts +51 -0
  76. package/types/container.d.ts +93 -0
  77. package/{node_modules/@cloudbase/types → types}/package.json +1 -1
  78. package/{node_modules/@cloudbase/utilities → utilities}/package.json +2 -2
  79. package/ai/src/index.d.ts +0 -1
  80. package/ai/src/index.ts +0 -1
  81. package/apis/src/index.d.ts +0 -1
  82. package/apis/src/index.ts +0 -1
  83. package/app/src/index.ts +0 -17
  84. package/auth/src/index.d.ts +0 -2
  85. package/auth/src/index.ts +0 -8
  86. package/cloudrun/src/index.d.ts +0 -1
  87. package/cloudrun/src/index.ts +0 -1
  88. package/container/src/index.d.ts +0 -2
  89. package/container/src/index.ts +0 -8
  90. package/database/dist/index.d.ts +0 -3
  91. package/database/dist/index.esm.js +0 -503
  92. package/database/dist/index.js +0 -509
  93. package/database/src/index.d.ts +0 -3
  94. package/database/src/index.ts +0 -486
  95. package/functions/src/index.d.ts +0 -2
  96. package/functions/src/index.ts +0 -8
  97. package/model/src/index.d.ts +0 -1
  98. package/model/src/index.ts +0 -1
  99. package/mysql/src/index.d.ts +0 -1
  100. package/mysql/src/index.ts +0 -1
  101. package/node_modules/@cloudbase/ai/.eslintrc.js +0 -15
  102. package/node_modules/@cloudbase/ai/dist/cjs/AI.d.ts +0 -27
  103. package/node_modules/@cloudbase/ai/dist/cjs/AI.js +0 -224
  104. package/node_modules/@cloudbase/ai/dist/cjs/bot/index.d.ts +0 -41
  105. package/node_modules/@cloudbase/ai/dist/cjs/bot/index.js +0 -376
  106. package/node_modules/@cloudbase/ai/dist/cjs/bot/types.d.ts +0 -144
  107. package/node_modules/@cloudbase/ai/dist/cjs/bot/types.js +0 -3
  108. package/node_modules/@cloudbase/ai/dist/cjs/eventsource_parser/index.d.ts +0 -2
  109. package/node_modules/@cloudbase/ai/dist/cjs/eventsource_parser/index.js +0 -6
  110. package/node_modules/@cloudbase/ai/dist/cjs/eventsource_parser/parse.d.ts +0 -2
  111. package/node_modules/@cloudbase/ai/dist/cjs/eventsource_parser/parse.js +0 -126
  112. package/node_modules/@cloudbase/ai/dist/cjs/eventsource_parser/stream.d.ts +0 -5
  113. package/node_modules/@cloudbase/ai/dist/cjs/eventsource_parser/stream.js +0 -40
  114. package/node_modules/@cloudbase/ai/dist/cjs/eventsource_parser/types.d.ts +0 -16
  115. package/node_modules/@cloudbase/ai/dist/cjs/eventsource_parser/types.js +0 -3
  116. package/node_modules/@cloudbase/ai/dist/cjs/index.d.ts +0 -40
  117. package/node_modules/@cloudbase/ai/dist/cjs/index.js +0 -187
  118. package/node_modules/@cloudbase/ai/dist/cjs/models/Ark/index.d.ts +0 -10
  119. package/node_modules/@cloudbase/ai/dist/cjs/models/Ark/index.js +0 -130
  120. package/node_modules/@cloudbase/ai/dist/cjs/models/Ark/type.d.ts +0 -71
  121. package/node_modules/@cloudbase/ai/dist/cjs/models/Ark/type.js +0 -3
  122. package/node_modules/@cloudbase/ai/dist/cjs/models/DashScope/index.d.ts +0 -10
  123. package/node_modules/@cloudbase/ai/dist/cjs/models/DashScope/index.js +0 -130
  124. package/node_modules/@cloudbase/ai/dist/cjs/models/DashScope/type.d.ts +0 -74
  125. package/node_modules/@cloudbase/ai/dist/cjs/models/DashScope/type.js +0 -3
  126. package/node_modules/@cloudbase/ai/dist/cjs/models/DeepSeek/index.d.ts +0 -10
  127. package/node_modules/@cloudbase/ai/dist/cjs/models/DeepSeek/index.js +0 -126
  128. package/node_modules/@cloudbase/ai/dist/cjs/models/Default/index.d.ts +0 -10
  129. package/node_modules/@cloudbase/ai/dist/cjs/models/Default/index.js +0 -122
  130. package/node_modules/@cloudbase/ai/dist/cjs/models/HunYuan/index.d.ts +0 -10
  131. package/node_modules/@cloudbase/ai/dist/cjs/models/HunYuan/index.js +0 -135
  132. package/node_modules/@cloudbase/ai/dist/cjs/models/HunYuan/type.d.ts +0 -74
  133. package/node_modules/@cloudbase/ai/dist/cjs/models/HunYuan/type.js +0 -3
  134. package/node_modules/@cloudbase/ai/dist/cjs/models/HunYuan/util.d.ts +0 -4
  135. package/node_modules/@cloudbase/ai/dist/cjs/models/HunYuan/util.js +0 -56
  136. package/node_modules/@cloudbase/ai/dist/cjs/models/HunYuanBeta/index.d.ts +0 -10
  137. package/node_modules/@cloudbase/ai/dist/cjs/models/HunYuanBeta/index.js +0 -127
  138. package/node_modules/@cloudbase/ai/dist/cjs/models/HunYuanExp/index.d.ts +0 -10
  139. package/node_modules/@cloudbase/ai/dist/cjs/models/HunYuanExp/index.js +0 -125
  140. package/node_modules/@cloudbase/ai/dist/cjs/models/HunYuanOpen/index.d.ts +0 -10
  141. package/node_modules/@cloudbase/ai/dist/cjs/models/HunYuanOpen/index.js +0 -127
  142. package/node_modules/@cloudbase/ai/dist/cjs/models/Moonshot/index.d.ts +0 -10
  143. package/node_modules/@cloudbase/ai/dist/cjs/models/Moonshot/index.js +0 -130
  144. package/node_modules/@cloudbase/ai/dist/cjs/models/Moonshot/type.d.ts +0 -85
  145. package/node_modules/@cloudbase/ai/dist/cjs/models/Moonshot/type.js +0 -3
  146. package/node_modules/@cloudbase/ai/dist/cjs/models/Yi/index.d.ts +0 -10
  147. package/node_modules/@cloudbase/ai/dist/cjs/models/Yi/index.js +0 -133
  148. package/node_modules/@cloudbase/ai/dist/cjs/models/Yi/type.d.ts +0 -75
  149. package/node_modules/@cloudbase/ai/dist/cjs/models/Yi/type.js +0 -3
  150. package/node_modules/@cloudbase/ai/dist/cjs/models/ZhiPu/index.d.ts +0 -10
  151. package/node_modules/@cloudbase/ai/dist/cjs/models/ZhiPu/index.js +0 -139
  152. package/node_modules/@cloudbase/ai/dist/cjs/models/ZhiPu/type.d.ts +0 -71
  153. package/node_modules/@cloudbase/ai/dist/cjs/models/ZhiPu/type.js +0 -3
  154. package/node_modules/@cloudbase/ai/dist/cjs/models/image-model.d.ts +0 -18
  155. package/node_modules/@cloudbase/ai/dist/cjs/models/image-model.js +0 -85
  156. package/node_modules/@cloudbase/ai/dist/cjs/models/index.d.ts +0 -26
  157. package/node_modules/@cloudbase/ai/dist/cjs/models/index.js +0 -42
  158. package/node_modules/@cloudbase/ai/dist/cjs/models/model.d.ts +0 -40
  159. package/node_modules/@cloudbase/ai/dist/cjs/models/model.js +0 -481
  160. package/node_modules/@cloudbase/ai/dist/cjs/type.d.ts +0 -190
  161. package/node_modules/@cloudbase/ai/dist/cjs/type.js +0 -10
  162. package/node_modules/@cloudbase/ai/dist/cjs/utils.d.ts +0 -38
  163. package/node_modules/@cloudbase/ai/dist/cjs/utils.js +0 -263
  164. package/node_modules/@cloudbase/ai/dist/esm/AI.d.ts +0 -27
  165. package/node_modules/@cloudbase/ai/dist/esm/AI.js +0 -198
  166. package/node_modules/@cloudbase/ai/dist/esm/bot/index.d.ts +0 -41
  167. package/node_modules/@cloudbase/ai/dist/esm/bot/index.js +0 -373
  168. package/node_modules/@cloudbase/ai/dist/esm/bot/types.d.ts +0 -144
  169. package/node_modules/@cloudbase/ai/dist/esm/bot/types.js +0 -2
  170. package/node_modules/@cloudbase/ai/dist/esm/eventsource_parser/index.d.ts +0 -2
  171. package/node_modules/@cloudbase/ai/dist/esm/eventsource_parser/index.js +0 -2
  172. package/node_modules/@cloudbase/ai/dist/esm/eventsource_parser/parse.d.ts +0 -2
  173. package/node_modules/@cloudbase/ai/dist/esm/eventsource_parser/parse.js +0 -122
  174. package/node_modules/@cloudbase/ai/dist/esm/eventsource_parser/stream.d.ts +0 -5
  175. package/node_modules/@cloudbase/ai/dist/esm/eventsource_parser/stream.js +0 -37
  176. package/node_modules/@cloudbase/ai/dist/esm/eventsource_parser/types.d.ts +0 -16
  177. package/node_modules/@cloudbase/ai/dist/esm/eventsource_parser/types.js +0 -2
  178. package/node_modules/@cloudbase/ai/dist/esm/index.d.ts +0 -40
  179. package/node_modules/@cloudbase/ai/dist/esm/index.js +0 -152
  180. package/node_modules/@cloudbase/ai/dist/esm/models/Ark/index.d.ts +0 -10
  181. package/node_modules/@cloudbase/ai/dist/esm/models/Ark/index.js +0 -127
  182. package/node_modules/@cloudbase/ai/dist/esm/models/Ark/type.d.ts +0 -71
  183. package/node_modules/@cloudbase/ai/dist/esm/models/Ark/type.js +0 -2
  184. package/node_modules/@cloudbase/ai/dist/esm/models/DashScope/index.d.ts +0 -10
  185. package/node_modules/@cloudbase/ai/dist/esm/models/DashScope/index.js +0 -127
  186. package/node_modules/@cloudbase/ai/dist/esm/models/DashScope/type.d.ts +0 -74
  187. package/node_modules/@cloudbase/ai/dist/esm/models/DashScope/type.js +0 -2
  188. package/node_modules/@cloudbase/ai/dist/esm/models/DeepSeek/index.d.ts +0 -10
  189. package/node_modules/@cloudbase/ai/dist/esm/models/DeepSeek/index.js +0 -123
  190. package/node_modules/@cloudbase/ai/dist/esm/models/Default/index.d.ts +0 -10
  191. package/node_modules/@cloudbase/ai/dist/esm/models/Default/index.js +0 -119
  192. package/node_modules/@cloudbase/ai/dist/esm/models/HunYuan/index.d.ts +0 -10
  193. package/node_modules/@cloudbase/ai/dist/esm/models/HunYuan/index.js +0 -132
  194. package/node_modules/@cloudbase/ai/dist/esm/models/HunYuan/type.d.ts +0 -74
  195. package/node_modules/@cloudbase/ai/dist/esm/models/HunYuan/type.js +0 -2
  196. package/node_modules/@cloudbase/ai/dist/esm/models/HunYuan/util.d.ts +0 -4
  197. package/node_modules/@cloudbase/ai/dist/esm/models/HunYuan/util.js +0 -51
  198. package/node_modules/@cloudbase/ai/dist/esm/models/HunYuanBeta/index.d.ts +0 -10
  199. package/node_modules/@cloudbase/ai/dist/esm/models/HunYuanBeta/index.js +0 -124
  200. package/node_modules/@cloudbase/ai/dist/esm/models/HunYuanExp/index.d.ts +0 -10
  201. package/node_modules/@cloudbase/ai/dist/esm/models/HunYuanExp/index.js +0 -122
  202. package/node_modules/@cloudbase/ai/dist/esm/models/HunYuanOpen/index.d.ts +0 -10
  203. package/node_modules/@cloudbase/ai/dist/esm/models/HunYuanOpen/index.js +0 -124
  204. package/node_modules/@cloudbase/ai/dist/esm/models/Moonshot/index.d.ts +0 -10
  205. package/node_modules/@cloudbase/ai/dist/esm/models/Moonshot/index.js +0 -127
  206. package/node_modules/@cloudbase/ai/dist/esm/models/Moonshot/type.d.ts +0 -85
  207. package/node_modules/@cloudbase/ai/dist/esm/models/Moonshot/type.js +0 -2
  208. package/node_modules/@cloudbase/ai/dist/esm/models/Yi/index.d.ts +0 -10
  209. package/node_modules/@cloudbase/ai/dist/esm/models/Yi/index.js +0 -130
  210. package/node_modules/@cloudbase/ai/dist/esm/models/Yi/type.d.ts +0 -75
  211. package/node_modules/@cloudbase/ai/dist/esm/models/Yi/type.js +0 -2
  212. package/node_modules/@cloudbase/ai/dist/esm/models/ZhiPu/index.d.ts +0 -10
  213. package/node_modules/@cloudbase/ai/dist/esm/models/ZhiPu/index.js +0 -136
  214. package/node_modules/@cloudbase/ai/dist/esm/models/ZhiPu/type.d.ts +0 -71
  215. package/node_modules/@cloudbase/ai/dist/esm/models/ZhiPu/type.js +0 -2
  216. package/node_modules/@cloudbase/ai/dist/esm/models/image-model.d.ts +0 -18
  217. package/node_modules/@cloudbase/ai/dist/esm/models/image-model.js +0 -82
  218. package/node_modules/@cloudbase/ai/dist/esm/models/index.d.ts +0 -26
  219. package/node_modules/@cloudbase/ai/dist/esm/models/index.js +0 -27
  220. package/node_modules/@cloudbase/ai/dist/esm/models/model.d.ts +0 -40
  221. package/node_modules/@cloudbase/ai/dist/esm/models/model.js +0 -478
  222. package/node_modules/@cloudbase/ai/dist/esm/type.d.ts +0 -190
  223. package/node_modules/@cloudbase/ai/dist/esm/type.js +0 -7
  224. package/node_modules/@cloudbase/ai/dist/esm/utils.d.ts +0 -38
  225. package/node_modules/@cloudbase/ai/dist/esm/utils.js +0 -252
  226. package/node_modules/@cloudbase/ai/dist/miniprogram/index.js +0 -2
  227. package/node_modules/@cloudbase/ai/dist/miniprogram/index.js.LICENSE.txt +0 -22
  228. package/node_modules/@cloudbase/ai/package.json +0 -32
  229. package/node_modules/@cloudbase/apis/.eslintrc.js +0 -15
  230. package/node_modules/@cloudbase/apis/dist/cjs/callApis.d.ts +0 -20
  231. package/node_modules/@cloudbase/apis/dist/cjs/callApis.js +0 -154
  232. package/node_modules/@cloudbase/apis/dist/cjs/index.d.ts +0 -5
  233. package/node_modules/@cloudbase/apis/dist/cjs/index.js +0 -53
  234. package/node_modules/@cloudbase/apis/dist/cjs/type.d.ts +0 -14
  235. package/node_modules/@cloudbase/apis/dist/cjs/type.js +0 -3
  236. package/node_modules/@cloudbase/apis/dist/esm/callApis.d.ts +0 -20
  237. package/node_modules/@cloudbase/apis/dist/esm/callApis.js +0 -148
  238. package/node_modules/@cloudbase/apis/dist/esm/index.d.ts +0 -5
  239. package/node_modules/@cloudbase/apis/dist/esm/index.js +0 -35
  240. package/node_modules/@cloudbase/apis/dist/esm/type.d.ts +0 -14
  241. package/node_modules/@cloudbase/apis/dist/esm/type.js +0 -2
  242. package/node_modules/@cloudbase/apis/dist/miniprogram/index.js +0 -1
  243. package/node_modules/@cloudbase/apis/package.json +0 -28
  244. package/node_modules/@cloudbase/app/.eslintrc.js +0 -12
  245. package/node_modules/@cloudbase/app/dist/cjs/constants/common.d.ts +0 -38
  246. package/node_modules/@cloudbase/app/dist/cjs/constants/common.js +0 -103
  247. package/node_modules/@cloudbase/app/dist/cjs/index.d.ts +0 -65
  248. package/node_modules/@cloudbase/app/dist/cjs/index.js +0 -340
  249. package/node_modules/@cloudbase/app/dist/cjs/index.node.d.ts +0 -6
  250. package/node_modules/@cloudbase/app/dist/cjs/index.node.js +0 -27
  251. package/node_modules/@cloudbase/app/dist/cjs/libs/adapter-node/constants.d.ts +0 -33
  252. package/node_modules/@cloudbase/app/dist/cjs/libs/adapter-node/constants.js +0 -38
  253. package/node_modules/@cloudbase/app/dist/cjs/libs/adapter-node/context.d.ts +0 -17
  254. package/node_modules/@cloudbase/app/dist/cjs/libs/adapter-node/context.js +0 -189
  255. package/node_modules/@cloudbase/app/dist/cjs/libs/adapter-node/index.d.ts +0 -25
  256. package/node_modules/@cloudbase/app/dist/cjs/libs/adapter-node/index.js +0 -150
  257. package/node_modules/@cloudbase/app/dist/cjs/libs/adapter-node/metadata.d.ts +0 -14
  258. package/node_modules/@cloudbase/app/dist/cjs/libs/adapter-node/metadata.js +0 -130
  259. package/node_modules/@cloudbase/app/dist/cjs/libs/adapter-node/request.d.ts +0 -41
  260. package/node_modules/@cloudbase/app/dist/cjs/libs/adapter-node/request.js +0 -521
  261. package/node_modules/@cloudbase/app/dist/cjs/libs/adapter-node/tool.d.ts +0 -2
  262. package/node_modules/@cloudbase/app/dist/cjs/libs/adapter-node/tool.js +0 -354
  263. package/node_modules/@cloudbase/app/dist/cjs/libs/adapter-node/types.d.ts +0 -102
  264. package/node_modules/@cloudbase/app/dist/cjs/libs/adapter-node/types.js +0 -3
  265. package/node_modules/@cloudbase/app/dist/cjs/libs/adapter-node/utils.d.ts +0 -37
  266. package/node_modules/@cloudbase/app/dist/cjs/libs/adapter-node/utils.js +0 -286
  267. package/node_modules/@cloudbase/app/dist/cjs/libs/adapter-node/wx.d.ts +0 -39
  268. package/node_modules/@cloudbase/app/dist/cjs/libs/adapter-node/wx.js +0 -272
  269. package/node_modules/@cloudbase/app/dist/cjs/libs/adapter.d.ts +0 -3
  270. package/node_modules/@cloudbase/app/dist/cjs/libs/adapter.js +0 -163
  271. package/node_modules/@cloudbase/app/dist/cjs/libs/cache.d.ts +0 -6
  272. package/node_modules/@cloudbase/app/dist/cjs/libs/cache.js +0 -38
  273. package/node_modules/@cloudbase/app/dist/cjs/libs/component.d.ts +0 -3
  274. package/node_modules/@cloudbase/app/dist/cjs/libs/component.js +0 -126
  275. package/node_modules/@cloudbase/app/dist/cjs/libs/lang.d.ts +0 -23
  276. package/node_modules/@cloudbase/app/dist/cjs/libs/lang.js +0 -59
  277. package/node_modules/@cloudbase/app/dist/cjs/libs/request.d.ts +0 -62
  278. package/node_modules/@cloudbase/app/dist/cjs/libs/request.js +0 -480
  279. package/node_modules/@cloudbase/app/dist/esm/constants/common.d.ts +0 -38
  280. package/node_modules/@cloudbase/app/dist/esm/constants/common.js +0 -91
  281. package/node_modules/@cloudbase/app/dist/esm/index.d.ts +0 -65
  282. package/node_modules/@cloudbase/app/dist/esm/index.js +0 -335
  283. package/node_modules/@cloudbase/app/dist/esm/index.node.d.ts +0 -6
  284. package/node_modules/@cloudbase/app/dist/esm/index.node.js +0 -19
  285. package/node_modules/@cloudbase/app/dist/esm/libs/adapter-node/constants.d.ts +0 -33
  286. package/node_modules/@cloudbase/app/dist/esm/libs/adapter-node/constants.js +0 -35
  287. package/node_modules/@cloudbase/app/dist/esm/libs/adapter-node/context.d.ts +0 -17
  288. package/node_modules/@cloudbase/app/dist/esm/libs/adapter-node/context.js +0 -181
  289. package/node_modules/@cloudbase/app/dist/esm/libs/adapter-node/index.d.ts +0 -25
  290. package/node_modules/@cloudbase/app/dist/esm/libs/adapter-node/index.js +0 -120
  291. package/node_modules/@cloudbase/app/dist/esm/libs/adapter-node/metadata.d.ts +0 -14
  292. package/node_modules/@cloudbase/app/dist/esm/libs/adapter-node/metadata.js +0 -123
  293. package/node_modules/@cloudbase/app/dist/esm/libs/adapter-node/request.d.ts +0 -41
  294. package/node_modules/@cloudbase/app/dist/esm/libs/adapter-node/request.js +0 -495
  295. package/node_modules/@cloudbase/app/dist/esm/libs/adapter-node/tool.d.ts +0 -2
  296. package/node_modules/@cloudbase/app/dist/esm/libs/adapter-node/tool.js +0 -350
  297. package/node_modules/@cloudbase/app/dist/esm/libs/adapter-node/types.d.ts +0 -102
  298. package/node_modules/@cloudbase/app/dist/esm/libs/adapter-node/types.js +0 -2
  299. package/node_modules/@cloudbase/app/dist/esm/libs/adapter-node/utils.d.ts +0 -37
  300. package/node_modules/@cloudbase/app/dist/esm/libs/adapter-node/utils.js +0 -264
  301. package/node_modules/@cloudbase/app/dist/esm/libs/adapter-node/wx.d.ts +0 -39
  302. package/node_modules/@cloudbase/app/dist/esm/libs/adapter-node/wx.js +0 -237
  303. package/node_modules/@cloudbase/app/dist/esm/libs/adapter.d.ts +0 -3
  304. package/node_modules/@cloudbase/app/dist/esm/libs/adapter.js +0 -136
  305. package/node_modules/@cloudbase/app/dist/esm/libs/cache.d.ts +0 -6
  306. package/node_modules/@cloudbase/app/dist/esm/libs/cache.js +0 -32
  307. package/node_modules/@cloudbase/app/dist/esm/libs/component.d.ts +0 -3
  308. package/node_modules/@cloudbase/app/dist/esm/libs/component.js +0 -121
  309. package/node_modules/@cloudbase/app/dist/esm/libs/lang.d.ts +0 -23
  310. package/node_modules/@cloudbase/app/dist/esm/libs/lang.js +0 -54
  311. package/node_modules/@cloudbase/app/dist/esm/libs/request.d.ts +0 -62
  312. package/node_modules/@cloudbase/app/dist/esm/libs/request.js +0 -475
  313. package/node_modules/@cloudbase/app/dist/miniprogram/index.js +0 -2
  314. package/node_modules/@cloudbase/app/dist/miniprogram/index.js.LICENSE.txt +0 -7
  315. package/node_modules/@cloudbase/app/package.json +0 -59
  316. package/node_modules/@cloudbase/auth/.eslintrc.js +0 -15
  317. package/node_modules/@cloudbase/auth/dist/cjs/adapter.d.ts +0 -2
  318. package/node_modules/@cloudbase/auth/dist/cjs/adapter.js +0 -272
  319. package/node_modules/@cloudbase/auth/dist/cjs/index.d.ts +0 -283
  320. package/node_modules/@cloudbase/auth/dist/cjs/index.js +0 -3018
  321. package/node_modules/@cloudbase/auth/dist/cjs/type.d.ts +0 -258
  322. package/node_modules/@cloudbase/auth/dist/cjs/type.js +0 -6
  323. package/node_modules/@cloudbase/auth/dist/cjs/utilities.d.ts +0 -7
  324. package/node_modules/@cloudbase/auth/dist/cjs/utilities.js +0 -23
  325. package/node_modules/@cloudbase/auth/dist/cjs/utils.d.ts +0 -5
  326. package/node_modules/@cloudbase/auth/dist/cjs/utils.js +0 -60
  327. package/node_modules/@cloudbase/auth/dist/cjs/v1-compat.d.ts +0 -77
  328. package/node_modules/@cloudbase/auth/dist/cjs/v1-compat.js +0 -423
  329. package/node_modules/@cloudbase/auth/dist/esm/adapter.d.ts +0 -2
  330. package/node_modules/@cloudbase/auth/dist/esm/adapter.js +0 -268
  331. package/node_modules/@cloudbase/auth/dist/esm/index.d.ts +0 -283
  332. package/node_modules/@cloudbase/auth/dist/esm/index.js +0 -3008
  333. package/node_modules/@cloudbase/auth/dist/esm/type.d.ts +0 -258
  334. package/node_modules/@cloudbase/auth/dist/esm/type.js +0 -3
  335. package/node_modules/@cloudbase/auth/dist/esm/utilities.d.ts +0 -7
  336. package/node_modules/@cloudbase/auth/dist/esm/utilities.js +0 -8
  337. package/node_modules/@cloudbase/auth/dist/esm/utils.d.ts +0 -5
  338. package/node_modules/@cloudbase/auth/dist/esm/utils.js +0 -52
  339. package/node_modules/@cloudbase/auth/dist/esm/v1-compat.d.ts +0 -77
  340. package/node_modules/@cloudbase/auth/dist/esm/v1-compat.js +0 -419
  341. package/node_modules/@cloudbase/auth/dist/miniprogram/index.js +0 -1
  342. package/node_modules/@cloudbase/auth/package.json +0 -31
  343. package/node_modules/@cloudbase/cloudrun/.eslintrc.js +0 -15
  344. package/node_modules/@cloudbase/cloudrun/dist/cjs/index.d.ts +0 -4
  345. package/node_modules/@cloudbase/cloudrun/dist/cjs/index.js +0 -154
  346. package/node_modules/@cloudbase/cloudrun/dist/esm/index.d.ts +0 -4
  347. package/node_modules/@cloudbase/cloudrun/dist/esm/index.js +0 -149
  348. package/node_modules/@cloudbase/cloudrun/package.json +0 -30
  349. package/node_modules/@cloudbase/container/.eslintrc.js +0 -15
  350. package/node_modules/@cloudbase/container/.prettierrc.js +0 -41
  351. package/node_modules/@cloudbase/container/dist/cjs/constants/index.d.ts +0 -1
  352. package/node_modules/@cloudbase/container/dist/cjs/constants/index.js +0 -5
  353. package/node_modules/@cloudbase/container/dist/cjs/go_wams_exec.d.ts +0 -2
  354. package/node_modules/@cloudbase/container/dist/cjs/go_wams_exec.js +0 -538
  355. package/node_modules/@cloudbase/container/dist/cjs/index.d.ts +0 -13
  356. package/node_modules/@cloudbase/container/dist/cjs/index.js +0 -343
  357. package/node_modules/@cloudbase/container/dist/cjs/utils/index.d.ts +0 -3
  358. package/node_modules/@cloudbase/container/dist/cjs/utils/index.js +0 -83
  359. package/node_modules/@cloudbase/container/dist/cjs/utils/loader.d.ts +0 -8
  360. package/node_modules/@cloudbase/container/dist/cjs/utils/loader.js +0 -186
  361. package/node_modules/@cloudbase/container/dist/cjs/utils/request.d.ts +0 -12
  362. package/node_modules/@cloudbase/container/dist/cjs/utils/request.js +0 -106
  363. package/node_modules/@cloudbase/container/dist/esm/constants/index.d.ts +0 -1
  364. package/node_modules/@cloudbase/container/dist/esm/constants/index.js +0 -2
  365. package/node_modules/@cloudbase/container/dist/esm/go_wams_exec.d.ts +0 -2
  366. package/node_modules/@cloudbase/container/dist/esm/go_wams_exec.js +0 -536
  367. package/node_modules/@cloudbase/container/dist/esm/index.d.ts +0 -13
  368. package/node_modules/@cloudbase/container/dist/esm/index.js +0 -338
  369. package/node_modules/@cloudbase/container/dist/esm/utils/index.d.ts +0 -3
  370. package/node_modules/@cloudbase/container/dist/esm/utils/index.js +0 -77
  371. package/node_modules/@cloudbase/container/dist/esm/utils/loader.d.ts +0 -8
  372. package/node_modules/@cloudbase/container/dist/esm/utils/loader.js +0 -178
  373. package/node_modules/@cloudbase/container/dist/esm/utils/request.d.ts +0 -12
  374. package/node_modules/@cloudbase/container/dist/esm/utils/request.js +0 -102
  375. package/node_modules/@cloudbase/container/package.json +0 -30
  376. package/node_modules/@cloudbase/database/README.md +0 -119
  377. package/node_modules/@cloudbase/database/package.json +0 -36
  378. package/node_modules/@cloudbase/database/tsconfig.test.json +0 -15
  379. package/node_modules/@cloudbase/functions/.eslintrc.js +0 -15
  380. package/node_modules/@cloudbase/functions/dist/cjs/index.d.ts +0 -2
  381. package/node_modules/@cloudbase/functions/dist/cjs/index.js +0 -223
  382. package/node_modules/@cloudbase/functions/dist/esm/index.d.ts +0 -2
  383. package/node_modules/@cloudbase/functions/dist/esm/index.js +0 -219
  384. package/node_modules/@cloudbase/functions/package.json +0 -32
  385. package/node_modules/@cloudbase/model/.eslintrc.js +0 -15
  386. package/node_modules/@cloudbase/model/dist/cjs/index.d.ts +0 -5
  387. package/node_modules/@cloudbase/model/dist/cjs/index.js +0 -144
  388. package/node_modules/@cloudbase/model/dist/esm/index.d.ts +0 -5
  389. package/node_modules/@cloudbase/model/dist/esm/index.js +0 -125
  390. package/node_modules/@cloudbase/model/package.json +0 -29
  391. package/node_modules/@cloudbase/mysql/.eslintrc.js +0 -6
  392. package/node_modules/@cloudbase/mysql/dist/cjs/index.d.ts +0 -4
  393. package/node_modules/@cloudbase/mysql/dist/cjs/index.d.ts.map +0 -1
  394. package/node_modules/@cloudbase/mysql/dist/cjs/index.js +0 -173
  395. package/node_modules/@cloudbase/mysql/dist/esm/index.d.ts +0 -3
  396. package/node_modules/@cloudbase/mysql/dist/esm/index.js +0 -155
  397. package/node_modules/@cloudbase/mysql/package.json +0 -30
  398. package/node_modules/@cloudbase/oauth/.eslintrc.js +0 -15
  399. package/node_modules/@cloudbase/oauth/dist/cjs/auth/apis.d.ts +0 -142
  400. package/node_modules/@cloudbase/oauth/dist/cjs/auth/apis.js +0 -1280
  401. package/node_modules/@cloudbase/oauth/dist/cjs/auth/auth-error.d.ts +0 -22
  402. package/node_modules/@cloudbase/oauth/dist/cjs/auth/auth-error.js +0 -278
  403. package/node_modules/@cloudbase/oauth/dist/cjs/auth/consts.d.ts +0 -139
  404. package/node_modules/@cloudbase/oauth/dist/cjs/auth/consts.js +0 -147
  405. package/node_modules/@cloudbase/oauth/dist/cjs/auth/models.d.ts +0 -557
  406. package/node_modules/@cloudbase/oauth/dist/cjs/auth/models.js +0 -3
  407. package/node_modules/@cloudbase/oauth/dist/cjs/captcha/captcha-dom.d.ts +0 -3
  408. package/node_modules/@cloudbase/oauth/dist/cjs/captcha/captcha-dom.js +0 -223
  409. package/node_modules/@cloudbase/oauth/dist/cjs/captcha/captcha.d.ts +0 -42
  410. package/node_modules/@cloudbase/oauth/dist/cjs/captcha/captcha.js +0 -205
  411. package/node_modules/@cloudbase/oauth/dist/cjs/index.d.ts +0 -22
  412. package/node_modules/@cloudbase/oauth/dist/cjs/index.js +0 -107
  413. package/node_modules/@cloudbase/oauth/dist/cjs/oauth2client/consts.d.ts +0 -20
  414. package/node_modules/@cloudbase/oauth/dist/cjs/oauth2client/consts.js +0 -26
  415. package/node_modules/@cloudbase/oauth/dist/cjs/oauth2client/interface.d.ts +0 -15
  416. package/node_modules/@cloudbase/oauth/dist/cjs/oauth2client/interface.js +0 -10
  417. package/node_modules/@cloudbase/oauth/dist/cjs/oauth2client/models.d.ts +0 -74
  418. package/node_modules/@cloudbase/oauth/dist/cjs/oauth2client/models.js +0 -3
  419. package/node_modules/@cloudbase/oauth/dist/cjs/oauth2client/oauth2client.d.ts +0 -129
  420. package/node_modules/@cloudbase/oauth/dist/cjs/oauth2client/oauth2client.js +0 -1174
  421. package/node_modules/@cloudbase/oauth/dist/cjs/utils/base64.d.ts +0 -9
  422. package/node_modules/@cloudbase/oauth/dist/cjs/utils/base64.js +0 -112
  423. package/node_modules/@cloudbase/oauth/dist/cjs/utils/encrypt.d.ts +0 -4
  424. package/node_modules/@cloudbase/oauth/dist/cjs/utils/encrypt.js +0 -26
  425. package/node_modules/@cloudbase/oauth/dist/cjs/utils/encryptlong/index.d.ts +0 -546
  426. package/node_modules/@cloudbase/oauth/dist/cjs/utils/encryptlong/index.js +0 -2982
  427. package/node_modules/@cloudbase/oauth/dist/cjs/utils/function/single-promise.d.ts +0 -6
  428. package/node_modules/@cloudbase/oauth/dist/cjs/utils/function/single-promise.js +0 -94
  429. package/node_modules/@cloudbase/oauth/dist/cjs/utils/index.d.ts +0 -2
  430. package/node_modules/@cloudbase/oauth/dist/cjs/utils/index.js +0 -56
  431. package/node_modules/@cloudbase/oauth/dist/cjs/utils/mp.d.ts +0 -2
  432. package/node_modules/@cloudbase/oauth/dist/cjs/utils/mp.js +0 -66
  433. package/node_modules/@cloudbase/oauth/dist/cjs/utils/urlSearchParams.d.ts +0 -13
  434. package/node_modules/@cloudbase/oauth/dist/cjs/utils/urlSearchParams.js +0 -66
  435. package/node_modules/@cloudbase/oauth/dist/cjs/utils/uuid.d.ts +0 -1
  436. package/node_modules/@cloudbase/oauth/dist/cjs/utils/uuid.js +0 -12
  437. package/node_modules/@cloudbase/oauth/dist/esm/auth/apis.d.ts +0 -142
  438. package/node_modules/@cloudbase/oauth/dist/esm/auth/apis.js +0 -768
  439. package/node_modules/@cloudbase/oauth/dist/esm/auth/auth-error.d.ts +0 -22
  440. package/node_modules/@cloudbase/oauth/dist/esm/auth/auth-error.js +0 -255
  441. package/node_modules/@cloudbase/oauth/dist/esm/auth/consts.d.ts +0 -139
  442. package/node_modules/@cloudbase/oauth/dist/esm/auth/consts.js +0 -144
  443. package/node_modules/@cloudbase/oauth/dist/esm/auth/models.d.ts +0 -557
  444. package/node_modules/@cloudbase/oauth/dist/esm/auth/models.js +0 -2
  445. package/node_modules/@cloudbase/oauth/dist/esm/captcha/captcha-dom.d.ts +0 -3
  446. package/node_modules/@cloudbase/oauth/dist/esm/captcha/captcha-dom.js +0 -130
  447. package/node_modules/@cloudbase/oauth/dist/esm/captcha/captcha.d.ts +0 -42
  448. package/node_modules/@cloudbase/oauth/dist/esm/captcha/captcha.js +0 -104
  449. package/node_modules/@cloudbase/oauth/dist/esm/index.d.ts +0 -22
  450. package/node_modules/@cloudbase/oauth/dist/esm/index.js +0 -64
  451. package/node_modules/@cloudbase/oauth/dist/esm/oauth2client/consts.d.ts +0 -20
  452. package/node_modules/@cloudbase/oauth/dist/esm/oauth2client/consts.js +0 -22
  453. package/node_modules/@cloudbase/oauth/dist/esm/oauth2client/interface.d.ts +0 -15
  454. package/node_modules/@cloudbase/oauth/dist/esm/oauth2client/interface.js +0 -3
  455. package/node_modules/@cloudbase/oauth/dist/esm/oauth2client/models.d.ts +0 -74
  456. package/node_modules/@cloudbase/oauth/dist/esm/oauth2client/models.js +0 -2
  457. package/node_modules/@cloudbase/oauth/dist/esm/oauth2client/oauth2client.d.ts +0 -129
  458. package/node_modules/@cloudbase/oauth/dist/esm/oauth2client/oauth2client.js +0 -711
  459. package/node_modules/@cloudbase/oauth/dist/esm/utils/base64.d.ts +0 -9
  460. package/node_modules/@cloudbase/oauth/dist/esm/utils/base64.js +0 -104
  461. package/node_modules/@cloudbase/oauth/dist/esm/utils/encrypt.d.ts +0 -4
  462. package/node_modules/@cloudbase/oauth/dist/esm/utils/encrypt.js +0 -18
  463. package/node_modules/@cloudbase/oauth/dist/esm/utils/encryptlong/index.d.ts +0 -546
  464. package/node_modules/@cloudbase/oauth/dist/esm/utils/encryptlong/index.js +0 -2953
  465. package/node_modules/@cloudbase/oauth/dist/esm/utils/function/single-promise.d.ts +0 -6
  466. package/node_modules/@cloudbase/oauth/dist/esm/utils/function/single-promise.js +0 -34
  467. package/node_modules/@cloudbase/oauth/dist/esm/utils/index.d.ts +0 -2
  468. package/node_modules/@cloudbase/oauth/dist/esm/utils/index.js +0 -51
  469. package/node_modules/@cloudbase/oauth/dist/esm/utils/mp.d.ts +0 -2
  470. package/node_modules/@cloudbase/oauth/dist/esm/utils/mp.js +0 -61
  471. package/node_modules/@cloudbase/oauth/dist/esm/utils/urlSearchParams.d.ts +0 -13
  472. package/node_modules/@cloudbase/oauth/dist/esm/utils/urlSearchParams.js +0 -58
  473. package/node_modules/@cloudbase/oauth/dist/esm/utils/uuid.d.ts +0 -1
  474. package/node_modules/@cloudbase/oauth/dist/esm/utils/uuid.js +0 -8
  475. package/node_modules/@cloudbase/oauth/dist/miniprogram/index.js +0 -1
  476. package/node_modules/@cloudbase/oauth/package.json +0 -20
  477. package/node_modules/@cloudbase/realtime/.eslintrc.js +0 -15
  478. package/node_modules/@cloudbase/realtime/dist/cjs/common.d.ts +0 -4
  479. package/node_modules/@cloudbase/realtime/dist/cjs/common.js +0 -22
  480. package/node_modules/@cloudbase/realtime/dist/cjs/error.d.ts +0 -36
  481. package/node_modules/@cloudbase/realtime/dist/cjs/error.js +0 -106
  482. package/node_modules/@cloudbase/realtime/dist/cjs/index.d.ts +0 -2
  483. package/node_modules/@cloudbase/realtime/dist/cjs/index.js +0 -36
  484. package/node_modules/@cloudbase/realtime/dist/cjs/listener.d.ts +0 -14
  485. package/node_modules/@cloudbase/realtime/dist/cjs/listener.js +0 -18
  486. package/node_modules/@cloudbase/realtime/dist/cjs/message.d.ts +0 -3
  487. package/node_modules/@cloudbase/realtime/dist/cjs/message.js +0 -13
  488. package/node_modules/@cloudbase/realtime/dist/cjs/snapshot.d.ts +0 -17
  489. package/node_modules/@cloudbase/realtime/dist/cjs/snapshot.js +0 -45
  490. package/node_modules/@cloudbase/realtime/dist/cjs/utils.d.ts +0 -1
  491. package/node_modules/@cloudbase/realtime/dist/cjs/utils.js +0 -9
  492. package/node_modules/@cloudbase/realtime/dist/cjs/virtual-websocket-client.d.ts +0 -62
  493. package/node_modules/@cloudbase/realtime/dist/cjs/virtual-websocket-client.js +0 -960
  494. package/node_modules/@cloudbase/realtime/dist/cjs/websocket-client.d.ts +0 -78
  495. package/node_modules/@cloudbase/realtime/dist/cjs/websocket-client.js +0 -750
  496. package/node_modules/@cloudbase/realtime/dist/cjs/ws-event.d.ts +0 -126
  497. package/node_modules/@cloudbase/realtime/dist/cjs/ws-event.js +0 -141
  498. package/node_modules/@cloudbase/realtime/dist/esm/common.d.ts +0 -4
  499. package/node_modules/@cloudbase/realtime/dist/esm/common.js +0 -15
  500. package/node_modules/@cloudbase/realtime/dist/esm/error.d.ts +0 -36
  501. package/node_modules/@cloudbase/realtime/dist/esm/error.js +0 -100
  502. package/node_modules/@cloudbase/realtime/dist/esm/index.d.ts +0 -2
  503. package/node_modules/@cloudbase/realtime/dist/esm/index.js +0 -32
  504. package/node_modules/@cloudbase/realtime/dist/esm/listener.d.ts +0 -14
  505. package/node_modules/@cloudbase/realtime/dist/esm/listener.js +0 -15
  506. package/node_modules/@cloudbase/realtime/dist/esm/message.d.ts +0 -3
  507. package/node_modules/@cloudbase/realtime/dist/esm/message.js +0 -8
  508. package/node_modules/@cloudbase/realtime/dist/esm/snapshot.d.ts +0 -17
  509. package/node_modules/@cloudbase/realtime/dist/esm/snapshot.js +0 -42
  510. package/node_modules/@cloudbase/realtime/dist/esm/utils.d.ts +0 -1
  511. package/node_modules/@cloudbase/realtime/dist/esm/utils.js +0 -5
  512. package/node_modules/@cloudbase/realtime/dist/esm/virtual-websocket-client.d.ts +0 -62
  513. package/node_modules/@cloudbase/realtime/dist/esm/virtual-websocket-client.js +0 -954
  514. package/node_modules/@cloudbase/realtime/dist/esm/websocket-client.d.ts +0 -78
  515. package/node_modules/@cloudbase/realtime/dist/esm/websocket-client.js +0 -747
  516. package/node_modules/@cloudbase/realtime/dist/esm/ws-event.d.ts +0 -126
  517. package/node_modules/@cloudbase/realtime/dist/esm/ws-event.js +0 -137
  518. package/node_modules/@cloudbase/realtime/package.json +0 -29
  519. package/node_modules/@cloudbase/storage/.eslintrc.js +0 -15
  520. package/node_modules/@cloudbase/storage/dist/cjs/index.d.ts +0 -195
  521. package/node_modules/@cloudbase/storage/dist/cjs/index.js +0 -1426
  522. package/node_modules/@cloudbase/storage/dist/cjs/supabase/errors.d.ts +0 -20
  523. package/node_modules/@cloudbase/storage/dist/cjs/supabase/errors.js +0 -65
  524. package/node_modules/@cloudbase/storage/dist/cjs/supabase/types.d.ts +0 -64
  525. package/node_modules/@cloudbase/storage/dist/cjs/supabase/types.js +0 -3
  526. package/node_modules/@cloudbase/storage/dist/esm/index.d.ts +0 -195
  527. package/node_modules/@cloudbase/storage/dist/esm/index.js +0 -1422
  528. package/node_modules/@cloudbase/storage/dist/esm/supabase/errors.d.ts +0 -20
  529. package/node_modules/@cloudbase/storage/dist/esm/supabase/errors.js +0 -61
  530. package/node_modules/@cloudbase/storage/dist/esm/supabase/types.d.ts +0 -64
  531. package/node_modules/@cloudbase/storage/dist/esm/supabase/types.js +0 -2
  532. package/node_modules/@cloudbase/storage/package.json +0 -28
  533. package/node_modules/@cloudbase/types/index.js +0 -1
  534. package/node_modules/@cloudbase/utilities/.eslintrc.js +0 -15
  535. package/oauth/src/index.d.ts +0 -1
  536. package/oauth/src/index.ts +0 -1
  537. package/realtime/src/index.d.ts +0 -2
  538. package/realtime/src/index.ts +0 -8
  539. package/storage/src/index.d.ts +0 -2
  540. package/storage/src/index.js +0 -5
  541. package/storage/src/index.ts +0 -4
  542. /package/{node_modules/@cloudbase/database → database}/dist/commonjs/aggregate.d.ts +0 -0
  543. /package/{node_modules/@cloudbase/database → database}/dist/commonjs/aggregate.js +0 -0
  544. /package/{node_modules/@cloudbase/database → database}/dist/commonjs/collection.d.ts +0 -0
  545. /package/{node_modules/@cloudbase/database → database}/dist/commonjs/collection.js +0 -0
  546. /package/{node_modules/@cloudbase/database → database}/dist/commonjs/command.d.ts +0 -0
  547. /package/{node_modules/@cloudbase/database → database}/dist/commonjs/command.js +0 -0
  548. /package/{node_modules/@cloudbase/database → database}/dist/commonjs/commands/logic.d.ts +0 -0
  549. /package/{node_modules/@cloudbase/database → database}/dist/commonjs/commands/logic.js +0 -0
  550. /package/{node_modules/@cloudbase/database → database}/dist/commonjs/commands/query.d.ts +0 -0
  551. /package/{node_modules/@cloudbase/database → database}/dist/commonjs/commands/query.js +0 -0
  552. /package/{node_modules/@cloudbase/database → database}/dist/commonjs/commands/update.d.ts +0 -0
  553. /package/{node_modules/@cloudbase/database → database}/dist/commonjs/commands/update.js +0 -0
  554. /package/{node_modules/@cloudbase/database → database}/dist/commonjs/config/app.config.d.ts +0 -0
  555. /package/{node_modules/@cloudbase/database → database}/dist/commonjs/config/app.config.js +0 -0
  556. /package/{node_modules/@cloudbase/database → database}/dist/commonjs/config/error.config.d.ts +0 -0
  557. /package/{node_modules/@cloudbase/database → database}/dist/commonjs/config/error.config.js +0 -0
  558. /package/{node_modules/@cloudbase/database → database}/dist/commonjs/const/code.d.ts +0 -0
  559. /package/{node_modules/@cloudbase/database → database}/dist/commonjs/const/code.js +0 -0
  560. /package/{node_modules/@cloudbase/database → database}/dist/commonjs/constant.d.ts +0 -0
  561. /package/{node_modules/@cloudbase/database → database}/dist/commonjs/constant.js +0 -0
  562. /package/{node_modules/@cloudbase/database → database}/dist/commonjs/document.d.ts +0 -0
  563. /package/{node_modules/@cloudbase/database → database}/dist/commonjs/document.js +0 -0
  564. /package/{node_modules/@cloudbase/database → database}/dist/commonjs/geo/index.d.ts +0 -0
  565. /package/{node_modules/@cloudbase/database → database}/dist/commonjs/geo/index.js +0 -0
  566. /package/{node_modules/@cloudbase/database → database}/dist/commonjs/geo/interface.d.ts +0 -0
  567. /package/{node_modules/@cloudbase/database → database}/dist/commonjs/geo/interface.js +0 -0
  568. /package/{node_modules/@cloudbase/database → database}/dist/commonjs/geo/lineString.d.ts +0 -0
  569. /package/{node_modules/@cloudbase/database → database}/dist/commonjs/geo/lineString.js +0 -0
  570. /package/{node_modules/@cloudbase/database → database}/dist/commonjs/geo/multiLineString.d.ts +0 -0
  571. /package/{node_modules/@cloudbase/database → database}/dist/commonjs/geo/multiLineString.js +0 -0
  572. /package/{node_modules/@cloudbase/database → database}/dist/commonjs/geo/multiPoint.d.ts +0 -0
  573. /package/{node_modules/@cloudbase/database → database}/dist/commonjs/geo/multiPoint.js +0 -0
  574. /package/{node_modules/@cloudbase/database → database}/dist/commonjs/geo/multiPolygon.d.ts +0 -0
  575. /package/{node_modules/@cloudbase/database → database}/dist/commonjs/geo/multiPolygon.js +0 -0
  576. /package/{node_modules/@cloudbase/database → database}/dist/commonjs/geo/point.d.ts +0 -0
  577. /package/{node_modules/@cloudbase/database → database}/dist/commonjs/geo/point.js +0 -0
  578. /package/{node_modules/@cloudbase/database → database}/dist/commonjs/geo/polygon.d.ts +0 -0
  579. /package/{node_modules/@cloudbase/database → database}/dist/commonjs/geo/polygon.js +0 -0
  580. /package/{node_modules/@cloudbase/database → database}/dist/commonjs/helper/symbol.d.ts +0 -0
  581. /package/{node_modules/@cloudbase/database → database}/dist/commonjs/helper/symbol.js +0 -0
  582. /package/{node_modules/@cloudbase/database → database}/dist/commonjs/index.d.ts +0 -0
  583. /package/{node_modules/@cloudbase/database → database}/dist/commonjs/index.js +0 -0
  584. /package/{node_modules/@cloudbase/database → database}/dist/commonjs/lib/util.d.ts +0 -0
  585. /package/{node_modules/@cloudbase/database → database}/dist/commonjs/lib/util.js +0 -0
  586. /package/{node_modules/@cloudbase/database → database}/dist/commonjs/operator-map.d.ts +0 -0
  587. /package/{node_modules/@cloudbase/database → database}/dist/commonjs/operator-map.js +0 -0
  588. /package/{node_modules/@cloudbase/database → database}/dist/commonjs/query.d.ts +0 -0
  589. /package/{node_modules/@cloudbase/database → database}/dist/commonjs/query.js +0 -0
  590. /package/{node_modules/@cloudbase/database → database}/dist/commonjs/regexp/index.d.ts +0 -0
  591. /package/{node_modules/@cloudbase/database → database}/dist/commonjs/regexp/index.js +0 -0
  592. /package/{node_modules/@cloudbase/database → database}/dist/commonjs/serializer/common.d.ts +0 -0
  593. /package/{node_modules/@cloudbase/database → database}/dist/commonjs/serializer/common.js +0 -0
  594. /package/{node_modules/@cloudbase/database → database}/dist/commonjs/serializer/datatype.d.ts +0 -0
  595. /package/{node_modules/@cloudbase/database → database}/dist/commonjs/serializer/datatype.js +0 -0
  596. /package/{node_modules/@cloudbase/database → database}/dist/commonjs/serializer/query.d.ts +0 -0
  597. /package/{node_modules/@cloudbase/database → database}/dist/commonjs/serializer/query.js +0 -0
  598. /package/{node_modules/@cloudbase/database → database}/dist/commonjs/serializer/update.d.ts +0 -0
  599. /package/{node_modules/@cloudbase/database → database}/dist/commonjs/serializer/update.js +0 -0
  600. /package/{node_modules/@cloudbase/database → database}/dist/commonjs/serverDate/index.d.ts +0 -0
  601. /package/{node_modules/@cloudbase/database → database}/dist/commonjs/serverDate/index.js +0 -0
  602. /package/{node_modules/@cloudbase/database → database}/dist/commonjs/transaction/collection.d.ts +0 -0
  603. /package/{node_modules/@cloudbase/database → database}/dist/commonjs/transaction/collection.js +0 -0
  604. /package/{node_modules/@cloudbase/database → database}/dist/commonjs/transaction/document.d.ts +0 -0
  605. /package/{node_modules/@cloudbase/database → database}/dist/commonjs/transaction/document.js +0 -0
  606. /package/{node_modules/@cloudbase/database → database}/dist/commonjs/transaction/index.d.ts +0 -0
  607. /package/{node_modules/@cloudbase/database → database}/dist/commonjs/transaction/index.js +0 -0
  608. /package/{node_modules/@cloudbase/database → database}/dist/commonjs/transaction/query.d.ts +0 -0
  609. /package/{node_modules/@cloudbase/database → database}/dist/commonjs/transaction/query.js +0 -0
  610. /package/{node_modules/@cloudbase/database → database}/dist/commonjs/typings/index.d.ts +0 -0
  611. /package/{node_modules/@cloudbase/database → database}/dist/commonjs/typings/index.js +0 -0
  612. /package/{node_modules/@cloudbase/database → database}/dist/commonjs/typings/realtime.d.ts +0 -0
  613. /package/{node_modules/@cloudbase/database → database}/dist/commonjs/typings/realtime.js +0 -0
  614. /package/{node_modules/@cloudbase/database → database}/dist/commonjs/util.d.ts +0 -0
  615. /package/{node_modules/@cloudbase/database → database}/dist/commonjs/util.js +0 -0
  616. /package/{node_modules/@cloudbase/database → database}/dist/commonjs/utils/error.d.ts +0 -0
  617. /package/{node_modules/@cloudbase/database → database}/dist/commonjs/utils/error.js +0 -0
  618. /package/{node_modules/@cloudbase/database → database}/dist/commonjs/utils/msg.d.ts +0 -0
  619. /package/{node_modules/@cloudbase/database → database}/dist/commonjs/utils/msg.js +0 -0
  620. /package/{node_modules/@cloudbase/database → database}/dist/commonjs/utils/symbol.d.ts +0 -0
  621. /package/{node_modules/@cloudbase/database → database}/dist/commonjs/utils/symbol.js +0 -0
  622. /package/{node_modules/@cloudbase/database → database}/dist/commonjs/utils/type.d.ts +0 -0
  623. /package/{node_modules/@cloudbase/database → database}/dist/commonjs/utils/type.js +0 -0
  624. /package/{node_modules/@cloudbase/database → database}/dist/commonjs/utils/utils.d.ts +0 -0
  625. /package/{node_modules/@cloudbase/database → database}/dist/commonjs/utils/utils.js +0 -0
  626. /package/{node_modules/@cloudbase/database → database}/dist/commonjs/validate.d.ts +0 -0
  627. /package/{node_modules/@cloudbase/database → database}/dist/commonjs/validate.js +0 -0
  628. /package/{node_modules/@cloudbase/database → database}/dist/esm/aggregate.d.ts +0 -0
  629. /package/{node_modules/@cloudbase/database → database}/dist/esm/aggregate.js +0 -0
  630. /package/{node_modules/@cloudbase/database → database}/dist/esm/collection.d.ts +0 -0
  631. /package/{node_modules/@cloudbase/database → database}/dist/esm/collection.js +0 -0
  632. /package/{node_modules/@cloudbase/database → database}/dist/esm/command.d.ts +0 -0
  633. /package/{node_modules/@cloudbase/database → database}/dist/esm/command.js +0 -0
  634. /package/{node_modules/@cloudbase/database → database}/dist/esm/commands/logic.d.ts +0 -0
  635. /package/{node_modules/@cloudbase/database → database}/dist/esm/commands/logic.js +0 -0
  636. /package/{node_modules/@cloudbase/database → database}/dist/esm/commands/query.d.ts +0 -0
  637. /package/{node_modules/@cloudbase/database → database}/dist/esm/commands/query.js +0 -0
  638. /package/{node_modules/@cloudbase/database → database}/dist/esm/commands/update.d.ts +0 -0
  639. /package/{node_modules/@cloudbase/database → database}/dist/esm/commands/update.js +0 -0
  640. /package/{node_modules/@cloudbase/database → database}/dist/esm/config/app.config.d.ts +0 -0
  641. /package/{node_modules/@cloudbase/database → database}/dist/esm/config/app.config.js +0 -0
  642. /package/{node_modules/@cloudbase/database → database}/dist/esm/config/error.config.d.ts +0 -0
  643. /package/{node_modules/@cloudbase/database → database}/dist/esm/config/error.config.js +0 -0
  644. /package/{node_modules/@cloudbase/database → database}/dist/esm/const/code.d.ts +0 -0
  645. /package/{node_modules/@cloudbase/database → database}/dist/esm/const/code.js +0 -0
  646. /package/{node_modules/@cloudbase/database → database}/dist/esm/constant.d.ts +0 -0
  647. /package/{node_modules/@cloudbase/database → database}/dist/esm/constant.js +0 -0
  648. /package/{node_modules/@cloudbase/database → database}/dist/esm/document.d.ts +0 -0
  649. /package/{node_modules/@cloudbase/database → database}/dist/esm/document.js +0 -0
  650. /package/{node_modules/@cloudbase/database → database}/dist/esm/geo/index.d.ts +0 -0
  651. /package/{node_modules/@cloudbase/database → database}/dist/esm/geo/index.js +0 -0
  652. /package/{node_modules/@cloudbase/database → database}/dist/esm/geo/interface.d.ts +0 -0
  653. /package/{node_modules/@cloudbase/database → database}/dist/esm/geo/interface.js +0 -0
  654. /package/{node_modules/@cloudbase/database → database}/dist/esm/geo/lineString.d.ts +0 -0
  655. /package/{node_modules/@cloudbase/database → database}/dist/esm/geo/lineString.js +0 -0
  656. /package/{node_modules/@cloudbase/database → database}/dist/esm/geo/multiLineString.d.ts +0 -0
  657. /package/{node_modules/@cloudbase/database → database}/dist/esm/geo/multiLineString.js +0 -0
  658. /package/{node_modules/@cloudbase/database → database}/dist/esm/geo/multiPoint.d.ts +0 -0
  659. /package/{node_modules/@cloudbase/database → database}/dist/esm/geo/multiPoint.js +0 -0
  660. /package/{node_modules/@cloudbase/database → database}/dist/esm/geo/multiPolygon.d.ts +0 -0
  661. /package/{node_modules/@cloudbase/database → database}/dist/esm/geo/multiPolygon.js +0 -0
  662. /package/{node_modules/@cloudbase/database → database}/dist/esm/geo/point.d.ts +0 -0
  663. /package/{node_modules/@cloudbase/database → database}/dist/esm/geo/point.js +0 -0
  664. /package/{node_modules/@cloudbase/database → database}/dist/esm/geo/polygon.d.ts +0 -0
  665. /package/{node_modules/@cloudbase/database → database}/dist/esm/geo/polygon.js +0 -0
  666. /package/{node_modules/@cloudbase/database → database}/dist/esm/helper/symbol.d.ts +0 -0
  667. /package/{node_modules/@cloudbase/database → database}/dist/esm/helper/symbol.js +0 -0
  668. /package/{node_modules/@cloudbase/database → database}/dist/esm/index.d.ts +0 -0
  669. /package/{node_modules/@cloudbase/database → database}/dist/esm/index.js +0 -0
  670. /package/{node_modules/@cloudbase/database → database}/dist/esm/lib/util.d.ts +0 -0
  671. /package/{node_modules/@cloudbase/database → database}/dist/esm/lib/util.js +0 -0
  672. /package/{node_modules/@cloudbase/database → database}/dist/esm/operator-map.d.ts +0 -0
  673. /package/{node_modules/@cloudbase/database → database}/dist/esm/operator-map.js +0 -0
  674. /package/{node_modules/@cloudbase/database → database}/dist/esm/query.d.ts +0 -0
  675. /package/{node_modules/@cloudbase/database → database}/dist/esm/query.js +0 -0
  676. /package/{node_modules/@cloudbase/database → database}/dist/esm/regexp/index.d.ts +0 -0
  677. /package/{node_modules/@cloudbase/database → database}/dist/esm/regexp/index.js +0 -0
  678. /package/{node_modules/@cloudbase/database → database}/dist/esm/serializer/common.d.ts +0 -0
  679. /package/{node_modules/@cloudbase/database → database}/dist/esm/serializer/common.js +0 -0
  680. /package/{node_modules/@cloudbase/database → database}/dist/esm/serializer/datatype.d.ts +0 -0
  681. /package/{node_modules/@cloudbase/database → database}/dist/esm/serializer/datatype.js +0 -0
  682. /package/{node_modules/@cloudbase/database → database}/dist/esm/serializer/query.d.ts +0 -0
  683. /package/{node_modules/@cloudbase/database → database}/dist/esm/serializer/query.js +0 -0
  684. /package/{node_modules/@cloudbase/database → database}/dist/esm/serializer/update.d.ts +0 -0
  685. /package/{node_modules/@cloudbase/database → database}/dist/esm/serializer/update.js +0 -0
  686. /package/{node_modules/@cloudbase/database → database}/dist/esm/serverDate/index.d.ts +0 -0
  687. /package/{node_modules/@cloudbase/database → database}/dist/esm/serverDate/index.js +0 -0
  688. /package/{node_modules/@cloudbase/database → database}/dist/esm/transaction/collection.d.ts +0 -0
  689. /package/{node_modules/@cloudbase/database → database}/dist/esm/transaction/collection.js +0 -0
  690. /package/{node_modules/@cloudbase/database → database}/dist/esm/transaction/document.d.ts +0 -0
  691. /package/{node_modules/@cloudbase/database → database}/dist/esm/transaction/document.js +0 -0
  692. /package/{node_modules/@cloudbase/database → database}/dist/esm/transaction/index.d.ts +0 -0
  693. /package/{node_modules/@cloudbase/database → database}/dist/esm/transaction/index.js +0 -0
  694. /package/{node_modules/@cloudbase/database → database}/dist/esm/transaction/query.d.ts +0 -0
  695. /package/{node_modules/@cloudbase/database → database}/dist/esm/transaction/query.js +0 -0
  696. /package/{node_modules/@cloudbase/database → database}/dist/esm/typings/index.d.ts +0 -0
  697. /package/{node_modules/@cloudbase/database → database}/dist/esm/typings/index.js +0 -0
  698. /package/{node_modules/@cloudbase/database → database}/dist/esm/typings/realtime.d.ts +0 -0
  699. /package/{node_modules/@cloudbase/database → database}/dist/esm/typings/realtime.js +0 -0
  700. /package/{node_modules/@cloudbase/database → database}/dist/esm/util.d.ts +0 -0
  701. /package/{node_modules/@cloudbase/database → database}/dist/esm/util.js +0 -0
  702. /package/{node_modules/@cloudbase/database → database}/dist/esm/utils/error.d.ts +0 -0
  703. /package/{node_modules/@cloudbase/database → database}/dist/esm/utils/error.js +0 -0
  704. /package/{node_modules/@cloudbase/database → database}/dist/esm/utils/msg.d.ts +0 -0
  705. /package/{node_modules/@cloudbase/database → database}/dist/esm/utils/msg.js +0 -0
  706. /package/{node_modules/@cloudbase/database → database}/dist/esm/utils/symbol.d.ts +0 -0
  707. /package/{node_modules/@cloudbase/database → database}/dist/esm/utils/symbol.js +0 -0
  708. /package/{node_modules/@cloudbase/database → database}/dist/esm/utils/type.d.ts +0 -0
  709. /package/{node_modules/@cloudbase/database → database}/dist/esm/utils/type.js +0 -0
  710. /package/{node_modules/@cloudbase/database → database}/dist/esm/utils/utils.d.ts +0 -0
  711. /package/{node_modules/@cloudbase/database → database}/dist/esm/utils/utils.js +0 -0
  712. /package/{node_modules/@cloudbase/database → database}/dist/esm/validate.d.ts +0 -0
  713. /package/{node_modules/@cloudbase/database → database}/dist/esm/validate.js +0 -0
  714. /package/{app/src → dist}/index.d.ts +0 -0
  715. /package/{node_modules/@cloudbase/types → types}/auth.d.ts +0 -0
  716. /package/{node_modules/@cloudbase/types → types}/cache.d.ts +0 -0
  717. /package/{node_modules/@cloudbase/types → types}/cloudrun.d.ts +0 -0
  718. /package/{node_modules/@cloudbase/types → types}/component.d.ts +0 -0
  719. /package/{node_modules/@cloudbase/types → types}/database.d.ts +0 -0
  720. /package/{node_modules/@cloudbase/types → types}/events.d.ts +0 -0
  721. /package/{node_modules/@cloudbase/types → types}/functions.d.ts +0 -0
  722. /package/{node_modules/@cloudbase/types → types}/index.d.ts +0 -0
  723. /package/{node_modules/@cloudbase/types → types}/realtime.d.ts +0 -0
  724. /package/{node_modules/@cloudbase/types → types}/request.d.ts +0 -0
  725. /package/{node_modules/@cloudbase/types → types}/storage.d.ts +0 -0
  726. /package/{node_modules/@cloudbase/utilities → utilities}/dist/cjs/adapters/index.d.ts +0 -0
  727. /package/{node_modules/@cloudbase/utilities → utilities}/dist/cjs/adapters/index.js +0 -0
  728. /package/{node_modules/@cloudbase/utilities → utilities}/dist/cjs/adapters/platforms/web.d.ts +0 -0
  729. /package/{node_modules/@cloudbase/utilities → utilities}/dist/cjs/adapters/platforms/web.js +0 -0
  730. /package/{node_modules/@cloudbase/utilities → utilities}/dist/cjs/constants/common.d.ts +0 -0
  731. /package/{node_modules/@cloudbase/utilities → utilities}/dist/cjs/constants/common.js +0 -0
  732. /package/{node_modules/@cloudbase/utilities → utilities}/dist/cjs/constants/errors.d.ts +0 -0
  733. /package/{node_modules/@cloudbase/utilities → utilities}/dist/cjs/constants/errors.js +0 -0
  734. /package/{node_modules/@cloudbase/utilities → utilities}/dist/cjs/constants/index.d.ts +0 -0
  735. /package/{node_modules/@cloudbase/utilities → utilities}/dist/cjs/constants/index.js +0 -0
  736. /package/{node_modules/@cloudbase/utilities → utilities}/dist/cjs/helpers/decorators.d.ts +0 -0
  737. /package/{node_modules/@cloudbase/utilities → utilities}/dist/cjs/helpers/decorators.js +0 -0
  738. /package/{node_modules/@cloudbase/utilities → utilities}/dist/cjs/helpers/index.d.ts +0 -0
  739. /package/{node_modules/@cloudbase/utilities → utilities}/dist/cjs/helpers/index.js +0 -0
  740. /package/{node_modules/@cloudbase/utilities → utilities}/dist/cjs/index.d.ts +0 -0
  741. /package/{node_modules/@cloudbase/utilities → utilities}/dist/cjs/index.js +0 -0
  742. /package/{node_modules/@cloudbase/utilities → utilities}/dist/cjs/libs/abortController.d.ts +0 -0
  743. /package/{node_modules/@cloudbase/utilities → utilities}/dist/cjs/libs/abortController.js +0 -0
  744. /package/{node_modules/@cloudbase/utilities → utilities}/dist/cjs/libs/cache.d.ts +0 -0
  745. /package/{node_modules/@cloudbase/utilities → utilities}/dist/cjs/libs/cache.js +0 -0
  746. /package/{node_modules/@cloudbase/utilities → utilities}/dist/cjs/libs/events.d.ts +0 -0
  747. /package/{node_modules/@cloudbase/utilities → utilities}/dist/cjs/libs/events.js +0 -0
  748. /package/{node_modules/@cloudbase/utilities → utilities}/dist/cjs/libs/langEvent.d.ts +0 -0
  749. /package/{node_modules/@cloudbase/utilities → utilities}/dist/cjs/libs/langEvent.js +0 -0
  750. /package/{node_modules/@cloudbase/utilities → utilities}/dist/cjs/libs/util.d.ts +0 -0
  751. /package/{node_modules/@cloudbase/utilities → utilities}/dist/cjs/libs/util.js +0 -0
  752. /package/{node_modules/@cloudbase/utilities → utilities}/dist/esm/adapters/index.d.ts +0 -0
  753. /package/{node_modules/@cloudbase/utilities → utilities}/dist/esm/adapters/index.js +0 -0
  754. /package/{node_modules/@cloudbase/utilities → utilities}/dist/esm/adapters/platforms/web.d.ts +0 -0
  755. /package/{node_modules/@cloudbase/utilities → utilities}/dist/esm/adapters/platforms/web.js +0 -0
  756. /package/{node_modules/@cloudbase/utilities → utilities}/dist/esm/constants/common.d.ts +0 -0
  757. /package/{node_modules/@cloudbase/utilities → utilities}/dist/esm/constants/common.js +0 -0
  758. /package/{node_modules/@cloudbase/utilities → utilities}/dist/esm/constants/errors.d.ts +0 -0
  759. /package/{node_modules/@cloudbase/utilities → utilities}/dist/esm/constants/errors.js +0 -0
  760. /package/{node_modules/@cloudbase/utilities → utilities}/dist/esm/constants/index.d.ts +0 -0
  761. /package/{node_modules/@cloudbase/utilities → utilities}/dist/esm/constants/index.js +0 -0
  762. /package/{node_modules/@cloudbase/utilities → utilities}/dist/esm/helpers/decorators.d.ts +0 -0
  763. /package/{node_modules/@cloudbase/utilities → utilities}/dist/esm/helpers/decorators.js +0 -0
  764. /package/{node_modules/@cloudbase/utilities → utilities}/dist/esm/helpers/index.d.ts +0 -0
  765. /package/{node_modules/@cloudbase/utilities → utilities}/dist/esm/helpers/index.js +0 -0
  766. /package/{node_modules/@cloudbase/utilities → utilities}/dist/esm/index.d.ts +0 -0
  767. /package/{node_modules/@cloudbase/utilities → utilities}/dist/esm/index.js +0 -0
  768. /package/{node_modules/@cloudbase/utilities → utilities}/dist/esm/libs/abortController.d.ts +0 -0
  769. /package/{node_modules/@cloudbase/utilities → utilities}/dist/esm/libs/abortController.js +0 -0
  770. /package/{node_modules/@cloudbase/utilities → utilities}/dist/esm/libs/cache.d.ts +0 -0
  771. /package/{node_modules/@cloudbase/utilities → utilities}/dist/esm/libs/cache.js +0 -0
  772. /package/{node_modules/@cloudbase/utilities → utilities}/dist/esm/libs/events.d.ts +0 -0
  773. /package/{node_modules/@cloudbase/utilities → utilities}/dist/esm/libs/events.js +0 -0
  774. /package/{node_modules/@cloudbase/utilities → utilities}/dist/esm/libs/langEvent.d.ts +0 -0
  775. /package/{node_modules/@cloudbase/utilities → utilities}/dist/esm/libs/langEvent.js +0 -0
  776. /package/{node_modules/@cloudbase/utilities → utilities}/dist/esm/libs/util.d.ts +0 -0
  777. /package/{node_modules/@cloudbase/utilities → utilities}/dist/esm/libs/util.js +0 -0
  778. /package/{node_modules/@cloudbase/utilities → utilities}/dist/miniprogram/index.js +0 -0
@@ -1,2 +1,2 @@
1
1
  /*! For license information please see auth.js.LICENSE.txt */
2
- !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define("cloudbase_auth",[],t):"object"==typeof exports?exports.cloudbase_auth=t():e.cloudbase_auth=t()}("undefined"!=typeof window?window:this,(()=>(()=>{"use strict";var e={760:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.registerAuth=void 0;var n=r(672);t.registerAuth=n.registerAuth;try{window.registerAuth=t.registerAuth}catch(e){}},325:(e,t,r)=>{var n;r.r(t),r.d(t,{AbstractSDKRequest:()=>o,AbstractStorage:()=>i,StorageType:()=>n,formatUrl:()=>s}),function(e){e.local="local",e.none="none",e.session="session"}(n||(n={}));var o=function(){},i=function(){};function s(e,t,r){void 0===r&&(r={});var n=/\?/.test(t),o="";for(var i in r)""===o?!n&&(t+="?"):o+="&",o+=i+"="+encodeURIComponent(r[i]);return/^http(s)?\:\/\//.test(t+=o)?t:""+e+t}},672:(e,t,r)=>{r.r(t),r.d(t,{AnonymousAuthProvider:()=>Li,Auth:()=>Gi,AuthError:()=>Ne,AuthErrorCategory:()=>Pe,CustomAuthProvider:()=>Ni,LoginState:()=>Hi,User:()=>Fi,WeixinAuthProvider:()=>Ui,generateAuthInstance:()=>zi,registerAuth:()=>Qi});var n,o,i,s,a,u="/auth";!function(e){e.AUTH_SIGN_UP_URL="/v1/signup",e.AUTH_TOKEN_URL="/v1/token",e.AUTH_REVOKE_URL="/v1/revoke",e.WEDA_USER_URL="/v1/plugin/weda/userinfo",e.AUTH_RESET_PASSWORD="/v1/reset",e.AUTH_GET_DEVICE_CODE="/v1/device/code",e.CHECK_USERNAME="/v1/checkUsername",e.CHECK_IF_USER_EXIST="/v1/checkIfUserExist",e.GET_PROVIDER_TYPE="/v1/mgr/provider/providerSubType",e.AUTH_SIGN_IN_URL="/v1/signin",e.AUTH_SIGN_IN_ANONYMOUSLY_URL="/v1/signin/anonymously",e.AUTH_SIGN_IN_WITH_PROVIDER_URL="/v1/signin/with/provider",e.AUTH_SIGN_IN_WITH_WECHAT_URL="/v1/signin/wechat/noauth",e.AUTH_SIGN_IN_CUSTOM="/v1/signin/custom",e.PROVIDER_TOKEN_URL="/v1/provider/token",e.PROVIDER_URI_URL="/v1/provider/uri",e.USER_ME_URL="/v1/user/me",e.AUTH_SIGNOUT_URL="/v1/user/signout",e.USER_QUERY_URL="/v1/user/query",e.USER_PRIFILE_URL="/v1/user/profile",e.USER_BASIC_EDIT_URL="/v1/user/basic/edit",e.USER_TRANS_BY_PROVIDER_URL="/v1/user/trans/by/provider",e.PROVIDER_LIST="/v1/user/provider",e.PROVIDER_BIND_URL="/v1/user/provider/bind",e.PROVIDER_UNBIND_URL="/v1/user/provider",e.CHECK_PWD_URL="/v1/user/sudo",e.SUDO_URL="/v1/user/sudo",e.BIND_CONTACT_URL="/v1/user/contact",e.AUTH_SET_PASSWORD="/v1/user/password",e.AUTHORIZE_DEVICE_URL="/v1/user/device/authorize",e.AUTHORIZE_URL="/v1/user/authorize",e.AUTHORIZE_INFO_URL="/v1/user/authorize/info",e.AUTHORIZED_DEVICES_DELETE_URL="/v1/user/authorized/devices/",e.AUTH_REVOKE_ALL_URL="/v1/user/revoke/all",e.GET_USER_BEHAVIOR_LOG="/v1/user/security/history",e.VERIFICATION_URL="/v1/verification",e.VERIFY_URL="/v1/verification/verify",e.CAPTCHA_DATA_URL="/v1/captcha/data",e.VERIFY_CAPTCHA_DATA_URL="/v1/captcha/data/verify",e.GET_CAPTCHA_URL="/v1/captcha/init",e.GET_MINIPROGRAM_QRCODE="/v1/qrcode/generate",e.GET_MINIPROGRAM_QRCODE_STATUS="/v1/qrcode/get/status"}(n||(n={})),function(e){e.AUTH_SIGN_IN_URL="/v2/signin/username",e.AUTH_TOKEN_URL="/v2/token",e.USER_ME_URL="/v2/user/me",e.VERIFY_URL="/v2/signin/verificationcode",e.AUTH_SIGN_IN_WITH_PROVIDER_URL="/v2/signin/with/provider",e.AUTH_PUBLIC_KEY="/v2/signin/publichkey",e.AUTH_RESET_PASSWORD="/v2/signin/password/update"}(o||(o={})),function(e){e.REGISTER="REGISTER",e.SIGN_IN="SIGN_IN",e.PASSWORD_RESET="PASSWORD_RESET",e.EMAIL_ADDRESS_CHANGE="EMAIL_ADDRESS_CHANGE",e.PHONE_NUMBER_CHANGE="PHONE_NUMBER_CHANGE"}(i||(i={})),(a=s||(s={})).UNREACHABLE="unreachable",a.LOCAL="local",a.CANCELLED="cancelled",a.UNKNOWN="unknown",a.UNAUTHENTICATED="unauthenticated",a.RESOURCE_EXHAUSTED="resource_exhausted",a.FAILED_PRECONDITION="failed_precondition",a.INVALID_ARGUMENT="invalid_argument",a.DEADLINE_EXCEEDED="deadline_exceeded",a.NOT_FOUND="not_found",a.ALREADY_EXISTS="already_exists",a.PERMISSION_DENIED="permission_denied",a.ABORTED="aborted",a.OUT_OF_RANGE="out_of_range",a.UNIMPLEMENTED="unimplemented",a.INTERNAL="internal",a.UNAVAILABLE="unavailable",a.DATA_LOSS="data_loss",a.INVALID_PASSWORD="invalid_password",a.PASSWORD_NOT_SET="password_not_set",a.INVALID_STATUS="invalid_status",a.USER_PENDING="user_pending",a.USER_BLOCKED="user_blocked",a.INVALID_VERIFICATION_CODE="invalid_verification_code",a.TWO_FACTOR_REQUIRED="two_factor_required",a.INVALID_TWO_FACTOR="invalid_two_factor",a.INVALID_TWO_FACTOR_RECOVERY="invalid_two_factor_recovery",a.UNDER_REVIEW="under_review",a.INVALID_REQUEST="invalid_request",a.UNAUTHORIZED_CLIENT="unauthorized_client",a.ACCESS_DENIED="access_denied",a.UNSUPPORTED_RESPONSE_TYPE="unsupported_response_type",a.INVALID_SCOPE="invalid_scope",a.INVALID_GRANT="invalid_grant",a.SERVER_ERROR="server_error",a.TEMPORARILY_UNAVAILABLE="temporarily_unavailable",a.INTERACTION_REQUIRED="interaction_required",a.LOGIN_REQUIRED="login_required",a.ACCOUNT_SELECTION_REQUIRED="account_selection_required",a.CONSENT_REQUIRED="consent_required",a.INVALID_REQUEST_URI="invalid_request_uri",a.INVALID_REQUEST_OBJECT="invalid_request_object",a.REQUEST_NOT_SUPPORTED="request_not_supported",a.REQUEST_URI_NOT_SUPPORTED="request_uri_not_supported",a.REGISTRATION_NOT_SUPPORTED="registration_not_supported",a.CAPTCHA_REQUIRED="captcha_required",a.CAPTCHA_INVALID="captcha_invalid",a.PROVIDER_NOT_ENABLED="provider_not_enabled",a.LOGIN_METHOD_DISABLED="login_method_disabled",a.INVALID_USERNAME_OR_PASSWORD="invalid_username_or_password",a.INVALID_CREDENTIALS="invalid_credentials",a.WRONG_PASSWORD="wrong_password",a.USER_NOT_FOUND="user_not_found";var c,l="credentials_error",d={SIGNED_OUT:"SIGNED_OUT",SIGNED_IN:"SIGNED_IN",INITIAL_SESSION:"INITIAL_SESSION",PASSWORD_RECOVERY:"PASSWORD_RECOVERY",TOKEN_REFRESHED:"TOKEN_REFRESHED",USER_UPDATED:"USER_UPDATED",BIND_IDENTITY:"BIND_IDENTITY"},h={LOGIN_STATE_CHANGED:"loginStateChanged",AUTH_STATE_CHANGED:"authStateChanged"},f={SIGN_IN:"sign_in",BIND_IDENTITY:"bind_identity"},p="node-sdk-scope";function v(){return"xxxxxxxxxxxx4xxxyxxxxxxxxxxxxxxx".replace(/[xy]/g,(e=>{var t=16*Math.random()|0;return("x"===e?t:3&t|8).toString(16)}))}!function(e){e.CLIENT_ID="client_id",e.CLIENT_SECRET="client_secret",e.RESPONSE_TYPE="response_type",e.SCOPE="scope",e.STATE="state",e.REDIRECT_URI="redirect_uri",e.ERROR="error",e.ERROR_DESCRIPTION="error_description",e.ERROR_URI="error_uri",e.GRANT_TYPE="grant_type",e.CODE="code",e.ACCESS_TOKEN="access_token",e.TOKEN_TYPE="token_type",e.EXPIRES_IN="expires_in",e.USERNAME="username",e.PASSWORD="password",e.REFRESH_TOKEN="refresh_token"}(c||(c={}));var g=r(655);function y(e,t,r,n,o,i,s){try{var a=e[i](s),u=a.value}catch(e){return void r(e)}a.done?t(u):Promise.resolve(u).then(n,o)}function m(e){return function(){var t=this,r=arguments;return new Promise((function(n,o){var i=e.apply(t,r);function s(e){y(i,n,o,s,a,"next",e)}function a(e){y(i,n,o,s,a,"throw",e)}s(void 0)}))}}var _=new Map;class b{constructor(e){this.clientId=(null==e?void 0:e.clientId)||"",_=_||new Map}run(e,t){var r=this;return m((function*(){e="".concat(r.clientId,"_").concat(e);var n=_.get(e);return n||(n=new Promise(((n,o)=>{m((function*(){try{yield r.runIdlePromise();var i=t();n(yield i)}catch(e){o(e)}finally{_.delete(e)}}))()})),_.set(e,n)),n}))()}runIdlePromise(){return Promise.resolve()}}var w="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",S=/^(?:[A-Za-z\d+/]{4})*?(?:[A-Za-z\d+/]{2}(?:==)?|[A-Za-z\d+/]{3}=?)?$/,I=function(e){if(e=String(e).replace(/[\t\n\f\r ]+/g,""),!S.test(e))throw new TypeError("Failed to execute 'atob' on 'Window': The string to be decoded is not correctly encoded.");var t;e+="==".slice(2-(3&e.length));for(var r,n,o="",i=0;i<e.length;)t=w.indexOf(e.charAt(i++))<<18|w.indexOf(e.charAt(i++))<<12|(r=w.indexOf(e.charAt(i++)))<<6|(n=w.indexOf(e.charAt(i++))),o+=64===r?String.fromCharCode(t>>16&255):64===n?String.fromCharCode(t>>16&255,t>>8&255):String.fromCharCode(t>>16&255,t>>8&255,255&t);return o};function E(){if("undefined"==typeof globalThis)return!1;var{wx:e}=globalThis;if(void 0===e)return!1;if(void 0===globalThis.Page)return!1;if(!e.getDeviceInfo)return!1;if(!e.getStorageSync)return!1;if(!e.setStorageSync)return!1;if(!e.connectSocket)return!1;if(!e.request)return!1;try{if(!e.getDeviceInfo())return!1;if("qq"===e.getDeviceInfo().platform)return!1}catch(e){return!1}return!0}var T=!1;function O(){T=T||void 0!==typeof window&&"miniprogram"===window.__wxjs_environment}try{E()||(T=T||!!navigator.userAgent.match(/miniprogram/i)||"miniprogram"===window.__wxjs_environment,window&&window.WeixinJSBridge&&window.WeixinJSBridge.invoke?O():"undefined"!=typeof document&&document.addEventListener("WeixinJSBridgeReady",O,!1))}catch($){}var R="@cloudbase/js-sdk";function A(){return R}var P="INVALID_OPERATION",C="OPERATION_FAIL",U=r(325);function N(e,t){if("undefined"==typeof window)return!1;var r=t||decodeURIComponent(window.location.search),n=new RegExp("(^|&)".concat(e,"=([^&]*)(&|$)")),o=r.substr(r.indexOf("?")+1).match(n);return null!=o?o[2]:""}function L(e,t){console.warn("[".concat(A(),"][").concat(e,"]:").concat(t))}var D,k,x=(D=function(e,t){return D=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},D(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}D(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}),q=function(){return q=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},q.apply(this,arguments)},j=function(e,t,r,n){return new(r||(r=Promise))((function(o,i){function s(e){try{u(n.next(e))}catch(e){i(e)}}function a(e){try{u(n.throw(e))}catch(e){i(e)}}function u(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(s,a)}u((n=n.apply(e,t||[])).next())}))},M=function(e,t){var r,n,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(r)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(r=1,n&&(o=2&a[0]?n.return:a[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,a[1])).done)return o;switch(n=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++,n=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=t.call(e,s)}catch(e){a=[6,e],n=0}finally{r=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}};!function(e){function t(t){var r=e.call(this)||this,n=t.timeout,o=t.timeoutMsg,i=t.restrictedMethods;return r.timeout=n||0,r.timeoutMsg=o||"请求超时",r.restrictedMethods=i||["get","post","upload","download"],r}x(t,e),t.prototype.get=function(e){return this.request(q(q({},e),{method:"get"}),this.restrictedMethods.includes("get"))},t.prototype.post=function(e){return this.request(q(q({},e),{method:"post"}),this.restrictedMethods.includes("post"))},t.prototype.put=function(e){return this.request(q(q({},e),{method:"put"}))},t.prototype.upload=function(e){var t=e.data,r=e.file,n=e.name,o=e.method,i=e.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(t).forEach((function(e){u.append(e,t[e])})),u.append("key",n),u.append("file",r),this.request(q(q({},e),{data:u,method:a}),this.restrictedMethods.includes("upload"))):this.request(q(q({},e),{method:"put",headers:s,body:r}),this.restrictedMethods.includes("upload"))},t.prototype.download=function(e){return j(this,void 0,void 0,(function(){var t,r,n,o;return M(this,(function(i){switch(i.label){case 0:return i.trys.push([0,2,,3]),[4,this.get(q(q({},e),{headers:{},responseType:"blob"}))];case 1:return t=i.sent().data,r=window.URL.createObjectURL(new Blob([t])),n=decodeURIComponent(new URL(e.url).pathname.split("/").pop()||""),(o=document.createElement("a")).href=r,o.setAttribute("download",n),o.style.display="none",document.body.appendChild(o),o.click(),window.URL.revokeObjectURL(r),document.body.removeChild(o),[3,3];case 2:return i.sent(),[3,3];case 3:return[2,new Promise((function(t){t({statusCode:200,tempFilePath:e.url})}))]}}))}))},t.prototype.fetch=function(e){var t;return j(this,void 0,void 0,(function(){var r,n,o,i,s,a,u,c,l,d,h,f,p,v=this;return M(this,(function(g){switch(g.label){case 0:return r=new AbortController,n=e.url,o=e.enableAbort,i=void 0!==o&&o,s=e.stream,a=void 0!==s&&s,u=e.signal,c=e.timeout,l=e.shouldThrowOnError,d=void 0===l||l,h=null!=c?c:this.timeout,u&&(u.aborted&&r.abort(),u.addEventListener("abort",(function(){return r.abort()}))),f=null,i&&h&&(f=setTimeout((function(){console.warn(v.timeoutMsg),r.abort(new Error(v.timeoutMsg))}),h)),[4,fetch(n,q(q({},e),{signal:r.signal})).then((function(e){return j(v,void 0,void 0,(function(){var t,r,n;return M(this,(function(o){switch(o.label){case 0:return clearTimeout(f),d?e.ok?(t=e,[3,3]):[3,1]:[3,4];case 1:return n=(r=Promise).reject,[4,e.json()];case 2:t=n.apply(r,[o.sent()]),o.label=3;case 3:return[2,t];case 4:return[2,e]}}))}))})).catch((function(e){if(clearTimeout(f),d)return Promise.reject(e)}))];case 1:return p=g.sent(),[2,{data:a?p.body:(null===(t=p.headers.get("content-type"))||void 0===t?void 0:t.includes("application/json"))?p.json():p.text(),statusCode:p.status,header:p.headers}]}}))}))},t.prototype.request=function(e,t){var r=this;void 0===t&&(t=!1);var n=String(e.method).toLowerCase()||"get";return new Promise((function(o){var i,s,a,u=e.url,c=e.headers,l=void 0===c?{}:c,d=e.data,h=e.responseType,f=e.withCredentials,p=e.body,v=e.onUploadProgress,g=function(e,t,r){void 0===r&&(r={});var n=/\?/.test(t),o="";return Object.keys(r).forEach((function(e){""===o?!n&&(t+="?"):o+="&",o+="".concat(e,"=").concat(encodeURIComponent(r[e]))})),/^http(s)?:\/\//.test(t+=o)?t:"".concat(e).concat(t)}("https:",u,"get"===n?d:{}),y=new XMLHttpRequest;y.open(n,g),h&&(y.responseType=h),Object.keys(l).forEach((function(e){y.setRequestHeader(e,l[e])})),v&&y.upload.addEventListener("progress",v),y.onreadystatechange=function(){var e={};if(4===y.readyState){var t=y.getAllResponseHeaders().trim().split(/[\r\n]+/),r={};t.forEach((function(e){var t=e.split(": "),n=t.shift().toLowerCase(),o=t.join(": ");r[n]=o})),e.header=r,e.statusCode=y.status;try{e.data="blob"===h?y.response:JSON.parse(y.responseText)}catch(t){e.data="blob"===h?y.response:y.responseText}clearTimeout(i),o(e)}},t&&r.timeout&&(i=setTimeout((function(){console.warn(r.timeoutMsg),y.abort()}),r.timeout)),a=d,s="[object FormData]"===Object.prototype.toString.call(a)?d:"application/x-www-form-urlencoded"===l["content-type"]?function(e){void 0===e&&(e={});var t=[];return Object.keys(e).forEach((function(r){t.push("".concat(r,"=").concat(encodeURIComponent(e[r])))})),t.join("&")}(d):p||(d?JSON.stringify(d):void 0),f&&(y.withCredentials=!0),y.send(s)}))}}(U.AbstractSDKRequest),function(e){e.WEB="web",e.WX_MP="wx_mp"}(k||(k={}));var B=function(){var e=function(t,r){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},e(t,r)};return function(t,r){if("function"!=typeof r&&null!==r)throw new TypeError("Class extends value "+String(r)+" is not a constructor or null");function n(){this.constructor=t}e(t,r),t.prototype=null===r?Object.create(r):(n.prototype=r.prototype,new n)}}(),W=function(e,t,r,n){return new(r||(r=Promise))((function(o,i){function s(e){try{u(n.next(e))}catch(e){i(e)}}function a(e){try{u(n.throw(e))}catch(e){i(e)}}function u(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(s,a)}u((n=n.apply(e,t||[])).next())}))},V=function(e,t){var r,n,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(r)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(r=1,n&&(o=2&a[0]?n.return:a[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,a[1])).done)return o;switch(n=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++,n=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=t.call(e,s)}catch(e){a=[6,e],n=0}finally{r=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}},F=function(e){function t(t){var r=e.call(this)||this;return r.root=t,t.tcbCacheObject||(t.tcbCacheObject={}),r}return B(t,e),t.prototype.setItem=function(e,t){this.root.tcbCacheObject[e]=t},t.prototype.getItem=function(e){return this.root.tcbCacheObject[e]},t.prototype.removeItem=function(e){delete this.root.tcbCacheObject[e]},t.prototype.clear=function(){delete this.root.tcbCacheObject},t}(U.AbstractStorage);!function(){function e(e){this.keys={};var t=e.persistence,r=e.platformInfo,n=void 0===r?{}:r,o=e.keys,i=void 0===o?{}:o;this.platformInfo=n,this.storage||(this.persistenceTag=this.platformInfo.adapter.primaryStorage||t,this.storage=function(e,t){switch(e){case"local":default:return t.localStorage?t.localStorage:(L("INVALID_PARAMS","localStorage is not supported on current platform"),new F(t.root));case"none":return new F(t.root)}}(this.persistenceTag,this.platformInfo.adapter),this.keys=i)}Object.defineProperty(e.prototype,"mode",{get:function(){return this.storage.mode||"sync"},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"persistence",{get:function(){return this.persistenceTag},enumerable:!1,configurable:!0}),e.prototype.setStore=function(e,t,r){if("async"!==this.mode){if(this.storage)try{var n={version:r||"localCachev1",content:t};this.storage.setItem(e,JSON.stringify(n))}catch(e){throw new Error(JSON.stringify({code:C,msg:"[".concat(A(),"][").concat(C,"]setStore failed"),info:e}))}}else L(P,"current platform's storage is asynchronous, please use setStoreAsync insteed")},e.prototype.setStoreAsync=function(e,t,r){return W(this,void 0,void 0,(function(){var n;return V(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]),n={version:r||"localCachev1",content:t},[4,this.storage.setItem(e,JSON.stringify(n))];case 2:return o.sent(),[3,4];case 3:return o.sent(),[2];case 4:return[2]}}))}))},e.prototype.getStore=function(e,t){var r;if("async"!==this.mode){try{if("undefined"!=typeof process&&(null===(r={IS_MP_BUILD:!0,IS_BROWSER_BUILD:!0})||void 0===r?void 0:r.tcb_token))return{IS_MP_BUILD:!0,IS_BROWSER_BUILD:!0}.tcb_token;if(!this.storage)return""}catch(e){return""}t=t||"localCachev1";var n=this.storage.getItem(e);return n&&n.indexOf(t)>=0?JSON.parse(n).content:""}L(P,"current platform's storage is asynchronous, please use getStoreAsync insteed")},e.prototype.getStoreAsync=function(e,t){var r;return W(this,void 0,void 0,(function(){var n;return V(this,(function(o){switch(o.label){case 0:try{if("undefined"!=typeof process&&(null===(r={IS_MP_BUILD:!0,IS_BROWSER_BUILD:!0})||void 0===r?void 0:r.tcb_token))return[2,{IS_MP_BUILD:!0,IS_BROWSER_BUILD:!0}.tcb_token];if(!this.storage)return[2,""]}catch(e){return[2,""]}return t=t||"localCachev1",[4,this.storage.getItem(e)];case 1:return(n=o.sent())&&n.indexOf(t)>=0?[2,JSON.parse(n).content]:[2,""]}}))}))},e.prototype.removeStore=function(e){"async"!==this.mode?this.storage.removeItem(e):L(P,"current platform's storage is asynchronous, please use removeStoreAsync insteed")},e.prototype.removeStoreAsync=function(e){return W(this,void 0,void 0,(function(){return V(this,(function(t){switch(t.label){case 0:return[4,this.storage.removeItem(e)];case 1:return t.sent(),[2]}}))}))}}();var H=function(){var e=function(t,r){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},e(t,r)};return function(t,r){if("function"!=typeof r&&null!==r)throw new TypeError("Class extends value "+String(r)+" is not a constructor or null");function n(){this.constructor=t}e(t,r),t.prototype=null===r?Object.create(r):(n.prototype=r.prototype,new n)}}(),G=function(e,t){this.data=t||null,this.name=e},z=function(e){function t(t,r){var n=e.call(this,"error",{error:t,data:r})||this;return n.error=t,n}return H(t,e),t}(G),K=function(){function e(){this.listeners={}}return e.prototype.on=function(e,t){return function(e,t,r){r[e]=r[e]||[],r[e].push(t)}(e,t,this.listeners),this},e.prototype.off=function(e,t){return function(e,t,r){if(null==r?void 0:r[e]){var n=r[e].indexOf(t);-1!==n&&r[e].splice(n,1)}}(e,t,this.listeners),this},e.prototype.fire=function(e,t){if(e instanceof z)return console.error(e.error),this;var r="string"==typeof e?new G(e,t||{}):e,n=r.name;if(this.listens(n)){r.target=this;for(var o=0,i=this.listeners[n]?function(e,t,r){if(r||2===arguments.length)for(var n,o=0,i=t.length;o<i;o++)!n&&o in t||(n||(n=Array.prototype.slice.call(t,0,o)),n[o]=t[o]);return e.concat(n||Array.prototype.slice.call(t))}([],this.listeners[n],!0):[];o<i.length;o++)i[o].call(this,r)}return this},e.prototype.listens=function(e){return this.listeners[e]&&this.listeners[e].length>0},e}();new K;var Y=new K;function $(e){this.message=e}function Q(e){this.message=e}function J(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function Z(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?J(Object(r),!0).forEach((function(t){X(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):J(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}function X(e,t,r){return(t=function(e){var t=function(e){if("object"!=typeof e||!e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var r=t.call(e,"string");if("object"!=typeof r)return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==typeof t?t:t+""}(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function ee(e,t,r,n,o,i,s){try{var a=e[i](s),u=a.value}catch(e){return void r(e)}a.done?t(u):Promise.resolve(u).then(n,o)}function te(e){return function(){var t=this,r=arguments;return new Promise((function(n,o){var i=e.apply(t,r);function s(e){ee(i,n,o,s,a,"next",e)}function a(e){ee(i,n,o,s,a,"throw",e)}s(void 0)}))}}"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.indexOf("Firefox"),$.prototype=new Error,$.prototype.name="InvalidCharacterError","undefined"!=typeof window&&window.atob&&window.atob.bind(window),Q.prototype=new Error,Q.prototype.name="InvalidTokenError";var re="x-request-id",ne="x-device-id",oe="device_id",ie=function(){var e=te((function*(e,t){var r=null,n=null;try{var o=Object.assign({},t);o.method||(o.method="GET"),o.body&&"string"!=typeof o.body&&(o.body=JSON.stringify(o.body));var i=yield fetch(e,o),a=yield i.json();null!=a&&a.error?(n=a).error_uri=new URL(e).pathname:r=a}catch(t){n={error:s.UNREACHABLE,error_description:t.message,error_uri:new URL(e).pathname}}if(n)throw n;return r}));return function(t,r){return e.apply(this,arguments)}}(),se=new class{constructor(e){this._env=(null==e?void 0:e.env)||""}getItem(e){var t=this;return te((function*(){return window.localStorage.getItem("".concat(e).concat(t._env))}))()}removeItem(e){var t=this;return te((function*(){window.localStorage.removeItem("".concat(e).concat(t._env))}))()}setItem(e,t){var r=this;return te((function*(){window.localStorage.setItem("".concat(e).concat(r._env),t)}))()}getItemSync(e){return window.localStorage.getItem("".concat(e).concat(this._env))}removeItemSync(e){window.localStorage.removeItem("".concat(e).concat(this._env))}setItemSync(e,t){window.localStorage.setItem("".concat(e).concat(this._env),t)}};function ae(e){var t=!0;return null!=e&&e.expires_at&&null!=e&&e.access_token&&(t=e.expires_at<new Date),t}class ue{constructor(e){this.credentials=null,this.accessKeyCredentials=null,this.singlePromise=null,this.tokenSectionName=e.tokenSectionName,this.storage=e.storage,this.clientId=e.clientId,this.singlePromise=new b({clientId:this.clientId}),this.credentials=e.credentials||null}getStorageCredentialsSync(){var e=null,t=this.storage.getItemSync(this.tokenSectionName);if(null!=t)try{var r;null!==(r=e=JSON.parse(t))&&void 0!==r&&r.expires_at&&(e.expires_at=new Date(e.expires_at))}catch(t){this.storage.removeItem(this.tokenSectionName),e=null}return e}setCredentials(e){var t=this;return te((function*(){if(null!=e&&e.expires_in){if(null!=e&&e.expires_at||(e.expires_at=new Date(Date.now()+1e3*(e.expires_in-30))),t.storage){var r=JSON.stringify(e);yield t.storage.setItem(t.tokenSectionName,r)}t.credentials=e}else t.storage&&(yield t.storage.removeItem(t.tokenSectionName)),t.credentials=null}))()}setAccessKeyCredentials(e){this.accessKeyCredentials=e,e.scope===p&&(this.credentials=e)}getCredentials(){var e=this;return te((function*(){return e.singlePromise.run("getCredentials",te((function*(){if(ae(e.credentials)){var{credentials:t,isAccessKeyCredentials:r}=yield e.getStorageCredentials();if(r)return t;e.credentials=t}return e.credentials})))}))()}getStorageCredentials(){var e=this;return te((function*(){return e.singlePromise.run("_getStorageCredentials",te((function*(){var t=null,r=!1,n=yield e.storage.getItem(e.tokenSectionName);if(n)try{var o;null!==(o=t=JSON.parse(n))&&void 0!==o&&o.expires_at&&(t.expires_at=new Date(t.expires_at))}catch(r){yield e.storage.removeItem(e.tokenSectionName),t=null}else t=e.accessKeyCredentials||null,r=!0;return{credentials:t,isAccessKeyCredentials:r}})))}))()}}class ce{constructor(e){var t;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.apiPath=e.apiPath||u,this.clientId=e.clientId,this.i18n=e.i18n,this.eventBus=e.eventBus,this.singlePromise=new b({clientId:this.clientId}),this.retry=this.formatRetry(e.retry,ce.defaultRetry),e.baseRequest?this.baseRequest=e.baseRequest:this.baseRequest=ie,this.tokenInURL=e.tokenInURL,this.headers=e.headers,this.storage=e.storage||se,this.localCredentials=new ue({tokenSectionName:"credentials_".concat(e.clientId),storage:this.storage,clientId:e.clientId}),this.clientSecret=e.clientSecret,e.clientId&&(this.basicAuth="Basic ".concat(function(e){for(var t,r,n,o,i="",s=0,a=(e=String(e)).length%3;s<e.length;){if((r=e.charCodeAt(s++))>255||(n=e.charCodeAt(s++))>255||(o=e.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+=w.charAt((t=r<<16|n<<8|o)>>18&63)+w.charAt(t>>12&63)+w.charAt(t>>6&63)+w.charAt(63&t)}return a?i.slice(0,a-3)+"===".substring(a):i}("".concat(e.clientId,":").concat(this.clientSecret)))),this.wxCloud=e.wxCloud;try{E()&&(this.useWxCloud=e.useWxCloud,void 0===this.wxCloud&&e.env&&(wx.cloud.init({env:e.env}),this.wxCloud=wx.cloud))}catch(e){}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!==(t=e.debug)&&void 0!==t&&t,Y.on("lang_change",(e=>{var t;this.i18n=(null===(t=e.data)||void 0===t?void 0:t.i18n)||this.i18n}))}setGetInitialSession(e){this.getInitialSession=e}setOnInitialSessionObtained(e){this.onInitialSessionObtained=e}initialize(e){var t=this;return te((function*(){return t.initializePromise?yield t.initializePromise:void 0!==e?(t.initializePromise=e,yield t.initializePromise):(t.initializePromise=te((function*(){return yield t._acquireLock(-1,te((function*(){return yield t._initialize()})))}))(),yield t.initializePromise)}))()}setCredentials(e){var t=this;return te((function*(){return yield t.initializePromise,t._acquireLock(-1,te((function*(){return t.localCredentials.setCredentials(e)})))}))()}setAccessKeyCredentials(e){return this.localCredentials.setAccessKeyCredentials(e)}getAccessToken(){var e=this;return te((function*(){yield e.initializePromise;var t=yield e.getCredentials();if((null==t?void 0:t.scope)===p)return Promise.resolve(t.access_token);if(null!=t&&t.access_token)return Promise.resolve(t.access_token);var r={error:s.UNAUTHENTICATED};return Promise.reject(r)}))()}request(e,t){var r=this;return te((function*(){var n,o,i,a;t||(t={});var u=r.formatRetry(t.retry,r.retry);if(t.headers=Z(Z({},t.headers),{},{[null===(n=r.i18n)||void 0===n?void 0:n.LANG_HEADER_KEY]:null===(o=r.i18n)||void 0===o?void 0:o.lang}),r.headers&&(t.headers=Z(Z({},r.headers),t.headers)),t.headers[re]||(t.headers[re]=v()),!t.headers[ne]){var c=yield r.getDeviceId();t.headers[ne]=c}if(null!==(i=t)&&void 0!==i&&i.withBasicAuth&&r.basicAuth&&(t.headers.Authorization=r.basicAuth),null!==(a=t)&&void 0!==a&&a.withCredentials){var l=t.getCredentials?yield t.getCredentials():yield r.getCredentials();l&&(r.tokenInURL?(e.indexOf("?")<0&&(e+="?"),e+="access_token=".concat(l.access_token)):t.headers.Authorization="".concat(l.token_type," ").concat(l.access_token))}else r.clientId&&e.indexOf("client_id")<0&&(e+=e.indexOf("?")<0?"?":"&",e+="client_id=".concat(r.clientId));e.startsWith("/")&&(e="".concat(r.apiOrigin).concat(r.apiPath).concat(e));for(var d=null,h=u+1,f=0;f<h;f++){try{var p;if(null!==(p=d=t.useWxCloud||r.useWxCloud?yield r.wxCloudCallFunction(e,t):yield r.baseRequest(e,t))&&void 0!==p&&p.code)throw{error:d.code,error_description:d.message,error_uri:new URL(e).pathname};break}catch(e){try{e.requestId=e.requestId||t.headers[re]||""}catch(e){}if(t.withCredentials&&e&&e.error===s.UNAUTHENTICATED)return yield r.setCredentials(null),Promise.reject(e);if(f===u||!e||"unreachable"!==e.error)return Promise.reject(e)}yield r.sleep(ce.retryInterval)}return d}))()}wxCloudCallFunction(e,t){var r=this;return te((function*(){var n=null,o=null;try{var i,a="";try{a=yield wx.getRendererUserAgent()}catch(e){}var{result:u}=yield r.wxCloud.callFunction({name:"httpOverCallFunction",data:{url:e,method:t.method,headers:Z({origin:"https://servicewechat.com","User-Agent":a},t.headers),body:t.body}});null!=u&&null!==(i=u.body)&&void 0!==i&&i.error_code?(o=null==u?void 0:u.body).error_uri=(0,g.y)(e):n=null==u?void 0:u.body}catch(t){o={error:s.UNREACHABLE,error_description:t.message,error_uri:(0,g.y)(e)}}if(o)throw o;return n}))()}getCredentials(){var e=this;return te((function*(){return yield e.initializePromise,e._acquireLock(-1,te((function*(){return e._getCredentials()})))}))()}getCredentialsSync(){return this.localCredentials.getStorageCredentialsSync()}getCredentialsAsync(){return this.getCredentials()}getScope(){var e=this;return te((function*(){var t=yield e.localCredentials.getCredentials();if(!t){var r,n="credentials not found";return null===(r=e.onCredentialsError)||void 0===r||r.call(e,{msg:n}),e.unAuthenticatedError(n)}return t.scope}))()}getGroups(){var e=this;return te((function*(){var t=yield e.localCredentials.getCredentials();if(!t){var r,n="credentials not found";return null===(r=e.onCredentialsError)||void 0===r||r.call(e,{msg:n}),e.unAuthenticatedError(n)}return t.groups}))()}refreshToken(e,t){var r=this;return te((function*(){return yield r.initializePromise,r._acquireLock(-1,te((function*(){return r._refreshToken(e,t)})))}))()}_refreshToken(e,t){var r=this;return te((function*(){return r.singlePromise.run("_refreshToken",te((function*(){if((null==e?void 0:e.scope)===p)return e;if(!e||!e.refresh_token){var n,o="no refresh token found in credentials";return null===(n=r.onCredentialsError)||void 0===n||n.call(r,{msg:o}),r.unAuthenticatedError(o)}try{var i,a=yield r.refreshTokenFunc(e.refresh_token,e);return yield r.localCredentials.setCredentials(a),null===(i=r.eventBus)||void 0===i||i.fire(h.AUTH_STATE_CHANGED,{event:d.TOKEN_REFRESHED}),a}catch(e){var u;if(null!=t&&t.throwError)throw e;if(e.error===s.INVALID_GRANT){var c;yield r.localCredentials.setCredentials(null);var l=e.error_description;return null===(c=r.onCredentialsError)||void 0===c||c.call(r,{msg:l}),r.unAuthenticatedError(l)}return null===(u=r.onCredentialsError)||void 0===u||u.call(r,{msg:e.error_description}),Promise.reject(e)}})))}))()}anonymousLogin(e){var t=this;return te((function*(){return t.singlePromise.run("_anonymousLogin",te((function*(){if(t.anonymousSignInFunc){var r=yield t.anonymousSignInFunc(e);e=r||(yield t.localCredentials.getCredentials())}else e=yield t.anonymousSignIn(e);return e})))}))()}checkRetry(e){var t=null;if(("number"!=typeof e||e<ce.minRetry||e>ce.maxRetry)&&(t={error:s.UNREACHABLE,error_description:"wrong options param: retry"}),t)throw t;return e}formatRetry(e,t){return void 0===e?t:this.checkRetry(e)}sleep(e){return te((function*(){return new Promise((t=>{setTimeout((()=>{t()}),e)}))}))()}anonymousSignIn(e){var t=this;return te((function*(){return t.singlePromise.run("_anonymous",te((function*(){if(!e||"anonymous"!==e.scope)return t.unAuthenticatedError("no anonymous in credentials");try{var r=yield t.request(n.AUTH_SIGN_IN_ANONYMOUSLY_URL,{method:"POST",withBasicAuth:!0,body:{}});return yield t.localCredentials.setCredentials(r),r}catch(e){return e.error===s.INVALID_GRANT?(yield t.localCredentials.setCredentials(null),t.unAuthenticatedError(e.error_description)):Promise.reject(e)}})))}))()}defaultRefreshTokenFunc(e,t){var r=this;return te((function*(){if(void 0===e||""===e){var i,s="refresh token not found";return null===(i=r.onCredentialsError)||void 0===i||i.call(r,{msg:s}),r.unAuthenticatedError(s)}var a=n.AUTH_TOKEN_URL;return"v2"===(null==t?void 0:t.version)&&(a=o.AUTH_TOKEN_URL),Z(Z({},yield r.request(a,{method:"POST",body:{client_id:r.clientId,client_secret:r.clientSecret,grant_type:"refresh_token",refresh_token:e}})),{},{version:(null==t?void 0:t.version)||"v1"})}))()}getDeviceId(){var e=this;return te((function*(){if(e.deviceID)return e.deviceID;var t=yield e.storage.getItem(oe);return"string"==typeof t&&t.length>=16&&t.length<=48||(t=v(),yield e.storage.setItem(oe,t)),e.deviceID=t,t}))()}unAuthenticatedError(e){var t={error:s.UNAUTHENTICATED,error_description:e};return Promise.reject(t)}_debug(){if(this.logDebugMessages){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];console.log("[OAuth2Client]",...t)}}_initialize(){var e=this;return te((function*(){try{if(!e.getInitialSession)return e._debug("#_initialize()","no getInitialSession callback set, skipping"),{error:null};e._debug("#_initialize()","calling getInitialSession callback");try{var{data:t,error:r}=yield e.getInitialSession();if(null!=t&&t.session&&(e._debug("#_initialize()","session obtained from getInitialSession",t.session),yield e.localCredentials.setCredentials(null==t?void 0:t.session)),e.onInitialSessionObtained){e._debug("#_initialize()","calling onInitialSessionObtained callback");try{yield e.onInitialSessionObtained(t,r)}catch(t){e._debug("#_initialize()","error in onInitialSessionObtained",t)}}return r?(e._debug("#_initialize()","error from getInitialSession",r),{error:r}):{error:null}}catch(t){return e._debug("#_initialize()","exception during getInitialSession",t),{error:t instanceof Error?t:new Error(String(t))}}}catch(r){return e._debug("#_initialize()","unexpected error",r),{error:r instanceof Error?r:new Error(String(r))}}finally{e._debug("#_initialize()","end")}}))()}_acquireLock(e,t){var r=this;return te((function*(){r._debug("#_acquireLock","begin",e);try{if(r.lockAcquired){var n=r.pendingInLock.length?r.pendingInLock[r.pendingInLock.length-1]:Promise.resolve(),o=te((function*(){return yield n,yield t()}))();return r.pendingInLock.push(te((function*(){try{yield o}catch(e){}}))()),o}r._debug("#_acquireLock","acquiring lock for client",r.clientId);try{r.lockAcquired=!0;var i=t();for(r.pendingInLock.push(te((function*(){try{yield i}catch(e){}}))()),yield i;r.pendingInLock.length;){var s=[...r.pendingInLock];yield Promise.all(s),r.pendingInLock.splice(0,s.length)}return yield i}finally{r._debug("#_acquireLock","releasing lock for client",r.clientId),r.lockAcquired=!1}}finally{r._debug("#_acquireLock","end")}}))()}_getCredentials(){var e=this;return te((function*(){var t,r=yield e.localCredentials.getCredentials();if((null===(t=r)||void 0===t?void 0:t.scope)===p)return r;if(!r){var n,o="credentials not found";return null===(n=e.onCredentialsError)||void 0===n||n.call(e,{msg:o}),e.unAuthenticatedError(o)}if(ae(r))if(r.refresh_token)try{r=yield e._refreshToken(r)}catch(t){var i;if("anonymous"!==r.scope)return null===(i=e.onCredentialsError)||void 0===i||i.call(e,{msg:t.error_description}),Promise.reject(t);r=yield e.anonymousLogin(r)}else{if("anonymous"!==r.scope){var s,a="no refresh token found in credentials";return null===(s=e.onCredentialsError)||void 0===s||s.call(e,{msg:a}),e.unAuthenticatedError(a)}r=yield e.anonymousLogin(r)}return r}))()}}ce.defaultRetry=2,ce.minRetry=0,ce.maxRetry=5,ce.retryInterval=1e3;var le=r(689),de=r(616);function he(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function fe(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?he(Object(r),!0).forEach((function(t){pe(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):he(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}function pe(e,t,r){return(t=function(e){var t=function(e){if("object"!=typeof e||!e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var r=t.call(e,"string");if("object"!=typeof r)return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==typeof t?t:t+""}(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function ve(e,t,r,n,o,i,s){try{var a=e[i](s),u=a.value}catch(e){return void r(e)}a.done?t(u):Promise.resolve(u).then(n,o)}function ge(e){return function(){var t=this,r=arguments;return new Promise((function(n,o){var i=e.apply(t,r);function s(e){ve(i,n,o,s,a,"next",e)}function a(e){ve(i,n,o,s,a,"throw",e)}s(void 0)}))}}var ye=(e,t)=>{var r;return function(){for(var n=arguments.length,o=new Array(n),i=0;i<n;i++)o[i]=arguments[i];clearTimeout(r),r=setTimeout((()=>e.apply(null,o)),t)}},me=new le.CloudbaseEventEmitter,_e="resolveCaptchaData",be="padding:10px 8px;background:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer;flex:1;white-space:nowrap;margin-left:10px",we="width:100%;padding:10px;background:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer",Se="background:#6c757d;cursor:not-allowed",Ie=e=>{var{oauthInstance:t,captchaState:r}=e,n="captcha-image",o=function(){var e=ge((function*(){try{var e=yield t.createCaptchaData({state:r.state});r=fe(fe({},r),{},{captchaData:e.data,token:e.token}),document.getElementById(n).src=e.data}catch(e){console.error("刷新图形验证码失败",e)}}));return function(){return e.apply(this,arguments)}}(),i=(e,t,r)=>{var n=document.createElement(e);return t&&(n.style.cssText=t),r&&(n.textContent=r),n},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=n,c.src=r.captchaData,u.appendChild(c);var l=i("button",be,"刷新");l.onclick=ye(ge((function*(){l.textContent="加载中...",l.disabled=!0,l.style.cssText="".concat(be,";").concat(Se);try{yield o()}finally{l.textContent="刷新",l.disabled=!1,l.style.cssText=be}})),500),u.appendChild(l),a.appendChild(u);var d=i("input","width:100%;padding:14px 16px;margin-bottom:15px;box-sizing:border-box;border:2px solid #e8ecf4;border-radius:10px;font-size:15px");d.type="text",d.placeholder="输入字符",d.maxLength=4,a.appendChild(d);var h=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(h);var f=e=>{h.textContent=e,h.style.display="block"},p=i("button",we,"确定");p.onclick=ye(ge((function*(){var e=d.value.trim();if(e){h.style.display="none",p.textContent="验证中...",p.disabled=!0,p.style.cssText="".concat(we,";").concat(Se);try{var n=yield t.verifyCaptchaData({token:r.token,key:e});me.fire(_e,n),console.log("图形验证码校验成功"),document.body.removeChild(s),document.body.removeChild(a)}catch(e){console.error("图形验证码校验失败",e);var i=e.error_description||"图形验证码校验失败";f(i),d.value="",d.focus(),yield o()}finally{p.textContent="确定",p.disabled=!1,p.style.cssText=we}}else f("请输入字符")})),500),a.appendChild(p),document.body.appendChild(s),document.body.appendChild(a)},Ee=function(){var e=ge((function*(e,t){var{captchaData:r,state:n,token:o}=(0,de.parseCaptcha)(e);return Ie({oauthInstance:t,captchaState:{captchaData:r,state:n,token:o}}),new Promise((e=>{console.log("等待图形验证码校验结果..."),me.on(_e,(t=>{e(null==t?void 0:t.data)}))}))}));return function(t,r){return e.apply(this,arguments)}}();function Te(e,t,r,n,o,i,s){try{var a=e[i](s),u=a.value}catch(e){return void r(e)}a.done?t(u):Promise.resolve(u).then(n,o)}function Oe(e){return function(){var t=this,r=arguments;return new Promise((function(n,o){var i=e.apply(t,r);function s(e){Te(i,n,o,s,a,"next",e)}function a(e){Te(i,n,o,s,a,"throw",e)}s(void 0)}))}}class Re{constructor(e){e.openURIWithCallback||(e.openURIWithCallback=this.getDefaultOpenURIWithCallback()),e.storage||(e.storage=se),this.config=e,this.tokenSectionName="captcha_".concat(e.clientId||e.env)}isMatch(){var e,t;return(null===(e=this.config)||void 0===e||null===(e=e.adapter)||void 0===e||null===(t=e.isMatch)||void 0===t?void 0:t.call(e))||E()}request(e,t){var r=this;return Oe((function*(){t||(t={}),t.method||(t.method="GET");var n,o="".concat(t.method,":").concat(e),i=e;t.withCaptcha&&(i=yield r.appendCaptchaTokenToURL(e,o,!1));try{n=yield r.config.request(i,t)}catch(n){return n.error===s.CAPTCHA_REQUIRED||n.error===s.CAPTCHA_INVALID?(e=yield r.appendCaptchaTokenToURL(e,o,n.error===s.CAPTCHA_INVALID),r.config.request(e,t)):Promise.reject(n)}return n}))()}getDefaultOpenURIWithCallback(){return e=>Ee(e,this.config.oauthInstance)}getCaptchaToken(e,t){var r=this;return Oe((function*(){if(!e){var o=yield r.findCaptchaToken();if(o)return o}var i=yield r.config.request(n.CAPTCHA_DATA_URL,{method:"POST",body:{state:t,redirect_uri:""},withCredentials:!1}),s="".concat(i.data,"?state=").concat(encodeURIComponent(t),"&token=").concat(encodeURIComponent(i.token)),a=yield r.config.openURIWithCallback(s);return r.saveCaptchaToken(a),a.captcha_token}))()}appendCaptchaTokenToURL(e,t,r){var n=this;return Oe((function*(){var o=yield n.getCaptchaToken(r,t);return e.indexOf("?")>0?e+="&captcha_token=".concat(o):e+="?captcha_token=".concat(o),e}))()}saveCaptchaToken(e){var t=this;return Oe((function*(){e.expires_at=new Date(Date.now()+1e3*(e.expires_in-10));var r=JSON.stringify(e);yield t.config.storage.setItem(t.tokenSectionName,r)}))()}findCaptchaToken(){var e=this;return Oe((function*(){var t=yield e.config.storage.getItem(e.tokenSectionName);if(null!=t)try{var r=JSON.parse(t);return null!=r&&r.expires_at&&(r.expires_at=new Date(r.expires_at)),r.expires_at<new Date?null:r.captcha_token}catch(t){return yield e.config.storage.removeItem(e.tokenSectionName),null}return null}))()}}const Ae=class{constructor(e){if(this.params={},"string"==typeof e)this.parse(e);else if(e&&"object"==typeof e)for(var t in e)Object.prototype.hasOwnProperty.call(e,t)&&this.append(t,e[t])}parse(e){e.split("&").forEach((e=>{var[t,r]=e.split("=").map(decodeURIComponent);this.append(t,r)}))}append(e,t){this.params[e]?this.params[e]=this.params[e].concat([t]):this.params[e]=[t]}get(e){return this.params[e]?this.params[e][0]:null}getAll(e){return this.params[e]||[]}delete(e){delete this.params[e]}has(e){return Object.prototype.hasOwnProperty.call(this.params,e)}set(e,t){this.params[e]=[t]}toString(){var e=this,t=[],r=function(r){Object.prototype.hasOwnProperty.call(e.params,r)&&e.params[r].forEach((e=>{t.push("".concat(encodeURIComponent(r),"=").concat(encodeURIComponent(e)))}))};for(var n in this.params)r(n);return t.join("&")}};var Pe;!function(e){e.PROVIDER_NOT_ENABLED="PROVIDER_NOT_ENABLED",e.INVALID_CREDENTIALS="INVALID_CREDENTIALS",e.USER_NOT_FOUND="USER_NOT_FOUND",e.USER_STATUS_ABNORMAL="USER_STATUS_ABNORMAL",e.SERVICE_ERROR="SERVICE_ERROR",e.INVALID_PARAMS="INVALID_PARAMS",e.AUTH_METHOD_MISMATCH="AUTH_METHOD_MISMATCH",e.UNKNOWN="UNKNOWN"}(Pe||(Pe={}));var Ce="https://tcb.cloud.tencent.com/dev?envId=#/identity/login-manage",Ue="https://docs.cloudbase.net/api-reference/webv3-next/initialization";class Ne extends Error{constructor(e,t){var r,n=e.error_description||e.message;super(n),this.__isAuthError=!0,this.name="AuthError",this.status=e.error,this.code=e.error_code,this.requestId=e.requestId,this.category=function(e,t){if(!e&&!t)return Pe.UNKNOWN;try{var r=(e||"").toLowerCase();return t===s.FAILED_PRECONDITION||t===s.PROVIDER_NOT_ENABLED||t===s.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("匿名登录未开启")?Pe.PROVIDER_NOT_ENABLED:t===s.INVALID_PASSWORD||t===s.INVALID_GRANT||t===s.INVALID_VERIFICATION_CODE||t===s.INVALID_USERNAME_OR_PASSWORD||t===s.INVALID_CREDENTIALS||t===s.WRONG_PASSWORD||t===s.UNAUTHENTICATED||t===s.INVALID_TWO_FACTOR||t===s.INVALID_TWO_FACTOR_RECOVERY||t===s.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")?Pe.INVALID_CREDENTIALS:t===s.NOT_FOUND||t===s.USER_NOT_FOUND||r.includes("用户不存在")||r.includes("not found")||r.includes("user not found")||r.includes("不存在")||r.includes("no such user")||r.includes("user does not exist")?Pe.USER_NOT_FOUND:t===s.USER_BLOCKED||t===s.USER_PENDING||t===s.UNDER_REVIEW||t===s.INVALID_STATUS||r.includes("被封禁")||r.includes("blocked")||r.includes("pending")||r.includes("审核")||r.includes("review")||r.includes("locked")||r.includes("已锁定")?Pe.USER_STATUS_ABNORMAL:t===s.SERVER_ERROR||t===s.UNAVAILABLE||t===s.TEMPORARILY_UNAVAILABLE||t===s.INTERNAL||t===s.UNREACHABLE||t===s.DEADLINE_EXCEEDED||t===s.DATA_LOSS||r.includes("network")||r.includes("timeout")||r.includes("服务")||r.includes("timed out")||r.includes("超时")?Pe.SERVICE_ERROR:t===s.INVALID_ARGUMENT||t===s.INVALID_REQUEST||t===s.INVALID_SCOPE||t===s.INVALID_REQUEST_URI||t===s.INVALID_REQUEST_OBJECT?Pe.INVALID_PARAMS:t===s.PERMISSION_DENIED||t===s.ACCESS_DENIED||t===s.UNAUTHORIZED_CLIENT?Pe.PROVIDER_NOT_ENABLED:Pe.UNKNOWN}catch(e){return t}}(n,this.status),this.helpMessage=function(e,t){var r=(null==t?void 0:t.method)||"signIn",n={signInWithPassword:"「用户名密码登录」",signInAnonymously:"「匿名登录」",signInWithOtp:"「短信验证码登录」或「邮箱验证码登录」",signUp:"「短信验证码登录」或「邮箱验证码登录」",signInWithOAuth:"对应的第三方身份源",signInWithIdToken:"对应的第三方身份源",signInWithOpenId:"「微信小程序 OpenID 登录」",signInWithPhoneAuth:"「微信小程序手机号授权登录」",signInWithCustomTicket:"「自定义登录」"}[r]||"对应的登录方式";switch(e){case Pe.PROVIDER_NOT_ENABLED:return"[CloudBase Auth] 登录方式未开启\n\n"+" 当前调用的 ".concat(r,"() 所需的登录方式尚未在云开发控制台启用。\n")+" 需要开启的登录方式:".concat(n,"\n")+"\n 请按以下步骤开启:\n"+" 1. 打开云开发控制台:".concat(Ce,"\n")+" 2. 选择对应的云开发环境\n 3. 进入「登录授权」页面,在「登录方式」或「身份源列表」中开启所需的登录方式\n\n 各登录方法与所需登录方式的对应关系:\n - signInWithPassword → 「用户名密码登录」\n - signInAnonymously → 「匿名登录」\n - signInWithOtp/signUp → 「短信验证码登录」或「邮箱验证码登录」\n - signInWithOAuth/signInWithIdToken → 对应的第三方身份源\n\n 如使用 CLI/MCP 工具,可通过 auth 工具查询和配置身份源状态。\n"+" 更多帮助请参考文档:".concat(Ue);case Pe.INVALID_CREDENTIALS:return"[CloudBase Auth] 凭据验证失败\n\n"+" 调用 ".concat(r,"() 时凭据校验未通过。\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 Pe.USER_NOT_FOUND:return"[CloudBase Auth] 用户不存在\n\n 请检查以下项目:\n 1. 确认用户名/邮箱/手机号是否正确\n 2. 确认是在正确的云开发环境(envId)下操作\n 3. 如果是新用户,请先通过 auth.signUp() 注册\n"+" 4. 也可在云开发控制台手动创建用户:".concat(Ce,"\n")+"\n 提示:不同环境(开发/测试/生产)的用户库是隔离的,请确认 envId 正确。";case Pe.USER_STATUS_ABNORMAL:return"[CloudBase Auth] 用户状态异常\n\n 当前用户账号可能处于以下状态之一:\n - 账号已被封禁\n - 账号正在审核中\n - 账号已被锁定(多次密码错误)\n\n"+" 请联系管理员在云开发控制台检查用户状态:".concat(Ce);case Pe.SERVICE_ERROR:return"[CloudBase Auth] 服务异常\n\n 请检查以下项目:\n 1. 网络连接是否正常\n 2. 云开发环境是否正常运行\n 3. 稍后重试,如持续失败请联系技术支持\n\n 提示:如果是超时错误,请检查网络环境和请求频率。";case Pe.INVALID_PARAMS:return"[CloudBase Auth] 参数错误\n\n 请检查传入的参数是否符合要求,参考 API 文档确认各参数的格式和约束。\n"+" 文档地址:".concat(Ue);case Pe.AUTH_METHOD_MISMATCH:return"[CloudBase Auth] 登录方式不匹配\n\n"+" 调用 ".concat(r,"() 时遇到错误,可能原因:\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(Ce);default:return"[CloudBase Auth] 操作失败\n\n 如果问题持续存在,建议:\n"+" 1. 检查云开发控制台的认证配置:".concat(Ce,"\n")+" 2. 到官方问答社区提问:https://cnb.cool/tencent/cloud/cloudbase/community/-/issues\n"+" 3. 查阅文档:".concat(Ue)}}(this.category,t),this.loginMethodHint=(r=null==t?void 0:t.method)&&{signInWithPassword:"当前使用「用户名密码登录」,需确保:\n ✓ 控制台已开启「用户名密码登录」\n ✓ 用户已注册且凭据正确\n 如果不需要用户系统,建议改用 auth.signInAnonymously()",signInAnonymously:"当前使用「匿名登录」,需确保:\n ✓ 控制台已开启「匿名登录」\n 注意:匿名用户无需用户名密码,适用于快速体验或临时访问场景",signInWithOtp:"当前使用「OTP 验证码登录」,需确保:\n ✓ 控制台已开启「短信验证码登录」或「邮箱验证码登录」",signInWithOAuth:"当前使用「第三方 OAuth 登录」,需确保:\n ✓ 控制台已配置并开启对应的第三方身份源"}[r]||""}}var Le=["provider_redirect_uri","other_params"];function De(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function ke(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?De(Object(r),!0).forEach((function(t){xe(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):De(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}function xe(e,t,r){return(t=function(e){var t=function(e){if("object"!=typeof e||!e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var r=t.call(e,"string");if("object"!=typeof r)return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==typeof t?t:t+""}(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function qe(e,t,r,n,o,i,s){try{var a=e[i](s),u=a.value}catch(e){return void r(e)}a.done?t(u):Promise.resolve(u).then(n,o)}function je(e){return function(){var t=this,r=arguments;return new Promise((function(n,o){var i=e.apply(t,r);function s(e){qe(i,n,o,s,a,"next",e)}function a(e){qe(i,n,o,s,a,"throw",e)}s(void 0)}))}}function Me(e,t){return Be.apply(this,arguments)}function Be(){return Be=je((function*(e,t){var n=function(){var e=je((function*(){try{return r(171)}catch(e){try{return yield Promise.resolve().then(r.bind(r,171))}catch(e){return}}}));return function(){return e.apply(this,arguments)}}();try{var o;if(((null==t||null===(o=t.root)||void 0===o?void 0:o.globalThis)||globalThis).IS_MP_BUILD)return}catch(t){if(e)return n()}})),Be.apply(this,arguments)}class We{static parseParamsToSearch(e){return Object.keys(e).forEach((t=>{e[t]||delete e[t]})),new Ae(e).toString()}constructor(e){var{request:t}=e,r=e.credentialsClient;if(!r){var n={apiOrigin:e.apiOrigin,apiPath:e.apiPath,clientId:e.clientId,storage:e.storage,env:e.env,baseRequest:e.baseRequest,anonymousSignInFunc:e.anonymousSignInFunc,wxCloud:e.wxCloud,onCredentialsError:e.onCredentialsError,headers:e.headers||{},i18n:e.i18n,debug:e.debug};r=new ce(n)}if(!t){var o=r.request.bind(r),i=new Re(ke({env:e.env,clientId:e.clientId,request:o,storage:e.storage,adapter:e.adapter,oauthInstance:this},e.captchaOptions));t=i.request.bind(i)}this.config={env:e.env,apiOrigin:e.apiOrigin,apiPath:e.apiPath,clientId:e.clientId,request:t,credentialsClient:r,storage:e.storage||se,adapter:e.adapter}}getParamsByVersion(e,t){var r,i=(0,g.I)(e),s=(null===(r={v2:o}[null==i?void 0:i.version])||void 0===r?void 0:r[t])||n[t];return i&&delete i.version,{params:i,url:s}}signIn(e){var t=this;return je((function*(){var r=e.version||"v1",n=t.getParamsByVersion(e,"AUTH_SIGN_IN_URL");n.params.query&&delete n.params.query;var o=yield t.getEncryptParams(n.params),i=yield t.config.request(n.url,{method:"POST",body:o});return yield t.config.credentialsClient.setCredentials(ke(ke({},i),{},{version:r})),Promise.resolve(i)}))()}signInAnonymously(){var e=arguments,t=this;return je((function*(){var r=e.length>0&&void 0!==e[0]?e[0]:{},o=e.length>1&&void 0!==e[1]&&e[1],i=yield t.config.request(n.AUTH_SIGN_IN_ANONYMOUSLY_URL,{method:"POST",body:r,useWxCloud:o});return yield t.config.credentialsClient.setCredentials(i),Promise.resolve(i)}))()}signUp(e){var t=this;return je((function*(){var r=yield t.config.request(n.AUTH_SIGN_UP_URL,{method:"POST",body:e});return yield t.config.credentialsClient.setCredentials(r),Promise.resolve(r)}))()}signOut(e){var t=this;return je((function*(){var r={};if(e){try{r=yield t.config.request(n.AUTH_SIGNOUT_URL,{method:"POST",withCredentials:!0,body:e})}catch(e){e.error!==s.UNAUTHENTICATED&&console.log("sign_out_error",e)}return yield t.config.credentialsClient.setCredentials(),r}var o=yield t.config.credentialsClient.getAccessToken(),i=yield t.config.request(n.AUTH_REVOKE_URL,{method:"POST",body:{token:o}});return yield t.config.credentialsClient.setCredentials(),Promise.resolve(i)}))()}revokeAllDevices(){var e=this;return je((function*(){yield e.config.request(n.AUTH_REVOKE_ALL_URL,{method:"DELETE",withCredentials:!0})}))()}revokeDevice(e){var t=this;return je((function*(){yield t.config.request(n.AUTHORIZED_DEVICES_DELETE_URL+e.device_id,{method:"DELETE",withCredentials:!0})}))()}getVerification(e,t){var r=this;return je((function*(){var o=!1;("CUR_USER"===e.target||(yield r.hasLoginState()))&&(o=!0);var i=(0,g.I)(e);return i.phone_number&&!/^\+\d{1,3}\s+\d+/.test(i.phone_number)&&(i.phone_number="+86 ".concat(i.phone_number)),r.config.request(n.VERIFICATION_URL,{method:"POST",body:i,withCaptcha:(null==t?void 0:t.withCaptcha)||!1,withCredentials:o})}))()}verify(e){var t=this;return je((function*(){var r=t.getParamsByVersion(e,"VERIFY_URL"),n=yield t.config.request(r.url,{method:"POST",body:r.params});return"v2"===(null==e?void 0:e.version)&&(yield t.config.credentialsClient.setCredentials(ke(ke({},n),{},{version:"v2"}))),n}))()}genProviderRedirectUri(e){var t=this;return je((function*(){var{provider_redirect_uri:r,other_params:o={}}=e,i=function(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r={};for(var n in e)if({}.hasOwnProperty.call(e,n)){if(t.includes(n))continue;r[n]=e[n]}return r}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.includes(r)||{}.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}(e,Le);r&&!i.redirect_uri&&(i.redirect_uri=r);var s="".concat(n.PROVIDER_URI_URL,"?").concat(We.parseParamsToSearch(i));return Object.keys(o).forEach((e=>{var t=o[e];("sign_out_uri"!==e||(null==t?void 0:t.length)>0)&&(s+="&other_params[".concat(e,"]=").concat(encodeURIComponent(t)))})),t.config.request(s,{method:"GET"})}))()}grantProviderToken(e){var t=arguments,r=this;return je((function*(){var o=t.length>1&&void 0!==t[1]&&t[1];return r.config.request(n.PROVIDER_TOKEN_URL,{method:"POST",body:e,useWxCloud:o})}))()}patchProviderToken(e){var t=this;return je((function*(){return t.config.request(n.PROVIDER_TOKEN_URL,{method:"PATCH",body:e})}))()}signInWithProvider(e){var t=arguments,r=this;return je((function*(){var n=t.length>1&&void 0!==t[1]&&t[1],o=r.getParamsByVersion(e,"AUTH_SIGN_IN_WITH_PROVIDER_URL"),i=yield r.config.request(o.url,{method:"POST",body:o.params,useWxCloud:n});return yield r.config.credentialsClient.setCredentials(ke(ke({},i),{},{version:(null==e?void 0:e.version)||"v1"})),Promise.resolve(i)}))()}toBindIdentity(e){var t=this;return je((function*(){var r,n,o,i=e.credentials||(yield t.config.credentialsClient.localCredentials.getCredentials());try{yield t.bindWithProvider({provider_token:e.provider_token},i),r={data:{type:f.BIND_IDENTITY,provider:e.provider},error:null}}catch(e){r={data:{type:f.BIND_IDENTITY},error:new Ne(e)}}return e.fireEvent&&(null===(n=t.config.eventBus)||void 0===n||null===(o=n.fire)||void 0===o||o.call(n,h.AUTH_STATE_CHANGED,{event:d.BIND_IDENTITY,info:r})),r}))()}getInitialSession(){var e=this;return je((function*(){var t={};try{var r,n,o,i,s;if("undefined"==typeof window||"undefined"==typeof document)return{data:null,error:null};var a=new URLSearchParams(null===(r=location)||void 0===r?void 0:r.search),u=a.get("code"),c=a.get("state");if(!u||!c)return{data:null,error:null};var l=null;try{l=JSON.parse(sessionStorage.getItem(c)||"null")}catch(e){}t={type:null===(n=l)||void 0===n?void 0:n.type};var d=a.get("error"),h=a.get("error_description");if(d||h)return{data:t,error:new Ne({message:h||d||"Unknown error from OAuth provider"})};var p=(null===(o=l)||void 0===o?void 0:o.provider)||a.get("provider");if(!p)return{data:t,error:new Ne({message:"Provider is required for OAuth verification"})};var v,g,y=location.origin+location.pathname,{provider_token:m}=yield e.grantProviderToken({provider_id:p,provider_redirect_uri:y,provider_code:u}),_=null;if(l.type===f.BIND_IDENTITY)v=yield e.config.credentialsClient.localCredentials.getCredentials(),g=yield e.toBindIdentity({provider:p,provider_token:m,credentials:v});else if(l.type===f.SIGN_IN){g=e.getParamsByVersion({provider:p},"AUTH_SIGN_IN_WITH_PROVIDER_URL"),v=yield e.config.request(g.url,{method:"POST",body:{provider_token:m}});try{_=yield e.getUserInfo({credentials:v})}catch(e){console.error("get user info error",e)}g={data:ke(ke({},t),{},{session:v,user:_}),error:null}}a.delete("code"),a.delete("state"),a.delete("provider"),e.restoreUrlState(void 0===(null===(i=l)||void 0===i?void 0:i.search)?"?".concat(a.toString()):l.search,(null===(s=l)||void 0===s?void 0:s.hash)||location.hash);try{sessionStorage.removeItem(c)}catch(e){}return g}catch(e){return{data:t,error:new Ne(e)}}}))()}signInCustom(e){var t=this;return je((function*(){var r=yield t.config.request(n.AUTH_SIGN_IN_CUSTOM,{method:"POST",body:e});return yield t.config.credentialsClient.setCredentials(r),Promise.resolve(r)}))()}signInWithWechat(){var e=arguments,t=this;return je((function*(){var r=e.length>0&&void 0!==e[0]?e[0]:{},o=yield t.config.request(n.AUTH_SIGN_IN_WITH_WECHAT_URL,{method:"POST",body:r});return yield t.config.credentialsClient.setCredentials(o),Promise.resolve(o)}))()}bindWithProvider(e,t){var r=this;return je((function*(){return r.config.request(n.PROVIDER_BIND_URL,{method:"POST",body:e,withCredentials:!0,getCredentials:t?()=>t:void 0})}))()}getUserProfile(e){var t=this;return je((function*(){return t.getUserInfo(e)}))()}getUserInfo(){var e=arguments,t=this;return je((function*(){var r,n,o=e.length>0&&void 0!==e[0]?e[0]:{},i=t.getParamsByVersion(o,"USER_ME_URL");if(null!==(r=i.params)&&void 0!==r&&r.query){var s=new Ae(i.params.query);i.url+="?".concat(s.toString())}var a=yield t.config.request(i.url,{method:"GET",withCredentials:!0,getCredentials:o.credentials?()=>o.credentials:void 0});if(a.sub&&(a.uid=a.sub),null!==(n=a.providers)&&void 0!==n&&n.length)try{if("undefined"!=typeof wx&&wx.getAccountInfoSync){var u,c=null===(u=wx.getAccountInfoSync().miniProgram)||void 0===u?void 0:u.appId,l=a.providers.find((e=>e.id===c));null!=l&&l.provider_user_id&&(a.open_id=l.provider_user_id)}}catch(e){}return a}))()}getWedaUserInfo(){var e=this;return je((function*(){return yield e.config.request(n.WEDA_USER_URL,{method:"GET",withCredentials:!0})}))()}deleteMe(e){var t=this;return je((function*(){var r=t.getParamsByVersion(e,"USER_ME_URL"),n="".concat(r.url,"?").concat(We.parseParamsToSearch(r.params));return t.config.request(n,{method:"DELETE",withCredentials:!0})}))()}hasLoginState(){var e=this;return je((function*(){try{return yield e.config.credentialsClient.getAccessToken(),!0}catch(e){return!1}}))()}hasLoginStateSync(){return this.config.credentialsClient.getCredentialsSync()}getLoginState(){var e=this;return je((function*(){return e.config.credentialsClient.getCredentialsAsync()}))()}transByProvider(e){var t=this;return je((function*(){return t.config.request(n.USER_TRANS_BY_PROVIDER_URL,{method:"PATCH",body:e,withCredentials:!0})}))()}grantToken(e){var t=this;return je((function*(){var r=t.getParamsByVersion(e,"AUTH_TOKEN_URL");return t.config.request(r.url,{method:"POST",body:r.params})}))()}getProviders(){var e=this;return je((function*(){return e.config.request(n.PROVIDER_LIST,{method:"GET",withCredentials:!0})}))()}unbindProvider(e){var t=this;return je((function*(){return t.config.request("".concat(n.PROVIDER_UNBIND_URL,"/").concat(e.provider_id),{method:"DELETE",withCredentials:!0})}))()}checkPassword(e){var t=this;return je((function*(){return t.config.request("".concat(n.CHECK_PWD_URL),{method:"POST",withCredentials:!0,body:e})}))()}editContact(e){var t=this;return je((function*(){return t.config.request("".concat(n.BIND_CONTACT_URL),{method:"PATCH",withCredentials:!0,body:e})}))()}setPassword(e){var t=this;return je((function*(){return t.config.request("".concat(n.AUTH_SET_PASSWORD),{method:"PATCH",withCredentials:!0,body:e})}))()}updatePasswordByOld(e){var t=this;return je((function*(){var r=yield t.sudo({password:e.old_password});return t.setPassword({sudo_token:r.sudo_token,new_password:e.new_password})}))()}sudo(e){var t=this;return je((function*(){return t.config.request("".concat(n.SUDO_URL),{method:"POST",withCredentials:!0,body:e})}))()}sendVerificationCodeToCurrentUser(e){var t=this;return je((function*(){return e.target="CUR_USER",t.config.request(n.VERIFICATION_URL,{method:"POST",body:e,withCredentials:!0,withCaptcha:!0})}))()}changeBoundProvider(e){var t=this;return je((function*(){return t.config.request("".concat(n.PROVIDER_LIST,"/").concat(e.provider_id,"/trans"),{method:"POST",body:{provider_trans_token:e.trans_token},withCredentials:!0})}))()}setUserProfile(e){var t=this;return je((function*(){return t.config.request(n.USER_PRIFILE_URL,{method:"PATCH",body:e,withCredentials:!0})}))()}updateUserBasicInfo(e){var t=this;return je((function*(){return t.config.request(n.USER_BASIC_EDIT_URL,{method:"POST",withCredentials:!0,body:e})}))()}queryUserProfile(e){var t=this;return je((function*(){var r=new Ae(e);return t.config.request("".concat(n.USER_QUERY_URL,"?").concat(r.toString()),{method:"GET",withCredentials:!0})}))()}setCustomSignFunc(e){this.getCustomSignTicketFn=e}signInWithCustomTicket(){var e=this;return je((function*(){var t=e.getCustomSignTicketFn;if(!t)return Promise.reject({error:"failed_precondition",error_description:"please use setCustomSignFunc to set custom sign function"});var r=yield t();return e.signInCustom({provider_id:"custom",ticket:r})}))()}resetPassword(e){var t=this;return je((function*(){return t.config.request(n.AUTH_RESET_PASSWORD,{method:"POST",body:e})}))()}authorize(e){var t=this;return je((function*(){return t.config.request(n.AUTHORIZE_URL,{method:"POST",withCredentials:!0,body:e})}))()}authorizeDevice(e){var t=this;return je((function*(){return t.config.request(n.AUTHORIZE_DEVICE_URL,{method:"POST",withCredentials:!0,body:e})}))()}deviceAuthorize(e){var t=this;return je((function*(){return t.config.request(n.AUTH_GET_DEVICE_CODE,{method:"POST",body:e})}))()}authorizeInfo(e){var t=this;return je((function*(){var r="".concat(n.AUTHORIZE_INFO_URL,"?").concat(We.parseParamsToSearch(e)),o=!0,i=!1;return(yield t.hasLoginState())&&(i=!0,o=!1),t.config.request(r,{method:"GET",withBasicAuth:o,withCredentials:i})}))()}checkUsername(e){var t=this;return je((function*(){return t.config.request(n.CHECK_USERNAME,{method:"GET",body:e,withCredentials:!0})}))()}checkIfUserExist(e){var t=this;return je((function*(){var r=new Ae(e);return t.config.request("".concat(n.CHECK_IF_USER_EXIST,"?").concat(r.toString()),{method:"GET"})}))()}loginScope(){var e=this;return je((function*(){return e.config.credentialsClient.getScope()}))()}loginGroups(){var e=this;return je((function*(){return e.config.credentialsClient.getGroups()}))()}refreshTokenForce(e){var t=this;return je((function*(){var r=yield t.config.credentialsClient.getCredentials();return yield t.config.credentialsClient.refreshToken(ke(ke({},r),{},{version:(null==e?void 0:e.version)||"v1"}))}))()}getCredentials(){var e=this;return je((function*(){return e.config.credentialsClient.getCredentials()}))()}getPublicKey(){var e=this;return je((function*(){return e.config.request(o.AUTH_PUBLIC_KEY,{method:"POST",body:{}})}))()}getEncryptParams(e){var t=this;return je((function*(){var{isEncrypt:r}=e;delete e.isEncrypt;var n=(0,g.I)(e),o=yield Me(r,t.config.adapter);if(!o)return e;var i="",s="";try{var a=yield t.getPublicKey();if(i=a.public_key,s=a.public_key_thumbprint,!i||!s)throw a}catch(e){throw e}return{params:o.getEncryptInfo({publicKey:i,payload:n}),public_key_thumbprint:s}}))()}getProviderSubType(){var e=this;return je((function*(){return e.config.request(n.GET_PROVIDER_TYPE,{method:"POST",body:{provider_id:"weda"}})}))()}verifyCaptchaData(e){var t=this;return je((function*(){var{token:r,key:o}=e;return t.config.request(n.VERIFY_CAPTCHA_DATA_URL,{method:"POST",body:{token:r,key:o},withCredentials:!1})}))()}createCaptchaData(e){var t=this;return je((function*(){var{state:r,redirect_uri:o}=e;return t.config.request(n.CAPTCHA_DATA_URL,{method:"POST",body:{state:r,redirect_uri:o},withCredentials:!1})}))()}getMiniProgramCode(e){var t=this;return je((function*(){return t.config.request(n.GET_MINIPROGRAM_QRCODE,{method:"POST",body:e})}))()}getMiniProgramQrCodeStatus(e){var t=this;return je((function*(){return t.config.request(n.GET_MINIPROGRAM_QRCODE_STATUS,{method:"POST",body:e})}))()}getUserBehaviorLog(e){var t=this;return je((function*(){var r="".concat(n.GET_USER_BEHAVIOR_LOG,"?").concat({LOGIN:"query[action]=USER_LOGIN",MODIFY:"ne_query[action]=USER_LOGIN"}[e.type],"&limit=").concat(e.limit).concat(e.page_token?"&page_token=".concat(e.page_token):"");return t.config.request(r,{method:"GET",withCredentials:!0})}))()}modifyPassword(e){var t=this;return je((function*(){var r="",o="",i=yield Me(!0,t.config.adapter);if(!i)throw new Error("do not support encrypt, a encrypt util required.");try{var s=yield t.getPublicKey();if(r=s.public_key,o=s.public_key_thumbprint,!r||!o)throw s}catch(e){throw e}var a=e.password?i.getEncryptInfo({publicKey:r,payload:e.password}):"",u=i.getEncryptInfo({publicKey:r,payload:e.new_password});return t.config.request(n.USER_BASIC_EDIT_URL,{method:"POST",withCredentials:!0,body:{user_id:e.user_id,encrypt_password:a,encrypt_new_password:u,public_key_thumbprint:o}})}))()}modifyPasswordWithoutLogin(e){var t=this;return je((function*(){var r="",n="",i=yield Me(!0,t.config.adapter);if(!i)throw new Error("do not support encrypt, a encrypt util required.");try{var s=yield t.getPublicKey();if(r=s.public_key,n=s.public_key_thumbprint,!r||!n)throw s}catch(e){throw e}var a=e.password?i.getEncryptInfo({publicKey:r,payload:e.password}):"",u=i.getEncryptInfo({publicKey:r,payload:e.new_password});return t.config.request(o.AUTH_RESET_PASSWORD,{method:"POST",body:{username:e.username,password:a,new_password:u,public_key_thumbprint:n}})}))()}restoreUrlState(e,t){if(void 0!==e)try{var r=new URL(window.location.href);r.search=e,r.hash=t||"",window.history.replaceState(null,"",r.toString()),window.location.replace(r.toString())}catch(e){}}}function Ve(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function Fe(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?Ve(Object(r),!0).forEach((function(t){He(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Ve(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}function He(e,t,r){return(t=function(e){var t=function(e){if("object"!=typeof e||!e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var r=t.call(e,"string");if("object"!=typeof r)return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==typeof t?t:t+""}(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}class Ge{constructor(e){var{apiOrigin:t,apiPath:r=u,clientId:n,env:o,storage:i,request:s,baseRequest:a,anonymousSignInFunc:c,wxCloud:l,adapter:d,onCredentialsError:h,headers:f,i18n:p,useWxCloud:v,eventBus:g,detectSessionInUrl:y,debug:m}=e;if(this.detectSessionInUrl=null!=y&&y,this.oauth2client=new ce({apiOrigin:t,apiPath:r,clientId:n,env:o,storage:i,baseRequest:a||s,anonymousSignInFunc:c,wxCloud:l,onCredentialsError:h,headers:f||{},i18n:p,useWxCloud:v,eventBus:g,debug:m}),this.authApi=new We(Fe(Fe({credentialsClient:this.oauth2client},e),{},{request:s?this.oauth2client.request.bind(this.oauth2client):void 0,adapter:d})),y)this.oauth2client.setGetInitialSession(this.authApi.getInitialSession.bind(this.authApi));else try{var _=new URL(window.location.href),b=_.searchParams.get("code"),w=_.searchParams.get("state"),S=JSON.parse(sessionStorage.getItem(w)||"null");b&&w&&null!=S&&S.hash&&(_.hash=S.hash,window.history.replaceState(null,"",_.toString()),window.location.replace(_.toString()))}catch(e){}}initializeSession(e){this.detectSessionInUrl?(this.oauth2client.setOnInitialSessionObtained(e),this.oauth2client.initialize()):this.oauth2client.initialize(Promise.resolve({error:null}))}}var ze=r(794),Ke=r(141),Ye=r(197);function $e(){}function Qe(e){return"object"==typeof e&&null!==e||"function"==typeof e}const Je=$e;function Ze(e,t){try{Object.defineProperty(e,"name",{value:t,configurable:!0})}catch(e){}}const Xe=Promise,et=Promise.resolve.bind(Xe),tt=Promise.prototype.then,rt=Promise.reject.bind(Xe),nt=et;function ot(e){return new Xe(e)}function it(e){return ot((t=>t(e)))}function st(e){return rt(e)}function at(e,t,r){return tt.call(e,t,r)}function ut(e,t,r){at(at(e,t,r),void 0,Je)}function ct(e,t){ut(e,t)}function lt(e,t){ut(e,void 0,t)}function dt(e,t,r){return at(e,t,r)}function ht(e){at(e,void 0,Je)}let ft=e=>{if("function"==typeof queueMicrotask)ft=queueMicrotask;else{const e=it(void 0);ft=t=>at(e,t)}return ft(e)};function pt(e,t,r){if("function"!=typeof e)throw new TypeError("Argument is not a function");return Function.prototype.apply.call(e,t,r)}function vt(e,t,r){try{return it(pt(e,t,r))}catch(e){return st(e)}}class gt{constructor(){this._cursor=0,this._size=0,this._front={_elements:[],_next:void 0},this._back=this._front,this._cursor=0,this._size=0}get length(){return this._size}push(e){const t=this._back;let r=t;16383===t._elements.length&&(r={_elements:[],_next:void 0}),t._elements.push(e),r!==t&&(this._back=r,t._next=r),++this._size}shift(){const e=this._front;let t=e;const r=this._cursor;let n=r+1;const o=e._elements,i=o[r];return 16384===n&&(t=e._next,n=0),--this._size,this._cursor=n,e!==t&&(this._front=t),o[r]=void 0,i}forEach(e){let t=this._cursor,r=this._front,n=r._elements;for(;!(t===n.length&&void 0===r._next||t===n.length&&(r=r._next,n=r._elements,t=0,0===n.length));)e(n[t]),++t}peek(){const e=this._front,t=this._cursor;return e._elements[t]}}const yt=Symbol("[[AbortSteps]]"),mt=Symbol("[[ErrorSteps]]"),_t=Symbol("[[CancelSteps]]"),bt=Symbol("[[PullSteps]]"),wt=Symbol("[[ReleaseSteps]]");function St(e,t){e._ownerReadableStream=t,t._reader=e,"readable"===t._state?Ot(e):"closed"===t._state?function(e){Ot(e),Pt(e)}(e):Rt(e,t._storedError)}function It(e,t){return Lo(e._ownerReadableStream,t)}function Et(e){const t=e._ownerReadableStream;"readable"===t._state?At(e,new TypeError("Reader was released and can no longer be used to monitor the stream's closedness")):function(e){Rt(e,new TypeError("Reader was released and can no longer be used to monitor the stream's closedness"))}(e),t._readableStreamController[wt](),t._reader=void 0,e._ownerReadableStream=void 0}function Tt(e){return new TypeError("Cannot "+e+" a stream using a released reader")}function Ot(e){e._closedPromise=ot(((t,r)=>{e._closedPromise_resolve=t,e._closedPromise_reject=r}))}function Rt(e,t){Ot(e),At(e,t)}function At(e,t){void 0!==e._closedPromise_reject&&(ht(e._closedPromise),e._closedPromise_reject(t),e._closedPromise_resolve=void 0,e._closedPromise_reject=void 0)}function Pt(e){void 0!==e._closedPromise_resolve&&(e._closedPromise_resolve(void 0),e._closedPromise_resolve=void 0,e._closedPromise_reject=void 0)}const Ct=Number.isFinite||function(e){return"number"==typeof e&&isFinite(e)},Ut=Math.trunc||function(e){return e<0?Math.ceil(e):Math.floor(e)};function Nt(e,t){if(void 0!==e&&"object"!=typeof(r=e)&&"function"!=typeof r)throw new TypeError(`${t} is not an object.`);var r}function Lt(e,t){if("function"!=typeof e)throw new TypeError(`${t} is not a function.`)}function Dt(e,t){if(!function(e){return"object"==typeof e&&null!==e||"function"==typeof e}(e))throw new TypeError(`${t} is not an object.`)}function kt(e,t,r){if(void 0===e)throw new TypeError(`Parameter ${t} is required in '${r}'.`)}function xt(e,t,r){if(void 0===e)throw new TypeError(`${t} is required in '${r}'.`)}function qt(e){return Number(e)}function jt(e){return 0===e?0:e}function Mt(e,t){const r=Number.MAX_SAFE_INTEGER;let n=Number(e);if(n=jt(n),!Ct(n))throw new TypeError(`${t} is not a finite number`);if(n=function(e){return jt(Ut(e))}(n),n<0||n>r)throw new TypeError(`${t} is outside the accepted range of 0 to ${r}, inclusive`);return Ct(n)&&0!==n?n:0}function Bt(e,t){if(!Uo(e))throw new TypeError(`${t} is not a ReadableStream.`)}function Wt(e){return new zt(e)}function Vt(e,t){e._reader._readRequests.push(t)}function Ft(e,t,r){const n=e._reader._readRequests.shift();r?n._closeSteps():n._chunkSteps(t)}function Ht(e){return e._reader._readRequests.length}function Gt(e){const t=e._reader;return void 0!==t&&!!Kt(t)}class zt{constructor(e){if(kt(e,1,"ReadableStreamDefaultReader"),Bt(e,"First parameter"),No(e))throw new TypeError("This stream has already been locked for exclusive reading by another reader");St(this,e),this._readRequests=new gt}get closed(){return Kt(this)?this._closedPromise:st(Qt("closed"))}cancel(e=void 0){return Kt(this)?void 0===this._ownerReadableStream?st(Tt("cancel")):It(this,e):st(Qt("cancel"))}read(){if(!Kt(this))return st(Qt("read"));if(void 0===this._ownerReadableStream)return st(Tt("read from"));let e,t;const r=ot(((r,n)=>{e=r,t=n}));return Yt(this,{_chunkSteps:t=>e({value:t,done:!1}),_closeSteps:()=>e({value:void 0,done:!0}),_errorSteps:e=>t(e)}),r}releaseLock(){if(!Kt(this))throw Qt("releaseLock");void 0!==this._ownerReadableStream&&function(e){Et(e),$t(e,new TypeError("Reader was released"))}(this)}}function Kt(e){return!!Qe(e)&&!!Object.prototype.hasOwnProperty.call(e,"_readRequests")&&e instanceof zt}function Yt(e,t){const r=e._ownerReadableStream;r._disturbed=!0,"closed"===r._state?t._closeSteps():"errored"===r._state?t._errorSteps(r._storedError):r._readableStreamController[bt](t)}function $t(e,t){const r=e._readRequests;e._readRequests=new gt,r.forEach((e=>{e._errorSteps(t)}))}function Qt(e){return new TypeError(`ReadableStreamDefaultReader.prototype.${e} can only be used on a ReadableStreamDefaultReader`)}var Jt,Zt,Xt;function er(e){return e.slice()}function tr(e,t,r,n,o){new Uint8Array(e).set(new Uint8Array(r,n,o),t)}Object.defineProperties(zt.prototype,{cancel:{enumerable:!0},read:{enumerable:!0},releaseLock:{enumerable:!0},closed:{enumerable:!0}}),Ze(zt.prototype.cancel,"cancel"),Ze(zt.prototype.read,"read"),Ze(zt.prototype.releaseLock,"releaseLock"),"symbol"==typeof Symbol.toStringTag&&Object.defineProperty(zt.prototype,Symbol.toStringTag,{value:"ReadableStreamDefaultReader",configurable:!0});let rr=e=>(rr="function"==typeof e.transfer?e=>e.transfer():"function"==typeof structuredClone?e=>structuredClone(e,{transfer:[e]}):e=>e,rr(e)),nr=e=>(nr="boolean"==typeof e.detached?e=>e.detached:e=>0===e.byteLength,nr(e));function or(e,t,r){if(e.slice)return e.slice(t,r);const n=r-t,o=new ArrayBuffer(n);return tr(o,0,e,t,n),o}function ir(e,t){const r=e[t];if(null!=r){if("function"!=typeof r)throw new TypeError(`${String(t)} is not a function`);return r}}function sr(e){try{const t=e.done,r=e.value;return at(nt(r),(e=>({done:t,value:e})))}catch(e){return st(e)}}const ar=null!==(Xt=null!==(Jt=Symbol.asyncIterator)&&void 0!==Jt?Jt:null===(Zt=Symbol.for)||void 0===Zt?void 0:Zt.call(Symbol,"Symbol.asyncIterator"))&&void 0!==Xt?Xt:"@@asyncIterator";function ur(e,t="sync",r){if(void 0===r)if("async"===t){if(void 0===(r=ir(e,ar)))return function(e){const t={next(){let t;try{t=cr(e)}catch(e){return st(e)}return sr(t)},return(t){let r;try{const n=ir(e.iterator,"return");if(void 0===n)return it({done:!0,value:t});r=pt(n,e.iterator,[t])}catch(e){return st(e)}return Qe(r)?sr(r):st(new TypeError("The iterator.return() method must return an object"))}};return{iterator:t,nextMethod:t.next,done:!1}}(ur(e,"sync",ir(e,Symbol.iterator)))}else r=ir(e,Symbol.iterator);if(void 0===r)throw new TypeError("The object is not iterable");const n=pt(r,e,[]);if(!Qe(n))throw new TypeError("The iterator method must return an object");return{iterator:n,nextMethod:n.next,done:!1}}function cr(e){const t=pt(e.nextMethod,e.iterator,[]);if(!Qe(t))throw new TypeError("The iterator.next() method must return an object");return t}class lr{constructor(e,t){this._ongoingPromise=void 0,this._isFinished=!1,this._reader=e,this._preventCancel=t}next(){const e=()=>this._nextSteps();return this._ongoingPromise=this._ongoingPromise?dt(this._ongoingPromise,e,e):e(),this._ongoingPromise}return(e){const t=()=>this._returnSteps(e);return this._ongoingPromise?dt(this._ongoingPromise,t,t):t()}_nextSteps(){if(this._isFinished)return Promise.resolve({value:void 0,done:!0});const e=this._reader;let t,r;const n=ot(((e,n)=>{t=e,r=n}));return Yt(e,{_chunkSteps:e=>{this._ongoingPromise=void 0,ft((()=>t({value:e,done:!1})))},_closeSteps:()=>{this._ongoingPromise=void 0,this._isFinished=!0,Et(e),t({value:void 0,done:!0})},_errorSteps:t=>{this._ongoingPromise=void 0,this._isFinished=!0,Et(e),r(t)}}),n}_returnSteps(e){if(this._isFinished)return Promise.resolve({value:e,done:!0});this._isFinished=!0;const t=this._reader;if(!this._preventCancel){const r=It(t,e);return Et(t),dt(r,(()=>({value:e,done:!0})))}return Et(t),it({value:e,done:!0})}}const dr={next(){return hr(this)?this._asyncIteratorImpl.next():st(fr("next"))},return(e){return hr(this)?this._asyncIteratorImpl.return(e):st(fr("return"))},[ar](){return this}};function hr(e){if(!Qe(e))return!1;if(!Object.prototype.hasOwnProperty.call(e,"_asyncIteratorImpl"))return!1;try{return e._asyncIteratorImpl instanceof lr}catch(e){return!1}}function fr(e){return new TypeError(`ReadableStreamAsyncIterator.${e} can only be used on a ReadableSteamAsyncIterator`)}Object.defineProperty(dr,ar,{enumerable:!1});const pr=Number.isNaN||function(e){return e!=e};function vr(e){const t=or(e.buffer,e.byteOffset,e.byteOffset+e.byteLength);return new Uint8Array(t)}function gr(e){const t=e._queue.shift();return e._queueTotalSize-=t.size,e._queueTotalSize<0&&(e._queueTotalSize=0),t.value}function yr(e,t,r){if("number"!=typeof(n=r)||pr(n)||n<0||r===1/0)throw new RangeError("Size must be a finite, non-NaN, non-negative number.");var n;e._queue.push({value:t,size:r}),e._queueTotalSize+=r}function mr(e){e._queue=new gt,e._queueTotalSize=0}function _r(e){return e===DataView}class br{constructor(){throw new TypeError("Illegal constructor")}get view(){if(!Ir(this))throw Yr("view");return this._view}respond(e){if(!Ir(this))throw Yr("respond");if(kt(e,1,"respond"),e=Mt(e,"First parameter"),void 0===this._associatedReadableByteStreamController)throw new TypeError("This BYOB request has been invalidated");if(nr(this._view.buffer))throw new TypeError("The BYOB request's buffer has been detached and so cannot be used as a response");Gr(this._associatedReadableByteStreamController,e)}respondWithNewView(e){if(!Ir(this))throw Yr("respondWithNewView");if(kt(e,1,"respondWithNewView"),!ArrayBuffer.isView(e))throw new TypeError("You can only respond with array buffer views");if(void 0===this._associatedReadableByteStreamController)throw new TypeError("This BYOB request has been invalidated");if(nr(e.buffer))throw new TypeError("The given view's buffer has been detached and so cannot be used as a response");zr(this._associatedReadableByteStreamController,e)}}Object.defineProperties(br.prototype,{respond:{enumerable:!0},respondWithNewView:{enumerable:!0},view:{enumerable:!0}}),Ze(br.prototype.respond,"respond"),Ze(br.prototype.respondWithNewView,"respondWithNewView"),"symbol"==typeof Symbol.toStringTag&&Object.defineProperty(br.prototype,Symbol.toStringTag,{value:"ReadableStreamBYOBRequest",configurable:!0});class wr{constructor(){throw new TypeError("Illegal constructor")}get byobRequest(){if(!Sr(this))throw $r("byobRequest");return Fr(this)}get desiredSize(){if(!Sr(this))throw $r("desiredSize");return Hr(this)}close(){if(!Sr(this))throw $r("close");if(this._closeRequested)throw new TypeError("The stream has already been closed; do not close it again!");const e=this._controlledReadableByteStream._state;if("readable"!==e)throw new TypeError(`The stream (in ${e} state) is not in the readable state and cannot be closed`);Mr(this)}enqueue(e){if(!Sr(this))throw $r("enqueue");if(kt(e,1,"enqueue"),!ArrayBuffer.isView(e))throw new TypeError("chunk must be an array buffer view");if(0===e.byteLength)throw new TypeError("chunk must have non-zero byteLength");if(0===e.buffer.byteLength)throw new TypeError("chunk's buffer must have non-zero byteLength");if(this._closeRequested)throw new TypeError("stream is closed or draining");const t=this._controlledReadableByteStream._state;if("readable"!==t)throw new TypeError(`The stream (in ${t} state) is not in the readable state and cannot be enqueued to`);Br(this,e)}error(e=void 0){if(!Sr(this))throw $r("error");Wr(this,e)}[_t](e){Tr(this),mr(this);const t=this._cancelAlgorithm(e);return jr(this),t}[bt](e){const t=this._controlledReadableByteStream;if(this._queueTotalSize>0)return void Vr(this,e);const r=this._autoAllocateChunkSize;if(void 0!==r){let n;try{n=new ArrayBuffer(r)}catch(t){return void e._errorSteps(t)}const o={buffer:n,bufferByteLength:r,byteOffset:0,byteLength:r,bytesFilled:0,minimumFill:1,elementSize:1,viewConstructor:Uint8Array,readerType:"default"};this._pendingPullIntos.push(o)}Vt(t,e),Er(this)}[wt](){if(this._pendingPullIntos.length>0){const e=this._pendingPullIntos.peek();e.readerType="none",this._pendingPullIntos=new gt,this._pendingPullIntos.push(e)}}}function Sr(e){return!!Qe(e)&&!!Object.prototype.hasOwnProperty.call(e,"_controlledReadableByteStream")&&e instanceof wr}function Ir(e){return!!Qe(e)&&!!Object.prototype.hasOwnProperty.call(e,"_associatedReadableByteStreamController")&&e instanceof br}function Er(e){const t=function(e){const t=e._controlledReadableByteStream;return"readable"===t._state&&(!e._closeRequested&&(!!e._started&&(!!(Gt(t)&&Ht(t)>0)||(!!(en(t)&&Xr(t)>0)||Hr(e)>0))))}(e);t&&(e._pulling?e._pullAgain=!0:(e._pulling=!0,ut(e._pullAlgorithm(),(()=>(e._pulling=!1,e._pullAgain&&(e._pullAgain=!1,Er(e)),null)),(t=>(Wr(e,t),null)))))}function Tr(e){Dr(e),e._pendingPullIntos=new gt}function Or(e,t){let r=!1;"closed"===e._state&&(r=!0);const n=Rr(t);"default"===t.readerType?Ft(e,n,r):function(e,t,r){const n=e._reader._readIntoRequests.shift();r?n._closeSteps(t):n._chunkSteps(t)}(e,n,r)}function Rr(e){const t=e.bytesFilled,r=e.elementSize;return new e.viewConstructor(e.buffer,e.byteOffset,t/r)}function Ar(e,t,r,n){e._queue.push({buffer:t,byteOffset:r,byteLength:n}),e._queueTotalSize+=n}function Pr(e,t,r,n){let o;try{o=or(t,r,r+n)}catch(t){throw Wr(e,t),t}Ar(e,o,0,n)}function Cr(e,t){t.bytesFilled>0&&Pr(e,t.buffer,t.byteOffset,t.bytesFilled),qr(e)}function Ur(e,t){const r=Math.min(e._queueTotalSize,t.byteLength-t.bytesFilled),n=t.bytesFilled+r;let o=r,i=!1;const s=n-n%t.elementSize;s>=t.minimumFill&&(o=s-t.bytesFilled,i=!0);const a=e._queue;for(;o>0;){const r=a.peek(),n=Math.min(o,r.byteLength),i=t.byteOffset+t.bytesFilled;tr(t.buffer,i,r.buffer,r.byteOffset,n),r.byteLength===n?a.shift():(r.byteOffset+=n,r.byteLength-=n),e._queueTotalSize-=n,Nr(0,n,t),o-=n}return i}function Nr(e,t,r){r.bytesFilled+=t}function Lr(e){0===e._queueTotalSize&&e._closeRequested?(jr(e),Do(e._controlledReadableByteStream)):Er(e)}function Dr(e){null!==e._byobRequest&&(e._byobRequest._associatedReadableByteStreamController=void 0,e._byobRequest._view=null,e._byobRequest=null)}function kr(e){for(;e._pendingPullIntos.length>0;){if(0===e._queueTotalSize)return;const t=e._pendingPullIntos.peek();Ur(e,t)&&(qr(e),Or(e._controlledReadableByteStream,t))}}function xr(e,t){const r=e._pendingPullIntos.peek();Dr(e),"closed"===e._controlledReadableByteStream._state?function(e,t){"none"===t.readerType&&qr(e);const r=e._controlledReadableByteStream;if(en(r))for(;Xr(r)>0;)Or(r,qr(e))}(e,r):function(e,t,r){if(Nr(0,t,r),"none"===r.readerType)return Cr(e,r),void kr(e);if(r.bytesFilled<r.minimumFill)return;qr(e);const n=r.bytesFilled%r.elementSize;if(n>0){const t=r.byteOffset+r.bytesFilled;Pr(e,r.buffer,t-n,n)}r.bytesFilled-=n,Or(e._controlledReadableByteStream,r),kr(e)}(e,t,r),Er(e)}function qr(e){return e._pendingPullIntos.shift()}function jr(e){e._pullAlgorithm=void 0,e._cancelAlgorithm=void 0}function Mr(e){const t=e._controlledReadableByteStream;if(!e._closeRequested&&"readable"===t._state)if(e._queueTotalSize>0)e._closeRequested=!0;else{if(e._pendingPullIntos.length>0){const t=e._pendingPullIntos.peek();if(t.bytesFilled%t.elementSize!=0){const t=new TypeError("Insufficient bytes to fill elements in the given buffer");throw Wr(e,t),t}}jr(e),Do(t)}}function Br(e,t){const r=e._controlledReadableByteStream;if(e._closeRequested||"readable"!==r._state)return;const{buffer:n,byteOffset:o,byteLength:i}=t;if(nr(n))throw new TypeError("chunk's buffer is detached and so cannot be enqueued");const s=rr(n);if(e._pendingPullIntos.length>0){const t=e._pendingPullIntos.peek();if(nr(t.buffer))throw new TypeError("The BYOB request's buffer has been detached and so cannot be filled with an enqueued chunk");Dr(e),t.buffer=rr(t.buffer),"none"===t.readerType&&Cr(e,t)}Gt(r)?(function(e){const t=e._controlledReadableByteStream._reader;for(;t._readRequests.length>0;){if(0===e._queueTotalSize)return;Vr(e,t._readRequests.shift())}}(e),0===Ht(r)?Ar(e,s,o,i):(e._pendingPullIntos.length>0&&qr(e),Ft(r,new Uint8Array(s,o,i),!1))):en(r)?(Ar(e,s,o,i),kr(e)):Ar(e,s,o,i),Er(e)}function Wr(e,t){const r=e._controlledReadableByteStream;"readable"===r._state&&(Tr(e),mr(e),jr(e),ko(r,t))}function Vr(e,t){const r=e._queue.shift();e._queueTotalSize-=r.byteLength,Lr(e);const n=new Uint8Array(r.buffer,r.byteOffset,r.byteLength);t._chunkSteps(n)}function Fr(e){if(null===e._byobRequest&&e._pendingPullIntos.length>0){const t=e._pendingPullIntos.peek(),r=new Uint8Array(t.buffer,t.byteOffset+t.bytesFilled,t.byteLength-t.bytesFilled),n=Object.create(br.prototype);!function(e,t,r){e._associatedReadableByteStreamController=t,e._view=r}(n,e,r),e._byobRequest=n}return e._byobRequest}function Hr(e){const t=e._controlledReadableByteStream._state;return"errored"===t?null:"closed"===t?0:e._strategyHWM-e._queueTotalSize}function Gr(e,t){const r=e._pendingPullIntos.peek();if("closed"===e._controlledReadableByteStream._state){if(0!==t)throw new TypeError("bytesWritten must be 0 when calling respond() on a closed stream")}else{if(0===t)throw new TypeError("bytesWritten must be greater than 0 when calling respond() on a readable stream");if(r.bytesFilled+t>r.byteLength)throw new RangeError("bytesWritten out of range")}r.buffer=rr(r.buffer),xr(e,t)}function zr(e,t){const r=e._pendingPullIntos.peek();if("closed"===e._controlledReadableByteStream._state){if(0!==t.byteLength)throw new TypeError("The view's length must be 0 when calling respondWithNewView() on a closed stream")}else if(0===t.byteLength)throw new TypeError("The view's length must be greater than 0 when calling respondWithNewView() on a readable stream");if(r.byteOffset+r.bytesFilled!==t.byteOffset)throw new RangeError("The region specified by view does not match byobRequest");if(r.bufferByteLength!==t.buffer.byteLength)throw new RangeError("The buffer of view has different capacity than byobRequest");if(r.bytesFilled+t.byteLength>r.byteLength)throw new RangeError("The region specified by view is larger than byobRequest");const n=t.byteLength;r.buffer=rr(t.buffer),xr(e,n)}function Kr(e,t,r,n,o,i,s){t._controlledReadableByteStream=e,t._pullAgain=!1,t._pulling=!1,t._byobRequest=null,t._queue=t._queueTotalSize=void 0,mr(t),t._closeRequested=!1,t._started=!1,t._strategyHWM=i,t._pullAlgorithm=n,t._cancelAlgorithm=o,t._autoAllocateChunkSize=s,t._pendingPullIntos=new gt,e._readableStreamController=t,ut(it(r()),(()=>(t._started=!0,Er(t),null)),(e=>(Wr(t,e),null)))}function Yr(e){return new TypeError(`ReadableStreamBYOBRequest.prototype.${e} can only be used on a ReadableStreamBYOBRequest`)}function $r(e){return new TypeError(`ReadableByteStreamController.prototype.${e} can only be used on a ReadableByteStreamController`)}function Qr(e,t){if("byob"!=(e=`${e}`))throw new TypeError(`${t} '${e}' is not a valid enumeration value for ReadableStreamReaderMode`);return e}function Jr(e){return new tn(e)}function Zr(e,t){e._reader._readIntoRequests.push(t)}function Xr(e){return e._reader._readIntoRequests.length}function en(e){const t=e._reader;return void 0!==t&&!!rn(t)}Object.defineProperties(wr.prototype,{close:{enumerable:!0},enqueue:{enumerable:!0},error:{enumerable:!0},byobRequest:{enumerable:!0},desiredSize:{enumerable:!0}}),Ze(wr.prototype.close,"close"),Ze(wr.prototype.enqueue,"enqueue"),Ze(wr.prototype.error,"error"),"symbol"==typeof Symbol.toStringTag&&Object.defineProperty(wr.prototype,Symbol.toStringTag,{value:"ReadableByteStreamController",configurable:!0});class tn{constructor(e){if(kt(e,1,"ReadableStreamBYOBReader"),Bt(e,"First parameter"),No(e))throw new TypeError("This stream has already been locked for exclusive reading by another reader");if(!Sr(e._readableStreamController))throw new TypeError("Cannot construct a ReadableStreamBYOBReader for a stream not constructed with a byte source");St(this,e),this._readIntoRequests=new gt}get closed(){return rn(this)?this._closedPromise:st(sn("closed"))}cancel(e=void 0){return rn(this)?void 0===this._ownerReadableStream?st(Tt("cancel")):It(this,e):st(sn("cancel"))}read(e,t={}){if(!rn(this))return st(sn("read"));if(!ArrayBuffer.isView(e))return st(new TypeError("view must be an array buffer view"));if(0===e.byteLength)return st(new TypeError("view must have non-zero byteLength"));if(0===e.buffer.byteLength)return st(new TypeError("view's buffer must have non-zero byteLength"));if(nr(e.buffer))return st(new TypeError("view's buffer has been detached"));let r;try{r=function(e,t){var r;return Nt(e,t),{min:Mt(null!==(r=null==e?void 0:e.min)&&void 0!==r?r:1,`${t} has member 'min' that`)}}(t,"options")}catch(e){return st(e)}const n=r.min;if(0===n)return st(new TypeError("options.min must be greater than 0"));if(function(e){return _r(e.constructor)}(e)){if(n>e.byteLength)return st(new RangeError("options.min must be less than or equal to view's byteLength"))}else if(n>e.length)return st(new RangeError("options.min must be less than or equal to view's length"));if(void 0===this._ownerReadableStream)return st(Tt("read from"));let o,i;const s=ot(((e,t)=>{o=e,i=t}));return nn(this,e,n,{_chunkSteps:e=>o({value:e,done:!1}),_closeSteps:e=>o({value:e,done:!0}),_errorSteps:e=>i(e)}),s}releaseLock(){if(!rn(this))throw sn("releaseLock");void 0!==this._ownerReadableStream&&function(e){Et(e),on(e,new TypeError("Reader was released"))}(this)}}function rn(e){return!!Qe(e)&&!!Object.prototype.hasOwnProperty.call(e,"_readIntoRequests")&&e instanceof tn}function nn(e,t,r,n){const o=e._ownerReadableStream;o._disturbed=!0,"errored"===o._state?n._errorSteps(o._storedError):function(e,t,r,n){const o=e._controlledReadableByteStream,i=t.constructor,s=function(e){return _r(e)?1:e.BYTES_PER_ELEMENT}(i),{byteOffset:a,byteLength:u}=t,c=r*s;let l;try{l=rr(t.buffer)}catch(e){return void n._errorSteps(e)}const d={buffer:l,bufferByteLength:l.byteLength,byteOffset:a,byteLength:u,bytesFilled:0,minimumFill:c,elementSize:s,viewConstructor:i,readerType:"byob"};if(e._pendingPullIntos.length>0)return e._pendingPullIntos.push(d),void Zr(o,n);if("closed"!==o._state){if(e._queueTotalSize>0){if(Ur(e,d)){const t=Rr(d);return Lr(e),void n._chunkSteps(t)}if(e._closeRequested){const t=new TypeError("Insufficient bytes to fill elements in the given buffer");return Wr(e,t),void n._errorSteps(t)}}e._pendingPullIntos.push(d),Zr(o,n),Er(e)}else{const e=new i(d.buffer,d.byteOffset,0);n._closeSteps(e)}}(o._readableStreamController,t,r,n)}function on(e,t){const r=e._readIntoRequests;e._readIntoRequests=new gt,r.forEach((e=>{e._errorSteps(t)}))}function sn(e){return new TypeError(`ReadableStreamBYOBReader.prototype.${e} can only be used on a ReadableStreamBYOBReader`)}function an(e,t){const{highWaterMark:r}=e;if(void 0===r)return t;if(pr(r)||r<0)throw new RangeError("Invalid highWaterMark");return r}function un(e){const{size:t}=e;return t||(()=>1)}function cn(e,t){Nt(e,t);const r=null==e?void 0:e.highWaterMark,n=null==e?void 0:e.size;return{highWaterMark:void 0===r?void 0:qt(r),size:void 0===n?void 0:ln(n,`${t} has member 'size' that`)}}function ln(e,t){return Lt(e,t),t=>qt(e(t))}function dn(e,t,r){return Lt(e,r),r=>vt(e,t,[r])}function hn(e,t,r){return Lt(e,r),()=>vt(e,t,[])}function fn(e,t,r){return Lt(e,r),r=>pt(e,t,[r])}function pn(e,t,r){return Lt(e,r),(r,n)=>vt(e,t,[r,n])}function vn(e,t){if(!bn(e))throw new TypeError(`${t} is not a WritableStream.`)}Object.defineProperties(tn.prototype,{cancel:{enumerable:!0},read:{enumerable:!0},releaseLock:{enumerable:!0},closed:{enumerable:!0}}),Ze(tn.prototype.cancel,"cancel"),Ze(tn.prototype.read,"read"),Ze(tn.prototype.releaseLock,"releaseLock"),"symbol"==typeof Symbol.toStringTag&&Object.defineProperty(tn.prototype,Symbol.toStringTag,{value:"ReadableStreamBYOBReader",configurable:!0});const gn="function"==typeof AbortController;class yn{constructor(e={},t={}){void 0===e?e=null:Dt(e,"First parameter");const r=cn(t,"Second parameter"),n=function(e,t){Nt(e,t);const r=null==e?void 0:e.abort,n=null==e?void 0:e.close,o=null==e?void 0:e.start,i=null==e?void 0:e.type,s=null==e?void 0:e.write;return{abort:void 0===r?void 0:dn(r,e,`${t} has member 'abort' that`),close:void 0===n?void 0:hn(n,e,`${t} has member 'close' that`),start:void 0===o?void 0:fn(o,e,`${t} has member 'start' that`),write:void 0===s?void 0:pn(s,e,`${t} has member 'write' that`),type:i}}(e,"First parameter");if(_n(this),void 0!==n.type)throw new RangeError("Invalid type is specified");const o=un(r);!function(e,t,r,n){const o=Object.create(qn.prototype);let i,s,a,u;i=void 0!==t.start?()=>t.start(o):()=>{},s=void 0!==t.write?e=>t.write(e,o):()=>it(void 0),a=void 0!==t.close?()=>t.close():()=>it(void 0),u=void 0!==t.abort?e=>t.abort(e):()=>it(void 0),Mn(e,o,i,s,a,u,r,n)}(this,n,an(r,1),o)}get locked(){if(!bn(this))throw zn("locked");return wn(this)}abort(e=void 0){return bn(this)?wn(this)?st(new TypeError("Cannot abort a stream that already has a writer")):Sn(this,e):st(zn("abort"))}close(){return bn(this)?wn(this)?st(new TypeError("Cannot close a stream that already has a writer")):Rn(this)?st(new TypeError("Cannot close an already-closing stream")):In(this):st(zn("close"))}getWriter(){if(!bn(this))throw zn("getWriter");return mn(this)}}function mn(e){return new Cn(e)}function _n(e){e._state="writable",e._storedError=void 0,e._writer=void 0,e._writableStreamController=void 0,e._writeRequests=new gt,e._inFlightWriteRequest=void 0,e._closeRequest=void 0,e._inFlightCloseRequest=void 0,e._pendingAbortRequest=void 0,e._backpressure=!1}function bn(e){return!!Qe(e)&&!!Object.prototype.hasOwnProperty.call(e,"_writableStreamController")&&e instanceof yn}function wn(e){return void 0!==e._writer}function Sn(e,t){var r;if("closed"===e._state||"errored"===e._state)return it(void 0);e._writableStreamController._abortReason=t,null===(r=e._writableStreamController._abortController)||void 0===r||r.abort(t);const n=e._state;if("closed"===n||"errored"===n)return it(void 0);if(void 0!==e._pendingAbortRequest)return e._pendingAbortRequest._promise;let o=!1;"erroring"===n&&(o=!0,t=void 0);const i=ot(((r,n)=>{e._pendingAbortRequest={_promise:void 0,_resolve:r,_reject:n,_reason:t,_wasAlreadyErroring:o}}));return e._pendingAbortRequest._promise=i,o||Tn(e,t),i}function In(e){const t=e._state;if("closed"===t||"errored"===t)return st(new TypeError(`The stream (in ${t} state) is not in the writable state and cannot be closed`));const r=ot(((t,r)=>{const n={_resolve:t,_reject:r};e._closeRequest=n})),n=e._writer;var o;return void 0!==n&&e._backpressure&&"writable"===t&&oo(n),yr(o=e._writableStreamController,xn,0),Vn(o),r}function En(e,t){"writable"!==e._state?On(e):Tn(e,t)}function Tn(e,t){const r=e._writableStreamController;e._state="erroring",e._storedError=t;const n=e._writer;void 0!==n&&Ln(n,t),!function(e){return void 0!==e._inFlightWriteRequest||void 0!==e._inFlightCloseRequest}(e)&&r._started&&On(e)}function On(e){e._state="errored",e._writableStreamController[mt]();const t=e._storedError;if(e._writeRequests.forEach((e=>{e._reject(t)})),e._writeRequests=new gt,void 0===e._pendingAbortRequest)return void An(e);const r=e._pendingAbortRequest;if(e._pendingAbortRequest=void 0,r._wasAlreadyErroring)return r._reject(t),void An(e);ut(e._writableStreamController[yt](r._reason),(()=>(r._resolve(),An(e),null)),(t=>(r._reject(t),An(e),null)))}function Rn(e){return void 0!==e._closeRequest||void 0!==e._inFlightCloseRequest}function An(e){void 0!==e._closeRequest&&(e._closeRequest._reject(e._storedError),e._closeRequest=void 0);const t=e._writer;void 0!==t&&Zn(t,e._storedError)}function Pn(e,t){const r=e._writer;void 0!==r&&t!==e._backpressure&&(t?function(e){eo(e)}(r):oo(r)),e._backpressure=t}Object.defineProperties(yn.prototype,{abort:{enumerable:!0},close:{enumerable:!0},getWriter:{enumerable:!0},locked:{enumerable:!0}}),Ze(yn.prototype.abort,"abort"),Ze(yn.prototype.close,"close"),Ze(yn.prototype.getWriter,"getWriter"),"symbol"==typeof Symbol.toStringTag&&Object.defineProperty(yn.prototype,Symbol.toStringTag,{value:"WritableStream",configurable:!0});class Cn{constructor(e){if(kt(e,1,"WritableStreamDefaultWriter"),vn(e,"First parameter"),wn(e))throw new TypeError("This stream has already been locked for exclusive writing by another writer");this._ownerWritableStream=e,e._writer=this;const t=e._state;if("writable"===t)!Rn(e)&&e._backpressure?eo(this):ro(this),Qn(this);else if("erroring"===t)to(this,e._storedError),Qn(this);else if("closed"===t)ro(this),Qn(this),Xn(this);else{const t=e._storedError;to(this,t),Jn(this,t)}}get closed(){return Un(this)?this._closedPromise:st(Yn("closed"))}get desiredSize(){if(!Un(this))throw Yn("desiredSize");if(void 0===this._ownerWritableStream)throw $n("desiredSize");return function(e){const t=e._ownerWritableStream,r=t._state;return"errored"===r||"erroring"===r?null:"closed"===r?0:Wn(t._writableStreamController)}(this)}get ready(){return Un(this)?this._readyPromise:st(Yn("ready"))}abort(e=void 0){return Un(this)?void 0===this._ownerWritableStream?st($n("abort")):function(e,t){return Sn(e._ownerWritableStream,t)}(this,e):st(Yn("abort"))}close(){if(!Un(this))return st(Yn("close"));const e=this._ownerWritableStream;return void 0===e?st($n("close")):Rn(e)?st(new TypeError("Cannot close an already-closing stream")):Nn(this)}releaseLock(){if(!Un(this))throw Yn("releaseLock");void 0!==this._ownerWritableStream&&Dn(this)}write(e=void 0){return Un(this)?void 0===this._ownerWritableStream?st($n("write to")):kn(this,e):st(Yn("write"))}}function Un(e){return!!Qe(e)&&!!Object.prototype.hasOwnProperty.call(e,"_ownerWritableStream")&&e instanceof Cn}function Nn(e){return In(e._ownerWritableStream)}function Ln(e,t){"pending"===e._readyPromiseState?no(e,t):function(e,t){to(e,t)}(e,t)}function Dn(e){const t=e._ownerWritableStream,r=new TypeError("Writer was released and can no longer be used to monitor the stream's closedness");Ln(e,r),function(e,t){"pending"===e._closedPromiseState?Zn(e,t):function(e,t){Jn(e,t)}(e,t)}(e,r),t._writer=void 0,e._ownerWritableStream=void 0}function kn(e,t){const r=e._ownerWritableStream,n=r._writableStreamController,o=function(e,t){try{return e._strategySizeAlgorithm(t)}catch(t){return Fn(e,t),1}}(n,t);if(r!==e._ownerWritableStream)return st($n("write to"));const i=r._state;if("errored"===i)return st(r._storedError);if(Rn(r)||"closed"===i)return st(new TypeError("The stream is closing or closed and cannot be written to"));if("erroring"===i)return st(r._storedError);const s=function(e){return ot(((t,r)=>{const n={_resolve:t,_reject:r};e._writeRequests.push(n)}))}(r);return function(e,t,r){try{yr(e,t,r)}catch(t){return void Fn(e,t)}const n=e._controlledWritableStream;Rn(n)||"writable"!==n._state||Pn(n,Hn(e)),Vn(e)}(n,t,o),s}Object.defineProperties(Cn.prototype,{abort:{enumerable:!0},close:{enumerable:!0},releaseLock:{enumerable:!0},write:{enumerable:!0},closed:{enumerable:!0},desiredSize:{enumerable:!0},ready:{enumerable:!0}}),Ze(Cn.prototype.abort,"abort"),Ze(Cn.prototype.close,"close"),Ze(Cn.prototype.releaseLock,"releaseLock"),Ze(Cn.prototype.write,"write"),"symbol"==typeof Symbol.toStringTag&&Object.defineProperty(Cn.prototype,Symbol.toStringTag,{value:"WritableStreamDefaultWriter",configurable:!0});const xn={};class qn{constructor(){throw new TypeError("Illegal constructor")}get abortReason(){if(!jn(this))throw Kn("abortReason");return this._abortReason}get signal(){if(!jn(this))throw Kn("signal");if(void 0===this._abortController)throw new TypeError("WritableStreamDefaultController.prototype.signal is not supported");return this._abortController.signal}error(e=void 0){if(!jn(this))throw Kn("error");"writable"===this._controlledWritableStream._state&&Gn(this,e)}[yt](e){const t=this._abortAlgorithm(e);return Bn(this),t}[mt](){mr(this)}}function jn(e){return!!Qe(e)&&!!Object.prototype.hasOwnProperty.call(e,"_controlledWritableStream")&&e instanceof qn}function Mn(e,t,r,n,o,i,s,a){t._controlledWritableStream=e,e._writableStreamController=t,t._queue=void 0,t._queueTotalSize=void 0,mr(t),t._abortReason=void 0,t._abortController=function(){if(gn)return new AbortController}(),t._started=!1,t._strategySizeAlgorithm=a,t._strategyHWM=s,t._writeAlgorithm=n,t._closeAlgorithm=o,t._abortAlgorithm=i;const u=Hn(t);Pn(e,u),ut(it(r()),(()=>(t._started=!0,Vn(t),null)),(r=>(t._started=!0,En(e,r),null)))}function Bn(e){e._writeAlgorithm=void 0,e._closeAlgorithm=void 0,e._abortAlgorithm=void 0,e._strategySizeAlgorithm=void 0}function Wn(e){return e._strategyHWM-e._queueTotalSize}function Vn(e){const t=e._controlledWritableStream;if(!e._started)return;if(void 0!==t._inFlightWriteRequest)return;if("erroring"===t._state)return void On(t);if(0===e._queue.length)return;const r=e._queue.peek().value;r===xn?function(e){const t=e._controlledWritableStream;(function(e){e._inFlightCloseRequest=e._closeRequest,e._closeRequest=void 0})(t),gr(e);const r=e._closeAlgorithm();Bn(e),ut(r,(()=>(function(e){e._inFlightCloseRequest._resolve(void 0),e._inFlightCloseRequest=void 0,"erroring"===e._state&&(e._storedError=void 0,void 0!==e._pendingAbortRequest&&(e._pendingAbortRequest._resolve(),e._pendingAbortRequest=void 0)),e._state="closed";const t=e._writer;void 0!==t&&Xn(t)}(t),null)),(e=>(function(e,t){e._inFlightCloseRequest._reject(t),e._inFlightCloseRequest=void 0,void 0!==e._pendingAbortRequest&&(e._pendingAbortRequest._reject(t),e._pendingAbortRequest=void 0),En(e,t)}(t,e),null)))}(e):function(e,t){const r=e._controlledWritableStream;!function(e){e._inFlightWriteRequest=e._writeRequests.shift()}(r),ut(e._writeAlgorithm(t),(()=>{!function(e){e._inFlightWriteRequest._resolve(void 0),e._inFlightWriteRequest=void 0}(r);const t=r._state;if(gr(e),!Rn(r)&&"writable"===t){const t=Hn(e);Pn(r,t)}return Vn(e),null}),(t=>("writable"===r._state&&Bn(e),function(e,t){e._inFlightWriteRequest._reject(t),e._inFlightWriteRequest=void 0,En(e,t)}(r,t),null)))}(e,r)}function Fn(e,t){"writable"===e._controlledWritableStream._state&&Gn(e,t)}function Hn(e){return Wn(e)<=0}function Gn(e,t){const r=e._controlledWritableStream;Bn(e),Tn(r,t)}function zn(e){return new TypeError(`WritableStream.prototype.${e} can only be used on a WritableStream`)}function Kn(e){return new TypeError(`WritableStreamDefaultController.prototype.${e} can only be used on a WritableStreamDefaultController`)}function Yn(e){return new TypeError(`WritableStreamDefaultWriter.prototype.${e} can only be used on a WritableStreamDefaultWriter`)}function $n(e){return new TypeError("Cannot "+e+" a stream using a released writer")}function Qn(e){e._closedPromise=ot(((t,r)=>{e._closedPromise_resolve=t,e._closedPromise_reject=r,e._closedPromiseState="pending"}))}function Jn(e,t){Qn(e),Zn(e,t)}function Zn(e,t){void 0!==e._closedPromise_reject&&(ht(e._closedPromise),e._closedPromise_reject(t),e._closedPromise_resolve=void 0,e._closedPromise_reject=void 0,e._closedPromiseState="rejected")}function Xn(e){void 0!==e._closedPromise_resolve&&(e._closedPromise_resolve(void 0),e._closedPromise_resolve=void 0,e._closedPromise_reject=void 0,e._closedPromiseState="resolved")}function eo(e){e._readyPromise=ot(((t,r)=>{e._readyPromise_resolve=t,e._readyPromise_reject=r})),e._readyPromiseState="pending"}function to(e,t){eo(e),no(e,t)}function ro(e){eo(e),oo(e)}function no(e,t){void 0!==e._readyPromise_reject&&(ht(e._readyPromise),e._readyPromise_reject(t),e._readyPromise_resolve=void 0,e._readyPromise_reject=void 0,e._readyPromiseState="rejected")}function oo(e){void 0!==e._readyPromise_resolve&&(e._readyPromise_resolve(void 0),e._readyPromise_resolve=void 0,e._readyPromise_reject=void 0,e._readyPromiseState="fulfilled")}Object.defineProperties(qn.prototype,{abortReason:{enumerable:!0},signal:{enumerable:!0},error:{enumerable:!0}}),"symbol"==typeof Symbol.toStringTag&&Object.defineProperty(qn.prototype,Symbol.toStringTag,{value:"WritableStreamDefaultController",configurable:!0});const io="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof global?global:void 0,so=function(){const e=null==io?void 0:io.DOMException;return function(e){if("function"!=typeof e&&"object"!=typeof e)return!1;if("DOMException"!==e.name)return!1;try{return new e,!0}catch(e){return!1}}(e)?e:void 0}()||function(){const e=function(e,t){this.message=e||"",this.name=t||"Error",Error.captureStackTrace&&Error.captureStackTrace(this,this.constructor)};return Ze(e,"DOMException"),e.prototype=Object.create(Error.prototype),Object.defineProperty(e.prototype,"constructor",{value:e,writable:!0,configurable:!0}),e}();function ao(e,t,r,n,o,i){const s=Wt(e),a=mn(t);e._disturbed=!0;let u=!1,c=it(void 0);return ot(((l,d)=>{let h;if(void 0!==i){if(h=()=>{const r=void 0!==i.reason?i.reason:new so("Aborted","AbortError"),s=[];n||s.push((()=>"writable"===t._state?Sn(t,r):it(void 0))),o||s.push((()=>"readable"===e._state?Lo(e,r):it(void 0))),m((()=>Promise.all(s.map((e=>e())))),!0,r)},i.aborted)return void h();i.addEventListener("abort",h)}var f,p,v;if(y(e,s._closedPromise,(e=>(n?_(!0,e):m((()=>Sn(t,e)),!0,e),null))),y(t,a._closedPromise,(t=>(o?_(!0,t):m((()=>Lo(e,t)),!0,t),null))),f=e,p=s._closedPromise,v=()=>(r?_():m((()=>function(e){const t=e._ownerWritableStream,r=t._state;return Rn(t)||"closed"===r?it(void 0):"errored"===r?st(t._storedError):Nn(e)}(a))),null),"closed"===f._state?v():ct(p,v),Rn(t)||"closed"===t._state){const t=new TypeError("the destination writable stream closed before all data could be piped to it");o?_(!0,t):m((()=>Lo(e,t)),!0,t)}function g(){const e=c;return at(c,(()=>e!==c?g():void 0))}function y(e,t,r){"errored"===e._state?r(e._storedError):lt(t,r)}function m(e,r,n){function o(){return ut(e(),(()=>b(r,n)),(e=>b(!0,e))),null}u||(u=!0,"writable"!==t._state||Rn(t)?o():ct(g(),o))}function _(e,r){u||(u=!0,"writable"!==t._state||Rn(t)?b(e,r):ct(g(),(()=>b(e,r))))}function b(e,t){return Dn(a),Et(s),void 0!==i&&i.removeEventListener("abort",h),e?d(t):l(void 0),null}ht(ot(((e,t)=>{!function r(n){n?e():at(u?it(!0):at(a._readyPromise,(()=>ot(((e,t)=>{Yt(s,{_chunkSteps:t=>{c=at(kn(a,t),void 0,$e),e(!1)},_closeSteps:()=>e(!0),_errorSteps:t})})))),r,t)}(!1)})))}))}class uo{constructor(){throw new TypeError("Illegal constructor")}get desiredSize(){if(!co(this))throw bo("desiredSize");return yo(this)}close(){if(!co(this))throw bo("close");if(!mo(this))throw new TypeError("The stream is not in a state that permits close");po(this)}enqueue(e=void 0){if(!co(this))throw bo("enqueue");if(!mo(this))throw new TypeError("The stream is not in a state that permits enqueue");return vo(this,e)}error(e=void 0){if(!co(this))throw bo("error");go(this,e)}[_t](e){mr(this);const t=this._cancelAlgorithm(e);return fo(this),t}[bt](e){const t=this._controlledReadableStream;if(this._queue.length>0){const r=gr(this);this._closeRequested&&0===this._queue.length?(fo(this),Do(t)):lo(this),e._chunkSteps(r)}else Vt(t,e),lo(this)}[wt](){}}function co(e){return!!Qe(e)&&!!Object.prototype.hasOwnProperty.call(e,"_controlledReadableStream")&&e instanceof uo}function lo(e){ho(e)&&(e._pulling?e._pullAgain=!0:(e._pulling=!0,ut(e._pullAlgorithm(),(()=>(e._pulling=!1,e._pullAgain&&(e._pullAgain=!1,lo(e)),null)),(t=>(go(e,t),null)))))}function ho(e){const t=e._controlledReadableStream;return!!mo(e)&&!!e._started&&(!!(No(t)&&Ht(t)>0)||yo(e)>0)}function fo(e){e._pullAlgorithm=void 0,e._cancelAlgorithm=void 0,e._strategySizeAlgorithm=void 0}function po(e){if(!mo(e))return;const t=e._controlledReadableStream;e._closeRequested=!0,0===e._queue.length&&(fo(e),Do(t))}function vo(e,t){if(!mo(e))return;const r=e._controlledReadableStream;if(No(r)&&Ht(r)>0)Ft(r,t,!1);else{let r;try{r=e._strategySizeAlgorithm(t)}catch(t){throw go(e,t),t}try{yr(e,t,r)}catch(t){throw go(e,t),t}}lo(e)}function go(e,t){const r=e._controlledReadableStream;"readable"===r._state&&(mr(e),fo(e),ko(r,t))}function yo(e){const t=e._controlledReadableStream._state;return"errored"===t?null:"closed"===t?0:e._strategyHWM-e._queueTotalSize}function mo(e){const t=e._controlledReadableStream._state;return!e._closeRequested&&"readable"===t}function _o(e,t,r,n,o,i,s){t._controlledReadableStream=e,t._queue=void 0,t._queueTotalSize=void 0,mr(t),t._started=!1,t._closeRequested=!1,t._pullAgain=!1,t._pulling=!1,t._strategySizeAlgorithm=s,t._strategyHWM=i,t._pullAlgorithm=n,t._cancelAlgorithm=o,e._readableStreamController=t,ut(it(r()),(()=>(t._started=!0,lo(t),null)),(e=>(go(t,e),null)))}function bo(e){return new TypeError(`ReadableStreamDefaultController.prototype.${e} can only be used on a ReadableStreamDefaultController`)}function wo(e){return Qe(t=e)&&void 0!==t.getReader?function(e){let t;return t=Ao($e,(function(){let r;try{r=e.read()}catch(r){return st(r)}return dt(r,(e=>{if(!Qe(e))throw new TypeError("The promise returned by the reader.read() method must fulfill with an object");if(e.done)po(t._readableStreamController);else{const r=e.value;vo(t._readableStreamController,r)}}))}),(function(t){try{return it(e.cancel(t))}catch(t){return st(t)}}),0),t}(e.getReader()):function(e){let t;const r=ur(e,"async");return t=Ao($e,(function(){let e;try{e=cr(r)}catch(e){return st(e)}return dt(it(e),(e=>{if(!Qe(e))throw new TypeError("The promise returned by the iterator.next() method must fulfill with an object");if(e.done)po(t._readableStreamController);else{const r=e.value;vo(t._readableStreamController,r)}}))}),(function(e){const t=r.iterator;let n;try{n=ir(t,"return")}catch(e){return st(e)}return void 0===n?it(void 0):dt(vt(n,t,[e]),(e=>{if(!Qe(e))throw new TypeError("The promise returned by the iterator.return() method must fulfill with an object")}))}),0),t}(e);var t}function So(e,t,r){return Lt(e,r),r=>vt(e,t,[r])}function Io(e,t,r){return Lt(e,r),r=>vt(e,t,[r])}function Eo(e,t,r){return Lt(e,r),r=>pt(e,t,[r])}function To(e,t){if("bytes"!=(e=`${e}`))throw new TypeError(`${t} '${e}' is not a valid enumeration value for ReadableStreamType`);return e}function Oo(e,t){Nt(e,t);const r=null==e?void 0:e.preventAbort,n=null==e?void 0:e.preventCancel,o=null==e?void 0:e.preventClose,i=null==e?void 0:e.signal;return void 0!==i&&function(e,t){if(!function(e){if("object"!=typeof e||null===e)return!1;try{return"boolean"==typeof e.aborted}catch(e){return!1}}(e))throw new TypeError(`${t} is not an AbortSignal.`)}(i,`${t} has member 'signal' that`),{preventAbort:Boolean(r),preventCancel:Boolean(n),preventClose:Boolean(o),signal:i}}Object.defineProperties(uo.prototype,{close:{enumerable:!0},enqueue:{enumerable:!0},error:{enumerable:!0},desiredSize:{enumerable:!0}}),Ze(uo.prototype.close,"close"),Ze(uo.prototype.enqueue,"enqueue"),Ze(uo.prototype.error,"error"),"symbol"==typeof Symbol.toStringTag&&Object.defineProperty(uo.prototype,Symbol.toStringTag,{value:"ReadableStreamDefaultController",configurable:!0});class Ro{constructor(e={},t={}){void 0===e?e=null:Dt(e,"First parameter");const r=cn(t,"Second parameter"),n=function(e,t){Nt(e,t);const r=e,n=null==r?void 0:r.autoAllocateChunkSize,o=null==r?void 0:r.cancel,i=null==r?void 0:r.pull,s=null==r?void 0:r.start,a=null==r?void 0:r.type;return{autoAllocateChunkSize:void 0===n?void 0:Mt(n,`${t} has member 'autoAllocateChunkSize' that`),cancel:void 0===o?void 0:So(o,r,`${t} has member 'cancel' that`),pull:void 0===i?void 0:Io(i,r,`${t} has member 'pull' that`),start:void 0===s?void 0:Eo(s,r,`${t} has member 'start' that`),type:void 0===a?void 0:To(a,`${t} has member 'type' that`)}}(e,"First parameter");if(Co(this),"bytes"===n.type){if(void 0!==r.size)throw new RangeError("The strategy for a byte stream cannot have a size function");!function(e,t,r){const n=Object.create(wr.prototype);let o,i,s;o=void 0!==t.start?()=>t.start(n):()=>{},i=void 0!==t.pull?()=>t.pull(n):()=>it(void 0),s=void 0!==t.cancel?e=>t.cancel(e):()=>it(void 0);const a=t.autoAllocateChunkSize;if(0===a)throw new TypeError("autoAllocateChunkSize must be greater than 0");Kr(e,n,o,i,s,r,a)}(this,n,an(r,0))}else{const e=un(r);!function(e,t,r,n){const o=Object.create(uo.prototype);let i,s,a;i=void 0!==t.start?()=>t.start(o):()=>{},s=void 0!==t.pull?()=>t.pull(o):()=>it(void 0),a=void 0!==t.cancel?e=>t.cancel(e):()=>it(void 0),_o(e,o,i,s,a,r,n)}(this,n,an(r,1),e)}}get locked(){if(!Uo(this))throw xo("locked");return No(this)}cancel(e=void 0){return Uo(this)?No(this)?st(new TypeError("Cannot cancel a stream that already has a reader")):Lo(this,e):st(xo("cancel"))}getReader(e=void 0){if(!Uo(this))throw xo("getReader");return void 0===function(e,t){Nt(e,t);const r=null==e?void 0:e.mode;return{mode:void 0===r?void 0:Qr(r,`${t} has member 'mode' that`)}}(e,"First parameter").mode?Wt(this):Jr(this)}pipeThrough(e,t={}){if(!Uo(this))throw xo("pipeThrough");kt(e,1,"pipeThrough");const r=function(e,t){Nt(e,t);const r=null==e?void 0:e.readable;xt(r,"readable","ReadableWritablePair"),Bt(r,`${t} has member 'readable' that`);const n=null==e?void 0:e.writable;return xt(n,"writable","ReadableWritablePair"),vn(n,`${t} has member 'writable' that`),{readable:r,writable:n}}(e,"First parameter"),n=Oo(t,"Second parameter");if(No(this))throw new TypeError("ReadableStream.prototype.pipeThrough cannot be used on a locked ReadableStream");if(wn(r.writable))throw new TypeError("ReadableStream.prototype.pipeThrough cannot be used on a locked WritableStream");return ht(ao(this,r.writable,n.preventClose,n.preventAbort,n.preventCancel,n.signal)),r.readable}pipeTo(e,t={}){if(!Uo(this))return st(xo("pipeTo"));if(void 0===e)return st("Parameter 1 is required in 'pipeTo'.");if(!bn(e))return st(new TypeError("ReadableStream.prototype.pipeTo's first argument must be a WritableStream"));let r;try{r=Oo(t,"Second parameter")}catch(e){return st(e)}return No(this)?st(new TypeError("ReadableStream.prototype.pipeTo cannot be used on a locked ReadableStream")):wn(e)?st(new TypeError("ReadableStream.prototype.pipeTo cannot be used on a locked WritableStream")):ao(this,e,r.preventClose,r.preventAbort,r.preventCancel,r.signal)}tee(){if(!Uo(this))throw xo("tee");return er(function(e){return Sr(e._readableStreamController)?function(e){let t,r,n,o,i,s=Wt(e),a=!1,u=!1,c=!1,l=!1,d=!1;const h=ot((e=>{i=e}));function f(e){lt(e._closedPromise,(t=>(e!==s||(Wr(n._readableStreamController,t),Wr(o._readableStreamController,t),l&&d||i(void 0)),null)))}function p(){rn(s)&&(Et(s),s=Wt(e),f(s)),Yt(s,{_chunkSteps:t=>{ft((()=>{u=!1,c=!1;const r=t;let s=t;if(!l&&!d)try{s=vr(t)}catch(t){return Wr(n._readableStreamController,t),Wr(o._readableStreamController,t),void i(Lo(e,t))}l||Br(n._readableStreamController,r),d||Br(o._readableStreamController,s),a=!1,u?g():c&&y()}))},_closeSteps:()=>{a=!1,l||Mr(n._readableStreamController),d||Mr(o._readableStreamController),n._readableStreamController._pendingPullIntos.length>0&&Gr(n._readableStreamController,0),o._readableStreamController._pendingPullIntos.length>0&&Gr(o._readableStreamController,0),l&&d||i(void 0)},_errorSteps:()=>{a=!1}})}function v(t,r){Kt(s)&&(Et(s),s=Jr(e),f(s));const h=r?o:n,p=r?n:o;nn(s,t,1,{_chunkSteps:t=>{ft((()=>{u=!1,c=!1;const n=r?d:l;if(r?l:d)n||zr(h._readableStreamController,t);else{let r;try{r=vr(t)}catch(t){return Wr(h._readableStreamController,t),Wr(p._readableStreamController,t),void i(Lo(e,t))}n||zr(h._readableStreamController,t),Br(p._readableStreamController,r)}a=!1,u?g():c&&y()}))},_closeSteps:e=>{a=!1;const t=r?d:l,n=r?l:d;t||Mr(h._readableStreamController),n||Mr(p._readableStreamController),void 0!==e&&(t||zr(h._readableStreamController,e),!n&&p._readableStreamController._pendingPullIntos.length>0&&Gr(p._readableStreamController,0)),t&&n||i(void 0)},_errorSteps:()=>{a=!1}})}function g(){if(a)return u=!0,it(void 0);a=!0;const e=Fr(n._readableStreamController);return null===e?p():v(e._view,!1),it(void 0)}function y(){if(a)return c=!0,it(void 0);a=!0;const e=Fr(o._readableStreamController);return null===e?p():v(e._view,!0),it(void 0)}function m(){}return n=Po(m,g,(function(n){if(l=!0,t=n,d){const n=er([t,r]),o=Lo(e,n);i(o)}return h})),o=Po(m,y,(function(n){if(d=!0,r=n,l){const n=er([t,r]),o=Lo(e,n);i(o)}return h})),f(s),[n,o]}(e):function(e){const t=Wt(e);let r,n,o,i,s,a=!1,u=!1,c=!1,l=!1;const d=ot((e=>{s=e}));function h(){return a?(u=!0,it(void 0)):(a=!0,Yt(t,{_chunkSteps:e=>{ft((()=>{u=!1;const t=e,r=e;c||vo(o._readableStreamController,t),l||vo(i._readableStreamController,r),a=!1,u&&h()}))},_closeSteps:()=>{a=!1,c||po(o._readableStreamController),l||po(i._readableStreamController),c&&l||s(void 0)},_errorSteps:()=>{a=!1}}),it(void 0))}function f(){}return o=Ao(f,h,(function(t){if(c=!0,r=t,l){const t=er([r,n]),o=Lo(e,t);s(o)}return d})),i=Ao(f,h,(function(t){if(l=!0,n=t,c){const t=er([r,n]),o=Lo(e,t);s(o)}return d})),lt(t._closedPromise,(e=>(go(o._readableStreamController,e),go(i._readableStreamController,e),c&&l||s(void 0),null))),[o,i]}(e)}(this))}values(e=void 0){if(!Uo(this))throw xo("values");return function(e,t){const r=Wt(e),n=new lr(r,t),o=Object.create(dr);return o._asyncIteratorImpl=n,o}(this,function(e){Nt(e,"First parameter");const t=null==e?void 0:e.preventCancel;return{preventCancel:Boolean(t)}}(e).preventCancel)}[ar](e){return this.values(e)}static from(e){return wo(e)}}function Ao(e,t,r,n=1,o=()=>1){const i=Object.create(Ro.prototype);return Co(i),_o(i,Object.create(uo.prototype),e,t,r,n,o),i}function Po(e,t,r){const n=Object.create(Ro.prototype);return Co(n),Kr(n,Object.create(wr.prototype),e,t,r,0,void 0),n}function Co(e){e._state="readable",e._reader=void 0,e._storedError=void 0,e._disturbed=!1}function Uo(e){return!!Qe(e)&&!!Object.prototype.hasOwnProperty.call(e,"_readableStreamController")&&e instanceof Ro}function No(e){return void 0!==e._reader}function Lo(e,t){if(e._disturbed=!0,"closed"===e._state)return it(void 0);if("errored"===e._state)return st(e._storedError);Do(e);const r=e._reader;if(void 0!==r&&rn(r)){const e=r._readIntoRequests;r._readIntoRequests=new gt,e.forEach((e=>{e._closeSteps(void 0)}))}return dt(e._readableStreamController[_t](t),$e)}function Do(e){e._state="closed";const t=e._reader;if(void 0!==t&&(Pt(t),Kt(t))){const e=t._readRequests;t._readRequests=new gt,e.forEach((e=>{e._closeSteps()}))}}function ko(e,t){e._state="errored",e._storedError=t;const r=e._reader;void 0!==r&&(At(r,t),Kt(r)?$t(r,t):on(r,t))}function xo(e){return new TypeError(`ReadableStream.prototype.${e} can only be used on a ReadableStream`)}function qo(e,t){Nt(e,t);const r=null==e?void 0:e.highWaterMark;return xt(r,"highWaterMark","QueuingStrategyInit"),{highWaterMark:qt(r)}}Object.defineProperties(Ro,{from:{enumerable:!0}}),Object.defineProperties(Ro.prototype,{cancel:{enumerable:!0},getReader:{enumerable:!0},pipeThrough:{enumerable:!0},pipeTo:{enumerable:!0},tee:{enumerable:!0},values:{enumerable:!0},locked:{enumerable:!0}}),Ze(Ro.from,"from"),Ze(Ro.prototype.cancel,"cancel"),Ze(Ro.prototype.getReader,"getReader"),Ze(Ro.prototype.pipeThrough,"pipeThrough"),Ze(Ro.prototype.pipeTo,"pipeTo"),Ze(Ro.prototype.tee,"tee"),Ze(Ro.prototype.values,"values"),"symbol"==typeof Symbol.toStringTag&&Object.defineProperty(Ro.prototype,Symbol.toStringTag,{value:"ReadableStream",configurable:!0}),Object.defineProperty(Ro.prototype,ar,{value:Ro.prototype.values,writable:!0,configurable:!0});const jo=e=>e.byteLength;Ze(jo,"size");class Mo{constructor(e){kt(e,1,"ByteLengthQueuingStrategy"),e=qo(e,"First parameter"),this._byteLengthQueuingStrategyHighWaterMark=e.highWaterMark}get highWaterMark(){if(!Wo(this))throw Bo("highWaterMark");return this._byteLengthQueuingStrategyHighWaterMark}get size(){if(!Wo(this))throw Bo("size");return jo}}function Bo(e){return new TypeError(`ByteLengthQueuingStrategy.prototype.${e} can only be used on a ByteLengthQueuingStrategy`)}function Wo(e){return!!Qe(e)&&!!Object.prototype.hasOwnProperty.call(e,"_byteLengthQueuingStrategyHighWaterMark")&&e instanceof Mo}Object.defineProperties(Mo.prototype,{highWaterMark:{enumerable:!0},size:{enumerable:!0}}),"symbol"==typeof Symbol.toStringTag&&Object.defineProperty(Mo.prototype,Symbol.toStringTag,{value:"ByteLengthQueuingStrategy",configurable:!0});const Vo=()=>1;Ze(Vo,"size");class Fo{constructor(e){kt(e,1,"CountQueuingStrategy"),e=qo(e,"First parameter"),this._countQueuingStrategyHighWaterMark=e.highWaterMark}get highWaterMark(){if(!Go(this))throw Ho("highWaterMark");return this._countQueuingStrategyHighWaterMark}get size(){if(!Go(this))throw Ho("size");return Vo}}function Ho(e){return new TypeError(`CountQueuingStrategy.prototype.${e} can only be used on a CountQueuingStrategy`)}function Go(e){return!!Qe(e)&&!!Object.prototype.hasOwnProperty.call(e,"_countQueuingStrategyHighWaterMark")&&e instanceof Fo}function zo(e,t,r){return Lt(e,r),r=>vt(e,t,[r])}function Ko(e,t,r){return Lt(e,r),r=>pt(e,t,[r])}function Yo(e,t,r){return Lt(e,r),(r,n)=>vt(e,t,[r,n])}function $o(e,t,r){return Lt(e,r),r=>vt(e,t,[r])}Object.defineProperties(Fo.prototype,{highWaterMark:{enumerable:!0},size:{enumerable:!0}}),"symbol"==typeof Symbol.toStringTag&&Object.defineProperty(Fo.prototype,Symbol.toStringTag,{value:"CountQueuingStrategy",configurable:!0});class Qo{constructor(e={},t={},r={}){void 0===e&&(e=null);const n=cn(t,"Second parameter"),o=cn(r,"Third parameter"),i=function(e,t){Nt(e,t);const r=null==e?void 0:e.cancel,n=null==e?void 0:e.flush,o=null==e?void 0:e.readableType,i=null==e?void 0:e.start,s=null==e?void 0:e.transform,a=null==e?void 0:e.writableType;return{cancel:void 0===r?void 0:$o(r,e,`${t} has member 'cancel' that`),flush:void 0===n?void 0:zo(n,e,`${t} has member 'flush' that`),readableType:o,start:void 0===i?void 0:Ko(i,e,`${t} has member 'start' that`),transform:void 0===s?void 0:Yo(s,e,`${t} has member 'transform' that`),writableType:a}}(e,"First parameter");if(void 0!==i.readableType)throw new RangeError("Invalid readableType specified");if(void 0!==i.writableType)throw new RangeError("Invalid writableType specified");const s=an(o,0),a=un(o),u=an(n,1),c=un(n);let l;!function(e,t,r,n,o,i){function s(){return t}e._writable=function(e,t,r,n,o=1,i=()=>1){const s=Object.create(yn.prototype);return _n(s),Mn(s,Object.create(qn.prototype),e,t,r,n,o,i),s}(s,(function(t){return function(e,t){const r=e._transformStreamController;return e._backpressure?dt(e._backpressureChangePromise,(()=>{const n=e._writable;if("erroring"===n._state)throw n._storedError;return si(r,t)})):si(r,t)}(e,t)}),(function(){return function(e){const t=e._transformStreamController;if(void 0!==t._finishPromise)return t._finishPromise;const r=e._readable;t._finishPromise=ot(((e,r)=>{t._finishPromise_resolve=e,t._finishPromise_reject=r}));const n=t._flushAlgorithm();return oi(t),ut(n,(()=>("errored"===r._state?ci(t,r._storedError):(po(r._readableStreamController),ui(t)),null)),(e=>(go(r._readableStreamController,e),ci(t,e),null))),t._finishPromise}(e)}),(function(t){return function(e,t){const r=e._transformStreamController;if(void 0!==r._finishPromise)return r._finishPromise;const n=e._readable;r._finishPromise=ot(((e,t)=>{r._finishPromise_resolve=e,r._finishPromise_reject=t}));const o=r._cancelAlgorithm(t);return oi(r),ut(o,(()=>("errored"===n._state?ci(r,n._storedError):(go(n._readableStreamController,t),ui(r)),null)),(e=>(go(n._readableStreamController,e),ci(r,e),null))),r._finishPromise}(e,t)}),r,n),e._readable=Ao(s,(function(){return function(e){return ti(e,!1),e._backpressureChangePromise}(e)}),(function(t){return function(e,t){const r=e._transformStreamController;if(void 0!==r._finishPromise)return r._finishPromise;const n=e._writable;r._finishPromise=ot(((e,t)=>{r._finishPromise_resolve=e,r._finishPromise_reject=t}));const o=r._cancelAlgorithm(t);return oi(r),ut(o,(()=>("errored"===n._state?ci(r,n._storedError):(Fn(n._writableStreamController,t),ei(e),ui(r)),null)),(t=>(Fn(n._writableStreamController,t),ei(e),ci(r,t),null))),r._finishPromise}(e,t)}),o,i),e._backpressure=void 0,e._backpressureChangePromise=void 0,e._backpressureChangePromise_resolve=void 0,ti(e,!0),e._transformStreamController=void 0}(this,ot((e=>{l=e})),u,c,s,a),function(e,t){const r=Object.create(ri.prototype);let n,o,i;n=void 0!==t.transform?e=>t.transform(e,r):e=>{try{return ii(r,e),it(void 0)}catch(e){return st(e)}},o=void 0!==t.flush?()=>t.flush(r):()=>it(void 0),i=void 0!==t.cancel?e=>t.cancel(e):()=>it(void 0),function(e,t,r,n,o){t._controlledTransformStream=e,e._transformStreamController=t,t._transformAlgorithm=r,t._flushAlgorithm=n,t._cancelAlgorithm=o,t._finishPromise=void 0,t._finishPromise_resolve=void 0,t._finishPromise_reject=void 0}(e,r,n,o,i)}(this,i),void 0!==i.start?l(i.start(this._transformStreamController)):l(void 0)}get readable(){if(!Jo(this))throw li("readable");return this._readable}get writable(){if(!Jo(this))throw li("writable");return this._writable}}function Jo(e){return!!Qe(e)&&!!Object.prototype.hasOwnProperty.call(e,"_transformStreamController")&&e instanceof Qo}function Zo(e,t){go(e._readable._readableStreamController,t),Xo(e,t)}function Xo(e,t){oi(e._transformStreamController),Fn(e._writable._writableStreamController,t),ei(e)}function ei(e){e._backpressure&&ti(e,!1)}function ti(e,t){void 0!==e._backpressureChangePromise&&e._backpressureChangePromise_resolve(),e._backpressureChangePromise=ot((t=>{e._backpressureChangePromise_resolve=t})),e._backpressure=t}Object.defineProperties(Qo.prototype,{readable:{enumerable:!0},writable:{enumerable:!0}}),"symbol"==typeof Symbol.toStringTag&&Object.defineProperty(Qo.prototype,Symbol.toStringTag,{value:"TransformStream",configurable:!0});class ri{constructor(){throw new TypeError("Illegal constructor")}get desiredSize(){if(!ni(this))throw ai("desiredSize");return yo(this._controlledTransformStream._readable._readableStreamController)}enqueue(e=void 0){if(!ni(this))throw ai("enqueue");ii(this,e)}error(e=void 0){if(!ni(this))throw ai("error");var t;t=e,Zo(this._controlledTransformStream,t)}terminate(){if(!ni(this))throw ai("terminate");!function(e){const t=e._controlledTransformStream;po(t._readable._readableStreamController),Xo(t,new TypeError("TransformStream terminated"))}(this)}}function ni(e){return!!Qe(e)&&!!Object.prototype.hasOwnProperty.call(e,"_controlledTransformStream")&&e instanceof ri}function oi(e){e._transformAlgorithm=void 0,e._flushAlgorithm=void 0,e._cancelAlgorithm=void 0}function ii(e,t){const r=e._controlledTransformStream,n=r._readable._readableStreamController;if(!mo(n))throw new TypeError("Readable side is not in a state that permits enqueue");try{vo(n,t)}catch(e){throw Xo(r,e),r._readable._storedError}const o=function(e){return!ho(e)}(n);o!==r._backpressure&&ti(r,!0)}function si(e,t){return dt(e._transformAlgorithm(t),void 0,(t=>{throw Zo(e._controlledTransformStream,t),t}))}function ai(e){return new TypeError(`TransformStreamDefaultController.prototype.${e} can only be used on a TransformStreamDefaultController`)}function ui(e){void 0!==e._finishPromise_resolve&&(e._finishPromise_resolve(),e._finishPromise_resolve=void 0,e._finishPromise_reject=void 0)}function ci(e,t){void 0!==e._finishPromise_reject&&(ht(e._finishPromise),e._finishPromise_reject(t),e._finishPromise_resolve=void 0,e._finishPromise_reject=void 0)}function li(e){return new TypeError(`TransformStream.prototype.${e} can only be used on a TransformStream`)}Object.defineProperties(ri.prototype,{enqueue:{enumerable:!0},error:{enumerable:!0},terminate:{enumerable:!0},desiredSize:{enumerable:!0}}),Ze(ri.prototype.enqueue,"enqueue"),Ze(ri.prototype.error,"error"),Ze(ri.prototype.terminate,"terminate"),"symbol"==typeof Symbol.toStringTag&&Object.defineProperty(ri.prototype,Symbol.toStringTag,{value:"TransformStreamDefaultController",configurable:!0});var di=function(){var e=function(t,r){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])},e(t,r)};return function(t,r){function n(){this.constructor=t}e(t,r),t.prototype=null===r?Object.create(r):(n.prototype=r.prototype,new n)}}(),hi=function(){return hi=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},hi.apply(this,arguments)},fi="Error when aborting requestTask",pi=function(e){function t(t){void 0===t&&(t={});var r=e.call(this)||this,n=t.timeout,o=t.timeoutMsg,i=t.restrictedMethods;return r._timeout=n||0,r._timeoutMsg=o||"请求超时",r._restrictedMethods=i||["get","post","upload","download"],r}return di(t,e),t.prototype.post=function(e){var t=this;return new Promise((function(r,n){var o=e.url,i=e.data,s=e.headers,a=wx.request({url:(0,U.formatUrl)("https:",o),data:i,timeout:t._timeout,method:"POST",header:s,success:function(e){e.statusCode>=200&&e.statusCode<300?r({statusCode:e.statusCode,status:e.statusCode,data:e.data}):n(e)},fail:function(e){n(e)},complete:function(e){if(e&&e.errMsg&&t._timeout&&-1!==t._restrictedMethods.indexOf("post")&&"request:fail timeout"===e.errMsg){console.warn(t._timeoutMsg);try{a.abort()}catch(e){}}}})}))},t.prototype.get=function(e){var t=this;return new Promise((function(r,n){var o=e.url,i=e.body,s=e.headers,a=(0,U.formatUrl)("https:",o),u=wx.request({url:a,data:i,timeout:t._timeout,method:"GET",header:s,success:function(e){e.statusCode>=200&&e.statusCode<300?r({statusCode:e.statusCode,status:e.statusCode,data:e.data}):n(e)},fail:function(e){n(e)},complete:function(e){if(e&&e.errMsg&&t._timeout&&-1!==t._restrictedMethods.indexOf("get")&&e.errMsg.includes("timeout")){console.warn(t._timeoutMsg);try{u.abort()}catch(e){console.warn(fi,e)}}}})}))},t.prototype.upload=function(e){var t=this,r=this;return new Promise((function(n){return function(e,t,r,n){return new(r||(r=Promise))((function(o,i){function s(e){try{u(n.next(e))}catch(e){i(e)}}function a(e){try{u(n.throw(e))}catch(e){i(e)}}function u(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(s,a)}u((n=n.apply(e,t||[])).next())}))}(t,void 0,void 0,(function(){var t,o,i,s,a,u;return function(e,t){var r,n,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(i){return function(a){return function(i){if(r)throw new TypeError("Generator is already executing.");for(;s;)try{if(r=1,n&&(o=2&i[0]?n.return:i[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,i[1])).done)return o;switch(n=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return s.label++,{value:i[1],done:!1};case 5:s.label++,n=i[1],i=[0];continue;case 7:i=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){s=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){s.label=i[1];break}if(6===i[0]&&s.label<o[1]){s.label=o[1],o=i;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(i);break}o[2]&&s.ops.pop(),s.trys.pop();continue}i=t.call(e,s)}catch(e){i=[6,e],n=0}finally{r=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,a])}}}(this,(function(c){return t=e.url,o=e.file,i=e.data,s=e.headers,a=e.onUploadProgress,u=wx.uploadFile({url:t,filePath:o,name:"file",formData:hi({},i),header:s,timeout:this._timeout,success:function(e){var t={statusCode:e.statusCode,data:e.data||{}};200===e.statusCode&&i.success_action_status&&(t.statusCode=parseInt(i.success_action_status,10)),n(t)},fail:function(e){n(e)},complete:function(e){if(e&&e.errMsg&&r._timeout&&-1!==r._restrictedMethods.indexOf("upload")&&"request:fail timeout"===e.errMsg){console.warn(r._timeoutMsg);try{u.abort()}catch(e){}}}}),a&&u.onProgressUpdate((function(e){a(e)})),[2]}))}))}))},t.prototype.download=function(e){var t=this,r=this;return new Promise((function(n,o){var i=e.url,s=e.headers,a=wx.downloadFile({url:(0,U.formatUrl)("https:",i),header:s,timeout:t._timeout,success:function(e){200===e.statusCode&&e.tempFilePath?n({statusCode:200,tempFilePath:e.tempFilePath}):n(e)},fail:function(e){o(e)},complete:function(e){if(e&&e.errMsg&&r._timeout&&-1!==r._restrictedMethods.indexOf("download")&&"request:fail timeout"===e.errMsg){console.warn(r._timeoutMsg);try{a.abort()}catch(e){}}}})}))},t.prototype.fetch=function(e){var t=e.url,r=e.body,n=e.enableAbort,o=e.headers,i=e.method,s=e.stream,a=void 0!==s&&s,u=e.signal,c=e.timeout,l=this,d=null!=c?c:this._timeout,h=null,f=new Ro({start:function(e){h=e},cancel:function(){h=null}});return new Promise((function(e,s){a&&e({data:f});var c=wx.request({url:(0,U.formatUrl)("https:",t),data:r,timeout:d,method:i.toUpperCase(),header:o,success:function(t){null==h||h.close(),!a&&e(t)},fail:function(e){if(null==h||h.close(),s(e),a)throw e},complete:function(e){if(e&&e.errMsg&&d&&-1!==l._restrictedMethods.indexOf("post")&&n&&"request:fail timeout"===e.errMsg){console.warn(l._timeoutMsg);try{c.abort()}catch(e){console.warn(fi,e)}}},enableChunked:a});if(c.onChunkReceived((function(e){null==h||h.enqueue(new Uint8Array(e.data))})),u){var p=function(){try{c.abort()}catch(e){console.warn(fi,e)}};u.aborted?p():u.addEventListener("abort",(function(){return p()}))}}))},t.prototype.patch=function(e){var t=e.method,r=e.headers,n=JSON.parse(JSON.stringify(r||{}));return"PATCH"===t.toUpperCase()&&(n["X-HTTP-Method-Override"]="PATCH",t="POST"),this.post(hi(hi({},e),{method:t,headers:n}))},t}(U.AbstractSDKRequest),vi={setItem:function(e,t){wx.setStorageSync(e,t)},getItem:function(e){return wx.getStorageSync(e)},removeItem:function(e){wx.removeStorageSync(e)},clear:function(){wx.clearStorageSync()}},gi=function(e,t){void 0===t&&(t={});var r=wx.connectSocket(hi({url:e},t));return{set onopen(e){r.onOpen(e)},set onmessage(e){r.onMessage(e)},set onclose(e){r.onClose(e)},set onerror(e){r.onError(e)},send:function(e){return r.send({data:e})},close:function(e,t){return r.close({code:e,reason:t})},get readyState(){return r.readyState},CONNECTING:0,OPEN:1,CLOSING:2,CLOSED:3}};const yi=function(e){return{root:{globalThis:{}},reqClass:pi,wsClass:gi,captchaOptions:{openURIWithCallback:function(t){var r=e.EventBus,n={},o=t;console.log("openURIWithCallback",t);var i=t.match(/^(data:.*?)(\?[^#\s]*)?$/);if(i){o=i[1],console.log("openURIWithCallback url",o);var s=i[2];s&&(n=function(e){var t={},r=e.replace(/^[?#]/,"");return r?(r.split("&").forEach((function(e){var r=e.split("="),n=r[0],o=r[1];n=decodeURIComponent(n),o=decodeURIComponent(o),n&&(t[n]?Array.isArray(t[n])?t[n].push(o):t[n]=[t[n],o]:t[n]=o)})),t):t}(s))}console.log("openURIWithCallback queryObj",n);var a=n.token,u=function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r}(n,["token"]);return/^data:/.test(o)&&!a?Promise.reject({error:"invalid_argument",error_description:"invalie captcha data: "+t}):a?new Promise((function(e){console.log("wait for captcha..."),r.$emit("CAPTCHA_DATA_CHANGE",hi(hi({},u),{token:a,url:o})),r.$once("RESOLVE_CAPTCHA_DATA",(function(t){e(t)}))})):Promise.reject({error:"unimplemented",error_description:"need to impl captcha data"})}},localStorage:vi,primaryStorage:U.StorageType.local,getAppSign:function(){var e=wx.getAccountInfoSync();return"undefined"!=typeof App||"undefined"!=typeof getApp||wx.onAppHide||wx.offAppHide||wx.onAppShow||wx.offAppShow?e&&e.miniProgram?e.miniProgram.appId:"":e&&e.plugin?e.plugin.appId:""}}},mi=function(){if("undefined"==typeof wx)return!1;if("undefined"==typeof Page)return!1;if(!wx.getSystemInfoSync)return!1;if(!wx.getStorageSync)return!1;if(!wx.setStorageSync)return!1;if(!wx.connectSocket)return!1;if(!wx.request)return!1;try{if(!wx.getSystemInfoSync())return!1;if("qq"===wx.getSystemInfoSync().AppPlatform)return!1}catch(e){return!1}return!0};var _i,bi=r(182),wi=function(){return wi=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},wi.apply(this,arguments)},Si=function(e,t,r,n){return new(r||(r=Promise))((function(o,i){function s(e){try{u(n.next(e))}catch(e){i(e)}}function a(e){try{u(n.throw(e))}catch(e){i(e)}}function u(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(s,a)}u((n=n.apply(e,t||[])).next())}))},Ii=function(e,t){var r,n,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(r)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(r=1,n&&(o=2&a[0]?n.return:a[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,a[1])).done)return o;switch(n=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++,n=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=t.call(e,s)}catch(e){a=[6,e],n=0}finally{r=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}},Ei=function(){function e(e){var t,r;try{this.localStorage=(null==e?void 0:e.localStorage)||((null===(r=null===(t=null==e?void 0:e.adapter)||void 0===t?void 0:t.root)||void 0===r?void 0:r.globalThis)||globalThis).localStorage}catch(t){this.localStorage=(null==e?void 0:e.localStorage)||{}}}return e.prototype.getItem=function(e){return Si(this,void 0,void 0,(function(){return Ii(this,(function(t){return[2,this.localStorage.getItem(e)]}))}))},e.prototype.removeItem=function(e){return Si(this,void 0,void 0,(function(){return Ii(this,(function(t){return this.localStorage.removeItem(e),[2]}))}))},e.prototype.setItem=function(e,t){return Si(this,void 0,void 0,(function(){return Ii(this,(function(r){return this.localStorage.setItem(e,t),[2]}))}))},e.prototype.getItemSync=function(e){return this.localStorage.getItem(e)},e.prototype.setItemSync=function(e,t){this.localStorage.setItem(e,t)},e.prototype.removeItemSync=function(e){this.localStorage.removeItem(e)},e}(),Ti=/^[^:]+:\/\/[^/]+(\/[^?#]+)/,Oi=function(e,t){var r,n,o,i,s=null===(r=null==t?void 0:t.headers)||void 0===r?void 0:r["x-request-id"];return e||(e={}),((null==e?void 0:e.code)||(null===(n=null==e?void 0:e.data)||void 0===n?void 0:n.error_code))&&(e={error:e.code||e.data.error,error_description:e.data.error_description||e.message||e.code||e.data.error_code,request_id:e.requestId,error_code:null===(o=e.data)||void 0===o?void 0:o.error_code}),(null==e?void 0:e.request_id)||(e.request_id=e.request_id||s),(null==e?void 0:e.error)?(e.error_uri=(i=null==t?void 0:t.url,Ti.test(i)?RegExp.$1:i),e):(null==e?void 0:e.data)||{}},Ri=function(e){return e.adapter&&"default"!==e.adapter.type?function(e,t){var r=wi({},e);try{if(!(null==e?void 0:e.storage)&&(null==t?void 0:t.localStorage)&&(r.storage=new Ei({localStorage:t.localStorage,adapter:t})),!e.captchaOptions&&(null==t?void 0:t.captchaOptions)&&(r.captchaOptions=t.captchaOptions),!e.baseRequest&&!e.request&&(null==t?void 0:t.reqClass)){var n={timeout:1e4,restrictedMethods:["get","post","upload","download","request"],auth:e.auth},o=new t.reqClass(n);r.baseRequest=function(e,t){var r,n,i,s,a;return Si(this,void 0,void 0,(function(){var u,c,l,d;return Ii(this,(function(h){switch(h.label){case 0:if(u={},c=(null===(r=t.method)||void 0===r?void 0:r.toLocaleLowerCase())||"post","function"!=typeof(l=null===(i=null===(n=null==o?void 0:o[c])||void 0===n?void 0:n.bind)||void 0===i?void 0:i.call(n,o)))throw new Error("invalid 【".concat(c,"】 request method"));h.label=1;case 1:return h.trys.push([1,3,,4]),(null===(s=t.headers)||void 0===s?void 0:s["content-type"])&&!(null===(a=t.headers)||void 0===a?void 0:a["content-type"].includes("application/json"))||["string","undefined"].includes(typeof t.body)||(t.data=t.data||t.body,t.body=JSON.stringify(t.body)),[4,l(wi({url:e},t))];case 2:return u=h.sent(),u=Oi(u,wi(wi({},t),{url:e})),[3,4];case 3:throw d=h.sent(),u=wi(wi({},null==d?void 0:d.data),d);case 4:if(null==u?void 0:u.error)throw u;return[2,u]}}))}))}}}catch(e){console.error("user adapter generate fail:",e)}return r}(e,e.adapter):function(e,t){var r=wi({},e),n={};if((null==t?void 0:t.captchaOptions)&&(r.captchaOptions=t.captchaOptions),!mi()||e.storage&&e.baseRequest)return r;try{var o=yi({}),i=o.localStorage,s=o.reqClass;if(i&&(n.storage=new Ei({localStorage:i,adapter:t})),s){var a=new s({timeout:1e4,restrictedMethods:["get","post","upload","download","request"]});n.request=function(e){return function(t,r){return Si(this,void 0,void 0,(function(){return Ii(this,(function(n){return[2,new Promise((function(n,o){var i=Object.assign({},r);i.body&&"string"!=typeof i.body&&(i.body=JSON.stringify(i.body));var s=wx.request({url:t,data:i.body,timeout:e._timeout,method:i.method||"GET",header:i.headers,success:function(e){(e=Oi(e,wi(wi({},r),{url:t}))).error&&o(e),n(e)},fail:function(e){o({error:"unreachable",error_description:e.message})},complete:function(t){if(t&&t.errMsg&&e._timeout&&-1!==e._restrictedMethods.indexOf("request")&&"request:fail timeout"===t.errMsg){console.warn(e._timeoutMsg);try{s.abort()}catch(e){}}}})}))]}))}))}}(a)}return r.captchaOptions&&(n.baseRequest=n.request,n.request=void 0),wi(wi({},r),n)}catch(e){console.error("adapter generate fail:",e)}return r}(e,e.adapter)},Ai=function(){return Ai=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},Ai.apply(this,arguments)},Pi=function(e,t,r,n){return new(r||(r=Promise))((function(o,i){function s(e){try{u(n.next(e))}catch(e){i(e)}}function a(e){try{u(n.throw(e))}catch(e){i(e)}}function u(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(s,a)}u((n=n.apply(e,t||[])).next())}))},Ci=function(e,t){var r,n,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(r)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(r=1,n&&(o=2&a[0]?n.return:a[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,a[1])).done)return o;switch(n=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++,n=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=t.call(e,s)}catch(e){a=[6,e],n=0}finally{r=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}},Ui=function(){function e(e){}return e.prototype.signInWithRedirect=function(){throw new Error("[v1 兼容] WeixinAuthProvider.signInWithRedirect() 在当前版本中无法实现。 建议使用 auth.signInWithOAuth({ provider: 'providerId' }) 替代。")},e.prototype.getRedirectResult=function(e){return Pi(this,void 0,void 0,(function(){return Ci(this,(function(e){throw new Error("[v1 兼容] WeixinAuthProvider.getRedirectResult() 在当前版本中无法实现。 建议使用 auth.verifyOAuth({ code, state, provider }) 替代。")}))}))},e.prototype.getLinkRedirectResult=function(e){return Pi(this,void 0,void 0,(function(){return Ci(this,(function(e){throw new Error("[v1 兼容] WeixinAuthProvider.getLinkRedirectResult() 在当前版本中无法实现。 建议使用 auth.linkIdentity({ provider: 'providerId' }) 替代。")}))}))},e}(),Ni=function(){function e(e){this.authInstance=e.authInstance}return e.prototype.signIn=function(e){return Pi(this,void 0,void 0,(function(){return Ci(this,(function(t){switch(t.label){case 0:return[4,this.authInstance.signInWithCustomTicket((function(){return Promise.resolve(e)}))];case 1:return t.sent(),[2]}}))}))},e}(),Li=function(){function e(e){this.authInstance=e.authInstance}return e.prototype.signIn=function(){return Pi(this,void 0,void 0,(function(){return Ci(this,(function(e){switch(e.label){case 0:return[4,this.authInstance.signInAnonymously({})];case 1:return e.sent(),[2]}}))}))},e}(),Di=function(){function e(){}return e.prototype.weixinAuthProvider=function(e){return new Ui({authInstance:this,appid:e.appid,scope:e.scope})},e.prototype.customAuthProvider=function(){return new Ni({authInstance:this})},e.prototype.anonymousAuthProvider=function(){return new Li({authInstance:this})},e.prototype.signUpWithEmailAndPassword=function(e,t){return Pi(this,void 0,void 0,(function(){return Ci(this,(function(r){switch(r.label){case 0:return"string"!=typeof e&&(0,de.throwError)(ze.ERRORS.INVALID_PARAMS,"email must be a string"),"string"!=typeof t&&(0,de.throwError)(ze.ERRORS.INVALID_PARAMS,"password must be a string"),[4,this.signUp({email:e,password:t})];case 1:return[2,r.sent()]}}))}))},e.prototype.signInWithEmailAndPassword=function(e,t){return Pi(this,void 0,void 0,(function(){return Ci(this,(function(r){switch(r.label){case 0:return"string"!=typeof e&&(0,de.throwError)(ze.ERRORS.INVALID_PARAMS,"email must be a string"),"string"!=typeof t&&(0,de.throwError)(ze.ERRORS.INVALID_PARAMS,"password must be a string"),[4,this.signIn({username:e,password:t})];case 1:return r.sent(),[2,this.createLoginState()]}}))}))},e.prototype.sendPasswordResetEmail=function(e){return Pi(this,void 0,void 0,(function(){return Ci(this,(function(t){switch(t.label){case 0:return"string"!=typeof e&&(0,de.throwError)(ze.ERRORS.INVALID_PARAMS,"email must be a string"),[4,this.getVerification({email:e})];case 1:return t.sent(),[2]}}))}))},e.prototype.signInWithUsernameAndPassword=function(e,t){return Pi(this,void 0,void 0,(function(){return Ci(this,(function(r){switch(r.label){case 0:return"string"!=typeof e&&(0,de.throwError)(ze.ERRORS.INVALID_PARAMS,"username must be a string"),"string"!=typeof t&&(0,de.throwError)(ze.ERRORS.INVALID_PARAMS,"password must be a string"),[4,this.signIn({username:e,password:t})];case 1:return r.sent(),[2,this.createLoginState()]}}))}))},e.prototype.sendPhoneCode=function(e){return Pi(this,void 0,void 0,(function(){var t;return Ci(this,(function(r){switch(r.label){case 0:return"string"!=typeof e&&(0,de.throwError)(ze.ERRORS.INVALID_PARAMS,"phoneNumber must be a string"),t=this.formatPhone(e),[4,this.getVerification({phone_number:t})];case 1:return r.sent(),[2,!0]}}))}))},e.prototype.signUpWithPhoneCode=function(e,t,r){return Pi(this,void 0,void 0,(function(){var n;return Ci(this,(function(o){switch(o.label){case 0:return"string"!=typeof e&&(0,de.throwError)(ze.ERRORS.INVALID_PARAMS,"phoneNumber must be a string"),"string"!=typeof t&&(0,de.throwError)(ze.ERRORS.INVALID_PARAMS,"phoneCode must be a string"),n=this.formatPhone(e),[4,this.signUp(Ai({phone_number:n,verification_code:t},r?{password:r}:{}))];case 1:return o.sent(),[2,this.createLoginState()]}}))}))},e.prototype.signInWithPhoneCodeOrPassword=function(e){return Pi(this,void 0,void 0,(function(){var t,r,n,o;return Ci(this,(function(i){switch(i.label){case 0:return t=e.phoneNumber,r=e.phoneCode,n=e.password,"string"!=typeof t&&(0,de.throwError)(ze.ERRORS.INVALID_PARAMS,"phoneNumber must be a string"),o=this.formatPhone(t),n?[4,this.signIn({username:o,password:n})]:[3,2];case 1:return i.sent(),[3,5];case 2:return r?[4,this.signIn({username:o,verification_token:r})]:[3,4];case 3:return i.sent(),[3,5];case 4:(0,de.throwError)(ze.ERRORS.INVALID_PARAMS,"phoneCode or password must be provided"),i.label=5;case 5:return[2,this.createLoginState()]}}))}))},e.prototype.forceResetPwdByPhoneCode=function(e){return Pi(this,void 0,void 0,(function(){var t,r,n,o;return Ci(this,(function(i){switch(i.label){case 0:return t=e.phoneNumber,r=e.phoneCode,n=e.password,"string"!=typeof t&&(0,de.throwError)(ze.ERRORS.INVALID_PARAMS,"phoneNumber must be a string"),"string"!=typeof r&&(0,de.throwError)(ze.ERRORS.INVALID_PARAMS,"phoneCode must be a string"),"string"!=typeof n&&(0,de.throwError)(ze.ERRORS.INVALID_PARAMS,"password must be a string"),o=this.formatPhone(t),[4,this.resetPassword({phone_number:o,new_password:n,verification_token:r})];case 1:return i.sent(),[4,this.signIn({username:o,password:n})];case 2:return i.sent(),[2,this.createLoginState()]}}))}))},e.prototype.shouldRefreshAccessToken=function(e){throw new Error("[v1 兼容] shouldRefreshAccessToken() 在当前版本中无法实现。 建议使用 auth.onAuthStateChange(callback) 来监听 TOKEN_REFRESHED 事件替代。")},e.prototype.onLoginStateExpired=function(e){var t=this;this.onLoginStateChanged((function(r){(null==r?void 0:r.eventType)===l&&e.call(t)}))},e.prototype.onAccessTokenRefreshed=function(e){var t=this;this.onAuthStateChange((function(r){r===d.TOKEN_REFRESHED&&e.call(t)}))},e.prototype.onAnonymousConverted=function(e){var t=this;this.onAuthStateChange((function(r){r===d.SIGNED_IN&&e.call(t)}))},e.prototype.onLoginTypeChanged=function(e){var t=this;this.onAuthStateChange((function(r){r!==d.SIGNED_IN&&r!==d.SIGNED_OUT||e.call(t)}))},e}(),ki=function(){var e=function(t,r){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},e(t,r)};return function(t,r){if("function"!=typeof r&&null!==r)throw new TypeError("Class extends value "+String(r)+" is not a constructor or null");function n(){this.constructor=t}e(t,r),t.prototype=null===r?Object.create(r):(n.prototype=r.prototype,new n)}}(),xi=function(){return xi=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},xi.apply(this,arguments)},qi=function(e,t,r,n){var o,i=arguments.length,s=i<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(i<3?o(s):i>3?o(t,r,s):o(t,r))||s);return i>3&&s&&Object.defineProperty(t,r,s),s},ji=function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},Mi=function(e,t,r,n){return new(r||(r=Promise))((function(o,i){function s(e){try{u(n.next(e))}catch(e){i(e)}}function a(e){try{u(n.throw(e))}catch(e){i(e)}}function u(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(s,a)}u((n=n.apply(e,t||[])).next())}))},Bi=function(e,t){var r,n,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(r)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(r=1,n&&(o=2&a[0]?n.return:a[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,a[1])).done)return o;switch(n=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++,n=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=t.call(e,s)}catch(e){a=[6,e],n=0}finally{r=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}},Wi=function(){return"undefined"!=typeof window&&"undefined"!=typeof document},Vi=function(e){return function(t){e.fire(h.LOGIN_STATE_CHANGED,xi(xi({},t),{eventType:l}))}},Fi=function(){function e(e){var t=e.cache,r=e.oauthInstance;this.cache=t,this.oauthInstance=r,this.setUserInfo()}return e.prototype.checkLocalInfo=function(){return Mi(this,void 0,void 0,(function(){return Bi(this,(function(e){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 Mi(this,void 0,void 0,(function(){var e,t,r,n;return Bi(this,(function(o){switch(o.label){case 0:return e=this,[4,this.getLocalUserInfoAsync("uid")];case 1:return e.uid=o.sent(),t=this,[4,this.getLocalUserInfoAsync("gender")];case 2:return t.gender=o.sent(),this.picture=this.getLocalUserInfo("picture"),r=this,[4,this.getLocalUserInfoAsync("email")];case 3:return r.email=o.sent(),this.emailVerified=this.getLocalUserInfo("email_verified"),this.phoneNumber=this.getLocalUserInfo("phone_number"),n=this,[4,this.getLocalUserInfoAsync("username")];case 4:return n.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(e){return Mi(this,void 0,void 0,(function(){var t;return Bi(this,(function(r){switch(r.label){case 0:return[4,this.oauthInstance.authApi.setUserProfile(xi({},e))];case 1:return t=r.sent(),this.setLocalUserInfo(t),[2]}}))}))},e.prototype.updateUserBasicInfo=function(e){return Mi(this,void 0,void 0,(function(){return Bi(this,(function(t){switch(t.label){case 0:return[4,this.oauthInstance.authApi.updateUserBasicInfo(xi({},e))];case 1:return t.sent(),[4,this.refresh()];case 2:return t.sent(),[2]}}))}))},e.prototype.updatePassword=function(e,t){return this.oauthInstance.authApi.updatePasswordByOld({old_password:t,new_password:e})},e.prototype.updateUsername=function(e){return"string"!=typeof e&&(0,de.throwError)(ze.ERRORS.INVALID_PARAMS,"username must be a string"),this.update({username:e})},e.prototype.refresh=function(e){return Mi(this,void 0,void 0,(function(){var t;return Bi(this,(function(r){switch(r.label){case 0:return[4,this.oauthInstance.authApi.getUserInfo(e)];case 1:if("INVALID_ACCESS_TOKEN"===(t=r.sent()).code)throw this.setLocalUserInfo({}),t;return this.setLocalUserInfo(t),[2,t]}}))}))},e.prototype.getLocalUserInfo=function(e){var t=this.cache.keys.userInfoKey,r=this.cache.getStore(t);return e?r[e]:r||{}},e.prototype.setLocalUserInfo=function(e){var t=this.cache.keys.userInfoKey;this.cache.setStore(t,e),this.setUserInfo()},e.prototype.getLocalUserInfoAsync=function(e){return Mi(this,void 0,void 0,(function(){var t;return Bi(this,(function(r){switch(r.label){case 0:return t=this.cache.keys.userInfoKey,[4,this.cache.getStoreAsync(t)];case 1:return[2,r.sent()[e]]}}))}))},e.prototype.setUserInfo=function(){var e=this,t=this.cache.keys.userInfoKey,r=this.cache.getStore(t);["uid","email","name","gender","picture","email_verified","phone_number","birthdate","zoneinfo","locale","sub","created_from","providers","username","created_at","open_id"].forEach((function(t){e[t]=r[t]}))},qi([(0,Ke.catchErrorsDecorator)({title:"更新用户信息失败",messages:["请确认以下各项:"," 1 - 调用 User.update() 的语法或参数是否正确"," 2 - 用户信息中是否包含非法值","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(ze.COMMUNITY_SITE_URL)]}),ji("design:type",Function),ji("design:paramtypes",[Object]),ji("design:returntype",Promise)],e.prototype,"update",null),qi([(0,Ke.catchErrorsDecorator)({title:"更新密码失败",messages:["请确认以下各项:"," 1 - 调用 User.updatePassword() 的语法或参数是否正确"," 3 - 新密码中是否包含非法字符","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(ze.COMMUNITY_SITE_URL)]}),ji("design:type",Function),ji("design:paramtypes",[String,String]),ji("design:returntype",void 0)],e.prototype,"updatePassword",null),qi([(0,Ke.catchErrorsDecorator)({title:"更新用户名失败",messages:["请确认以下各项:"," 1 - 调用 User.updateUsername() 的语法或参数是否正确"," 2 - 当前环境是否开通了用户名密码登录","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(ze.COMMUNITY_SITE_URL)]}),ji("design:type",Function),ji("design:paramtypes",[String]),ji("design:returntype",void 0)],e.prototype,"updateUsername",null),qi([(0,Ke.catchErrorsDecorator)({title:"刷新本地用户信息失败",messages:["请确认以下各项:"," 1 - 调用 User.refresh() 的语法或参数是否正确","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(ze.COMMUNITY_SITE_URL)]}),ji("design:type",Function),ji("design:paramtypes",[Object]),ji("design:returntype",Promise)],e.prototype,"refresh",null),e}();(_i=Fi).prototype.linkWithTicket=function(e){return Pi(this,void 0,void 0,(function(){return Ci(this,(function(e){throw new Error("[v1 兼容] User.linkWithTicket() 在当前版本中无法实现。 建议使用 auth.signInWithCustomTicket(() => Promise.resolve(ticket)) 替代。")}))}))},_i.prototype.linkWithRedirect=function(e){throw new Error("[v1 兼容] User.linkWithRedirect() 在当前版本中无法实现。 建议使用 auth.linkIdentity({ provider: 'providerId' }) 替代。")},_i.prototype.updateEmail=function(e,t){return Pi(this,void 0,void 0,(function(){return Ci(this,(function(t){switch(t.label){case 0:return"string"!=typeof e&&(0,de.throwError)(ze.ERRORS.INVALID_PARAMS,"newEmail must be a string"),[4,this.updateUserBasicInfo({email:e})];case 1:return t.sent(),[2]}}))}))},_i.prototype.linkWithPhoneNumber=function(e,t){return Pi(this,void 0,void 0,(function(){return Ci(this,(function(e){throw new Error("[v1 兼容] User.linkWithPhoneNumber() 在当前版本中无法实现。 建议使用 auth.bindPhoneNumber({ phone_number, verification_token, sudo_token }) 替代。")}))}))},_i.prototype.updatePhoneNumber=function(e,t){return Pi(this,void 0,void 0,(function(){return Ci(this,(function(e){throw new Error("[v1 兼容] User.updatePhoneNumber() 在当前版本中无法实现。 建议使用 auth.updateUser({ phone: newPhoneNumber }) 替代。")}))}))},_i.prototype.unlink=function(e){return Pi(this,void 0,void 0,(function(){return Ci(this,(function(e){throw new Error("[v1 兼容] User.unlink() 在当前版本中无法实现。 建议使用 auth.unlinkIdentity({ provider: loginType }) 替代。")}))}))};var Hi=function(){function e(e){var t=e.envId,r=e.cache,n=e.oauthInstance;t||(0,de.throwError)(ze.ERRORS.INVALID_PARAMS,"envId is not defined"),this.cache=r,this.oauthInstance=n,this.user=new Fi({cache:this.cache,oauthInstance:n})}return e.prototype.checkLocalState=function(){var e;this.oauthLoginState=null===(e=this.oauthInstance)||void 0===e?void 0:e.authApi.hasLoginStateSync(),this.user.checkLocalInfo()},e.prototype.checkLocalStateAsync=function(){var e;return Mi(this,void 0,void 0,(function(){return Bi(this,(function(t){switch(t.label){case 0:return[4,null===(e=this.oauthInstance)||void 0===e?void 0:e.authApi.getLoginState()];case 1:return t.sent(),[4,this.user.checkLocalInfoAsync()];case 2:return t.sent(),[2]}}))}))},e}(),Gi=function(e){function t(t){var r=e.call(this)||this;return r.listeners=new Map,r.hasListenerSetUp=!1,r.config=t,r.oauthInstance=t.oauthInstance,r.cache=t.cache,r.init(),r.setAccessKey(),r}return ki(t,e),t.prototype.signInAnonymously=function(e){return Mi(this,void 0,void 0,(function(){var t,r,n,o,i;return Bi(this,(function(s){switch(s.label){case 0:return s.trys.push([0,4,,5]),[4,this.oauthInstance.authApi.signInAnonymously(e)];case 1:return s.sent(),[4,this.createLoginState()];case 2:return t=s.sent(),[4,this.getSession()];case 3:return r=s.sent().data,n=(void 0===r?{}:r).session,[2,xi(xi({},t),{data:{user:n.user,session:n},error:null})];case 4:return o=s.sent(),(i=new Ne(o,{method:"signInAnonymously"})).category===Pe.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:{},error:i}];case 5:return[2]}}))}))},t.prototype.signUp=function(e){return Mi(this,void 0,void 0,(function(){var t,r,n=this;return Bi(this,(function(o){switch(o.label){case 0:return e.phone_number||e.verification_code||e.verification_token||e.provider_token?(e.phone_number&&(e.phone_number=this.formatPhone(e.phone_number)),[4,this.oauthInstance.authApi.signUp(e)]):[3,2];case 1:return o.sent(),[2,this.createLoginState()];case 2:return o.trys.push([2,4,,5]),this.validateAtLeastOne(e,[["email"],["phone"]],"You must provide either an email or phone number"),[4,this.getVerification(e.email?{email:e.email}:{phone_number:this.formatPhone(e.phone)})];case 3:return t=o.sent(),[2,{data:{verifyOtp:function(r){var o=r.token,i=r.messageId,s=void 0===i?t.verification_id:i;return Mi(n,void 0,void 0,(function(){var r,n,i,a,u;return Bi(this,(function(c){switch(c.label){case 0:return c.trys.push([0,8,,9]),[4,this.verify({verification_id:s||t.verification_id,verification_code:o})];case 1:return r=c.sent(),t.is_user?[4,this.signIn({username:e.email||this.formatPhone(e.phone),verification_token:r.verification_token})]:[3,3];case 2:return c.sent(),[3,6];case 3:return delete(n=JSON.parse(JSON.stringify(e))).email,delete n.phone,[4,this.oauthInstance.authApi.signUp(xi(xi(xi({},n),e.email?{email:e.email}:{phone_number:this.formatPhone(e.phone)}),{verification_token:r.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:{},error:new Ne(u,{method:"signUp"})}];case 9:return[2]}}))}))}},error:null}];case 4:return r=o.sent(),[2,{data:{},error:new Ne(r,{method:"signUp"})}];case 5:return[2]}}))}))},t.prototype.signOut=function(e){var t,r;return Mi(this,void 0,void 0,(function(){var n,o,i;return Bi(this,(function(s){switch(s.label){case 0:return s.trys.push([0,3,,4]),n=this.cache.keys.userInfoKey,[4,this.oauthInstance.authApi.signOut(e)];case 1:return o=s.sent(),[4,this.cache.removeStoreAsync(n)];case 2:return s.sent(),this.setAccessKey(),null===(t=this.config.eventBus)||void 0===t||t.fire(h.LOGIN_STATE_CHANGED,{eventType:"sign_out"}),null===(r=this.config.eventBus)||void 0===r||r.fire(h.AUTH_STATE_CHANGED,{event:d.SIGNED_OUT}),[2,xi(xi({},o),{data:{},error:null})];case 3:return i=s.sent(),[2,{data:{},error:new Ne(i,{method:"signOut"})}];case 4:return[2]}}))}))},t.prototype.onAuthStateChange=function(e){var t=this;this.hasListenerSetUp||(this.setupListeners(),this.hasListenerSetUp=!0);var r=Math.random().toString(36);return this.listeners.has(r)||this.listeners.set(r,new Set),this.listeners.get(r).add(e),{data:{subscription:{id:r,callback:e,unsubscribe:function(){var n=t.listeners.get(r);n&&(n.delete(e),0===n.size&&t.listeners.delete(r))}}}}},t.prototype.signInWithPassword=function(e){return Mi(this,void 0,void 0,(function(){var t,r,n,o;return Bi(this,(function(i){switch(i.label){case 0:return i.trys.push([0,3,,4]),this.validateAtLeastOne(e,[["username"],["email"],["phone"]],"You must provide either username, email, or phone"),this.validateParams(e,{password:{required:!0,message:"Password is required"}}),[4,this.signIn(xi({username:e.username||e.email||this.formatPhone(e.phone),password:e.password},e.is_encrypt?{isEncrypt:!0,version:"v2"}:{}))];case 1:return i.sent(),[4,this.getSession()];case 2:return t=i.sent().data,[2,{data:{user:(r=(void 0===t?{}:t).session).user,session:r},error:null}];case 3:return n=i.sent(),(o=new Ne(n,{method:"signInWithPassword"})).category===Pe.PROVIDER_NOT_ENABLED?console.error(o.helpMessage):o.category===Pe.INVALID_CREDENTIALS||o.category===Pe.USER_NOT_FOUND?console.warn(o.helpMessage):console.warn("[CloudBase Auth] signInWithPassword 失败 [".concat(o.category,"]: ").concat(o.message)),o.loginMethodHint&&console.info(o.loginMethodHint),[2,{data:{},error:o}];case 4:return[2]}}))}))},t.prototype.signInWithIdToken=function(e){return Mi(this,void 0,void 0,(function(){var t,r,n;return Bi(this,(function(o){switch(o.label){case 0:return o.trys.push([0,3,,4]),this.validateParams(e,{token:{required:!0,message:"Token is required"}}),[4,this.signInWithProvider({provider_token:e.token})];case 1:return o.sent(),[4,this.getSession()];case 2:return t=o.sent().data,[2,{data:{user:(r=(void 0===t?{}:t).session).user,session:r},error:null}];case 3:return n=o.sent(),[2,{data:{},error:new Ne(n,{method:"signInWithIdToken"})}];case 4:return[2]}}))}))},t.prototype.signInWithOtp=function(e){var t,r,n,o;return Mi(this,void 0,void 0,(function(){var i,s,a=this;return Bi(this,(function(u){switch(u.label){case 0:if(!(null===(t=e.options)||void 0===t?void 0:t.emailRedirectTo)&&(void 0===(null===(r=e.options)||void 0===r?void 0:r.shouldCreateUser)||(null===(n=e.options)||void 0===n?void 0:n.shouldCreateUser)))return[2,this.signUp({email:e.email,phone:e.phone})];u.label=1;case 1:return u.trys.push([1,3,,4]),this.validateAtLeastOne(e,[["email"],["phone"]],"You must provide either an email or phone number"),[4,this.getVerification(xi({email_redirect_to:null===(o=e.options)||void 0===o?void 0:o.emailRedirectTo},e.email?{email:e.email}:{phone_number:this.formatPhone(e.phone)}))];case 2:return i=u.sent(),[2,{data:{user:null,session:null,verifyOtp:function(t){var r=t.token,n=t.messageId,o=void 0===n?i.verification_id:n;return Mi(a,void 0,void 0,(function(){return Bi(this,(function(t){return[2,this.verifyOtp({email:e.email,phone:e.phone,token:r,messageId:o})]}))}))}},error:null}];case 3:return s=u.sent(),[2,{data:{},error:new Ne(s,{method:"signInWithOtp"})}];case 4:return[2]}}))}))},t.prototype.verifyOAuth=function(e){return Mi(this,void 0,void 0,(function(){var t,r,n,o,i,s,a,u,c;return Bi(this,(function(l){switch(l.label){case 0:t={},l.label=1;case 1:return l.trys.push([1,7,,8]),r=(null==e?void 0:e.code)||N("code"),n=(null==e?void 0:e.state)||N("state"),r?n?(o=function(e){try{return JSON.parse(sessionStorage.getItem(e))}catch(e){return console.error("Failed to get browser session:",e),null}}(n),t.type=null==o?void 0:o.type,(i=(null==e?void 0:e.provider)||(null==o?void 0:o.provider)||N("provider"))?[4,this.grantProviderToken({provider_id:i,provider_redirect_uri:location.origin+location.pathname,provider_code:r})]:[2,{data:t,error:new Ne({message:"Provider is required"})}]):[2,{data:{},error:new Ne({message:"State is required"})}]:[2,{data:{},error:new Ne({message:"Code is required"})}];case 2:return s=l.sent().provider_token,a=void 0,o.type!==f.BIND_IDENTITY?[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=xi(xi({},t),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(e,t){if(void 0!==e){var r=new URL(window.location.href);return r.search=e,r.hash=t||r.hash,window.history.replaceState({},"",r.href),r.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(e){try{return sessionStorage.removeItem(e),!0}catch(e){return console.error("Failed to remove browser session:",e),null}}(n),[2,a];case 7:return c=l.sent(),[2,{data:t,error:new Ne(c,{method:"verifyOAuth"})}];case 8:return[2]}}))}))},t.prototype.signInWithOAuth=function(e){var t,r,n,o,i;return Mi(this,void 0,void 0,(function(){var s,a,u,c,l,d,h,p,v;return Bi(this,(function(g){switch(g.label){case 0:return g.trys.push([0,2,,3]),this.validateParams(e,{provider:{required:!0,message:"Provider is required"}}),s=(null===(t=e.options)||void 0===t?void 0:t.redirectTo)||location.href,a=new URL(s),u=a.origin+a.pathname,c=(null===(r=e.options)||void 0===r?void 0:r.state)||"prd-".concat(e.provider,"-").concat(Math.random().toString(36).slice(2)),[4,this.genProviderRedirectUri({provider_id:e.provider,provider_redirect_uri:u,state:c})];case 1:return l=g.sent().uri,d=decodeURIComponent(l),h=d,(null===(n=e.options)||void 0===n?void 0:n.queryParams)&&(p=new URL(d),Object.entries(e.options.queryParams).forEach((function(e){var t=e[0],r=e[1];p.searchParams.set(t,r)})),h=p.toString()),function(e,t){try{sessionStorage.setItem(e,JSON.stringify(t))}catch(e){console.error("Failed to save to browser session:",e)}}(c,{provider:e.provider,search:a.search,hash:a.hash,type:(null===(o=e.options)||void 0===o?void 0:o.type)||f.SIGN_IN}),Wi()&&!(null===(i=e.options)||void 0===i?void 0:i.skipBrowserRedirect)&&window.location.assign(h),[2,{data:{url:h,provider:e.provider},error:null}];case 2:return v=g.sent(),[2,{data:{},error:new Ne(v,{method:"signInWithOAuth"})}];case 3:return[2]}}))}))},t.prototype.getClaims=function(){return Mi(this,void 0,void 0,(function(){var e,t,r;return Bi(this,(function(n){switch(n.label){case 0:return n.trys.push([0,2,,3]),[4,this.getAccessToken()];case 1:return e=n.sent().accessToken,t=function(e){if("string"!=typeof e)throw new Error("Invalid token specified");try{var t=e.split(".").map(((e,t)=>2===t?e:JSON.parse(function(e){var t=e.replace(/-/g,"+").replace(/_/g,"/");switch(t.length%4){case 0:break;case 2:t+="==";break;case 3:t+="=";break;default:throw new Error("Illegal base64url string!")}try{return function(e){return decodeURIComponent(I(e).replace(/(.)/g,(e=>{var t=e.charCodeAt(0).toString(16).toUpperCase();return t.length<2&&(t="0".concat(t)),"%".concat(t)})))}(t)}catch(e){return I(t)}}(e))));return{claims:t[1],header:t[0],signature:t[2]}}catch(e){throw new Error("Invalid token specified: ".concat(e)?e.message:0)}}(e),[2,{data:t,error:null}];case 2:return r=n.sent(),[2,{data:{},error:new Ne(r,{method:"getClaims"})}];case 3:return[2]}}))}))},t.prototype.resetPasswordForEmail=function(e,t){return Mi(this,void 0,void 0,(function(){var r,n,o,i,s,a,u=this;return Bi(this,(function(c){switch(c.label){case 0:return c.trys.push([0,2,,3]),this.validateParams({emailOrPhone:e},{emailOrPhone:{required:!0,message:"Email or phone is required"}}),r=(t||{}).redirectTo,n=e.includes("@"),o=void 0,n?o={email:e}:(i=this.formatPhone(e),o={phone_number:i}),[4,this.getVerification(o)];case 1:return s=c.sent(),[2,{data:{updateUser:function(t){return Mi(u,void 0,void 0,(function(){var o,i,a,u;return Bi(this,(function(c){switch(c.label){case 0:this.validateParams(t,{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:t.nonce})];case 2:return o=c.sent(),[4,this.oauthInstance.authApi.resetPassword({email:n?e:void 0,phone_number:n?void 0:e,new_password:t.password,verification_token:o.verification_token})];case 3:return c.sent(),null===(u=this.config.eventBus)||void 0===u||u.fire(h.AUTH_STATE_CHANGED,{event:d.PASSWORD_RECOVERY}),[4,this.signInWithPassword({email:n?e:void 0,phone:n?void 0:e,password:t.password})];case 4:return i=c.sent(),r&&Wi()&&window.location.assign(r),[2,i];case 5:return a=c.sent(),[2,{data:{},error:new Ne(a,{method:"resetPasswordForEmail"})}];case 6:return[2]}}))}))}},error:null}];case 2:return a=c.sent(),[2,{data:{},error:new Ne(a,{method:"resetPasswordForEmail"})}];case 3:return[2]}}))}))},t.prototype.resetPasswordForOld=function(e){return Mi(this,void 0,void 0,(function(){var t,r,n;return Bi(this,(function(o){switch(o.label){case 0:return o.trys.push([0,3,,4]),[4,this.oauthInstance.authApi.updatePasswordByOld({old_password:e.old_password,new_password:e.new_password})];case 1:return o.sent(),[4,this.getSession()];case 2:return t=o.sent().data,[2,{data:{user:(r=(void 0===t?{}:t).session).user,session:r},error:null}];case 3:return n=o.sent(),[2,{data:{},error:new Ne(n,{method:"resetPasswordForOld"})}];case 4:return[2]}}))}))},t.prototype.verifyOtp=function(e){return Mi(this,void 0,void 0,(function(){var t,r,n,o;return Bi(this,(function(i){switch(i.label){case 0:return i.trys.push([0,6,,7]),t=e.type,this.validateParams(e,{token:{required:!0,message:"Token is required"},messageId:{required:!0,message:"messageId is required"}}),["phone_change","email_change"].includes(t)?[4,this.verify({verification_id:e.messageId,verification_code:e.token})]:[3,2];case 1:return i.sent(),[3,4];case 2:return[4,this.signInWithUsername({verificationInfo:{verification_id:e.messageId,is_user:!0},verificationCode:e.token,username:e.email||this.formatPhone(e.phone)||"",loginType:e.email?"email":"phone"})];case 3:i.sent(),i.label=4;case 4:return[4,this.getSession()];case 5:return r=i.sent().data,[2,{data:{user:(n=(void 0===r?{}:r).session).user,session:n},error:null}];case 6:return o=i.sent(),[2,{data:{},error:new Ne(o,{method:"verifyOtp"})}];case 7:return[2]}}))}))},t.prototype.getSession=function(){return Mi(this,void 0,void 0,(function(){var e,t,r,n;return Bi(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?[4,this.getUser(!1)]:[2,{data:{session:null},error:null}];case 2:return t=o.sent().data,r=(void 0===t?{}:t).user,[2,{data:{session:xi(xi({},e),{user:r}),user:r},error:null}];case 3:return n=o.sent(),[2,{data:{},error:new Ne(n,{method:"getSession"})}];case 4:return[2]}}))}))},t.prototype.refreshSession=function(e){return Mi(this,void 0,void 0,(function(){var t,r,n,o,i;return Bi(this,(function(s){switch(s.label){case 0:return s.trys.push([0,4,,5]),[4,this.oauthInstance.oauth2client.localCredentials.getCredentials()];case 1:return(t=s.sent()).refresh_token=e||t.refresh_token,[4,this.oauthInstance.oauth2client.refreshToken(t)];case 2:return r=s.sent(),[4,this.getUser(!1)];case 3:return n=s.sent().data,[2,{data:{user:o=(void 0===n?{}:n).user,session:xi(xi({},r),{user:o})},error:null}];case 4:return i=s.sent(),[2,{data:{},error:new Ne(i,{method:"refreshSession"})}];case 5:return[2]}}))}))},t.prototype.getUser=function(e){return void 0===e&&(e=!0),Mi(this,void 0,void 0,(function(){var t,r;return Bi(this,(function(n){switch(n.label){case 0:return n.trys.push([0,2,,3]),t=this.convertToUser,[4,this.getCurrentUser(e)];case 1:return[2,{data:{user:t.apply(this,[n.sent()])},error:null}];case 2:return r=n.sent(),[2,{data:{},error:new Ne(r,{method:"getUser"})}];case 3:return[2]}}))}))},t.prototype.refreshUser=function(){return Mi(this,void 0,void 0,(function(){var e,t,r;return Bi(this,(function(n){switch(n.label){case 0:return n.trys.push([0,3,,4]),[4,this.currentUser.refresh()];case 1:return n.sent(),[4,this.getSession()];case 2:return e=n.sent().data,[2,{data:{user:(t=(void 0===e?{}:e).session).user,session:t},error:null}];case 3:return r=n.sent(),[2,{data:{},error:new Ne(r,{method:"refreshUser"})}];case 4:return[2]}}))}))},t.prototype.updateUser=function(e){var t;return Mi(this,void 0,void 0,(function(){var r,n,o,i,s,a,u,c,l,f,p,v,g=this;return Bi(this,(function(y){switch(y.label){case 0:if(y.trys.push([0,8,,9]),!Object.keys(e).some((function(t){return void 0!==e[t]&&null!==e[t]&&""!==e[t]})))throw new Ne({message:"At least one field must be provided for update"});return r=e.email,n=e.phone,o=function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r}(e,["email","phone"]),s=void 0!==n,a={},(i=void 0!==r)||s?(u=void 0,i?(u={email:e.email},c="email_change"):(l=this.formatPhone(e.phone),u={phone_number:l},c="phone_change"),[4,this.getVerification(u)]):[3,4];case 1:return f=y.sent(),Object.keys(o).length>0?[4,this.updateUserBasicInfo(o)]:[3,3];case 2:y.sent(),y.label=3;case 3:return a={messageId:f.verification_id,verifyOtp:function(t){return Mi(g,void 0,void 0,(function(){var r,n,o;return Bi(this,(function(s){switch(s.label){case 0:return s.trys.push([0,11,,12]),t.email&&e.email===t.email?[4,this.verifyOtp({type:"email_change",email:e.email,token:t.token,messageId:f.verification_id})]:[3,3];case 1:return s.sent(),[4,this.updateUserBasicInfo({email:e.email})];case 2:return s.sent(),[3,9];case 3:return t.phone&&e.phone===t.phone?[4,this.verifyOtp({type:"phone_change",phone:e.phone,token:t.token,messageId:f.verification_id})]:[3,6];case 4:return s.sent(),[4,this.updateUserBasicInfo({phone:this.formatPhone(e.phone)})];case 5:return s.sent(),[3,9];case 6:return[4,this.verifyOtp({type:c,email:i?e.email:void 0,phone:i?void 0:e.phone,token:t.token,messageId:f.verification_id})];case 7:return s.sent(),[4,this.updateUserBasicInfo(e)];case 8:s.sent(),s.label=9;case 9:return[4,this.getUser(!1)];case 10:return r=s.sent().data.user,null===(o=this.config.eventBus)||void 0===o||o.fire(h.AUTH_STATE_CHANGED,{event:d.USER_UPDATED}),[2,{data:{user:r},error:null}];case 11:return n=s.sent(),[2,{data:{},error:new Ne(n,{method:"updateUser"})}];case 12:return[2]}}))}))}},[3,6];case 4:return[4,this.updateUserBasicInfo(e)];case 5:y.sent(),y.label=6;case 6:return[4,this.getUser(!1)];case 7:return p=y.sent().data.user,null===(t=this.config.eventBus)||void 0===t||t.fire(h.AUTH_STATE_CHANGED,{event:d.USER_UPDATED}),[2,{data:xi({user:p},a),error:null}];case 8:return v=y.sent(),[2,{data:{},error:new Ne(v,{method:"updateUser"})}];case 9:return[2]}}))}))},t.prototype.getUserIdentities=function(){var e;return Mi(this,void 0,void 0,(function(){var t,r;return Bi(this,(function(n){switch(n.label){case 0:return n.trys.push([0,2,,3]),[4,this.oauthInstance.authApi.getProviders()];case 1:return t=n.sent(),[2,{data:{identities:null===(e=null==t?void 0:t.data)||void 0===e?void 0:e.filter((function(e){return!!e.bind}))},error:null}];case 2:return r=n.sent(),[2,{data:{},error:new Ne(r,{method:"getUserIdentities"})}];case 3:return[2]}}))}))},t.prototype.linkIdentity=function(e){return Mi(this,void 0,void 0,(function(){var t;return Bi(this,(function(r){switch(r.label){case 0:return r.trys.push([0,2,,3]),this.validateParams(e,{provider:{required:!0,message:"Provider is required"}}),[4,this.signInWithOAuth({provider:e.provider,options:{type:f.BIND_IDENTITY}})];case 1:return r.sent(),[2,{data:{provider:e.provider},error:null}];case 2:return t=r.sent(),[2,{data:{},error:new Ne(t,{method:"linkIdentity"})}];case 3:return[2]}}))}))},t.prototype.unlinkIdentity=function(e){return Mi(this,void 0,void 0,(function(){var t;return Bi(this,(function(r){switch(r.label){case 0:return r.trys.push([0,2,,3]),this.validateParams(e,{provider:{required:!0,message:"Provider is required"}}),[4,this.oauthInstance.authApi.unbindProvider({provider_id:e.provider})];case 1:return r.sent(),[2,{data:{},error:null}];case 2:return t=r.sent(),[2,{data:{},error:new Ne(t,{method:"unlinkIdentity"})}];case 3:return[2]}}))}))},t.prototype.reauthenticate=function(){return Mi(this,void 0,void 0,(function(){var e,t,r,n,o=this;return Bi(this,(function(i){switch(i.label){case 0:return i.trys.push([0,3,,4]),[4,this.getUser(!1)];case 1:return e=i.sent().data.user,this.validateAtLeastOne(e,[["email","phone"]],"You must provide either an email or phone number"),t=e.email?{email:e.email}:{phone_number:this.formatPhone(e.phone)},[4,this.getVerification(t)];case 2:return r=i.sent(),[2,{data:{updateUser:function(e){return Mi(o,void 0,void 0,(function(){var n,o,i,s,a;return Bi(this,(function(u){switch(u.label){case 0:this.validateParams(e,{nonce:{required:!0,message:"Nonce is required"}}),u.label=1;case 1:return u.trys.push([1,9,,10]),e.password?[4,this.verify({verification_id:r.verification_id,verification_code:e.nonce})]:[3,5];case 2:return n=u.sent(),[4,this.oauthInstance.authApi.sudo({verification_token:n.verification_token})];case 3:return o=u.sent(),[4,this.oauthInstance.authApi.setPassword({new_password:e.password,sudo_token:o.sudo_token})];case 4:return u.sent(),[3,7];case 5:return[4,this.signInWithUsername(xi(xi({verificationInfo:r,verificationCode:e.nonce},t),{loginType:t.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:{},error:new Ne(a,{method:"reauthenticate"})}];case 10:return[2]}}))}))}},error:null}];case 3:return n=i.sent(),[2,{data:{},error:new Ne(n,{method:"reauthenticate"})}];case 4:return[2]}}))}))},t.prototype.resend=function(e){return Mi(this,void 0,void 0,(function(){var t,r,n;return Bi(this,(function(o){switch(o.label){case 0:return o.trys.push([0,2,,3]),this.validateAtLeastOne(e,[["email"],["phone"]],"You must provide either an email or phone number"),t="signup"===e.type?"ANY":"USER",r={target:t},"email"in e&&(r.email=e.email),"phone"in e&&(r.phone_number=this.formatPhone(e.phone)),[4,this.oauthInstance.authApi.getVerification(r)];case 1:return[2,{data:{messageId:o.sent().verification_id},error:null}];case 2:return n=o.sent(),[2,{data:{},error:new Ne(n,{method:"resend"})}];case 3:return[2]}}))}))},t.prototype.setSession=function(e){var t;return Mi(this,void 0,void 0,(function(){var r,n,o;return Bi(this,(function(i){switch(i.label){case 0:return i.trys.push([0,3,,4]),this.validateParams(e,{access_token:{required:!0,message:"Access token is required"},refresh_token:{required:!0,message:"Refresh token is required"}}),[4,this.oauthInstance.oauth2client.refreshToken(e,{throwError:!0})];case 1:return i.sent(),[4,this.getSession()];case 2:return r=i.sent().data,n=(void 0===r?{}:r).session,null===(t=this.config.eventBus)||void 0===t||t.fire(h.AUTH_STATE_CHANGED,{event:d.SIGNED_IN}),[2,{data:{user:n.user,session:n},error:null}];case 3:return o=i.sent(),[2,{data:{},error:new Ne(o,{method:"setSession"})}];case 4:return[2]}}))}))},t.prototype.exchangeCodeForSession=function(){return Mi(this,void 0,void 0,(function(){return Bi(this,(function(e){return[2]}))}))},t.prototype.deleteUser=function(e){return Mi(this,void 0,void 0,(function(){var t,r;return Bi(this,(function(n){switch(n.label){case 0:return n.trys.push([0,3,,4]),this.validateParams(e,{password:{required:!0,message:"Password is required"}}),[4,this.oauthInstance.authApi.sudo(e)];case 1:return t=n.sent().sudo_token,[4,this.oauthInstance.authApi.deleteMe({sudo_token:t})];case 2:return n.sent(),[2,{data:{},error:null}];case 3:return r=n.sent(),[2,{data:{},error:new Ne(r,{method:"deleteUser"})}];case 4:return[2]}}))}))},t.prototype.toDefaultLoginPage=function(e){return void 0===e&&(e={}),Mi(this,void 0,void 0,(function(){var t,r,n,o,i;return Bi(this,(function(s){try{return t=e.config_version||"env",r=Object.keys(e.query||{}).map((function(t){return"".concat(t,"=").concat(e.query[t])})).join("&"),mi()?wx.navigateTo({url:"/packages/$wd_system/pages/login/index".concat(r?"?".concat(r):"")}):(n=e.redirect_uri||window.location.href,o=new URL(n),i="".concat(o.origin,"/__auth/?app_id=").concat(e.app_id||"","&env_id=").concat(this.config.env,"&client_id=").concat(this.config.clientId||this.config.env,"&config_version=").concat(t,"&redirect_uri=").concat(encodeURIComponent(n)).concat(r?"&".concat(r):""),window.location.href=i),[2,{data:{},error:null}]}catch(e){return[2,{data:{},error:new Ne(e,{method:"toDefaultLoginPage"})}]}return[2]}))}))},t.prototype.signInWithCustomTicket=function(e){return Mi(this,void 0,void 0,(function(){var t,r,n,o;return Bi(this,(function(i){switch(i.label){case 0:e&&this.setCustomSignFunc(e),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 t=i.sent(),[4,this.getSession()];case 4:return r=i.sent().data,n=(void 0===r?{}:r).session,[2,xi(xi({},t),{data:{user:n.user,session:n},error:null})];case 5:return o=i.sent(),[2,{data:{},error:new Ne(o,{method:"signInWithCustomTicket"})}];case 6:return[2]}}))}))},t.prototype.signInWithOpenId=function(e){var t=(void 0===e?{}:e).useWxCloud,r=void 0===t||t;return Mi(this,void 0,void 0,(function(){var e,t,n,o,i,s,a=this;return Bi(this,(function(u){switch(u.label){case 0:if(!mi())throw Error("wx api undefined");e=wx.getAccountInfoSync().miniProgram,t=function(t){return Mi(a,void 0,void 0,(function(){var n,o;return Bi(this,(function(i){switch(i.label){case 0:n=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==e?void 0:e.appId,provider_code:t,provider_params:{provider_code_type:"open_id",appid:null==e?void 0:e.appId}},r)];case 2:if((null==(n=i.sent())?void 0:n.error_code)||!n.provider_token)throw n;return[4,this.oauthInstance.authApi.signInWithProvider({provider_token:n.provider_token},r)];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(e,r){wx.login({success:function(n){return Mi(a,void 0,void 0,(function(){var o;return Bi(this,(function(i){switch(i.label){case 0:return i.trys.push([0,2,,3]),[4,t(n.code)];case 1:return i.sent(),e(!0),[3,3];case 2:return o=i.sent(),r(o),[3,3];case 3:return[2]}}))}))},fail:function(e){var t=new Error(null==e?void 0:e.errMsg);t.code=null==e?void 0:e.errno,r(t)}})}))];case 2:return u.sent(),[4,this.createLoginState()];case 3:return n=u.sent(),[4,this.getSession()];case 4:return o=u.sent().data,i=(void 0===o?{}:o).session,[2,xi(xi({},n),{data:{user:i.user,session:i},error:null})];case 5:return s=u.sent(),[2,{data:{},error:new Ne(s,{method:"signInWithOpenId"})}];case 6:return[2]}}))}))},t.prototype.signInWithPhoneAuth=function(e){var t=e.phoneCode,r=void 0===t?"":t,n=e.useWxCloud,o=void 0!==n&&n;return Mi(this,void 0,void 0,(function(){var e,t,n,i,s,a,u,c,l;return Bi(this,(function(d){switch(d.label){case 0:return mi()?(e=wx.getAccountInfoSync().miniProgram,t={provider_params:{provider_code_type:"phone",code:r,appid:e.appId},provider_id:e.appId},[4,wx.login()]):[2,{data:{},error:new Ne({message:"wx api undefined"})}];case 1:n=d.sent().code,t.provider_code=n,d.label=2;case 2:return d.trys.push([2,5,,6]),[4,this.oauthInstance.authApi.grantProviderToken(t,o)];case 3:if((i=d.sent()).error_code)throw i;return[4,this.oauthInstance.authApi.signInWithProvider({provider_token:i.provider_token},o)];case 4:if(null==(s=d.sent())?void 0:s.error_code)throw s;return[3,6];case 5:return a=d.sent(),[2,{data:{},error:new Ne(a,{method:"signInWithPhoneAuth"})}];case 6:return[4,this.createLoginState()];case 7:return u=d.sent(),[4,this.getSession()];case 8:return c=d.sent().data,l=(void 0===c?{}:c).session,[2,xi(xi({},u),{data:{user:l.user,session:l},error:null})]}}))}))},t.prototype.bindPhoneNumber=function(e){return Mi(this,void 0,void 0,(function(){return Bi(this,(function(t){return[2,this.oauthInstance.authApi.editContact(e)]}))}))},t.prototype.unbindProvider=function(e){return Mi(this,void 0,void 0,(function(){return Bi(this,(function(t){return[2,this.oauthInstance.authApi.unbindProvider(e)]}))}))},t.prototype.bindEmail=function(e){return this.oauthInstance.authApi.editContact(e)},t.prototype.verify=function(e){return Mi(this,void 0,void 0,(function(){return Bi(this,(function(t){return[2,this.oauthInstance.authApi.verify(e)]}))}))},t.prototype.getVerification=function(e,t){return Mi(this,void 0,void 0,(function(){return Bi(this,(function(r){return e.phone_number&&(e.phone_number=this.formatPhone(e.phone_number)),[2,this.oauthInstance.authApi.getVerification(e,t)]}))}))},Object.defineProperty(t.prototype,"currentUser",{get:function(){if("async"!==this.cache.mode){var e=this.hasLoginState();return e&&e.user||null}(0,de.printWarn)(ze.ERRORS.INVALID_OPERATION,"current platform's storage is asynchronous, please use getCurrentUser instead")},enumerable:!1,configurable:!0}),t.prototype.getCurrentUser=function(e){return void 0===e&&(e=!0),Mi(this,void 0,void 0,(function(){var t,r,n;return Bi(this,(function(o){switch(o.label){case 0:return o.trys.push([0,4,,5]),e?[4,this.getLoginState()]:[3,3];case 1:return(t=o.sent())?[4,t.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(r=o.sent())?(n=r.user.getLocalUserInfo(),[4,r.user.checkLocalInfoAsync()]):[3,8];case 7:return o.sent(),[2,xi(xi({},r.user),n)];case 8:return[2,null]}}))}))},t.prototype.signInAnonymouslyInWx=function(e){var t=(void 0===e?{}:e).useWxCloud;return Mi(this,void 0,void 0,(function(){var e,r,n=this;return Bi(this,(function(o){switch(o.label){case 0:if(!mi())throw Error("wx api undefined");return e=wx.getAccountInfoSync().miniProgram,r=function(r){return Mi(n,void 0,void 0,(function(){var n,o;return Bi(this,(function(i){switch(i.label){case 0:n=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==e?void 0:e.appId,provider_code:r,provider_params:{provider_code_type:"open_id",appid:null==e?void 0:e.appId}},t)];case 2:if((null==(n=i.sent())?void 0:n.error_code)||!n.provider_token)throw n;return[4,this.oauthInstance.authApi.signInAnonymously({provider_token:n.provider_token},t)];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(e,t){wx.login({success:function(o){return Mi(n,void 0,void 0,(function(){var n;return Bi(this,(function(i){switch(i.label){case 0:return i.trys.push([0,2,,3]),[4,r(o.code)];case 1:return i.sent(),e(!0),[3,3];case 2:return n=i.sent(),t(n),[3,3];case 3:return[2]}}))}))},fail:function(e){var r=new Error(null==e?void 0:e.errMsg);r.code=null==e?void 0:e.errno,t(r)}})}))];case 1:return o.sent(),[2,this.createLoginState(void 0,{asyncRefreshUser:!0})]}}))}))},t.prototype.bindOpenId=function(){return Mi(this,void 0,void 0,(function(){var e,t,r=this;return Bi(this,(function(n){switch(n.label){case 0:if(!mi())throw Error("wx api undefined");return e=wx.getAccountInfoSync().miniProgram,t=function(t){return Mi(r,void 0,void 0,(function(){var r;return Bi(this,(function(n){switch(n.label){case 0:r=void 0,n.label=1;case 1:return n.trys.push([1,4,,5]),[4,this.oauthInstance.authApi.grantProviderToken({provider_id:null==e?void 0:e.appId,provider_code:t,provider_params:{provider_code_type:"open_id",appid:null==e?void 0:e.appId}})];case 2:if((null==(r=n.sent())?void 0:r.error_code)||!r.provider_token)throw r;return[4,this.oauthInstance.authApi.bindWithProvider({provider_token:r.provider_token})];case 3:return n.sent(),[3,5];case 4:throw n.sent();case 5:return[2]}}))}))},[4,new Promise((function(e,n){wx.login({success:function(o){return Mi(r,void 0,void 0,(function(){var r;return Bi(this,(function(i){switch(i.label){case 0:return i.trys.push([0,2,,3]),[4,t(o.code)];case 1:return i.sent(),e(!0),[3,3];case 2:return r=i.sent(),n(r),[3,3];case 3:return[2]}}))}))},fail:function(e){var t=new Error(null==e?void 0:e.errMsg);t.code=null==e?void 0:e.errno,n(t)}})}))];case 1:return n.sent(),[2]}}))}))},t.prototype.signInWithUnionId=function(){return Mi(this,void 0,void 0,(function(){var e=this;return Bi(this,(function(t){switch(t.label){case 0:if(!mi())throw Error("wx api undefined");t.label=1;case 1:return t.trys.push([1,3,,4]),[4,new Promise((function(t,r){var n=wx.getAccountInfoSync().miniProgram;wx.login({success:function(o){return Mi(e,void 0,void 0,(function(){var e,i,s,a,u;return Bi(this,(function(c){switch(c.label){case 0:e=null==n?void 0:n.appId,c.label=1;case 1:return c.trys.push([1,4,,5]),[4,this.oauthInstance.authApi.grantProviderToken({provider_code:o.code,provider_id:e,provider_params:{provider_code_type:"union_id",appid:null==n?void 0:n.appId}})];case 2:return i=c.sent(),(s=i.provider_token)?[4,this.oauthInstance.authApi.signInWithProvider({provider_id:e,provider_token:s})]:(r(i),[2]);case 3:return(null==(a=c.sent())?void 0:a.error_code)?(r(a),[2]):(t(!0),[3,5]);case 4:return u=c.sent(),r(u),[3,5];case 5:return[2]}}))}))},fail:function(e){var t=new Error(null==e?void 0:e.errMsg);t.code=null==e?void 0:e.errno,r(t)}})}))];case 2:return t.sent(),[3,4];case 3:throw t.sent();case 4:return[2,this.createLoginState()]}}))}))},t.prototype.signInWithSms=function(e){var t=e.verificationInfo,r=void 0===t?{verification_id:"",is_user:!1}:t,n=e.verificationCode,o=void 0===n?"":n,i=e.phoneNum,s=void 0===i?"":i,a=e.bindInfo,u=void 0===a?void 0:a;return Mi(this,void 0,void 0,(function(){return Bi(this,(function(e){try{return[2,this.signInWithUsername({verificationInfo:r,verificationCode:o,bindInfo:u,username:s,loginType:"sms"})]}catch(e){throw e}return[2]}))}))},t.prototype.signInWithEmail=function(e){var t=e.verificationInfo,r=void 0===t?{verification_id:"",is_user:!1}:t,n=e.verificationCode,o=void 0===n?"":n,i=e.bindInfo,s=void 0===i?void 0:i,a=e.email,u=void 0===a?"":a;return Mi(this,void 0,void 0,(function(){return Bi(this,(function(e){try{return[2,this.signInWithUsername({verificationInfo:r,verificationCode:o,bindInfo:s,username:u,loginType:"email"})]}catch(e){throw e}return[2]}))}))},t.prototype.setCustomSignFunc=function(e){this.oauthInstance.authApi.setCustomSignFunc(e)},t.prototype.signIn=function(e){return Mi(this,void 0,void 0,(function(){return Bi(this,(function(t){switch(t.label){case 0:return[4,this.oauthInstance.authApi.signIn(e)];case 1:return t.sent(),[2,this.createLoginState(e)]}}))}))},t.prototype.setPassword=function(e){return Mi(this,void 0,void 0,(function(){return Bi(this,(function(t){return[2,this.oauthInstance.authApi.setPassword(e)]}))}))},t.prototype.isUsernameRegistered=function(e){return Mi(this,void 0,void 0,(function(){return Bi(this,(function(t){switch(t.label){case 0:return"string"!=typeof e&&(0,de.throwError)(ze.ERRORS.INVALID_PARAMS,"username must be a string"),[4,this.oauthInstance.authApi.checkIfUserExist({username:e})];case 1:return[2,t.sent().exist]}}))}))},t.prototype.hasLoginState=function(){var e;if("async"!==this.cache.mode)return(null===(e=this.oauthInstance)||void 0===e?void 0:e.authApi.hasLoginStateSync())?new Hi({envId:this.config.env,cache:this.cache,oauthInstance:this.oauthInstance}):null;(0,de.printWarn)(ze.ERRORS.INVALID_OPERATION,"current platform's storage is asynchronous, please use getLoginState instead")},t.prototype.getLoginState=function(){return Mi(this,void 0,void 0,(function(){var e;return Bi(this,(function(t){switch(t.label){case 0:e=null,t.label=1;case 1:return t.trys.push([1,3,,4]),[4,this.oauthInstance.authApi.getLoginState()];case 2:return e=t.sent(),[3,4];case 3:return t.sent(),[2,null];case 4:return e?[2,new Hi({envId:this.config.env,cache:this.cache,oauthInstance:this.oauthInstance})]:[2,null]}}))}))},t.prototype.getUserInfo=function(){return Mi(this,void 0,void 0,(function(){return Bi(this,(function(e){return[2,this.getCurrentUser()]}))}))},t.prototype.getWedaUserInfo=function(){return Mi(this,void 0,void 0,(function(){return Bi(this,(function(e){return[2,this.oauthInstance.authApi.getWedaUserInfo()]}))}))},t.prototype.updateUserBasicInfo=function(e){return Mi(this,void 0,void 0,(function(){var t;return Bi(this,(function(r){switch(r.label){case 0:return[4,this.getLoginState()];case 1:return(t=r.sent())?[4,t.user.updateUserBasicInfo(e)]:[3,3];case 2:r.sent(),r.label=3;case 3:return[2]}}))}))},t.prototype.getAuthHeader=function(){return console.error("Auth.getAuthHeader API 已废弃"),{}},t.prototype.bindWithProvider=function(e){return Mi(this,void 0,void 0,(function(){return Bi(this,(function(t){return[2,this.oauthInstance.authApi.bindWithProvider(e)]}))}))},t.prototype.queryUser=function(e){return Mi(this,void 0,void 0,(function(){return Bi(this,(function(t){return[2,this.oauthInstance.authApi.queryUserProfile(e)]}))}))},t.prototype.getAccessToken=function(){return Mi(this,void 0,void 0,(function(){return Bi(this,(function(e){switch(e.label){case 0:return[4,this.oauthInstance.oauth2client.getAccessToken()];case 1:return[2,{accessToken:e.sent(),env:this.config.env}]}}))}))},t.prototype.grantProviderToken=function(e){return Mi(this,void 0,void 0,(function(){return Bi(this,(function(t){return[2,this.oauthInstance.authApi.grantProviderToken(e)]}))}))},t.prototype.patchProviderToken=function(e){return Mi(this,void 0,void 0,(function(){return Bi(this,(function(t){return[2,this.oauthInstance.authApi.patchProviderToken(e)]}))}))},t.prototype.signInWithProvider=function(e){return Mi(this,void 0,void 0,(function(){return Bi(this,(function(t){switch(t.label){case 0:return[4,this.oauthInstance.authApi.signInWithProvider(e)];case 1:return t.sent(),[2,this.createLoginState(e)]}}))}))},t.prototype.signInWithWechat=function(e){return void 0===e&&(e={}),Mi(this,void 0,void 0,(function(){return Bi(this,(function(t){switch(t.label){case 0:return[4,this.oauthInstance.authApi.signInWithWechat(e)];case 1:return t.sent(),[2,this.createLoginState(e)]}}))}))},t.prototype.grantToken=function(e){return Mi(this,void 0,void 0,(function(){return Bi(this,(function(t){switch(t.label){case 0:return[4,this.oauthInstance.authApi.grantToken(e)];case 1:return t.sent(),[2,this.createLoginState()]}}))}))},t.prototype.genProviderRedirectUri=function(e){return Mi(this,void 0,void 0,(function(){return Bi(this,(function(t){return[2,this.oauthInstance.authApi.genProviderRedirectUri(e)]}))}))},t.prototype.resetPassword=function(e){return Mi(this,void 0,void 0,(function(){return Bi(this,(function(t){return[2,this.oauthInstance.authApi.resetPassword(e)]}))}))},t.prototype.deviceAuthorize=function(e){return Mi(this,void 0,void 0,(function(){return Bi(this,(function(t){return[2,this.oauthInstance.authApi.deviceAuthorize(e)]}))}))},t.prototype.sudo=function(e){return Mi(this,void 0,void 0,(function(){return Bi(this,(function(t){return[2,this.oauthInstance.authApi.sudo(e)]}))}))},t.prototype.deleteMe=function(e){return Mi(this,void 0,void 0,(function(){return Bi(this,(function(t){return[2,this.oauthInstance.authApi.deleteMe(e)]}))}))},t.prototype.getProviders=function(){return Mi(this,void 0,void 0,(function(){return Bi(this,(function(e){return[2,this.oauthInstance.authApi.getProviders()]}))}))},t.prototype.loginScope=function(){return Mi(this,void 0,void 0,(function(){return Bi(this,(function(e){return[2,this.oauthInstance.authApi.loginScope()]}))}))},t.prototype.loginGroups=function(){return Mi(this,void 0,void 0,(function(){return Bi(this,(function(e){return[2,this.oauthInstance.authApi.loginGroups()]}))}))},t.prototype.onLoginStateChanged=function(e){var t;return Mi(this,void 0,void 0,(function(){var r,n=this;return Bi(this,(function(o){switch(o.label){case 0:return null===(t=this.config.eventBus)||void 0===t||t.on(h.LOGIN_STATE_CHANGED,(function(t){return Mi(n,void 0,void 0,(function(){var r,n,o;return Bi(this,(function(i){switch(i.label){case 0:return(null===(o=null==t?void 0:t.data)||void 0===o?void 0:o.eventType)===l?[3,2]:[4,this.getLoginState()];case 1:return n=i.sent(),[3,3];case 2:n={},i.label=3;case 3:return r=n,e.call(this,xi(xi({},t),r)),[2]}}))}))})),[4,this.getLoginState()];case 1:return r=o.sent(),e.call(this,r),[2]}}))}))},t.prototype.refreshTokenForce=function(e){return Mi(this,void 0,void 0,(function(){return Bi(this,(function(t){return[2,this.oauthInstance.authApi.refreshTokenForce(e)]}))}))},t.prototype.getCredentials=function(){return Mi(this,void 0,void 0,(function(){return Bi(this,(function(e){return[2,this.oauthInstance.authApi.getCredentials()]}))}))},t.prototype.setCredentials=function(e){return Mi(this,void 0,void 0,(function(){return Bi(this,(function(t){switch(t.label){case 0:return[4,this.oauthInstance.oauth2client.setCredentials(e)];case 1:return t.sent(),[2]}}))}))},t.prototype.getProviderSubType=function(){return Mi(this,void 0,void 0,(function(){return Bi(this,(function(e){return[2,this.oauthInstance.authApi.getProviderSubType()]}))}))},t.prototype.createCaptchaData=function(e){return Mi(this,void 0,void 0,(function(){return Bi(this,(function(t){return[2,this.oauthInstance.authApi.createCaptchaData(e)]}))}))},t.prototype.verifyCaptchaData=function(e){return Mi(this,void 0,void 0,(function(){return Bi(this,(function(t){return[2,this.oauthInstance.authApi.verifyCaptchaData(e)]}))}))},t.prototype.getMiniProgramQrCode=function(e){return Mi(this,void 0,void 0,(function(){return Bi(this,(function(t){return[2,this.oauthInstance.authApi.getMiniProgramCode(e)]}))}))},t.prototype.getMiniProgramQrCodeStatus=function(e){return Mi(this,void 0,void 0,(function(){return Bi(this,(function(t){return[2,this.oauthInstance.authApi.getMiniProgramQrCodeStatus(e)]}))}))},t.prototype.modifyPassword=function(e){return Mi(this,void 0,void 0,(function(){return Bi(this,(function(t){return[2,this.oauthInstance.authApi.modifyPassword(e)]}))}))},t.prototype.modifyPasswordWithoutLogin=function(e){return Mi(this,void 0,void 0,(function(){return Bi(this,(function(t){return[2,this.oauthInstance.authApi.modifyPasswordWithoutLogin(e)]}))}))},t.prototype.getUserBehaviorLog=function(e){return Mi(this,void 0,void 0,(function(){return Bi(this,(function(t){return[2,this.oauthInstance.authApi.getUserBehaviorLog(e)]}))}))},t.prototype.signInWithUsername=function(e){var t=e.verificationInfo,r=void 0===t?{verification_id:"",is_user:!1}:t,n=e.verificationCode,o=void 0===n?"":n,i=e.username,s=void 0===i?"":i,a=e.bindInfo,u=void 0===a?void 0:a,c=e.loginType,l=void 0===c?"":c;return Mi(this,void 0,void 0,(function(){var e,t,n,i,a,c,d;return Bi(this,(function(h){switch(h.label){case 0:return h.trys.push([0,8,,9]),[4,this.oauthInstance.authApi.verify({verification_id:r.verification_id,verification_code:o})];case 1:if(null==(e=h.sent())?void 0:e.error_code)throw e;return t=e.verification_token,n=this.formatPhone(s),i={phone_number:n},"email"===l&&(i={email:n=s}),r.is_user?[4,this.oauthInstance.authApi.signIn({username:n,verification_token:t})]:[3,5];case 2:if(null==(a=h.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=h.sent())?void 0:c.error_code)throw c;h.label=4;case 4:return[3,7];case 5:return[4,this.oauthInstance.authApi.signUp(xi(xi({},i),{verification_token:t,provider_token:null==u?void 0:u.providerId}))];case 6:if(null==(d=h.sent())?void 0:d.error_code)throw d;h.label=7;case 7:return[2,this.createLoginState()];case 8:throw h.sent();case 9:return[2]}}))}))},t.prototype.createLoginState=function(e,t){var r,n;return Mi(this,void 0,void 0,(function(){var o;return Bi(this,(function(i){switch(i.label){case 0:return[4,(o=new Hi({envId:this.config.env,cache:this.cache,oauthInstance:this.oauthInstance})).checkLocalStateAsync()];case 1:return i.sent(),(null==t?void 0:t.userInfo)?(o.user.setLocalUserInfo(t.userInfo),[3,5]):[3,2];case 2:return(null==t?void 0:t.asyncRefreshUser)?(o.user.refresh(e),[3,5]):[3,3];case 3:return[4,o.user.refresh(e)];case 4:i.sent(),i.label=5;case 5:return null===(r=this.config.eventBus)||void 0===r||r.fire(h.LOGIN_STATE_CHANGED,{eventType:"sign_in"}),null===(n=this.config.eventBus)||void 0===n||n.fire(h.AUTH_STATE_CHANGED,{event:d.SIGNED_IN}),[2,o]}}))}))},t.prototype.setAccessKey=function(){var e,t;return Mi(this,void 0,void 0,(function(){var r,n;return Bi(this,(function(o){if(r="",n="",this.config.accessKey?(r=this.config.accessKey,n="accessKey"):(null===(e=this.config.auth)||void 0===e?void 0:e.secretId)&&(null===(t=this.config.auth)||void 0===t?void 0:t.secretKey)&&(r="",n=p),!n)return[2];try{this.oauthInstance.oauth2client.setAccessKeyCredentials({access_token:r,token_type:"Bearer",scope:n,expires_at:new Date(+new Date+ +new Date),expires_in:+new Date+ +new Date})}catch(e){console.warn("accessKey error: ",e)}return[2]}))}))},t.prototype.formatPhone=function(e){return!/\s+/.test(e)&&/^\+\d{1,3}\d+/.test(e)?e.replace(/^(\+\d{1,2})(\d+)$/,"$1 $2"):/^\+\d{1,3}\s+/.test(e)?e:"+86 ".concat(e)},t.prototype.notifyListeners=function(e,t,r){this.listeners.forEach((function(n){n.forEach((function(n){try{n(e,t,r)}catch(e){console.error("Error in auth state change callback:",e)}}))}))},t.prototype.setupListeners=function(){var e,t=this;null===(e=this.config.eventBus)||void 0===e||e.on(h.AUTH_STATE_CHANGED,(function(e){return Mi(t,void 0,void 0,(function(){var t,r,n,o,i;return Bi(this,(function(s){switch(s.label){case 0:return t=null===(o=null==e?void 0:e.data)||void 0===o?void 0:o.event,r=null===(i=null==e?void 0:e.data)||void 0===i?void 0:i.info,[4,this.getSession()];case 1:return n=s.sent().data.session,this.notifyListeners(t,n,r),[2]}}))}))}))},t.prototype.convertToUser=function(e){var t,r,n,o,i,s;if(!e)return null;var a=(null==e?void 0:e.email)||"",u=(null==e?void 0:e.phone_number)||"",c=(null==e?void 0:e.sub)||(null==e?void 0:e.uid)||"";return{id:c,aud:"authenticated",role:null===(r=null===(t=e.groups)||void 0===t?void 0:t.map)||void 0===r?void 0:r.call(t,(function(e){return"string"==typeof e?e:e.id})),email:a||"",email_confirmed_at:(null==e||e.email_verified,e.created_at),phone:u,phone_confirmed_at:u?e.created_at:void 0,confirmed_at:e.created_at,last_sign_in_at:e.last_sign_in_at,app_metadata:{provider:(null===(n=e.loginType)||void 0===n?void 0:n.toLowerCase())||"cloudbase",providers:[(null===(o=e.loginType)||void 0===o?void 0:o.toLowerCase())||"cloudbase"]},user_metadata:{name:null==e?void 0:e.name,picture:null==e?void 0:e.picture,username:null==e?void 0:e.username,gender:null==e?void 0:e.gender,locale:null==e?void 0:e.locale,uid:e.uid,nickName:e.nickName||(null==e?void 0:e.name),avatarUrl:e.avatarUrl||e.picture,location:e.location,hasPassword:null!==(i=e.hasPassword)&&void 0!==i?i:"SET"===e.password,open_id:null==e?void 0:e.open_id},identities:(null===(s=null==e?void 0:e.providers)||void 0===s?void 0:s.map((function(t){return{id:t.id||"",identity_id:t.id||"",user_id:c,identity_data:{provider_id:t.id,provider_user_id:t.provider_user_id,name:t.name},provider:t.id||"cloudbase",created_at:e.created_at,updated_at:e.updated_at,last_sign_in_at:e.last_sign_in_at}})))||[],created_at:e.created_at,updated_at:e.updated_at,is_anonymous:"anonymous"===e.name}},t.prototype.validateParams=function(e,t){for(var r=0,n=Object.entries(t);r<n.length;r++){var o=n[r],i=o[0],s=o[1];if(s.required&&(void 0===(null==e?void 0:e[i])||null===(null==e?void 0:e[i])||""===(null==e?void 0:e[i])))throw new Ne({message:s.message})}},t.prototype.validateAtLeastOne=function(e,t,r){if(!t.some((function(t){return t.some((function(t){return void 0!==(null==e?void 0:e[t])&&null!==(null==e?void 0:e[t])&&""!==(null==e?void 0:e[t])}))})))throw new Ne({message:r})},t.prototype.init=function(){var e;return Mi(this,void 0,void 0,(function(){return Bi(this,(function(t){switch(t.label){case 0:return t.trys.push([0,2,,3]),[4,this.oauthInstance.oauth2client.localCredentials.getCredentials()];case 1:return t.sent()&&(null===(e=this.config.eventBus)||void 0===e||e.fire(h.AUTH_STATE_CHANGED,{event:d.INITIAL_SESSION})),[3,3];case 2:return t.sent(),[3,3];case 3:return[2,{error:null}]}}))}))},qi([(0,Ke.catchErrorsDecorator)({title:"绑定手机号失败",messages:["请确认以下各项:"," 1 - 调用 auth().bindPhoneNumber() 的语法或参数是否正确"," 2 - 当前环境是否开通了短信验证码登录","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(ze.COMMUNITY_SITE_URL)]}),ji("design:type",Function),ji("design:paramtypes",[Object]),ji("design:returntype",Promise)],t.prototype,"bindPhoneNumber",null),qi([(0,Ke.catchErrorsDecorator)({title:"解除三方绑定失败",messages:["请确认以下各项:"," 1 - 调用 auth().unbindProvider() 的语法或参数是否正确"," 2 - 当前账户是否已经与此登录方式解绑","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(ze.COMMUNITY_SITE_URL)]}),ji("design:type",Function),ji("design:paramtypes",[Object]),ji("design:returntype",Promise)],t.prototype,"unbindProvider",null),qi([(0,Ke.catchErrorsDecorator)({title:"绑定邮箱地址失败",messages:["请确认以下各项:"," 1 - 调用 auth().bindEmail() 的语法或参数是否正确"," 2 - 当前环境是否开通了邮箱密码登录","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(ze.COMMUNITY_SITE_URL)]}),ji("design:type",Function),ji("design:paramtypes",[Object]),ji("design:returntype",void 0)],t.prototype,"bindEmail",null),qi([(0,Ke.catchErrorsDecorator)({title:"验证码验证失败",messages:["请确认以下各项:"," 1 - 调用 auth().verify() 的语法或参数是否正确"," 2 - 当前环境是否开通了手机验证码/邮箱登录","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(ze.COMMUNITY_SITE_URL)]}),ji("design:type",Function),ji("design:paramtypes",[Object]),ji("design:returntype",Promise)],t.prototype,"verify",null),qi([(0,Ke.catchErrorsDecorator)({title:"获取验证码失败",messages:["请确认以下各项:"," 1 - 调用 auth().getVerification() 的语法或参数是否正确"," 2 - 当前环境是否开通了手机验证码/邮箱登录","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(ze.COMMUNITY_SITE_URL)]}),ji("design:type",Function),ji("design:paramtypes",[Object,Object]),ji("design:returntype",Promise)],t.prototype,"getVerification",null),qi([(0,Ke.catchErrorsDecorator)({title:"获取用户信息失败",messages:["请确认以下各项:"," 1 - 调用 auth().getCurrentUser() 的语法或参数是否正确","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(ze.COMMUNITY_SITE_URL)]}),ji("design:type",Function),ji("design:paramtypes",[Object]),ji("design:returntype",Promise)],t.prototype,"getCurrentUser",null),qi([(0,Ke.catchErrorsDecorator)({title:"小程序匿名登录失败",messages:["请确认以下各项:"," 1 - 当前环境是否开启了匿名登录"," 2 - 调用 auth().signInAnonymouslyInWx() 的语法或参数是否正确","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(ze.COMMUNITY_SITE_URL)]}),ji("design:type",Function),ji("design:paramtypes",[Object]),ji("design:returntype",Promise)],t.prototype,"signInAnonymouslyInWx",null),qi([(0,Ke.catchErrorsDecorator)({title:"小程序绑定OpenID失败",messages:["请确认以下各项:"," 1 - 当前环境是否开启了小程序openId静默登录"," 2 - 调用 auth().bindOpenId() 的语法或参数是否正确","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(ze.COMMUNITY_SITE_URL)]}),ji("design:type",Function),ji("design:paramtypes",[]),ji("design:returntype",Promise)],t.prototype,"bindOpenId",null),qi([(0,Ke.catchErrorsDecorator)({title:"小程序unionId静默登录失败",messages:["请确认以下各项:"," 1 - 当前环境是否开启了小程序unionId静默登录"," 2 - 调用 auth().signInWithUnionId() 的语法或参数是否正确","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(ze.COMMUNITY_SITE_URL)]}),ji("design:type",Function),ji("design:paramtypes",[]),ji("design:returntype",Promise)],t.prototype,"signInWithUnionId",null),qi([(0,Ke.catchErrorsDecorator)({title:"短信验证码登陆",messages:["请确认以下各项:"," 1 - 当前环境是否开启了小程序短信验证码登陆"," 2 - 调用 auth().signInWithSms() 的语法或参数是否正确","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(ze.COMMUNITY_SITE_URL)]}),ji("design:type",Function),ji("design:paramtypes",[Object]),ji("design:returntype",Promise)],t.prototype,"signInWithSms",null),qi([(0,Ke.catchErrorsDecorator)({title:"邮箱验证码登陆",messages:["请确认以下各项:"," 1 - 当前环境是否开启了邮箱登陆"," 2 - 调用 auth().signInWithEmail() 的语法或参数是否正确","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(ze.COMMUNITY_SITE_URL)]}),ji("design:type",Function),ji("design:paramtypes",[Object]),ji("design:returntype",Promise)],t.prototype,"signInWithEmail",null),qi([(0,Ke.catchErrorsDecorator)({title:"获取用户是否被占用失败",messages:["请确认以下各项:"," 1 - 调用 auth().isUsernameRegistered() 的语法或参数是否正确","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(ze.COMMUNITY_SITE_URL)]}),ji("design:type",Function),ji("design:paramtypes",[String]),ji("design:returntype",Promise)],t.prototype,"isUsernameRegistered",null),qi([(0,Ke.catchErrorsDecorator)({title:"获取本地登录态失败",messages:["请确认以下各项:"," 1 - 调用 auth().getLoginState() 的语法或参数是否正确","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(ze.COMMUNITY_SITE_URL)]}),ji("design:type",Function),ji("design:paramtypes",[]),ji("design:returntype",Promise)],t.prototype,"getLoginState",null),qi([(0,Ke.catchErrorsDecorator)({title:"获取用户信息失败",messages:["请确认以下各项:"," 1 - 是否已登录"," 2 - 调用 auth().getUserInfo() 的语法或参数是否正确","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(ze.COMMUNITY_SITE_URL)]}),ji("design:type",Function),ji("design:paramtypes",[]),ji("design:returntype",Promise)],t.prototype,"getUserInfo",null),qi([(0,Ke.catchErrorsDecorator)({title:"获取微搭插件用户信息失败",messages:["请确认以下各项:"," 1 - 是否已登录"," 2 - 调用 auth().getWedaUserInfo() 的语法或参数是否正确","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(ze.COMMUNITY_SITE_URL)]}),ji("design:type",Function),ji("design:paramtypes",[]),ji("design:returntype",Promise)],t.prototype,"getWedaUserInfo",null),qi([(0,Ke.catchErrorsDecorator)({title:"绑定第三方登录方式失败",messages:["请确认以下各项:"," 1 - 调用 auth().bindWithProvider() 的语法或参数是否正确"," 2 - 此账户是否已经绑定此第三方","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(ze.COMMUNITY_SITE_URL)]}),ji("design:type",Function),ji("design:paramtypes",[Object]),ji("design:returntype",Promise)],t.prototype,"bindWithProvider",null),qi([(0,Ke.catchErrorsDecorator)({title:"获取身份源类型",messages:["请确认以下各项:"," 1 - 调用 auth().getProviderSubType() 的语法或参数是否正确","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(ze.COMMUNITY_SITE_URL)]}),ji("design:type",Function),ji("design:paramtypes",[]),ji("design:returntype",Promise)],t.prototype,"getProviderSubType",null),t}(Di);function zi(e,t){var r,n,o,i,s=this,a=e.region,c=void 0===a?"ap-shanghai":a,l=e.i18n,p=e.accessKey,v=e.useWxCloud,g=(null==t?void 0:t.platform)||bi.useDefaultAdapter.bind(t)(),y=g.runtime,m=g.adapter,_=t||{},b=_.env,w=_.clientId,S=_.debug,I=_.cache,E=_.app,T=(t||{}).apiOrigin;T||(T="https://".concat(b,".").concat(c,".tcb-api.tencentcloudapi.com"));var O={env:b,clientId:w,i18n:l,accessKey:p,useWxCloud:v,eventBus:new le.CloudbaseEventEmitter},R=new Ge(Ri(xi(xi({},O),{apiOrigin:T,apiPath:(null==e?void 0:e.apiPath)||u,storage:null==e?void 0:e.storage,baseRequest:null==e?void 0:e.baseRequest,request:null==e?void 0:e.request,anonymousSignInFunc:null==e?void 0:e.anonymousSignInFunc,captchaOptions:null==e?void 0:e.captchaOptions,wxCloud:null==e?void 0:e.wxCloud,adapter:m,onCredentialsError:Vi(O.eventBus),headers:xi({"X-SDK-Version":"@cloudbase/js-sdk/".concat(e.sdkVersion)},e.headers||{}),detectSessionInUrl:e.detectSessionInUrl,debug:S,auth:null===(n=null===(r=t.app)||void 0===r?void 0:r.config)||void 0===n?void 0:n.auth}))),A=new Gi(xi(xi({},O),{region:c,persistence:e.persistence,debug:S,cache:I||new Ye.CloudbaseCache({persistence:e.persistence,keys:{userInfoKey:"user_info_".concat(b)},platformInfo:g}),runtime:y||"web",_fromApp:E,oauthInstance:R,auth:null===(i=null===(o=t.app)||void 0===o?void 0:o.config)||void 0===i?void 0:i.auth}));return R.initializeSession((function(e,t){return Mi(s,void 0,void 0,(function(){return Bi(this,(function(r){return e?(e.type===f.SIGN_IN?t?O.eventBus.fire(h.AUTH_STATE_CHANGED,{event:d.SIGNED_IN,info:xi(xi({},e),{error:t})}):e.user&&A.createLoginState({},{userInfo:e.user}):e.type===f.BIND_IDENTITY&&O.eventBus.fire(h.AUTH_STATE_CHANGED,{event:d.BIND_IDENTITY,info:xi(xi({},e),{error:t})}),[2]):[2]}))}))})),{authInstance:A,oauthInstance:R}}var Ki="auth";function Yi(e,t){for(var r=[],n=0;n<=e.length;n++)r[n]=[n];for(var o=0;o<=t.length;o++)r[0][o]=o;for(n=1;n<=e.length;n++)for(o=1;o<=t.length;o++){var i=e[n-1].toLowerCase()===t[o-1].toLowerCase()?0:1;r[n][o]=Math.min(r[n-1][o]+1,r[n][o-1]+1,r[n-1][o-1]+i)}return r[e.length][t.length]}var $i={name:"auth",namespace:Ki,entity:function(e){var t=function(e){var t;if(this.authInstance&&!e)return this.authInstance;e=e||{region:"",persistence:"local",apiPath:u};var r=this.platform.adapter,n=e.persistence||r.primaryStorage;n&&n!==this.config.persistence&&this.updateConfig({persistence:n});var o=zi(xi(xi({wxCloud:this.config.wxCloud,storage:this.config.storage},e),{persistence:this.config.persistence,i18n:this.config.i18n,accessKey:this.config.accessKey,useWxCloud:this.config.useWxCloud,sdkVersion:this.version,detectSessionInUrl:null===(t=this.config.auth)||void 0===t?void 0:t.detectSessionInUrl}),{env:this.config.env,clientId:this.config.clientId,apiOrigin:this.request.getBaseEndPoint(this.config.endPointMode||"CLOUD_API"),platform:this.platform,cache:this.cache,app:this,debug:this.config.debug}),i=o.authInstance,s=o.oauthInstance;return this.oauthInstance=s,this.authInstance=i,this.authInstance},r=t.call(this,e);Object.assign(t,r),Object.setPrototypeOf(t,Object.getPrototypeOf(r));var n="undefined"!=typeof Proxy?new Proxy(t,{get:function(e,t,r){var n=Reflect.get(e,t,r);if(void 0!==n||"string"!=typeof t)return n;var o=Object.getOwnPropertyNames(Object.getPrototypeOf(e)).concat(Object.keys(e)).filter((function(t){return"function"==typeof e[t]})),i=function(e,t){for(var r=null,n=1/0,o=0,i=t;o<i.length;o++){var s=i[o];if(!s.startsWith("_")&&"constructor"!==s){var a=Yi(e,s);a<n&&(n=a,r=s)}}return r}(t,o);return i&&console.warn("[CloudBase Auth] auth.".concat(t," is not a function. Did you mean: auth.").concat(i,"() ?")),n}}):t;return this[Ki]=n,n}};try{cloudbase.registerComponent($i)}catch($){}function Qi(e){try{e.registerComponent($i)}catch(e){console.warn(e)}}},171:(e,t,r)=>{var n;if(r.r(t),r.d(t,{getEncryptInfo:()=>M}),!globalThis.IS_MP_BUILD){var o="undefined"!=typeof globalThis?globalThis.navigator:window.globalThis,i="0123456789abcdefghijklmnopqrstuvwxyz";function B(e){return i.charAt(e)}function W(e,t){return e&t}function V(e,t){return e|t}function F(e,t){return e^t}function H(e,t){return e&~t}function G(e){if(0==e)return-1;var t=0;return 65535&e||(e>>=16,t+=16),255&e||(e>>=8,t+=8),15&e||(e>>=4,t+=4),3&e||(e>>=2,t+=2),1&e||++t,t}function z(e){for(var t=0;0!=e;)e&=e-1,++t;return t}var s="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";function K(e){var t,r,n="";for(t=0;t+3<=e.length;t+=3)r=parseInt(e.substring(t,t+3),16),n+=s.charAt(r>>6)+s.charAt(63&r);for(t+1==e.length?(r=parseInt(e.substring(t,t+1),16),n+=s.charAt(r<<2)):t+2==e.length&&(r=parseInt(e.substring(t,t+2),16),n+=s.charAt(r>>2)+s.charAt((3&r)<<4));(3&n.length)>0;)n+="=";return n}function Y(e){var t,r="",n=0,o=0;for(t=0;t<e.length&&"="!=e.charAt(t);++t){var i=s.indexOf(e.charAt(t));i<0||(0==n?(r+=B(i>>2),o=3&i,n=1):1==n?(r+=B(o<<2|i>>4),o=15&i,n=2):2==n?(r+=B(o),r+=B(i>>2),o=3&i,n=3):(r+=B(o<<2|i>>4),r+=B(15&i),n=0))}return 1==n&&(r+=B(o<<2)),r}var a,u,c={decode:function(e){var t;if(void 0===a){var r="0123456789ABCDEF";for(a={},t=0;t<16;++t)a[r.charAt(t)]=t;for(r=r.toLowerCase(),t=10;t<16;++t)a[r.charAt(t)]=t;for(t=0;t<8;++t)a[" \f\n\r\t \u2028\u2029".charAt(t)]=-1}var n=[],o=0,i=0;for(t=0;t<e.length;++t){var s=e.charAt(t);if("="==s)break;if(-1!=(s=a[s])){if(void 0===s)throw new Error("Illegal character at offset "+t);o|=s,++i>=2?(n[n.length]=o,o=0,i=0):o<<=4}}if(i)throw new Error("Hex encoding incomplete: 4 bits missing");return n}},l={decode:function(e){var t;if(void 0===u){for(u=Object.create(null),t=0;t<64;++t)u["ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(t)]=t;for(t=0;t<9;++t)u["= \f\n\r\t \u2028\u2029".charAt(t)]=-1}var r=[],n=0,o=0;for(t=0;t<e.length;++t){var i=e.charAt(t);if("="==i)break;if(-1!=(i=u[i])){if(void 0===i)throw new Error("Illegal character at offset "+t);n|=i,++o>=4?(r[r.length]=n>>16,r[r.length]=n>>8&255,r[r.length]=255&n,n=0,o=0):n<<=6}}switch(o){case 1:throw new Error("Base64 encoding incomplete: at least 2 bits missing");case 2:r[r.length]=n>>10;break;case 3:r[r.length]=n>>16,r[r.length]=n>>8&255}return r},re:/-----BEGIN [^-]+-----([A-Za-z0-9+\/=\s]+)-----END [^-]+-----|begin-base64[^\n]+\n([A-Za-z0-9+\/=\s]+)====/,unarmor:function(e){var t=l.re.exec(e);if(t)if(t[1])e=t[1];else{if(!t[2])throw new Error("RegExp out of sync");e=t[2]}return l.decode(e)}},d=1e13;class ${constructor(e){this.buf=[+e||0]}mulAdd(e,t){var r,n,o=this.buf,i=o.length;for(r=0;r<i;++r)(n=o[r]*e+t)<d?t=0:n-=(t=0|n/d)*d,o[r]=n;t>0&&(o[r]=t)}sub(e){var t,r,n=this.buf,o=n.length;for(t=0;t<o;++t)(r=n[t]-e)<0?(r+=d,e=1):e=0,n[t]=r;for(;0===n[n.length-1];)n.pop()}toString(e){if(10!=(e||10))throw new Error("only base 10 is supported");for(var t=this.buf,r=t[t.length-1].toString(),n=t.length-2;n>=0;--n)r+=(d+t[n]).toString().substring(1);return r}valueOf(){for(var e=this.buf,t=0,r=e.length-1;r>=0;--r)t=t*d+e[r];return t}simplify(){var e=this.buf;return 1==e.length?e[0]:this}}var h,f=/^(\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)?)?$/,p=/^(\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 Q(e,t){return e.length>t&&(e=e.substring(0,t)+"…"),e}class J{constructor(e,t){this.hexDigits="0123456789ABCDEF",e instanceof J?(this.enc=e.enc,this.pos=e.pos):(this.enc=e,this.pos=t)}get(e){if(void 0===e&&(e=this.pos++),e>=this.enc.length)throw new Error("Requesting byte offset "+e+" on a stream of length "+this.enc.length);return"string"==typeof this.enc?this.enc.charCodeAt(e):this.enc[e]}hexByte(e){return this.hexDigits.charAt(e>>4&15)+this.hexDigits.charAt(15&e)}hexDump(e,t,r){for(var n="",o=e;o<t;++o)if(n+=this.hexByte(this.get(o)),!0!==r)switch(15&o){case 7:n+=" ";break;case 15:n+="\n";break;default:n+=" "}return n}isASCII(e,t){for(var r=e;r<t;++r){var n=this.get(r);if(n<32||n>176)return!1}return!0}parseStringISO(e,t){for(var r="",n=e;n<t;++n)r+=String.fromCharCode(this.get(n));return r}parseStringUTF(e,t){for(var r="",n=e;n<t;){var o=this.get(n++);r+=o<128?String.fromCharCode(o):o>191&&o<224?String.fromCharCode((31&o)<<6|63&this.get(n++)):String.fromCharCode((15&o)<<12|(63&this.get(n++))<<6|63&this.get(n++))}return r}parseStringBMP(e,t){for(var r,n,o="",i=e;i<t;)r=this.get(i++),n=this.get(i++),o+=String.fromCharCode(r<<8|n);return o}parseTime(e,t,r){var n=this.parseStringISO(e,t),o=(r?f:p).exec(n);return o?(r&&(o[1]=+o[1],o[1]+=+o[1]<70?2e3:1900),n=o[1]+"-"+o[2]+"-"+o[3]+" "+o[4],o[5]&&(n+=":"+o[5],o[6]&&(n+=":"+o[6],o[7]&&(n+="."+o[7]))),o[8]&&(n+=" UTC","Z"!=o[8]&&(n+=o[8],o[9]&&(n+=":"+o[9]))),n):"Unrecognized time: "+n}parseInteger(e,t){for(var r,n=this.get(e),o=n>127,i=o?255:0,s="";n==i&&++e<t;)n=this.get(e);if(0==(r=t-e))return o?-1:0;if(r>4){for(s=n,r<<=3;!(128&(+s^i));)s=+s<<1,--r;s="("+r+" bit)\n"}o&&(n-=256);for(var a=new $(n),u=e+1;u<t;++u)a.mulAdd(256,this.get(u));return s+a.toString()}parseBitString(e,t,r){for(var n=this.get(e),o="("+((t-e-1<<3)-n)+" bit)\n",i="",s=e+1;s<t;++s){for(var a=this.get(s),u=s==t-1?n:0,c=7;c>=u;--c)i+=a>>c&1?"1":"0";if(i.length>r)return o+Q(i,r)}return o+i}parseOctetString(e,t,r){if(this.isASCII(e,t))return Q(this.parseStringISO(e,t),r);var n=t-e,o="("+n+" byte)\n";n>(r/=2)&&(t=e+r);for(var i=e;i<t;++i)o+=this.hexByte(this.get(i));return n>r&&(o+="…"),o}parseOID(e,t,r){for(var n="",o=new $,i=0,s=e;s<t;++s){var a=this.get(s);if(o.mulAdd(128,127&a),i+=7,!(128&a)){if(""===n)if((o=o.simplify())instanceof $)o.sub(80),n="2."+o.toString();else{var u=o<80?o<40?0:1:2;n=u+"."+(o-40*u)}else n+="."+o.toString();if(n.length>r)return Q(n,r);o=new $,i=0}}return i>0&&(n+=".incomplete"),n}}class Z{constructor(e,t,r,n,o){if(!(n instanceof X))throw new Error("Invalid tag value.");this.stream=e,this.header=t,this.length=r,this.tag=n,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(e){if(void 0===this.tag)return null;void 0===e&&(e=1/0);var t=this.posContent(),r=Math.abs(this.length);if(!this.tag.isUniversal())return null!==this.sub?"("+this.sub.length+" elem)":this.stream.parseOctetString(t,t+r,e);switch(this.tag.tagNumber){case 1:return 0===this.stream.get(t)?"false":"true";case 2:return this.stream.parseInteger(t,t+r);case 3:return this.sub?"("+this.sub.length+" elem)":this.stream.parseBitString(t,t+r,e);case 4:return this.sub?"("+this.sub.length+" elem)":this.stream.parseOctetString(t,t+r,e);case 6:return this.stream.parseOID(t,t+r,e);case 16:case 17:return null!==this.sub?"("+this.sub.length+" elem)":"(no elem)";case 12:return Q(this.stream.parseStringUTF(t,t+r),e);case 18:case 19:case 20:case 21:case 22:case 26:return Q(this.stream.parseStringISO(t,t+r),e);case 30:return Q(this.stream.parseStringBMP(t,t+r),e);case 23:case 24:return this.stream.parseTime(t,t+r,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(e){void 0===e&&(e="");var t=e+this.typeName()+" @"+this.stream.pos;if(this.length>=0&&(t+="+"),t+=this.length,this.tag.tagConstructed?t+=" (constructed)":!this.tag.isUniversal()||3!=this.tag.tagNumber&&4!=this.tag.tagNumber||null===this.sub||(t+=" (encapsulates)"),t+="\n",null!==this.sub){e+=" ";for(var r=0,n=this.sub.length;r<n;++r)t+=this.sub[r].toPrettyString(e)}return t}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(e){var t=e.get(),r=127&t;if(r==t)return r;if(r>6)throw new Error("Length over 48 bits not supported at position "+(e.pos-1));if(0===r)return null;t=0;for(var n=0;n<r;++n)t=256*t+e.get();return t}getHexStringValue(){var e=this.toHexString(),t=2*this.header,r=2*this.length;return e.substr(t,r)}static decode(e){var t;t=e instanceof J?e:new J(e,0);var r=new J(t),n=new X(t),o=Z.decodeLength(t),i=t.pos,s=i-r.pos,a=null,u=function(){var e=[];if(null!==o){for(var r=i+o;t.pos<r;)e[e.length]=Z.decode(t);if(t.pos!=r)throw new Error("Content size is not correct for container starting at offset "+i)}else try{for(;;){var n=Z.decode(t);if(n.tag.isEOC())break;e[e.length]=n}o=i-t.pos}catch(e){throw new Error("Exception while decoding undefined length content: "+e)}return e};if(n.tagConstructed)a=u();else if(n.isUniversal()&&(3==n.tagNumber||4==n.tagNumber))try{if(3==n.tagNumber&&0!=t.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(e){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);t.pos=i+Math.abs(o)}return new Z(r,s,o,n,a)}}class X{constructor(e){var t=e.get();if(this.tagClass=t>>6,this.tagConstructed=!!(32&t),this.tagNumber=31&t,31==this.tagNumber){var r=new $;do{t=e.get(),r.mulAdd(128,127&t)}while(128&t);this.tagNumber=r.simplify()}}isUniversal(){return 0===this.tagClass}isEOC(){return 0===this.tagClass&&0===this.tagNumber}}var v=[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],g=(1<<26)/v[v.length-1];class ee{constructor(e,t,r){null!=e&&("number"==typeof e?this.fromNumber(e,t,r):null==t&&"string"!=typeof e?this.fromString(e,256):this.fromString(e,t))}toString(e){if(this.s<0)return"-"+this.negate().toString(e);var t;if(16==e)t=4;else if(8==e)t=3;else if(2==e)t=1;else if(32==e)t=5;else{if(4!=e)return this.toRadix(e);t=2}var r,n=(1<<t)-1,o=!1,i="",s=this.t,a=this.DB-s*this.DB%t;if(s-- >0)for(a<this.DB&&(r=this[s]>>a)>0&&(o=!0,i=B(r));s>=0;)a<t?(r=(this[s]&(1<<a)-1)<<t-a,r|=this[--s]>>(a+=this.DB-t)):(r=this[s]>>(a-=t)&n,a<=0&&(a+=this.DB,--s)),r>0&&(o=!0),o&&(i+=B(r));return o?i:"0"}negate(){var e=te();return ee.ZERO.subTo(this,e),e}abs(){return this.s<0?this.negate():this}compareTo(e){var t=this.s-e.s;if(0!=t)return t;var r=this.t;if(0!=(t=r-e.t))return this.s<0?-t:t;for(;--r>=0;)if(0!=(t=this[r]-e[r]))return t;return 0}bitLength(){return this.t<=0?0:this.DB*(this.t-1)+ue(this[this.t-1]^this.s&this.DM)}mod(e){var t=te();return this.abs().divRemTo(e,null,t),this.s<0&&t.compareTo(ee.ZERO)>0&&e.subTo(t,t),t}modPowInt(e,t){var r;return r=e<256||t.isEven()?new m(t):new _(t),this.exp(e,r)}clone(){var e=te();return this.copyTo(e),e}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 e=this.t,t=[];t[0]=this.s;var r,n=this.DB-e*this.DB%8,o=0;if(e-- >0)for(n<this.DB&&(r=this[e]>>n)!=(this.s&this.DM)>>n&&(t[o++]=r|this.s<<this.DB-n);e>=0;)n<8?(r=(this[e]&(1<<n)-1)<<8-n,r|=this[--e]>>(n+=this.DB-8)):(r=this[e]>>(n-=8)&255,n<=0&&(n+=this.DB,--e)),128&r&&(r|=-256),0==o&&(128&this.s)!=(128&r)&&++o,(o>0||r!=this.s)&&(t[o++]=r);return t}equals(e){return 0==this.compareTo(e)}min(e){return this.compareTo(e)<0?this:e}max(e){return this.compareTo(e)>0?this:e}and(e){var t=te();return this.bitwiseTo(e,W,t),t}or(e){var t=te();return this.bitwiseTo(e,V,t),t}xor(e){var t=te();return this.bitwiseTo(e,F,t),t}andNot(e){var t=te();return this.bitwiseTo(e,H,t),t}not(){for(var e=te(),t=0;t<this.t;++t)e[t]=this.DM&~this[t];return e.t=this.t,e.s=~this.s,e}shiftLeft(e){var t=te();return e<0?this.rShiftTo(-e,t):this.lShiftTo(e,t),t}shiftRight(e){var t=te();return e<0?this.lShiftTo(-e,t):this.rShiftTo(e,t),t}getLowestSetBit(){for(var e=0;e<this.t;++e)if(0!=this[e])return e*this.DB+G(this[e]);return this.s<0?this.t*this.DB:-1}bitCount(){for(var e=0,t=this.s&this.DM,r=0;r<this.t;++r)e+=z(this[r]^t);return e}testBit(e){var t=Math.floor(e/this.DB);return t>=this.t?0!=this.s:!!(this[t]&1<<e%this.DB)}setBit(e){return this.changeBit(e,V)}clearBit(e){return this.changeBit(e,H)}flipBit(e){return this.changeBit(e,F)}add(e){var t=te();return this.addTo(e,t),t}subtract(e){var t=te();return this.subTo(e,t),t}multiply(e){var t=te();return this.multiplyTo(e,t),t}divide(e){var t=te();return this.divRemTo(e,t,null),t}remainder(e){var t=te();return this.divRemTo(e,null,t),t}divideAndRemainder(e){var t=te(),r=te();return this.divRemTo(e,t,r),[t,r]}modPow(e,t){var r,n,o=e.bitLength(),i=ae(1);if(o<=0)return i;r=o<18?1:o<48?3:o<144?4:o<768?5:6,n=o<8?new m(t):t.isEven()?new b(t):new _(t);var s=[],a=3,u=r-1,c=(1<<r)-1;if(s[1]=n.convert(this),r>1){var l=te();for(n.sqrTo(s[1],l);a<=c;)s[a]=te(),n.mulTo(l,s[a-2],s[a]),a+=2}var d,h,f=e.t-1,p=!0,v=te();for(o=ue(e[f])-1;f>=0;){for(o>=u?d=e[f]>>o-u&c:(d=(e[f]&(1<<o+1)-1)<<u-o,f>0&&(d|=e[f-1]>>this.DB+o-u)),a=r;!(1&d);)d>>=1,--a;if((o-=a)<0&&(o+=this.DB,--f),p)s[d].copyTo(i),p=!1;else{for(;a>1;)n.sqrTo(i,v),n.sqrTo(v,i),a-=2;a>0?n.sqrTo(i,v):(h=i,i=v,v=h),n.mulTo(v,s[d],i)}for(;f>=0&&!(e[f]&1<<o);)n.sqrTo(i,v),h=i,i=v,v=h,--o<0&&(o=this.DB-1,--f)}return n.revert(i)}modInverse(e){var t=e.isEven();if(this.isEven()&&t||0==e.signum())return ee.ZERO;for(var r=e.clone(),n=this.clone(),o=ae(1),i=ae(0),s=ae(0),a=ae(1);0!=r.signum();){for(;r.isEven();)r.rShiftTo(1,r),t?(o.isEven()&&i.isEven()||(o.addTo(this,o),i.subTo(e,i)),o.rShiftTo(1,o)):i.isEven()||i.subTo(e,i),i.rShiftTo(1,i);for(;n.isEven();)n.rShiftTo(1,n),t?(s.isEven()&&a.isEven()||(s.addTo(this,s),a.subTo(e,a)),s.rShiftTo(1,s)):a.isEven()||a.subTo(e,a),a.rShiftTo(1,a);r.compareTo(n)>=0?(r.subTo(n,r),t&&o.subTo(s,o),i.subTo(a,i)):(n.subTo(r,n),t&&s.subTo(o,s),a.subTo(i,a))}return 0!=n.compareTo(ee.ONE)?ee.ZERO:a.compareTo(e)>=0?a.subtract(e):a.signum()<0?(a.addTo(e,a),a.signum()<0?a.add(e):a):a}pow(e){return this.exp(e,new y)}gcd(e){var t=this.s<0?this.negate():this.clone(),r=e.s<0?e.negate():e.clone();if(t.compareTo(r)<0){var n=t;t=r,r=n}var o=t.getLowestSetBit(),i=r.getLowestSetBit();if(i<0)return t;for(o<i&&(i=o),i>0&&(t.rShiftTo(i,t),r.rShiftTo(i,r));t.signum()>0;)(o=t.getLowestSetBit())>0&&t.rShiftTo(o,t),(o=r.getLowestSetBit())>0&&r.rShiftTo(o,r),t.compareTo(r)>=0?(t.subTo(r,t),t.rShiftTo(1,t)):(r.subTo(t,r),r.rShiftTo(1,r));return i>0&&r.lShiftTo(i,r),r}isProbablePrime(e){var t,r=this.abs();if(1==r.t&&r[0]<=v[v.length-1]){for(t=0;t<v.length;++t)if(r[0]==v[t])return!0;return!1}if(r.isEven())return!1;for(t=1;t<v.length;){for(var n=v[t],o=t+1;o<v.length&&n<g;)n*=v[o++];for(n=r.modInt(n);t<o;)if(n%v[t++]==0)return!1}return r.millerRabin(e)}copyTo(e){for(var t=this.t-1;t>=0;--t)e[t]=this[t];e.t=this.t,e.s=this.s}fromInt(e){this.t=1,this.s=e<0?-1:0,e>0?this[0]=e:e<-1?this[0]=e+this.DV:this.t=0}fromString(e,t){var r;if(16==t)r=4;else if(8==t)r=3;else if(256==t)r=8;else if(2==t)r=1;else if(32==t)r=5;else{if(4!=t)return void this.fromRadix(e,t);r=2}this.t=0,this.s=0;for(var n=e.length,o=!1,i=0;--n>=0;){var s=8==r?255&+e[n]:se(e,n);s<0?"-"==e.charAt(n)&&(o=!0):(o=!1,0==i?this[this.t++]=s:i+r>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+=r)>=this.DB&&(i-=this.DB))}8==r&&128&+e[0]&&(this.s=-1,i>0&&(this[this.t-1]|=(1<<this.DB-i)-1<<i)),this.clamp(),o&&ee.ZERO.subTo(this,this)}clamp(){for(var e=this.s&this.DM;this.t>0&&this[this.t-1]==e;)--this.t}dlShiftTo(e,t){var r;for(r=this.t-1;r>=0;--r)t[r+e]=this[r];for(r=e-1;r>=0;--r)t[r]=0;t.t=this.t+e,t.s=this.s}drShiftTo(e,t){for(var r=e;r<this.t;++r)t[r-e]=this[r];t.t=Math.max(this.t-e,0),t.s=this.s}lShiftTo(e,t){for(var r=e%this.DB,n=this.DB-r,o=(1<<n)-1,i=Math.floor(e/this.DB),s=this.s<<r&this.DM,a=this.t-1;a>=0;--a)t[a+i+1]=this[a]>>n|s,s=(this[a]&o)<<r;for(a=i-1;a>=0;--a)t[a]=0;t[i]=s,t.t=this.t+i+1,t.s=this.s,t.clamp()}rShiftTo(e,t){t.s=this.s;var r=Math.floor(e/this.DB);if(r>=this.t)t.t=0;else{var n=e%this.DB,o=this.DB-n,i=(1<<n)-1;t[0]=this[r]>>n;for(var s=r+1;s<this.t;++s)t[s-r-1]|=(this[s]&i)<<o,t[s-r]=this[s]>>n;n>0&&(t[this.t-r-1]|=(this.s&i)<<o),t.t=this.t-r,t.clamp()}}subTo(e,t){for(var r=0,n=0,o=Math.min(e.t,this.t);r<o;)n+=this[r]-e[r],t[r++]=n&this.DM,n>>=this.DB;if(e.t<this.t){for(n-=e.s;r<this.t;)n+=this[r],t[r++]=n&this.DM,n>>=this.DB;n+=this.s}else{for(n+=this.s;r<e.t;)n-=e[r],t[r++]=n&this.DM,n>>=this.DB;n-=e.s}t.s=n<0?-1:0,n<-1?t[r++]=this.DV+n:n>0&&(t[r++]=n),t.t=r,t.clamp()}multiplyTo(e,t){var r=this.abs(),n=e.abs(),o=r.t;for(t.t=o+n.t;--o>=0;)t[o]=0;for(o=0;o<n.t;++o)t[o+r.t]=r.am(0,n[o],t,o,0,r.t);t.s=0,t.clamp(),this.s!=e.s&&ee.ZERO.subTo(t,t)}squareTo(e){for(var t=this.abs(),r=e.t=2*t.t;--r>=0;)e[r]=0;for(r=0;r<t.t-1;++r){var n=t.am(r,t[r],e,2*r,0,1);(e[r+t.t]+=t.am(r+1,2*t[r],e,2*r+1,n,t.t-r-1))>=t.DV&&(e[r+t.t]-=t.DV,e[r+t.t+1]=1)}e.t>0&&(e[e.t-1]+=t.am(r,t[r],e,2*r,0,1)),e.s=0,e.clamp()}divRemTo(e,t,r){var n=e.abs();if(!(n.t<=0)){var o=this.abs();if(o.t<n.t)return null!=t&&t.fromInt(0),void(null!=r&&this.copyTo(r));null==r&&(r=te());var i=te(),s=this.s,a=e.s,u=this.DB-ue(n[n.t-1]);u>0?(n.lShiftTo(u,i),o.lShiftTo(u,r)):(n.copyTo(i),o.copyTo(r));var c=i.t,l=i[c-1];if(0!=l){var d=l*(1<<this.F1)+(c>1?i[c-2]>>this.F2:0),h=this.FV/d,f=(1<<this.F1)/d,p=1<<this.F2,v=r.t,g=v-c,y=null==t?te():t;for(i.dlShiftTo(g,y),r.compareTo(y)>=0&&(r[r.t++]=1,r.subTo(y,r)),ee.ONE.dlShiftTo(c,y),y.subTo(i,i);i.t<c;)i[i.t++]=0;for(;--g>=0;){var m=r[--v]==l?this.DM:Math.floor(r[v]*h+(r[v-1]+p)*f);if((r[v]+=i.am(0,m,r,g,0,c))<m)for(i.dlShiftTo(g,y),r.subTo(y,r);r[v]<--m;)r.subTo(y,r)}null!=t&&(r.drShiftTo(c,t),s!=a&&ee.ZERO.subTo(t,t)),r.t=c,r.clamp(),u>0&&r.rShiftTo(u,r),s<0&&ee.ZERO.subTo(r,r)}}}invDigit(){if(this.t<1)return 0;var e=this[0];if(!(1&e))return 0;var t=3&e;return(t=(t=(t=(t=t*(2-(15&e)*t)&15)*(2-(255&e)*t)&255)*(2-((65535&e)*t&65535))&65535)*(2-e*t%this.DV)%this.DV)>0?this.DV-t:-t}isEven(){return 0==(this.t>0?1&this[0]:this.s)}exp(e,t){if(e>4294967295||e<1)return ee.ONE;var r=te(),n=te(),o=t.convert(this),i=ue(e)-1;for(o.copyTo(r);--i>=0;)if(t.sqrTo(r,n),(e&1<<i)>0)t.mulTo(n,o,r);else{var s=r;r=n,n=s}return t.revert(r)}chunkSize(e){return Math.floor(Math.LN2*this.DB/Math.log(e))}toRadix(e){if(null==e&&(e=10),0==this.signum()||e<2||e>36)return"0";var t=this.chunkSize(e),r=Math.pow(e,t),n=ae(r),o=te(),i=te(),s="";for(this.divRemTo(n,o,i);o.signum()>0;)s=(r+i.intValue()).toString(e).substr(1)+s,o.divRemTo(n,o,i);return i.intValue().toString(e)+s}fromRadix(e,t){this.fromInt(0),null==t&&(t=10);for(var r=this.chunkSize(t),n=Math.pow(t,r),o=!1,i=0,s=0,a=0;a<e.length;++a){var u=se(e,a);u<0?"-"==e.charAt(a)&&0==this.signum()&&(o=!0):(s=t*s+u,++i>=r&&(this.dMultiply(n),this.dAddOffset(s,0),i=0,s=0))}i>0&&(this.dMultiply(Math.pow(t,i)),this.dAddOffset(s,0)),o&&ee.ZERO.subTo(this,this)}fromNumber(e,t,r){if("number"==typeof t)if(e<2)this.fromInt(1);else for(this.fromNumber(e,r),this.testBit(e-1)||this.bitwiseTo(ee.ONE.shiftLeft(e-1),V,this),this.isEven()&&this.dAddOffset(1,0);!this.isProbablePrime(t);)this.dAddOffset(2,0),this.bitLength()>e&&this.subTo(ee.ONE.shiftLeft(e-1),this);else{var n=[],o=7&e;n.length=1+(e>>3),t.nextBytes(n),o>0?n[0]&=(1<<o)-1:n[0]=0,this.fromString(n,256)}}bitwiseTo(e,t,r){var n,o,i=Math.min(e.t,this.t);for(n=0;n<i;++n)r[n]=t(this[n],e[n]);if(e.t<this.t){for(o=e.s&this.DM,n=i;n<this.t;++n)r[n]=t(this[n],o);r.t=this.t}else{for(o=this.s&this.DM,n=i;n<e.t;++n)r[n]=t(o,e[n]);r.t=e.t}r.s=t(this.s,e.s),r.clamp()}changeBit(e,t){var r=ee.ONE.shiftLeft(e);return this.bitwiseTo(r,t,r),r}addTo(e,t){for(var r=0,n=0,o=Math.min(e.t,this.t);r<o;)n+=this[r]+e[r],t[r++]=n&this.DM,n>>=this.DB;if(e.t<this.t){for(n+=e.s;r<this.t;)n+=this[r],t[r++]=n&this.DM,n>>=this.DB;n+=this.s}else{for(n+=this.s;r<e.t;)n+=e[r],t[r++]=n&this.DM,n>>=this.DB;n+=e.s}t.s=n<0?-1:0,n>0?t[r++]=n:n<-1&&(t[r++]=this.DV+n),t.t=r,t.clamp()}dMultiply(e){this[this.t]=this.am(0,e-1,this,0,0,this.t),++this.t,this.clamp()}dAddOffset(e,t){if(0!=e){for(;this.t<=t;)this[this.t++]=0;for(this[t]+=e;this[t]>=this.DV;)this[t]-=this.DV,++t>=this.t&&(this[this.t++]=0),++this[t]}}multiplyLowerTo(e,t,r){var n=Math.min(this.t+e.t,t);for(r.s=0,r.t=n;n>0;)r[--n]=0;for(var o=r.t-this.t;n<o;++n)r[n+this.t]=this.am(0,e[n],r,n,0,this.t);for(o=Math.min(e.t,t);n<o;++n)this.am(0,e[n],r,n,0,t-n);r.clamp()}multiplyUpperTo(e,t,r){--t;var n=r.t=this.t+e.t-t;for(r.s=0;--n>=0;)r[n]=0;for(n=Math.max(t-this.t,0);n<e.t;++n)r[this.t+n-t]=this.am(t-n,e[n],r,0,0,this.t+n-t);r.clamp(),r.drShiftTo(1,r)}modInt(e){if(e<=0)return 0;var t=this.DV%e,r=this.s<0?e-1:0;if(this.t>0)if(0==t)r=this[0]%e;else for(var n=this.t-1;n>=0;--n)r=(t*r+this[n])%e;return r}millerRabin(e){var t=this.subtract(ee.ONE),r=t.getLowestSetBit();if(r<=0)return!1;var n=t.shiftRight(r);(e=e+1>>1)>v.length&&(e=v.length);for(var o=te(),i=0;i<e;++i){o.fromInt(v[Math.floor(Math.random()*v.length)]);var s=o.modPow(n,this);if(0!=s.compareTo(ee.ONE)&&0!=s.compareTo(t)){for(var a=1;a++<r&&0!=s.compareTo(t);)if(0==(s=s.modPowInt(2,this)).compareTo(ee.ONE))return!1;if(0!=s.compareTo(t))return!1}}return!0}square(){var e=te();return this.squareTo(e),e}gcda(e,t){var r=this.s<0?this.negate():this.clone(),n=e.s<0?e.negate():e.clone();if(r.compareTo(n)<0){var o=r;r=n,n=o}var i=r.getLowestSetBit(),s=n.getLowestSetBit();if(s<0)t(r);else{i<s&&(s=i),s>0&&(r.rShiftTo(s,r),n.rShiftTo(s,n));var a=()=>{(i=r.getLowestSetBit())>0&&r.rShiftTo(i,r),(i=n.getLowestSetBit())>0&&n.rShiftTo(i,n),r.compareTo(n)>=0?(r.subTo(n,r),r.rShiftTo(1,r)):(n.subTo(r,n),n.rShiftTo(1,n)),r.signum()>0?setTimeout(a,0):(s>0&&n.lShiftTo(s,n),setTimeout((function(){t(n)}),0))};setTimeout(a,10)}}fromNumberAsync(e,t,r,n){if("number"==typeof t)if(e<2)this.fromInt(1);else{this.fromNumber(e,r),this.testBit(e-1)||this.bitwiseTo(ee.ONE.shiftLeft(e-1),V,this),this.isEven()&&this.dAddOffset(1,0);var o=this,i=function(){o.dAddOffset(2,0),o.bitLength()>e&&o.subTo(ee.ONE.shiftLeft(e-1),o),o.isProbablePrime(t)?setTimeout((function(){n()}),0):setTimeout(i,0)};setTimeout(i,0)}else{var s=[],a=7&e;s.length=1+(e>>3),t.nextBytes(s),a>0?s[0]&=(1<<a)-1:s[0]=0,this.fromString(s,256)}}}var y=function(){function e(){}return e.prototype.convert=function(e){return e},e.prototype.revert=function(e){return e},e.prototype.mulTo=function(e,t,r){e.multiplyTo(t,r)},e.prototype.sqrTo=function(e,t){e.squareTo(t)},e}(),m=function(){function e(e){this.m=e}return e.prototype.convert=function(e){return e.s<0||e.compareTo(this.m)>=0?e.mod(this.m):e},e.prototype.revert=function(e){return e},e.prototype.reduce=function(e){e.divRemTo(this.m,null,e)},e.prototype.mulTo=function(e,t,r){e.multiplyTo(t,r),this.reduce(r)},e.prototype.sqrTo=function(e,t){e.squareTo(t),this.reduce(t)},e}(),_=function(){function e(e){this.m=e,this.mp=e.invDigit(),this.mpl=32767&this.mp,this.mph=this.mp>>15,this.um=(1<<e.DB-15)-1,this.mt2=2*e.t}return e.prototype.convert=function(e){var t=te();return e.abs().dlShiftTo(this.m.t,t),t.divRemTo(this.m,null,t),e.s<0&&t.compareTo(ee.ZERO)>0&&this.m.subTo(t,t),t},e.prototype.revert=function(e){var t=te();return e.copyTo(t),this.reduce(t),t},e.prototype.reduce=function(e){for(;e.t<=this.mt2;)e[e.t++]=0;for(var t=0;t<this.m.t;++t){var r=32767&e[t],n=r*this.mpl+((r*this.mph+(e[t]>>15)*this.mpl&this.um)<<15)&e.DM;for(e[r=t+this.m.t]+=this.m.am(0,n,e,t,0,this.m.t);e[r]>=e.DV;)e[r]-=e.DV,e[++r]++}e.clamp(),e.drShiftTo(this.m.t,e),e.compareTo(this.m)>=0&&e.subTo(this.m,e)},e.prototype.mulTo=function(e,t,r){e.multiplyTo(t,r),this.reduce(r)},e.prototype.sqrTo=function(e,t){e.squareTo(t),this.reduce(t)},e}(),b=function(){function e(e){this.m=e,this.r2=te(),this.q3=te(),ee.ONE.dlShiftTo(2*e.t,this.r2),this.mu=this.r2.divide(e)}return e.prototype.convert=function(e){if(e.s<0||e.t>2*this.m.t)return e.mod(this.m);if(e.compareTo(this.m)<0)return e;var t=te();return e.copyTo(t),this.reduce(t),t},e.prototype.revert=function(e){return e},e.prototype.reduce=function(e){for(e.drShiftTo(this.m.t-1,this.r2),e.t>this.m.t+1&&(e.t=this.m.t+1,e.clamp()),this.mu.multiplyUpperTo(this.r2,this.m.t+1,this.q3),this.m.multiplyLowerTo(this.q3,this.m.t+1,this.r2);e.compareTo(this.r2)<0;)e.dAddOffset(1,this.m.t+1);for(e.subTo(this.r2,e);e.compareTo(this.m)>=0;)e.subTo(this.m,e)},e.prototype.mulTo=function(e,t,r){e.multiplyTo(t,r),this.reduce(r)},e.prototype.sqrTo=function(e,t){e.squareTo(t),this.reduce(t)},e}();function te(){return new ee(null)}function re(e,t){return new ee(e,t)}function ne(e,t,r,n,o,i){for(;--i>=0;){var s=t*this[e++]+r[n]+o;o=Math.floor(s/67108864),r[n++]=67108863&s}return o}function oe(e,t,r,n,o,i){for(var s=32767&t,a=t>>15;--i>=0;){var u=32767&this[e],c=this[e++]>>15,l=a*u+c*s;o=((u=s*u+((32767&l)<<15)+r[n]+(1073741823&o))>>>30)+(l>>>15)+a*c+(o>>>30),r[n++]=1073741823&u}return o}function ie(e,t,r,n,o,i){for(var s=16383&t,a=t>>14;--i>=0;){var u=16383&this[e],c=this[e++]>>14,l=a*u+c*s;o=((u=s*u+((16383&l)<<14)+r[n]+o)>>28)+(l>>14)+a*c,r[n++]=268435455&u}return o}void 0!==o&&"Microsoft Internet Explorer"==(null==o?void 0:o.appName)?(ee.prototype.am=oe,h=30):"Netscape"!=(null==o?void 0:o.appName)?(ee.prototype.am=ne,h=26):(ee.prototype.am=ie,h=28),ee.prototype.DB=h,ee.prototype.DM=(1<<h)-1,ee.prototype.DV=1<<h,ee.prototype.FV=Math.pow(2,52),ee.prototype.F1=52-h,ee.prototype.F2=2*h-52;var w,S,I=[];for(w="0".charCodeAt(0),S=0;S<=9;++S)I[w++]=S;for(w="a".charCodeAt(0),S=10;S<36;++S)I[w++]=S;for(w="A".charCodeAt(0),S=10;S<36;++S)I[w++]=S;function se(e,t){var r=I[e.charCodeAt(t)];return null==r?-1:r}function ae(e){var t=te();return t.fromInt(e),t}function ue(e){var t,r=1;return 0!=(t=e>>>16)&&(e=t,r+=16),0!=(t=e>>8)&&(e=t,r+=8),0!=(t=e>>4)&&(e=t,r+=4),0!=(t=e>>2)&&(e=t,r+=2),0!=(t=e>>1)&&(e=t,r+=1),r}ee.ZERO=ae(0),ee.ONE=ae(1);class ce{constructor(){this.i=0,this.j=0,this.S=[]}init(e){var t,r,n;for(t=0;t<256;++t)this.S[t]=t;for(r=0,t=0;t<256;++t)r=r+this.S[t]+e[t%e.length]&255,n=this.S[t],this.S[t]=this.S[r],this.S[r]=n;this.i=0,this.j=0}next(){var e;return this.i=this.i+1&255,this.j=this.j+this.S[this.i]&255,e=this.S[this.i],this.S[this.i]=this.S[this.j],this.S[this.j]=e,this.S[e+this.S[this.i]&255]}}var E,T,O=null;if(null==O){O=[],T=0;var R,A,P=void 0;if("undefined"!=typeof window&&null!==(R=window)&&void 0!==R&&R.crypto&&null!==(A=window)&&void 0!==A&&A.crypto.getRandomValues){var C,U=new Uint32Array(256);for(null===(C=window)||void 0===C||C.crypto.getRandomValues(U),P=0;P<U.length;++P)O[T++]=255&U[P]}var N,L,D,k=function(e){var t,r,n;if(this.count=this.count||0,this.count>=256||T>=256){if("undefined"!=typeof window)if(null!==(t=window)&&void 0!==t&&t.removeEventListener)null===(n=window)||void 0===n||n.removeEventListener("mousemove",k,!1);else if(null!==(r=window)&&void 0!==r&&r.detachEvent){var o;null===(o=window)||void 0===o||o.detachEvent("onmousemove",k)}}else try{var i=e.x+e.y;O[T++]=255&i,this.count+=1}catch(e){}};if("undefined"!=typeof window)if(null!==(N=window)&&void 0!==N&&N.addEventListener)null===(D=window)||void 0===D||D.addEventListener("mousemove",k,!1);else if(null!==(L=window)&&void 0!==L&&L.attachEvent){var x;null===(x=window)||void 0===x||x.attachEvent("onmousemove",k)}}function le(){if(null==E){for(E=new ce;T<256;){var e=Math.floor(65536*Math.random());O[T++]=255&e}for(E.init(O),T=0;T<O.length;++T)O[T]=0;T=0}return E.next()}class de{constructor(){}nextBytes(e){for(var t=0;t<e.length;++t)e[t]=le()}}function he(e,t){if(t<e.length+11)return console.error("Message too long for RSA"),null;for(var r=[],n=e.length-1;n>=0&&t>0;){var o=e.charCodeAt(n--);o<128?r[--t]=o:o>127&&o<2048?(r[--t]=63&o|128,r[--t]=o>>6|192):(r[--t]=63&o|128,r[--t]=o>>6&63|128,r[--t]=o>>12|224)}r[--t]=0;for(var i=new de,s=[];t>2;){for(s[0]=0;0==s[0];)i.nextBytes(s);r[--t]=s[0]}return r[--t]=2,r[--t]=0,new ee(r)}class fe{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(e){return e.modPowInt(this.e,this.n)}doPrivate(e){if(null==this.p||null==this.q)return e.modPow(this.d,this.n);for(var t=e.mod(this.p).modPow(this.dmp1,this.p),r=e.mod(this.q).modPow(this.dmq1,this.q);t.compareTo(r)<0;)t=t.add(this.p);return t.subtract(r).multiply(this.coeff).mod(this.p).multiply(this.q).add(r)}setPublic(e,t){null!=e&&null!=t&&e.length>0&&t.length>0?(this.n=re(e,16),this.e=parseInt(t,16)):console.error("Invalid RSA public key")}encrypt(e){var t=he(e,this.n.bitLength()+7>>3);if(null==t)return null;var r=this.doPublic(t);if(null==r)return null;var n=r.toString(16);return 1&n.length?"0"+n:n}encryptLong(e){var t=this,r=(this.n.bitLength()+7>>3)-11;try{var n="";return e.length>r?(e.match(/.{1,117}/g).forEach((function(e){var r=t.encrypt(e);n+=r})),K(n)):K(this.encrypt(e))}catch(e){return!1}}decryptLong(e){var t=this,r=this.n.bitLength()+7>>3;e=Y(e);try{if(e.length>r){var n="";return e.match(/.{1,256}/g).forEach((function(e){var r=t.decrypt(e);n+=r})),n}return this.decrypt(e)}catch(e){return!1}}setPrivate(e,t,r){null!=e&&null!=t&&e.length>0&&t.length>0?(this.n=re(e,16),this.e=parseInt(t,16),this.d=re(r,16)):console.error("Invalid RSA private key")}setPrivateEx(e,t,r,n,o,i,s,a){null!=e&&null!=t&&e.length>0&&t.length>0?(this.n=re(e,16),this.e=parseInt(t,16),this.d=re(r,16),this.p=re(n,16),this.q=re(o,16),this.dmp1=re(i,16),this.dmq1=re(s,16),this.coeff=re(a,16)):console.error("Invalid RSA private key")}generate(e,t){var r=new de,n=e>>1;this.e=parseInt(t,16);for(var o=new ee(t,16);;){for(;this.p=new ee(e-n,1,r),0!=this.p.subtract(ee.ONE).gcd(o).compareTo(ee.ONE)||!this.p.isProbablePrime(10););for(;this.q=new ee(n,1,r),0!=this.q.subtract(ee.ONE).gcd(o).compareTo(ee.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(ee.ONE),a=this.q.subtract(ee.ONE),u=s.multiply(a);if(0==u.gcd(o).compareTo(ee.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(e){var t=re(e,16),r=this.doPrivate(t);return null==r?null:pe(r,this.n.bitLength()+7>>3)}generateAsync(e,t,r){var n=new de,o=e>>1;this.e=parseInt(t,16);var i=new ee(t,16),s=this,a=()=>{var t=()=>{if(s.p.compareTo(s.q)<=0){var e=s.p;s.p=s.q,s.q=e}var t=s.p.subtract(ee.ONE),n=s.q.subtract(ee.ONE),o=t.multiply(n);0==o.gcd(i).compareTo(ee.ONE)?(s.n=s.p.multiply(s.q),s.d=i.modInverse(o),s.dmp1=s.d.mod(t),s.dmq1=s.d.mod(n),s.coeff=s.q.modInverse(s.p),setTimeout((function(){r()}),0)):setTimeout(a,0)},u=()=>{s.q=te(),s.q.fromNumberAsync(o,1,n,(function(){s.q.subtract(ee.ONE).gcda(i,(function(e){0==e.compareTo(ee.ONE)&&s.q.isProbablePrime(10)?setTimeout(t,0):setTimeout(u,0)}))}))},c=()=>{s.p=te(),s.p.fromNumberAsync(e-o,1,n,(function(){s.p.subtract(ee.ONE).gcda(i,(function(e){0==e.compareTo(ee.ONE)&&s.p.isProbablePrime(10)?setTimeout(u,0):setTimeout(c,0)}))}))};setTimeout(c,0)};setTimeout(a,0)}}function pe(e,t){for(var r=e.toByteArray(),n=0;n<r.length&&0==r[n];)++n;if(r.length-n!=t-1||2!=r[n])return null;for(++n;0!=r[n];)if(++n>=r.length)return null;for(var o="";++n<r.length;){var i=255&r[n];i<128?o+=String.fromCharCode(i):i>191&&i<224?(o+=String.fromCharCode((31&i)<<6|63&r[n+1]),++n):(o+=String.fromCharCode((15&i)<<12|(63&r[n+1])<<6|63&r[n+2]),n+=2)}return o}class ve extends fe{constructor(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";super(),e&&("string"==typeof e?this.parseKey(e):(this.hasPrivateKeyProperty(e)||this.hasPublicKeyProperty(e))&&this.parsePropertiesFrom(e))}parseKey(e){try{var t=0,r=0,n=/^\s*(?:[0-9A-Fa-f][0-9A-Fa-f]\s*)+$/.test(e)?c.decode(e):l.unarmor(e),o=Z.decode(n);if(3===o.sub.length&&(o=o.sub[2].sub[0]),9===o.sub.length){t=o.sub[1].getHexStringValue(),this.n=re(t,16),r=o.sub[2].getHexStringValue(),this.e=parseInt(r,16);var i=o.sub[3].getHexStringValue();this.d=re(i,16);var s=o.sub[4].getHexStringValue();this.p=re(s,16);var a=o.sub[5].getHexStringValue();this.q=re(a,16);var u=o.sub[6].getHexStringValue();this.dmp1=re(u,16);var d=o.sub[7].getHexStringValue();this.dmq1=re(d,16);var h=o.sub[8].getHexStringValue();this.coeff=re(h,16)}else{if(2!==o.sub.length)return!1;var f=o.sub[1].sub[0];t=f.sub[0].getHexStringValue(),this.n=re(t,16),r=f.sub[1].getHexStringValue(),this.e=parseInt(r,16)}return!0}catch(e){return!1}}hasPublicKeyProperty(e){return(e=e||{}).hasOwnProperty("n")&&e.hasOwnProperty("e")}hasPrivateKeyProperty(e){return(e=e||{}).hasOwnProperty("n")&&e.hasOwnProperty("e")&&e.hasOwnProperty("d")&&e.hasOwnProperty("p")&&e.hasOwnProperty("q")&&e.hasOwnProperty("dmp1")&&e.hasOwnProperty("dmq1")&&e.hasOwnProperty("coeff")}parsePropertiesFrom(e){this.n=e.n,this.e=e.e,e.hasOwnProperty("d")&&(this.d=e.d,this.p=e.p,this.q=e.q,this.dmp1=e.dmp1,this.dmq1=e.dmq1,this.coeff=e.coeff)}}(n=function(e){e=e||{},this.default_key_size=parseInt(e.default_key_size,10)||1024,this.default_public_exponent=e.default_public_exponent||"010001",this.log=e.log||!1,this.key=null}).prototype.setKey=function(e){this.log&&this.key&&console.warn("A key was already set, overriding existing."),this.key=new ve(e)},n.prototype.setPrivateKey=function(e){this.setKey(e)},n.prototype.setPublicKey=function(e){this.setKey(e)},n.prototype.decrypt=function(e){try{return this.getKey().decrypt(Y(e))}catch(e){return!1}},n.prototype.encrypt=function(e){try{return K(this.getKey().encrypt(e))}catch(e){return!1}},n.prototype.encryptLong=function(e){try{for(var t=this.getKey().encryptLong(e)||"",r=this.getKey().decryptLong(t)||"",n=0,o=/null$/g;o.test(r)&&(n++,t=this.getKey().encryptLong(e)||"",r=this.getKey().decryptLong(t)||"",!(n>10)););return t}catch(e){return!1}},n.prototype.getKey=function(e){if(!this.key){if(this.key=new ve,e&&"[object Function]"==={}.toString.call(e))return void this.key.generateAsync(this.default_key_size,this.default_public_exponent,e);this.key.generate(this.default_key_size,this.default_public_exponent)}return this.key},n.version="3.1.4"}const q=n;var j=r(655),M=function(){var{publicKey:e="",payload:t={}}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};if(!e)return"";try{var r=(0,j.I)(t),n=new q;return n.setPublicKey(e),n.encryptLong("object"==typeof r?JSON.stringify(r):r)}catch(e){console.error("encrypt error:",e)}return""}},655:(e,t,r)=>{r.d(t,{I:()=>n,y:()=>o});var n=e=>{var t=t=>{for(var r in e)e.hasOwnProperty(r)&&(t[r]=n(e[r]));return t},r=null==e?"NullOrUndefined":Object.prototype.toString.call(e).slice(8,-1);if(["Int8Array","Uint8Array","Uint8ClampedArray","Int16Array","Uint16Array","Int32Array","Uint32Array","Float32Array","Float64Array","BigInt64Array","BigUint64Array"].includes(r))return e.slice();switch(r){case"Object":return t(Object.create(Object.getPrototypeOf(e)));case"Array":return t([]);case"Date":return new Date(e.valueOf());case"RegExp":return new RegExp(e.source,(e.global?"g":"")+(e.ignoreCase?"i":"")+(e.multiline?"m":"")+(e.sticky?"y":"")+(e.unicode?"u":""));default:return e}},o=e=>{var t=e.match(/^(?:http(s)?:\/\/[^\/]+)?(\/[^\?#]*)/);return t&&t[2]||""}},182:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),s=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)"default"!==r&&Object.prototype.hasOwnProperty.call(e,r)&&o(t,e,r);return i(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.useDefaultAdapter=t.useAdapters=t.RUNTIME=void 0;var a,u=s(r(274)),c=r(616);!function(e){e.WEB="web",e.WX_MP="wx_mp"}(a=t.RUNTIME||(t.RUNTIME={})),t.useAdapters=function(e,t){for(var r=0,o=(0,c.isArray)(e)?e:[e];r<o.length;r++){var i=o[r],s=i.isMatch,a=i.genAdapter,u=i.runtime;if(s())return{adapter:n({isMatch:s},a(t)),runtime:u}}},t.useDefaultAdapter=function(){return{adapter:n({},u.genAdapter()),runtime:a.WEB}}},274:function(e,t,r){var n,o=this&&this.__extends||(n=function(e,t){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},n(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}n(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}),i=this&&this.__assign||function(){return i=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},i.apply(this,arguments)},s=this&&this.__awaiter||function(e,t,r,n){return new(r||(r=Promise))((function(o,i){function s(e){try{u(n.next(e))}catch(e){i(e)}}function a(e){try{u(n.throw(e))}catch(e){i(e)}}function u(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(s,a)}u((n=n.apply(e,t||[])).next())}))},a=this&&this.__generator||function(e,t){var r,n,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(r)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(r=1,n&&(o=2&a[0]?n.return:a[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,a[1])).done)return o;switch(n=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++,n=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=t.call(e,s)}catch(e){a=[6,e],n=0}finally{r=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}};Object.defineProperty(t,"__esModule",{value:!0}),t.WebRequest=t.genAdapter=void 0;var u=r(325),c=r(616),l=r(946),d=function(e){function t(t){var r=e.call(this)||this,n=t.timeout,o=t.timeoutMsg,i=t.restrictedMethods;return r.timeout=n||0,r.timeoutMsg=o||"请求超时",r.restrictedMethods=i||["get","post","upload","download"],r}return o(t,e),t.prototype.get=function(e){return this.request(i(i({},e),{method:"get"}),this.restrictedMethods.includes("get"))},t.prototype.post=function(e){return this.request(i(i({},e),{method:"post"}),this.restrictedMethods.includes("post"))},t.prototype.put=function(e){return this.request(i(i({},e),{method:"put"}))},t.prototype.upload=function(e){var t=e.data,r=e.file,n=e.name,o=e.method,s=e.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(t).forEach((function(e){c.append(e,t[e])})),c.append("key",n),c.append("file",r),this.request(i(i({},e),{data:c,method:u}),this.restrictedMethods.includes("upload"))):this.request(i(i({},e),{method:"put",headers:a,body:r}),this.restrictedMethods.includes("upload"))},t.prototype.download=function(e){return s(this,void 0,void 0,(function(){var t,r,n,o;return a(this,(function(s){switch(s.label){case 0:return s.trys.push([0,2,,3]),[4,this.get(i(i({},e),{headers:{},responseType:"blob"}))];case 1:return t=s.sent().data,r=window.URL.createObjectURL(new Blob([t])),n=decodeURIComponent(new URL(e.url).pathname.split("/").pop()||""),(o=document.createElement("a")).href=r,o.setAttribute("download",n),o.style.display="none",document.body.appendChild(o),o.click(),window.URL.revokeObjectURL(r),document.body.removeChild(o),[3,3];case 2:return s.sent(),[3,3];case 3:return[2,new Promise((function(t){t({statusCode:200,tempFilePath:e.url})}))]}}))}))},t.prototype.fetch=function(e){var t;return s(this,void 0,void 0,(function(){var r,n,o,u,c,l,d,h,f,p,v,g,y,m=this;return a(this,(function(_){switch(_.label){case 0:return r=new AbortController,n=e.url,o=e.enableAbort,u=void 0!==o&&o,c=e.stream,l=void 0!==c&&c,d=e.signal,h=e.timeout,f=e.shouldThrowOnError,p=void 0===f||f,v=null!=h?h:this.timeout,d&&(d.aborted&&r.abort(),d.addEventListener("abort",(function(){return r.abort()}))),g=null,u&&v&&(g=setTimeout((function(){console.warn(m.timeoutMsg),r.abort(new Error(m.timeoutMsg))}),v)),[4,fetch(n,i(i({},e),{signal:r.signal})).then((function(e){return s(m,void 0,void 0,(function(){var t,r,n;return a(this,(function(o){switch(o.label){case 0:return clearTimeout(g),p?e.ok?(t=e,[3,3]):[3,1]:[3,4];case 1:return n=(r=Promise).reject,[4,e.json()];case 2:t=n.apply(r,[o.sent()]),o.label=3;case 3:return[2,t];case 4:return[2,e]}}))}))})).catch((function(e){if(clearTimeout(g),p)return Promise.reject(e)}))];case 1:return y=_.sent(),[2,{data:l?y.body:(null===(t=y.headers.get("content-type"))||void 0===t?void 0:t.includes("application/json"))?y.json():y.text(),statusCode:y.status,header:y.headers}]}}))}))},t.prototype.request=function(e,t){var r=this;void 0===t&&(t=!1);var n=String(e.method).toLowerCase()||"get";return new Promise((function(o){var i,s,a=e.url,u=e.headers,d=void 0===u?{}:u,h=e.data,f=e.responseType,p=e.withCredentials,v=e.body,g=e.onUploadProgress,y=(0,c.formatUrl)((0,l.getProtocol)(),a,"get"===n?h:{}),m=new XMLHttpRequest;m.open(n,y),f&&(m.responseType=f),Object.keys(d).forEach((function(e){m.setRequestHeader(e,d[e])})),g&&m.upload.addEventListener("progress",g),m.onreadystatechange=function(){var e={};if(4===m.readyState){var t=m.getAllResponseHeaders().trim().split(/[\r\n]+/),r={};t.forEach((function(e){var t=e.split(": "),n=t.shift().toLowerCase(),o=t.join(": ");r[n]=o})),e.header=r,e.statusCode=m.status;try{e.data="blob"===f?m.response:JSON.parse(m.responseText)}catch(t){e.data="blob"===f?m.response:m.responseText}clearTimeout(i),o(e)}},t&&r.timeout&&(i=setTimeout((function(){console.warn(r.timeoutMsg),m.abort()}),r.timeout)),s=(0,c.isFormData)(h)?h:"application/x-www-form-urlencoded"===d["content-type"]?(0,c.toQueryString)(h):v||(h?JSON.stringify(h):void 0),p&&(m.withCredentials=!0),m.send(s)}))},t}(u.AbstractSDKRequest);t.WebRequest=d,t.genAdapter=function(){return{type:"default",root:window,reqClass:d,wsClass:WebSocket,localStorage}}},946:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.COMMUNITY_SITE_URL=t.IS_DEBUG_MODE=t.getProtocol=t.setProtocol=t.getSdkName=t.setSdkName=void 0;var r="@cloudbase/js-sdk";t.setSdkName=function(e){r=e},t.getSdkName=function(){return r};var n="https:";t.setProtocol=function(e){n=e},t.getProtocol=function(){return n},t.IS_DEBUG_MODE=!1,t.COMMUNITY_SITE_URL="https://support.qq.com/products/148793"},205:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.ERRORS=void 0,t.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(e,t,r){var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),t.OATUH_LOGINTYPE=void 0,o(r(946),t),o(r(205),t),t.OATUH_LOGINTYPE="constants"},718:function(e,t,r){var n=this&&this.__awaiter||function(e,t,r,n){return new(r||(r=Promise))((function(o,i){function s(e){try{u(n.next(e))}catch(e){i(e)}}function a(e){try{u(n.throw(e))}catch(e){i(e)}}function u(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(s,a)}u((n=n.apply(e,t||[])).next())}))},o=this&&this.__generator||function(e,t){var r,n,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(r)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(r=1,n&&(o=2&a[0]?n.return:a[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,a[1])).done)return o;switch(n=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++,n=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=t.call(e,s)}catch(e){a=[6,e],n=0}finally{r=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}};Object.defineProperty(t,"__esModule",{value:!0}),t.catchErrorsDecorator=void 0;var i=r(616),s=r(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(e){var t=e.err,r=e.className,n=e.methodName,o=e.sourceLink;if(!o)return null;var i,s=t.stack.split("\n"),u=a?/^catchErrorsDecorator\/<\/descriptor.value@.*\d$/:new RegExp("".concat(r,"\\.descriptor.value\\s*\\[as\\s").concat(n,"\\]\\s*\\(.*\\)$")),l=a?/^catchErrorsDecorator\/<\/descriptor.value/:new RegExp("".concat(r,"\\.descriptor.value\\s*\\[as\\s").concat(n,"\\]")),d=s.findIndex((function(e){return u.test(e)}));if(-1!==d){var h=s.filter((function(e,t){return t>d}));h.unshift(s[d].replace(l,"".concat(r,".").concat(n)).replace(c,o)),(i=new Error).stack="".concat(a?"@debugger":"Error","\n").concat(h.join("\n"))}return i}t.catchErrorsDecorator=function(e){var t=e.mode,r=void 0===t?"async":t,a=e.customInfo,d=void 0===a?{}:a,h=e.title,f=e.messages,p=void 0===f?[]:f;return function(e,t,a){if(s.IS_DEBUG_MODE){var f=d.className||e.constructor.name,v=d.methodName||t,g=a.value,y=function(){var e="",t=(new Error).stack.split("\n"),r=t.findIndex((function(e){return u.test(e)}));if(-1!==r){var n=c.exec(t[r+1]||"");e=n?n[0]:""}return e}();a.value="sync"===r?function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var r=l({err:new Error,className:f,methodName:v,sourceLink:y});try{return g.apply(this,e)}catch(e){var n=e,o=e.message,s=e.error,a=e.error_description,u={title:h||"".concat(f,".").concat(v," failed"),content:[{type:"error",body:e}]};if(o&&/^\{.*\}$/.test(o)){var c=JSON.parse(o);u.subtitle=o,c.code&&(r?(r.code=c.code,r.msg=c.msg):(e.code=c.code,e.message=c.msg),n=r||e,u.content=p.map((function(e){return{type:"info",body:e}})))}throw s&&a&&(u.subtitle=a,r?(r.code=s,r.msg=a):(e.code=s,e.message=a),n=r||e,u.content=p.map((function(e){return{type:"info",body:e}}))),(0,i.printGroupLog)(u),n}}:function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return n(this,void 0,void 0,(function(){var t,r,n,s,a,u,c,d;return o(this,(function(o){switch(o.label){case 0:t=l({err:new Error,className:f,methodName:v,sourceLink:y}),o.label=1;case 1:return o.trys.push([1,3,,4]),[4,g.apply(this,e)];case 2:return[2,o.sent()];case 3:throw r=o.sent(),n=r,s=r.message,a=r.error,u=r.error_description,c={title:h||"".concat(f,".").concat(v," failed"),content:[{type:"error",body:r}]},s&&/^\{.*\}$/.test(s)&&(d=JSON.parse(s),c.subtitle=d,d.code&&(t?(t.code=d.code,t.message=d.msg):(r.code=d.code,r.message=d.msg),n=t||r,c.content=p.map((function(e){return{type:"info",body:e}})))),a&&u&&(c.subtitle=u,t?(t.code=a,t.msg=u):(r.code=a,r.message=u),n=t||r,c.content=p.map((function(e){return{type:"info",body:e}}))),(0,i.printGroupLog)(c),n;case 4:return[2]}}))}))}}}}},141:function(e,t,r){var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),o(r(718),t)},197:function(e,t,r){var n,o=this&&this.__extends||(n=function(e,t){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},n(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}n(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}),i=this&&this.__awaiter||function(e,t,r,n){return new(r||(r=Promise))((function(o,i){function s(e){try{u(n.next(e))}catch(e){i(e)}}function a(e){try{u(n.throw(e))}catch(e){i(e)}}function u(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(s,a)}u((n=n.apply(e,t||[])).next())}))},s=this&&this.__generator||function(e,t){var r,n,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(r)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(r=1,n&&(o=2&a[0]?n.return:a[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,a[1])).done)return o;switch(n=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++,n=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=t.call(e,s)}catch(e){a=[6,e],n=0}finally{r=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}};Object.defineProperty(t,"__esModule",{value:!0}),t.CloudbaseCache=void 0;var a=r(325),u=r(616),c=r(794),l=function(e){function t(t){var r=e.call(this)||this;return r.root=t,t.tcbCacheObject||(t.tcbCacheObject={}),r}return o(t,e),t.prototype.setItem=function(e,t){this.root.tcbCacheObject[e]=t},t.prototype.getItem=function(e){return this.root.tcbCacheObject[e]},t.prototype.removeItem=function(e){delete this.root.tcbCacheObject[e]},t.prototype.clear=function(){delete this.root.tcbCacheObject},t}(a.AbstractStorage),d=function(){function e(e){this.keys={};var t=e.persistence,r=e.platformInfo,n=void 0===r?{}:r,o=e.keys,i=void 0===o?{}:o;this.platformInfo=n,this.storage||(this.persistenceTag=this.platformInfo.adapter.primaryStorage||t,this.storage=function(e,t){switch(e){case"local":default:return t.localStorage?t.localStorage:((0,u.printWarn)(c.ERRORS.INVALID_PARAMS,"localStorage is not supported on current platform"),new l(t.root));case"none":return new l(t.root)}}(this.persistenceTag,this.platformInfo.adapter),this.keys=i)}return Object.defineProperty(e.prototype,"mode",{get:function(){return this.storage.mode||"sync"},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"persistence",{get:function(){return this.persistenceTag},enumerable:!1,configurable:!0}),e.prototype.setStore=function(e,t,r){if("async"!==this.mode){if(this.storage)try{var n={version:r||"localCachev1",content:t};this.storage.setItem(e,JSON.stringify(n))}catch(e){throw new Error(JSON.stringify({code:c.ERRORS.OPERATION_FAIL,msg:"[".concat((0,c.getSdkName)(),"][").concat(c.ERRORS.OPERATION_FAIL,"]setStore failed"),info:e}))}}else(0,u.printWarn)(c.ERRORS.INVALID_OPERATION,"current platform's storage is asynchronous, please use setStoreAsync insteed")},e.prototype.setStoreAsync=function(e,t,r){return i(this,void 0,void 0,(function(){var n;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]),n={version:r||"localCachev1",content:t},[4,this.storage.setItem(e,JSON.stringify(n))];case 2:return o.sent(),[3,4];case 3:return o.sent(),[2];case 4:return[2]}}))}))},e.prototype.getStore=function(e,t){var r;if("async"!==this.mode){try{if("undefined"!=typeof process&&(null===(r={IS_MP_BUILD:!0,IS_BROWSER_BUILD:!0})||void 0===r?void 0:r.tcb_token))return{IS_MP_BUILD:!0,IS_BROWSER_BUILD:!0}.tcb_token;if(!this.storage)return""}catch(e){return""}t=t||"localCachev1";var n=this.storage.getItem(e);return n&&n.indexOf(t)>=0?JSON.parse(n).content:""}(0,u.printWarn)(c.ERRORS.INVALID_OPERATION,"current platform's storage is asynchronous, please use getStoreAsync insteed")},e.prototype.getStoreAsync=function(e,t){var r;return i(this,void 0,void 0,(function(){var n;return s(this,(function(o){switch(o.label){case 0:try{if("undefined"!=typeof process&&(null===(r={IS_MP_BUILD:!0,IS_BROWSER_BUILD:!0})||void 0===r?void 0:r.tcb_token))return[2,{IS_MP_BUILD:!0,IS_BROWSER_BUILD:!0}.tcb_token];if(!this.storage)return[2,""]}catch(e){return[2,""]}return t=t||"localCachev1",[4,this.storage.getItem(e)];case 1:return(n=o.sent())&&n.indexOf(t)>=0?[2,JSON.parse(n).content]:[2,""]}}))}))},e.prototype.removeStore=function(e){"async"!==this.mode?this.storage.removeItem(e):(0,u.printWarn)(c.ERRORS.INVALID_OPERATION,"current platform's storage is asynchronous, please use removeStoreAsync insteed")},e.prototype.removeStoreAsync=function(e){return i(this,void 0,void 0,(function(){return s(this,(function(t){switch(t.label){case 0:return[4,this.storage.removeItem(e)];case 1:return t.sent(),[2]}}))}))},e}();t.CloudbaseCache=d},689:function(e,t,r){var n,o=this&&this.__extends||(n=function(e,t){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},n(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}n(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}),i=this&&this.__spreadArray||function(e,t,r){if(r||2===arguments.length)for(var n,o=0,i=t.length;o<i;o++)!n&&o in t||(n||(n=Array.prototype.slice.call(t,0,o)),n[o]=t[o]);return e.concat(n||Array.prototype.slice.call(t))};Object.defineProperty(t,"__esModule",{value:!0}),t.removeEventListener=t.activateEvent=t.addEventListener=t.CloudbaseEventEmitter=t.IErrorEvent=t.CloudbaseEvent=void 0;var s=r(616),a=function(e,t){this.data=t||null,this.name=e};t.CloudbaseEvent=a;var u=function(e){function t(t,r){var n=e.call(this,"error",{error:t,data:r})||this;return n.error=t,n}return o(t,e),t}(a);t.IErrorEvent=u;var c=function(){function e(){this.listeners={}}return e.prototype.on=function(e,t){return function(e,t,r){r[e]=r[e]||[],r[e].push(t)}(e,t,this.listeners),this},e.prototype.off=function(e,t){return function(e,t,r){if(null==r?void 0:r[e]){var n=r[e].indexOf(t);-1!==n&&r[e].splice(n,1)}}(e,t,this.listeners),this},e.prototype.fire=function(e,t){if((0,s.isInstanceOf)(e,u))return console.error(e.error),this;var r=(0,s.isString)(e)?new a(e,t||{}):e,n=r.name;if(this.listens(n)){r.target=this;for(var o=0,c=this.listeners[n]?i([],this.listeners[n],!0):[];o<c.length;o++)c[o].call(this,r)}return this},e.prototype.listens=function(e){return this.listeners[e]&&this.listeners[e].length>0},e}();t.CloudbaseEventEmitter=c;var l=new c;t.addEventListener=function(e,t){l.on(e,t)},t.activateEvent=function(e,t){void 0===t&&(t={}),l.fire(e,t)},t.removeEventListener=function(e,t){l.off(e,t)}},616:function(e,t,r){var n=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0}),t.parseCaptcha=t.parseQueryString=t.transformPhone=t.sleep=t.printGroupLog=t.throwError=t.printInfo=t.printError=t.printWarn=t.execCallback=t.createPromiseCallback=t.removeParam=t.getHash=t.getQuery=t.toQueryString=t.formatUrl=t.generateRequestId=t.genSeqId=t.isFormData=t.isInstanceOf=t.isNull=t.isPalinObject=t.isUndefined=t.isString=t.isArray=void 0;var o=r(794);t.isArray=function(e){return"[object Array]"===Object.prototype.toString.call(e)},t.isString=function(e){return"string"==typeof e},t.isUndefined=function(e){return void 0===e},t.isPalinObject=function(e){return"[object Object]"===Object.prototype.toString.call(e)},t.isNull=function(e){return"[object Null]"===Object.prototype.toString.call(e)},t.isInstanceOf=function(e,t){return e instanceof t},t.isFormData=function(e){return"[object FormData]"===Object.prototype.toString.call(e)},t.genSeqId=function(){return Math.random().toString(16).slice(2)},t.generateRequestId=function(){var e=(new Date).getTime(),t=(null===Date||void 0===Date?void 0:Date.now)&&1e3*Date.now()||0;return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,(function(r){var n=16*Math.random();return e>0?(n=(e+n)%16|0,e=Math.floor(e/16)):(n=(t+n)%16|0,t=Math.floor(t/16)),("x"===r?n:7&n|8).toString(16)}))},t.formatUrl=function(e,t,r){void 0===r&&(r={});var n=/\?/.test(t),o="";return Object.keys(r).forEach((function(e){""===o?!n&&(t+="?"):o+="&",o+="".concat(e,"=").concat(encodeURIComponent(r[e]))})),/^http(s)?:\/\//.test(t+=o)?t:"".concat(e).concat(t)},t.toQueryString=function(e){void 0===e&&(e={});var t=[];return Object.keys(e).forEach((function(r){t.push("".concat(r,"=").concat(encodeURIComponent(e[r])))})),t.join("&")},t.getQuery=function(e,t){if("undefined"==typeof window)return!1;var r=t||decodeURIComponent(window.location.search),n=new RegExp("(^|&)".concat(e,"=([^&]*)(&|$)")),o=r.substr(r.indexOf("?")+1).match(n);return null!=o?o[2]:""},t.getHash=function(e){if("undefined"==typeof window)return"";var t=window.location.hash.match(new RegExp("[#?&/]".concat(e,"=([^&#]*)")));return t?t[1]:""},t.removeParam=function(e,t){var r=t.split("?")[0],n=[],o=-1!==t.indexOf("?")?t.split("?")[1]:"";if(""!==o){for(var i=(n=o.split("&")).length-1;i>=0;i-=1)n[i].split("=")[0]===e&&n.splice(i,1);r="".concat(r,"?").concat(n.join("&"))}return r},t.createPromiseCallback=function(){var e={};if(!Promise){(e=function(){}).promise={};var t=function(){throw new Error('Your Node runtime does support ES6 Promises. Set "global.Promise" to your preferred implementation of promises.')};return Object.defineProperty(e.promise,"then",{get:t}),Object.defineProperty(e.promise,"catch",{get:t}),e}var r=new Promise((function(t,r){e=function(e,n){return e?r(e):t(n)}}));return e.promise=r,e},t.execCallback=function(e,t,r){if(void 0===r&&(r=null),e&&"function"==typeof e)return e(t,r);if(t)throw t;return r},t.printWarn=function(e,t){console.warn("[".concat((0,o.getSdkName)(),"][").concat(e,"]:").concat(t))},t.printError=function(e,t){console.error({code:e,msg:"[".concat((0,o.getSdkName)(),"][").concat(e,"]:").concat(t)})},t.printInfo=function(e,t){console.log("[".concat((0,o.getSdkName)(),"][").concat(e,"]:").concat(t))},t.throwError=function(e,t){throw new Error(JSON.stringify({code:e,msg:"[".concat((0,o.getSdkName)(),"][").concat(e,"]:").concat(t)}))},t.printGroupLog=function(e){var t,r=e.title,n=e.subtitle,o=void 0===n?"":n,i=e.content,s=void 0===i?[]:i,a=e.printTrace,u=void 0!==a&&a,c=e.collapsed;void 0!==c&&c?(console.groupCollapsed||console.error)(r,o):(console.group||console.error)(r,o);for(var l=0,d=s;l<d.length;l++){var h=d[l],f=h.type,p=h.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===(t=console.groupEnd)||void 0===t||t.call(console)},t.sleep=function(e){return void 0===e&&(e=0),new Promise((function(t){return setTimeout(t,e)}))},t.transformPhone=function(e){return"+86".concat(e)},t.parseQueryString=function(e){e=e.replace(/^\?/,"");var t={};return e.split("&").forEach((function(e){var r=e.split("="),n=r[0],o=r[1];n=decodeURIComponent(n),o=decodeURIComponent(o),n&&(t[n]?Array.isArray(t[n])?t[n].push(o):t[n]=[t[n],o]:t[n]=o)})),t},t.parseCaptcha=function(e){var r={},o=e.match(/^(data:.*?)(\?[^#\s]*)?$/);if(o){e=o[1];var i=o[2];i&&(r=(0,t.parseQueryString)(i))}var s=r.token,a=n(r,["token"]);return/^data:/.test(e)&&!s?{error:"invalid_argument",error_description:"invalid captcha data: ".concat(e)}:s?{state:a.state,token:s,captchaData:e}:{error:"unimplemented",error_description:"need to impl captcha data"}}}},t={};function r(n){var o=t[n];if(void 0!==o)return o.exports;var i=t[n]={exports:{}};return e[n].call(i.exports,i,i.exports,r),i.exports}return r.d=(e,t)=>{for(var n in t)r.o(t,n)&&!r.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r(760)})()));
2
+ !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define("cloudbase_auth",[],t):"object"==typeof exports?exports.cloudbase_auth=t():e.cloudbase_auth=t()}("undefined"!=typeof window?window:this,(()=>(()=>{"use strict";var e,t,r={829:(e,t,r)=>{var n;r.r(t),r.d(t,{AbstractSDKRequest:()=>o,AbstractStorage:()=>i,StorageType:()=>n,formatUrl:()=>s}),function(e){e.local="local",e.none="none",e.session="session"}(n||(n={}));var o=function(){},i=function(){};function s(e,t,r){void 0===r&&(r={});var n=/\?/.test(t),o="";for(var i in r)""===o?!n&&(t+="?"):o+="&",o+=i+"="+encodeURIComponent(r[i]);return/^http(s)?\:\/\//.test(t+=o)?t:""+e+t}},882:(e,t,r)=>{r.r(t),r.d(t,{WxMpWebSocket:()=>Tn,WxRequest:()=>En,default:()=>Pn,parseQueryString:()=>An,wxMpStorage:()=>In});var n=r(829);function o(){}function i(e){return"object"==typeof e&&null!==e||"function"==typeof e}const s=o;function a(e,t){try{Object.defineProperty(e,"name",{value:t,configurable:!0})}catch(e){}}const u=Promise,c=Promise.resolve.bind(u),l=Promise.prototype.then,h=Promise.reject.bind(u),d=c;function f(e){return new u(e)}function p(e){return f((t=>t(e)))}function v(e){return h(e)}function m(e,t,r){return l.call(e,t,r)}function y(e,t,r){m(m(e,t,r),void 0,s)}function g(e,t){y(e,t)}function _(e,t){y(e,void 0,t)}function b(e,t,r){return m(e,t,r)}function w(e){m(e,void 0,s)}let S=e=>{if("function"==typeof queueMicrotask)S=queueMicrotask;else{const e=p(void 0);S=t=>m(e,t)}return S(e)};function E(e,t,r){if("function"!=typeof e)throw new TypeError("Argument is not a function");return Function.prototype.apply.call(e,t,r)}function I(e,t,r){try{return p(E(e,t,r))}catch(e){return v(e)}}class T{constructor(){this._cursor=0,this._size=0,this._front={_elements:[],_next:void 0},this._back=this._front,this._cursor=0,this._size=0}get length(){return this._size}push(e){const t=this._back;let r=t;16383===t._elements.length&&(r={_elements:[],_next:void 0}),t._elements.push(e),r!==t&&(this._back=r,t._next=r),++this._size}shift(){const e=this._front;let t=e;const r=this._cursor;let n=r+1;const o=e._elements,i=o[r];return 16384===n&&(t=e._next,n=0),--this._size,this._cursor=n,e!==t&&(this._front=t),o[r]=void 0,i}forEach(e){let t=this._cursor,r=this._front,n=r._elements;for(;!(t===n.length&&void 0===r._next||t===n.length&&(r=r._next,n=r._elements,t=0,0===n.length));)e(n[t]),++t}peek(){const e=this._front,t=this._cursor;return e._elements[t]}}const A=Symbol("[[AbortSteps]]"),P=Symbol("[[ErrorSteps]]"),O=Symbol("[[CancelSteps]]"),R=Symbol("[[PullSteps]]"),C=Symbol("[[ReleaseSteps]]");function U(e,t){e._ownerReadableStream=t,t._reader=e,"readable"===t._state?k(e):"closed"===t._state?function(e){k(e),q(e)}(e):x(e,t._storedError)}function N(e,t){return Br(e._ownerReadableStream,t)}function D(e){const t=e._ownerReadableStream;"readable"===t._state?j(e,new TypeError("Reader was released and can no longer be used to monitor the stream's closedness")):function(e){x(e,new TypeError("Reader was released and can no longer be used to monitor the stream's closedness"))}(e),t._readableStreamController[C](),t._reader=void 0,e._ownerReadableStream=void 0}function L(e){return new TypeError("Cannot "+e+" a stream using a released reader")}function k(e){e._closedPromise=f(((t,r)=>{e._closedPromise_resolve=t,e._closedPromise_reject=r}))}function x(e,t){k(e),j(e,t)}function j(e,t){void 0!==e._closedPromise_reject&&(w(e._closedPromise),e._closedPromise_reject(t),e._closedPromise_resolve=void 0,e._closedPromise_reject=void 0)}function q(e){void 0!==e._closedPromise_resolve&&(e._closedPromise_resolve(void 0),e._closedPromise_resolve=void 0,e._closedPromise_reject=void 0)}const M=Number.isFinite||function(e){return"number"==typeof e&&isFinite(e)},B=Math.trunc||function(e){return e<0?Math.ceil(e):Math.floor(e)};function W(e,t){if(void 0!==e&&"object"!=typeof(r=e)&&"function"!=typeof r)throw new TypeError(`${t} is not an object.`);var r}function H(e,t){if("function"!=typeof e)throw new TypeError(`${t} is not a function.`)}function V(e,t){if(!function(e){return"object"==typeof e&&null!==e||"function"==typeof e}(e))throw new TypeError(`${t} is not an object.`)}function F(e,t,r){if(void 0===e)throw new TypeError(`Parameter ${t} is required in '${r}'.`)}function G(e,t,r){if(void 0===e)throw new TypeError(`${t} is required in '${r}'.`)}function z(e){return Number(e)}function Y(e){return 0===e?0:e}function K(e,t){const r=Number.MAX_SAFE_INTEGER;let n=Number(e);if(n=Y(n),!M(n))throw new TypeError(`${t} is not a finite number`);if(n=function(e){return Y(B(e))}(n),n<0||n>r)throw new TypeError(`${t} is outside the accepted range of 0 to ${r}, inclusive`);return M(n)&&0!==n?n:0}function $(e,t){if(!qr(e))throw new TypeError(`${t} is not a ReadableStream.`)}function Q(e){return new te(e)}function J(e,t){e._reader._readRequests.push(t)}function Z(e,t,r){const n=e._reader._readRequests.shift();r?n._closeSteps():n._chunkSteps(t)}function X(e){return e._reader._readRequests.length}function ee(e){const t=e._reader;return void 0!==t&&!!re(t)}class te{constructor(e){if(F(e,1,"ReadableStreamDefaultReader"),$(e,"First parameter"),Mr(e))throw new TypeError("This stream has already been locked for exclusive reading by another reader");U(this,e),this._readRequests=new T}get closed(){return re(this)?this._closedPromise:v(ie("closed"))}cancel(e=void 0){return re(this)?void 0===this._ownerReadableStream?v(L("cancel")):N(this,e):v(ie("cancel"))}read(){if(!re(this))return v(ie("read"));if(void 0===this._ownerReadableStream)return v(L("read from"));let e,t;const r=f(((r,n)=>{e=r,t=n}));return ne(this,{_chunkSteps:t=>e({value:t,done:!1}),_closeSteps:()=>e({value:void 0,done:!0}),_errorSteps:e=>t(e)}),r}releaseLock(){if(!re(this))throw ie("releaseLock");void 0!==this._ownerReadableStream&&function(e){D(e),oe(e,new TypeError("Reader was released"))}(this)}}function re(e){return!!i(e)&&!!Object.prototype.hasOwnProperty.call(e,"_readRequests")&&e instanceof te}function ne(e,t){const r=e._ownerReadableStream;r._disturbed=!0,"closed"===r._state?t._closeSteps():"errored"===r._state?t._errorSteps(r._storedError):r._readableStreamController[R](t)}function oe(e,t){const r=e._readRequests;e._readRequests=new T,r.forEach((e=>{e._errorSteps(t)}))}function ie(e){return new TypeError(`ReadableStreamDefaultReader.prototype.${e} can only be used on a ReadableStreamDefaultReader`)}var se,ae,ue;function ce(e){return e.slice()}function le(e,t,r,n,o){new Uint8Array(e).set(new Uint8Array(r,n,o),t)}Object.defineProperties(te.prototype,{cancel:{enumerable:!0},read:{enumerable:!0},releaseLock:{enumerable:!0},closed:{enumerable:!0}}),a(te.prototype.cancel,"cancel"),a(te.prototype.read,"read"),a(te.prototype.releaseLock,"releaseLock"),"symbol"==typeof Symbol.toStringTag&&Object.defineProperty(te.prototype,Symbol.toStringTag,{value:"ReadableStreamDefaultReader",configurable:!0});let he=e=>(he="function"==typeof e.transfer?e=>e.transfer():"function"==typeof structuredClone?e=>structuredClone(e,{transfer:[e]}):e=>e,he(e)),de=e=>(de="boolean"==typeof e.detached?e=>e.detached:e=>0===e.byteLength,de(e));function fe(e,t,r){if(e.slice)return e.slice(t,r);const n=r-t,o=new ArrayBuffer(n);return le(o,0,e,t,n),o}function pe(e,t){const r=e[t];if(null!=r){if("function"!=typeof r)throw new TypeError(`${String(t)} is not a function`);return r}}function ve(e){try{const t=e.done,r=e.value;return m(d(r),(e=>({done:t,value:e})))}catch(e){return v(e)}}const me=null!==(ue=null!==(se=Symbol.asyncIterator)&&void 0!==se?se:null===(ae=Symbol.for)||void 0===ae?void 0:ae.call(Symbol,"Symbol.asyncIterator"))&&void 0!==ue?ue:"@@asyncIterator";function ye(e,t="sync",r){if(void 0===r)if("async"===t){if(void 0===(r=pe(e,me)))return function(e){const t={next(){let t;try{t=ge(e)}catch(e){return v(e)}return ve(t)},return(t){let r;try{const n=pe(e.iterator,"return");if(void 0===n)return p({done:!0,value:t});r=E(n,e.iterator,[t])}catch(e){return v(e)}return i(r)?ve(r):v(new TypeError("The iterator.return() method must return an object"))}};return{iterator:t,nextMethod:t.next,done:!1}}(ye(e,"sync",pe(e,Symbol.iterator)))}else r=pe(e,Symbol.iterator);if(void 0===r)throw new TypeError("The object is not iterable");const n=E(r,e,[]);if(!i(n))throw new TypeError("The iterator method must return an object");return{iterator:n,nextMethod:n.next,done:!1}}function ge(e){const t=E(e.nextMethod,e.iterator,[]);if(!i(t))throw new TypeError("The iterator.next() method must return an object");return t}class _e{constructor(e,t){this._ongoingPromise=void 0,this._isFinished=!1,this._reader=e,this._preventCancel=t}next(){const e=()=>this._nextSteps();return this._ongoingPromise=this._ongoingPromise?b(this._ongoingPromise,e,e):e(),this._ongoingPromise}return(e){const t=()=>this._returnSteps(e);return this._ongoingPromise?b(this._ongoingPromise,t,t):t()}_nextSteps(){if(this._isFinished)return Promise.resolve({value:void 0,done:!0});const e=this._reader;let t,r;const n=f(((e,n)=>{t=e,r=n}));return ne(e,{_chunkSteps:e=>{this._ongoingPromise=void 0,S((()=>t({value:e,done:!1})))},_closeSteps:()=>{this._ongoingPromise=void 0,this._isFinished=!0,D(e),t({value:void 0,done:!0})},_errorSteps:t=>{this._ongoingPromise=void 0,this._isFinished=!0,D(e),r(t)}}),n}_returnSteps(e){if(this._isFinished)return Promise.resolve({value:e,done:!0});this._isFinished=!0;const t=this._reader;if(!this._preventCancel){const r=N(t,e);return D(t),b(r,(()=>({value:e,done:!0})))}return D(t),p({value:e,done:!0})}}const be={next(){return we(this)?this._asyncIteratorImpl.next():v(Se("next"))},return(e){return we(this)?this._asyncIteratorImpl.return(e):v(Se("return"))},[me](){return this}};function we(e){if(!i(e))return!1;if(!Object.prototype.hasOwnProperty.call(e,"_asyncIteratorImpl"))return!1;try{return e._asyncIteratorImpl instanceof _e}catch(e){return!1}}function Se(e){return new TypeError(`ReadableStreamAsyncIterator.${e} can only be used on a ReadableSteamAsyncIterator`)}Object.defineProperty(be,me,{enumerable:!1});const Ee=Number.isNaN||function(e){return e!=e};function Ie(e){const t=fe(e.buffer,e.byteOffset,e.byteOffset+e.byteLength);return new Uint8Array(t)}function Te(e){const t=e._queue.shift();return e._queueTotalSize-=t.size,e._queueTotalSize<0&&(e._queueTotalSize=0),t.value}function Ae(e,t,r){if("number"!=typeof(n=r)||Ee(n)||n<0||r===1/0)throw new RangeError("Size must be a finite, non-NaN, non-negative number.");var n;e._queue.push({value:t,size:r}),e._queueTotalSize+=r}function Pe(e){e._queue=new T,e._queueTotalSize=0}function Oe(e){return e===DataView}class Re{constructor(){throw new TypeError("Illegal constructor")}get view(){if(!Ne(this))throw nt("view");return this._view}respond(e){if(!Ne(this))throw nt("respond");if(F(e,1,"respond"),e=K(e,"First parameter"),void 0===this._associatedReadableByteStreamController)throw new TypeError("This BYOB request has been invalidated");if(de(this._view.buffer))throw new TypeError("The BYOB request's buffer has been detached and so cannot be used as a response");et(this._associatedReadableByteStreamController,e)}respondWithNewView(e){if(!Ne(this))throw nt("respondWithNewView");if(F(e,1,"respondWithNewView"),!ArrayBuffer.isView(e))throw new TypeError("You can only respond with array buffer views");if(void 0===this._associatedReadableByteStreamController)throw new TypeError("This BYOB request has been invalidated");if(de(e.buffer))throw new TypeError("The given view's buffer has been detached and so cannot be used as a response");tt(this._associatedReadableByteStreamController,e)}}Object.defineProperties(Re.prototype,{respond:{enumerable:!0},respondWithNewView:{enumerable:!0},view:{enumerable:!0}}),a(Re.prototype.respond,"respond"),a(Re.prototype.respondWithNewView,"respondWithNewView"),"symbol"==typeof Symbol.toStringTag&&Object.defineProperty(Re.prototype,Symbol.toStringTag,{value:"ReadableStreamBYOBRequest",configurable:!0});class Ce{constructor(){throw new TypeError("Illegal constructor")}get byobRequest(){if(!Ue(this))throw ot("byobRequest");return Ze(this)}get desiredSize(){if(!Ue(this))throw ot("desiredSize");return Xe(this)}close(){if(!Ue(this))throw ot("close");if(this._closeRequested)throw new TypeError("The stream has already been closed; do not close it again!");const e=this._controlledReadableByteStream._state;if("readable"!==e)throw new TypeError(`The stream (in ${e} state) is not in the readable state and cannot be closed`);Ke(this)}enqueue(e){if(!Ue(this))throw ot("enqueue");if(F(e,1,"enqueue"),!ArrayBuffer.isView(e))throw new TypeError("chunk must be an array buffer view");if(0===e.byteLength)throw new TypeError("chunk must have non-zero byteLength");if(0===e.buffer.byteLength)throw new TypeError("chunk's buffer must have non-zero byteLength");if(this._closeRequested)throw new TypeError("stream is closed or draining");const t=this._controlledReadableByteStream._state;if("readable"!==t)throw new TypeError(`The stream (in ${t} state) is not in the readable state and cannot be enqueued to`);$e(this,e)}error(e=void 0){if(!Ue(this))throw ot("error");Qe(this,e)}[O](e){Le(this),Pe(this);const t=this._cancelAlgorithm(e);return Ye(this),t}[R](e){const t=this._controlledReadableByteStream;if(this._queueTotalSize>0)return void Je(this,e);const r=this._autoAllocateChunkSize;if(void 0!==r){let n;try{n=new ArrayBuffer(r)}catch(t){return void e._errorSteps(t)}const o={buffer:n,bufferByteLength:r,byteOffset:0,byteLength:r,bytesFilled:0,minimumFill:1,elementSize:1,viewConstructor:Uint8Array,readerType:"default"};this._pendingPullIntos.push(o)}J(t,e),De(this)}[C](){if(this._pendingPullIntos.length>0){const e=this._pendingPullIntos.peek();e.readerType="none",this._pendingPullIntos=new T,this._pendingPullIntos.push(e)}}}function Ue(e){return!!i(e)&&!!Object.prototype.hasOwnProperty.call(e,"_controlledReadableByteStream")&&e instanceof Ce}function Ne(e){return!!i(e)&&!!Object.prototype.hasOwnProperty.call(e,"_associatedReadableByteStreamController")&&e instanceof Re}function De(e){const t=function(e){const t=e._controlledReadableByteStream;return"readable"===t._state&&(!e._closeRequested&&(!!e._started&&(!!(ee(t)&&X(t)>0)||(!!(ct(t)&&ut(t)>0)||Xe(e)>0))))}(e);t&&(e._pulling?e._pullAgain=!0:(e._pulling=!0,y(e._pullAlgorithm(),(()=>(e._pulling=!1,e._pullAgain&&(e._pullAgain=!1,De(e)),null)),(t=>(Qe(e,t),null)))))}function Le(e){Ve(e),e._pendingPullIntos=new T}function ke(e,t){let r=!1;"closed"===e._state&&(r=!0);const n=xe(t);"default"===t.readerType?Z(e,n,r):function(e,t,r){const n=e._reader._readIntoRequests.shift();r?n._closeSteps(t):n._chunkSteps(t)}(e,n,r)}function xe(e){const t=e.bytesFilled,r=e.elementSize;return new e.viewConstructor(e.buffer,e.byteOffset,t/r)}function je(e,t,r,n){e._queue.push({buffer:t,byteOffset:r,byteLength:n}),e._queueTotalSize+=n}function qe(e,t,r,n){let o;try{o=fe(t,r,r+n)}catch(t){throw Qe(e,t),t}je(e,o,0,n)}function Me(e,t){t.bytesFilled>0&&qe(e,t.buffer,t.byteOffset,t.bytesFilled),ze(e)}function Be(e,t){const r=Math.min(e._queueTotalSize,t.byteLength-t.bytesFilled),n=t.bytesFilled+r;let o=r,i=!1;const s=n-n%t.elementSize;s>=t.minimumFill&&(o=s-t.bytesFilled,i=!0);const a=e._queue;for(;o>0;){const r=a.peek(),n=Math.min(o,r.byteLength),i=t.byteOffset+t.bytesFilled;le(t.buffer,i,r.buffer,r.byteOffset,n),r.byteLength===n?a.shift():(r.byteOffset+=n,r.byteLength-=n),e._queueTotalSize-=n,We(0,n,t),o-=n}return i}function We(e,t,r){r.bytesFilled+=t}function He(e){0===e._queueTotalSize&&e._closeRequested?(Ye(e),Wr(e._controlledReadableByteStream)):De(e)}function Ve(e){null!==e._byobRequest&&(e._byobRequest._associatedReadableByteStreamController=void 0,e._byobRequest._view=null,e._byobRequest=null)}function Fe(e){for(;e._pendingPullIntos.length>0;){if(0===e._queueTotalSize)return;const t=e._pendingPullIntos.peek();Be(e,t)&&(ze(e),ke(e._controlledReadableByteStream,t))}}function Ge(e,t){const r=e._pendingPullIntos.peek();Ve(e),"closed"===e._controlledReadableByteStream._state?function(e,t){"none"===t.readerType&&ze(e);const r=e._controlledReadableByteStream;if(ct(r))for(;ut(r)>0;)ke(r,ze(e))}(e,r):function(e,t,r){if(We(0,t,r),"none"===r.readerType)return Me(e,r),void Fe(e);if(r.bytesFilled<r.minimumFill)return;ze(e);const n=r.bytesFilled%r.elementSize;if(n>0){const t=r.byteOffset+r.bytesFilled;qe(e,r.buffer,t-n,n)}r.bytesFilled-=n,ke(e._controlledReadableByteStream,r),Fe(e)}(e,t,r),De(e)}function ze(e){return e._pendingPullIntos.shift()}function Ye(e){e._pullAlgorithm=void 0,e._cancelAlgorithm=void 0}function Ke(e){const t=e._controlledReadableByteStream;if(!e._closeRequested&&"readable"===t._state)if(e._queueTotalSize>0)e._closeRequested=!0;else{if(e._pendingPullIntos.length>0){const t=e._pendingPullIntos.peek();if(t.bytesFilled%t.elementSize!=0){const t=new TypeError("Insufficient bytes to fill elements in the given buffer");throw Qe(e,t),t}}Ye(e),Wr(t)}}function $e(e,t){const r=e._controlledReadableByteStream;if(e._closeRequested||"readable"!==r._state)return;const{buffer:n,byteOffset:o,byteLength:i}=t;if(de(n))throw new TypeError("chunk's buffer is detached and so cannot be enqueued");const s=he(n);if(e._pendingPullIntos.length>0){const t=e._pendingPullIntos.peek();if(de(t.buffer))throw new TypeError("The BYOB request's buffer has been detached and so cannot be filled with an enqueued chunk");Ve(e),t.buffer=he(t.buffer),"none"===t.readerType&&Me(e,t)}ee(r)?(function(e){const t=e._controlledReadableByteStream._reader;for(;t._readRequests.length>0;){if(0===e._queueTotalSize)return;Je(e,t._readRequests.shift())}}(e),0===X(r)?je(e,s,o,i):(e._pendingPullIntos.length>0&&ze(e),Z(r,new Uint8Array(s,o,i),!1))):ct(r)?(je(e,s,o,i),Fe(e)):je(e,s,o,i),De(e)}function Qe(e,t){const r=e._controlledReadableByteStream;"readable"===r._state&&(Le(e),Pe(e),Ye(e),Hr(r,t))}function Je(e,t){const r=e._queue.shift();e._queueTotalSize-=r.byteLength,He(e);const n=new Uint8Array(r.buffer,r.byteOffset,r.byteLength);t._chunkSteps(n)}function Ze(e){if(null===e._byobRequest&&e._pendingPullIntos.length>0){const t=e._pendingPullIntos.peek(),r=new Uint8Array(t.buffer,t.byteOffset+t.bytesFilled,t.byteLength-t.bytesFilled),n=Object.create(Re.prototype);!function(e,t,r){e._associatedReadableByteStreamController=t,e._view=r}(n,e,r),e._byobRequest=n}return e._byobRequest}function Xe(e){const t=e._controlledReadableByteStream._state;return"errored"===t?null:"closed"===t?0:e._strategyHWM-e._queueTotalSize}function et(e,t){const r=e._pendingPullIntos.peek();if("closed"===e._controlledReadableByteStream._state){if(0!==t)throw new TypeError("bytesWritten must be 0 when calling respond() on a closed stream")}else{if(0===t)throw new TypeError("bytesWritten must be greater than 0 when calling respond() on a readable stream");if(r.bytesFilled+t>r.byteLength)throw new RangeError("bytesWritten out of range")}r.buffer=he(r.buffer),Ge(e,t)}function tt(e,t){const r=e._pendingPullIntos.peek();if("closed"===e._controlledReadableByteStream._state){if(0!==t.byteLength)throw new TypeError("The view's length must be 0 when calling respondWithNewView() on a closed stream")}else if(0===t.byteLength)throw new TypeError("The view's length must be greater than 0 when calling respondWithNewView() on a readable stream");if(r.byteOffset+r.bytesFilled!==t.byteOffset)throw new RangeError("The region specified by view does not match byobRequest");if(r.bufferByteLength!==t.buffer.byteLength)throw new RangeError("The buffer of view has different capacity than byobRequest");if(r.bytesFilled+t.byteLength>r.byteLength)throw new RangeError("The region specified by view is larger than byobRequest");const n=t.byteLength;r.buffer=he(t.buffer),Ge(e,n)}function rt(e,t,r,n,o,i,s){t._controlledReadableByteStream=e,t._pullAgain=!1,t._pulling=!1,t._byobRequest=null,t._queue=t._queueTotalSize=void 0,Pe(t),t._closeRequested=!1,t._started=!1,t._strategyHWM=i,t._pullAlgorithm=n,t._cancelAlgorithm=o,t._autoAllocateChunkSize=s,t._pendingPullIntos=new T,e._readableStreamController=t,y(p(r()),(()=>(t._started=!0,De(t),null)),(e=>(Qe(t,e),null)))}function nt(e){return new TypeError(`ReadableStreamBYOBRequest.prototype.${e} can only be used on a ReadableStreamBYOBRequest`)}function ot(e){return new TypeError(`ReadableByteStreamController.prototype.${e} can only be used on a ReadableByteStreamController`)}function it(e,t){if("byob"!=(e=`${e}`))throw new TypeError(`${t} '${e}' is not a valid enumeration value for ReadableStreamReaderMode`);return e}function st(e){return new lt(e)}function at(e,t){e._reader._readIntoRequests.push(t)}function ut(e){return e._reader._readIntoRequests.length}function ct(e){const t=e._reader;return void 0!==t&&!!ht(t)}Object.defineProperties(Ce.prototype,{close:{enumerable:!0},enqueue:{enumerable:!0},error:{enumerable:!0},byobRequest:{enumerable:!0},desiredSize:{enumerable:!0}}),a(Ce.prototype.close,"close"),a(Ce.prototype.enqueue,"enqueue"),a(Ce.prototype.error,"error"),"symbol"==typeof Symbol.toStringTag&&Object.defineProperty(Ce.prototype,Symbol.toStringTag,{value:"ReadableByteStreamController",configurable:!0});class lt{constructor(e){if(F(e,1,"ReadableStreamBYOBReader"),$(e,"First parameter"),Mr(e))throw new TypeError("This stream has already been locked for exclusive reading by another reader");if(!Ue(e._readableStreamController))throw new TypeError("Cannot construct a ReadableStreamBYOBReader for a stream not constructed with a byte source");U(this,e),this._readIntoRequests=new T}get closed(){return ht(this)?this._closedPromise:v(pt("closed"))}cancel(e=void 0){return ht(this)?void 0===this._ownerReadableStream?v(L("cancel")):N(this,e):v(pt("cancel"))}read(e,t={}){if(!ht(this))return v(pt("read"));if(!ArrayBuffer.isView(e))return v(new TypeError("view must be an array buffer view"));if(0===e.byteLength)return v(new TypeError("view must have non-zero byteLength"));if(0===e.buffer.byteLength)return v(new TypeError("view's buffer must have non-zero byteLength"));if(de(e.buffer))return v(new TypeError("view's buffer has been detached"));let r;try{r=function(e,t){var r;return W(e,t),{min:K(null!==(r=null==e?void 0:e.min)&&void 0!==r?r:1,`${t} has member 'min' that`)}}(t,"options")}catch(e){return v(e)}const n=r.min;if(0===n)return v(new TypeError("options.min must be greater than 0"));if(function(e){return Oe(e.constructor)}(e)){if(n>e.byteLength)return v(new RangeError("options.min must be less than or equal to view's byteLength"))}else if(n>e.length)return v(new RangeError("options.min must be less than or equal to view's length"));if(void 0===this._ownerReadableStream)return v(L("read from"));let o,i;const s=f(((e,t)=>{o=e,i=t}));return dt(this,e,n,{_chunkSteps:e=>o({value:e,done:!1}),_closeSteps:e=>o({value:e,done:!0}),_errorSteps:e=>i(e)}),s}releaseLock(){if(!ht(this))throw pt("releaseLock");void 0!==this._ownerReadableStream&&function(e){D(e),ft(e,new TypeError("Reader was released"))}(this)}}function ht(e){return!!i(e)&&!!Object.prototype.hasOwnProperty.call(e,"_readIntoRequests")&&e instanceof lt}function dt(e,t,r,n){const o=e._ownerReadableStream;o._disturbed=!0,"errored"===o._state?n._errorSteps(o._storedError):function(e,t,r,n){const o=e._controlledReadableByteStream,i=t.constructor,s=function(e){return Oe(e)?1:e.BYTES_PER_ELEMENT}(i),{byteOffset:a,byteLength:u}=t,c=r*s;let l;try{l=he(t.buffer)}catch(e){return void n._errorSteps(e)}const h={buffer:l,bufferByteLength:l.byteLength,byteOffset:a,byteLength:u,bytesFilled:0,minimumFill:c,elementSize:s,viewConstructor:i,readerType:"byob"};if(e._pendingPullIntos.length>0)return e._pendingPullIntos.push(h),void at(o,n);if("closed"!==o._state){if(e._queueTotalSize>0){if(Be(e,h)){const t=xe(h);return He(e),void n._chunkSteps(t)}if(e._closeRequested){const t=new TypeError("Insufficient bytes to fill elements in the given buffer");return Qe(e,t),void n._errorSteps(t)}}e._pendingPullIntos.push(h),at(o,n),De(e)}else{const e=new i(h.buffer,h.byteOffset,0);n._closeSteps(e)}}(o._readableStreamController,t,r,n)}function ft(e,t){const r=e._readIntoRequests;e._readIntoRequests=new T,r.forEach((e=>{e._errorSteps(t)}))}function pt(e){return new TypeError(`ReadableStreamBYOBReader.prototype.${e} can only be used on a ReadableStreamBYOBReader`)}function vt(e,t){const{highWaterMark:r}=e;if(void 0===r)return t;if(Ee(r)||r<0)throw new RangeError("Invalid highWaterMark");return r}function mt(e){const{size:t}=e;return t||(()=>1)}function yt(e,t){W(e,t);const r=null==e?void 0:e.highWaterMark,n=null==e?void 0:e.size;return{highWaterMark:void 0===r?void 0:z(r),size:void 0===n?void 0:gt(n,`${t} has member 'size' that`)}}function gt(e,t){return H(e,t),t=>z(e(t))}function _t(e,t,r){return H(e,r),r=>I(e,t,[r])}function bt(e,t,r){return H(e,r),()=>I(e,t,[])}function wt(e,t,r){return H(e,r),r=>E(e,t,[r])}function St(e,t,r){return H(e,r),(r,n)=>I(e,t,[r,n])}function Et(e,t){if(!Ot(e))throw new TypeError(`${t} is not a WritableStream.`)}Object.defineProperties(lt.prototype,{cancel:{enumerable:!0},read:{enumerable:!0},releaseLock:{enumerable:!0},closed:{enumerable:!0}}),a(lt.prototype.cancel,"cancel"),a(lt.prototype.read,"read"),a(lt.prototype.releaseLock,"releaseLock"),"symbol"==typeof Symbol.toStringTag&&Object.defineProperty(lt.prototype,Symbol.toStringTag,{value:"ReadableStreamBYOBReader",configurable:!0});const It="function"==typeof AbortController;class Tt{constructor(e={},t={}){void 0===e?e=null:V(e,"First parameter");const r=yt(t,"Second parameter"),n=function(e,t){W(e,t);const r=null==e?void 0:e.abort,n=null==e?void 0:e.close,o=null==e?void 0:e.start,i=null==e?void 0:e.type,s=null==e?void 0:e.write;return{abort:void 0===r?void 0:_t(r,e,`${t} has member 'abort' that`),close:void 0===n?void 0:bt(n,e,`${t} has member 'close' that`),start:void 0===o?void 0:wt(o,e,`${t} has member 'start' that`),write:void 0===s?void 0:St(s,e,`${t} has member 'write' that`),type:i}}(e,"First parameter");if(Pt(this),void 0!==n.type)throw new RangeError("Invalid type is specified");const o=mt(r);!function(e,t,r,n){const o=Object.create(Gt.prototype);let i,s,a,u;i=void 0!==t.start?()=>t.start(o):()=>{},s=void 0!==t.write?e=>t.write(e,o):()=>p(void 0),a=void 0!==t.close?()=>t.close():()=>p(void 0),u=void 0!==t.abort?e=>t.abort(e):()=>p(void 0),Yt(e,o,i,s,a,u,r,n)}(this,n,vt(r,1),o)}get locked(){if(!Ot(this))throw er("locked");return Rt(this)}abort(e=void 0){return Ot(this)?Rt(this)?v(new TypeError("Cannot abort a stream that already has a writer")):Ct(this,e):v(er("abort"))}close(){return Ot(this)?Rt(this)?v(new TypeError("Cannot close a stream that already has a writer")):kt(this)?v(new TypeError("Cannot close an already-closing stream")):Ut(this):v(er("close"))}getWriter(){if(!Ot(this))throw er("getWriter");return At(this)}}function At(e){return new qt(e)}function Pt(e){e._state="writable",e._storedError=void 0,e._writer=void 0,e._writableStreamController=void 0,e._writeRequests=new T,e._inFlightWriteRequest=void 0,e._closeRequest=void 0,e._inFlightCloseRequest=void 0,e._pendingAbortRequest=void 0,e._backpressure=!1}function Ot(e){return!!i(e)&&!!Object.prototype.hasOwnProperty.call(e,"_writableStreamController")&&e instanceof Tt}function Rt(e){return void 0!==e._writer}function Ct(e,t){var r;if("closed"===e._state||"errored"===e._state)return p(void 0);e._writableStreamController._abortReason=t,null===(r=e._writableStreamController._abortController)||void 0===r||r.abort(t);const n=e._state;if("closed"===n||"errored"===n)return p(void 0);if(void 0!==e._pendingAbortRequest)return e._pendingAbortRequest._promise;let o=!1;"erroring"===n&&(o=!0,t=void 0);const i=f(((r,n)=>{e._pendingAbortRequest={_promise:void 0,_resolve:r,_reject:n,_reason:t,_wasAlreadyErroring:o}}));return e._pendingAbortRequest._promise=i,o||Dt(e,t),i}function Ut(e){const t=e._state;if("closed"===t||"errored"===t)return v(new TypeError(`The stream (in ${t} state) is not in the writable state and cannot be closed`));const r=f(((t,r)=>{const n={_resolve:t,_reject:r};e._closeRequest=n})),n=e._writer;var o;return void 0!==n&&e._backpressure&&"writable"===t&&dr(n),Ae(o=e._writableStreamController,Ft,0),Qt(o),r}function Nt(e,t){"writable"!==e._state?Lt(e):Dt(e,t)}function Dt(e,t){const r=e._writableStreamController;e._state="erroring",e._storedError=t;const n=e._writer;void 0!==n&&Wt(n,t),!function(e){return void 0!==e._inFlightWriteRequest||void 0!==e._inFlightCloseRequest}(e)&&r._started&&Lt(e)}function Lt(e){e._state="errored",e._writableStreamController[P]();const t=e._storedError;if(e._writeRequests.forEach((e=>{e._reject(t)})),e._writeRequests=new T,void 0===e._pendingAbortRequest)return void xt(e);const r=e._pendingAbortRequest;if(e._pendingAbortRequest=void 0,r._wasAlreadyErroring)return r._reject(t),void xt(e);y(e._writableStreamController[A](r._reason),(()=>(r._resolve(),xt(e),null)),(t=>(r._reject(t),xt(e),null)))}function kt(e){return void 0!==e._closeRequest||void 0!==e._inFlightCloseRequest}function xt(e){void 0!==e._closeRequest&&(e._closeRequest._reject(e._storedError),e._closeRequest=void 0);const t=e._writer;void 0!==t&&sr(t,e._storedError)}function jt(e,t){const r=e._writer;void 0!==r&&t!==e._backpressure&&(t?function(e){ur(e)}(r):dr(r)),e._backpressure=t}Object.defineProperties(Tt.prototype,{abort:{enumerable:!0},close:{enumerable:!0},getWriter:{enumerable:!0},locked:{enumerable:!0}}),a(Tt.prototype.abort,"abort"),a(Tt.prototype.close,"close"),a(Tt.prototype.getWriter,"getWriter"),"symbol"==typeof Symbol.toStringTag&&Object.defineProperty(Tt.prototype,Symbol.toStringTag,{value:"WritableStream",configurable:!0});class qt{constructor(e){if(F(e,1,"WritableStreamDefaultWriter"),Et(e,"First parameter"),Rt(e))throw new TypeError("This stream has already been locked for exclusive writing by another writer");this._ownerWritableStream=e,e._writer=this;const t=e._state;if("writable"===t)!kt(e)&&e._backpressure?ur(this):lr(this),or(this);else if("erroring"===t)cr(this,e._storedError),or(this);else if("closed"===t)lr(this),or(this),ar(this);else{const t=e._storedError;cr(this,t),ir(this,t)}}get closed(){return Mt(this)?this._closedPromise:v(rr("closed"))}get desiredSize(){if(!Mt(this))throw rr("desiredSize");if(void 0===this._ownerWritableStream)throw nr("desiredSize");return function(e){const t=e._ownerWritableStream,r=t._state;return"errored"===r||"erroring"===r?null:"closed"===r?0:$t(t._writableStreamController)}(this)}get ready(){return Mt(this)?this._readyPromise:v(rr("ready"))}abort(e=void 0){return Mt(this)?void 0===this._ownerWritableStream?v(nr("abort")):function(e,t){return Ct(e._ownerWritableStream,t)}(this,e):v(rr("abort"))}close(){if(!Mt(this))return v(rr("close"));const e=this._ownerWritableStream;return void 0===e?v(nr("close")):kt(e)?v(new TypeError("Cannot close an already-closing stream")):Bt(this)}releaseLock(){if(!Mt(this))throw rr("releaseLock");void 0!==this._ownerWritableStream&&Ht(this)}write(e=void 0){return Mt(this)?void 0===this._ownerWritableStream?v(nr("write to")):Vt(this,e):v(rr("write"))}}function Mt(e){return!!i(e)&&!!Object.prototype.hasOwnProperty.call(e,"_ownerWritableStream")&&e instanceof qt}function Bt(e){return Ut(e._ownerWritableStream)}function Wt(e,t){"pending"===e._readyPromiseState?hr(e,t):function(e,t){cr(e,t)}(e,t)}function Ht(e){const t=e._ownerWritableStream,r=new TypeError("Writer was released and can no longer be used to monitor the stream's closedness");Wt(e,r),function(e,t){"pending"===e._closedPromiseState?sr(e,t):function(e,t){ir(e,t)}(e,t)}(e,r),t._writer=void 0,e._ownerWritableStream=void 0}function Vt(e,t){const r=e._ownerWritableStream,n=r._writableStreamController,o=function(e,t){try{return e._strategySizeAlgorithm(t)}catch(t){return Jt(e,t),1}}(n,t);if(r!==e._ownerWritableStream)return v(nr("write to"));const i=r._state;if("errored"===i)return v(r._storedError);if(kt(r)||"closed"===i)return v(new TypeError("The stream is closing or closed and cannot be written to"));if("erroring"===i)return v(r._storedError);const s=function(e){return f(((t,r)=>{const n={_resolve:t,_reject:r};e._writeRequests.push(n)}))}(r);return function(e,t,r){try{Ae(e,t,r)}catch(t){return void Jt(e,t)}const n=e._controlledWritableStream;kt(n)||"writable"!==n._state||jt(n,Zt(e)),Qt(e)}(n,t,o),s}Object.defineProperties(qt.prototype,{abort:{enumerable:!0},close:{enumerable:!0},releaseLock:{enumerable:!0},write:{enumerable:!0},closed:{enumerable:!0},desiredSize:{enumerable:!0},ready:{enumerable:!0}}),a(qt.prototype.abort,"abort"),a(qt.prototype.close,"close"),a(qt.prototype.releaseLock,"releaseLock"),a(qt.prototype.write,"write"),"symbol"==typeof Symbol.toStringTag&&Object.defineProperty(qt.prototype,Symbol.toStringTag,{value:"WritableStreamDefaultWriter",configurable:!0});const Ft={};class Gt{constructor(){throw new TypeError("Illegal constructor")}get abortReason(){if(!zt(this))throw tr("abortReason");return this._abortReason}get signal(){if(!zt(this))throw tr("signal");if(void 0===this._abortController)throw new TypeError("WritableStreamDefaultController.prototype.signal is not supported");return this._abortController.signal}error(e=void 0){if(!zt(this))throw tr("error");"writable"===this._controlledWritableStream._state&&Xt(this,e)}[A](e){const t=this._abortAlgorithm(e);return Kt(this),t}[P](){Pe(this)}}function zt(e){return!!i(e)&&!!Object.prototype.hasOwnProperty.call(e,"_controlledWritableStream")&&e instanceof Gt}function Yt(e,t,r,n,o,i,s,a){t._controlledWritableStream=e,e._writableStreamController=t,t._queue=void 0,t._queueTotalSize=void 0,Pe(t),t._abortReason=void 0,t._abortController=function(){if(It)return new AbortController}(),t._started=!1,t._strategySizeAlgorithm=a,t._strategyHWM=s,t._writeAlgorithm=n,t._closeAlgorithm=o,t._abortAlgorithm=i;const u=Zt(t);jt(e,u),y(p(r()),(()=>(t._started=!0,Qt(t),null)),(r=>(t._started=!0,Nt(e,r),null)))}function Kt(e){e._writeAlgorithm=void 0,e._closeAlgorithm=void 0,e._abortAlgorithm=void 0,e._strategySizeAlgorithm=void 0}function $t(e){return e._strategyHWM-e._queueTotalSize}function Qt(e){const t=e._controlledWritableStream;if(!e._started)return;if(void 0!==t._inFlightWriteRequest)return;if("erroring"===t._state)return void Lt(t);if(0===e._queue.length)return;const r=e._queue.peek().value;r===Ft?function(e){const t=e._controlledWritableStream;(function(e){e._inFlightCloseRequest=e._closeRequest,e._closeRequest=void 0})(t),Te(e);const r=e._closeAlgorithm();Kt(e),y(r,(()=>(function(e){e._inFlightCloseRequest._resolve(void 0),e._inFlightCloseRequest=void 0,"erroring"===e._state&&(e._storedError=void 0,void 0!==e._pendingAbortRequest&&(e._pendingAbortRequest._resolve(),e._pendingAbortRequest=void 0)),e._state="closed";const t=e._writer;void 0!==t&&ar(t)}(t),null)),(e=>(function(e,t){e._inFlightCloseRequest._reject(t),e._inFlightCloseRequest=void 0,void 0!==e._pendingAbortRequest&&(e._pendingAbortRequest._reject(t),e._pendingAbortRequest=void 0),Nt(e,t)}(t,e),null)))}(e):function(e,t){const r=e._controlledWritableStream;!function(e){e._inFlightWriteRequest=e._writeRequests.shift()}(r),y(e._writeAlgorithm(t),(()=>{!function(e){e._inFlightWriteRequest._resolve(void 0),e._inFlightWriteRequest=void 0}(r);const t=r._state;if(Te(e),!kt(r)&&"writable"===t){const t=Zt(e);jt(r,t)}return Qt(e),null}),(t=>("writable"===r._state&&Kt(e),function(e,t){e._inFlightWriteRequest._reject(t),e._inFlightWriteRequest=void 0,Nt(e,t)}(r,t),null)))}(e,r)}function Jt(e,t){"writable"===e._controlledWritableStream._state&&Xt(e,t)}function Zt(e){return $t(e)<=0}function Xt(e,t){const r=e._controlledWritableStream;Kt(e),Dt(r,t)}function er(e){return new TypeError(`WritableStream.prototype.${e} can only be used on a WritableStream`)}function tr(e){return new TypeError(`WritableStreamDefaultController.prototype.${e} can only be used on a WritableStreamDefaultController`)}function rr(e){return new TypeError(`WritableStreamDefaultWriter.prototype.${e} can only be used on a WritableStreamDefaultWriter`)}function nr(e){return new TypeError("Cannot "+e+" a stream using a released writer")}function or(e){e._closedPromise=f(((t,r)=>{e._closedPromise_resolve=t,e._closedPromise_reject=r,e._closedPromiseState="pending"}))}function ir(e,t){or(e),sr(e,t)}function sr(e,t){void 0!==e._closedPromise_reject&&(w(e._closedPromise),e._closedPromise_reject(t),e._closedPromise_resolve=void 0,e._closedPromise_reject=void 0,e._closedPromiseState="rejected")}function ar(e){void 0!==e._closedPromise_resolve&&(e._closedPromise_resolve(void 0),e._closedPromise_resolve=void 0,e._closedPromise_reject=void 0,e._closedPromiseState="resolved")}function ur(e){e._readyPromise=f(((t,r)=>{e._readyPromise_resolve=t,e._readyPromise_reject=r})),e._readyPromiseState="pending"}function cr(e,t){ur(e),hr(e,t)}function lr(e){ur(e),dr(e)}function hr(e,t){void 0!==e._readyPromise_reject&&(w(e._readyPromise),e._readyPromise_reject(t),e._readyPromise_resolve=void 0,e._readyPromise_reject=void 0,e._readyPromiseState="rejected")}function dr(e){void 0!==e._readyPromise_resolve&&(e._readyPromise_resolve(void 0),e._readyPromise_resolve=void 0,e._readyPromise_reject=void 0,e._readyPromiseState="fulfilled")}Object.defineProperties(Gt.prototype,{abortReason:{enumerable:!0},signal:{enumerable:!0},error:{enumerable:!0}}),"symbol"==typeof Symbol.toStringTag&&Object.defineProperty(Gt.prototype,Symbol.toStringTag,{value:"WritableStreamDefaultController",configurable:!0});const fr="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof global?global:void 0,pr=function(){const e=null==fr?void 0:fr.DOMException;return function(e){if("function"!=typeof e&&"object"!=typeof e)return!1;if("DOMException"!==e.name)return!1;try{return new e,!0}catch(e){return!1}}(e)?e:void 0}()||function(){const e=function(e,t){this.message=e||"",this.name=t||"Error",Error.captureStackTrace&&Error.captureStackTrace(this,this.constructor)};return a(e,"DOMException"),e.prototype=Object.create(Error.prototype),Object.defineProperty(e.prototype,"constructor",{value:e,writable:!0,configurable:!0}),e}();function vr(e,t,r,n,i,s){const a=Q(e),u=At(t);e._disturbed=!0;let c=!1,l=p(void 0);return f(((h,d)=>{let b;if(void 0!==s){if(b=()=>{const r=void 0!==s.reason?s.reason:new pr("Aborted","AbortError"),o=[];n||o.push((()=>"writable"===t._state?Ct(t,r):p(void 0))),i||o.push((()=>"readable"===e._state?Br(e,r):p(void 0))),P((()=>Promise.all(o.map((e=>e())))),!0,r)},s.aborted)return void b();s.addEventListener("abort",b)}var S,E,I;if(A(e,a._closedPromise,(e=>(n?O(!0,e):P((()=>Ct(t,e)),!0,e),null))),A(t,u._closedPromise,(t=>(i?O(!0,t):P((()=>Br(e,t)),!0,t),null))),S=e,E=a._closedPromise,I=()=>(r?O():P((()=>function(e){const t=e._ownerWritableStream,r=t._state;return kt(t)||"closed"===r?p(void 0):"errored"===r?v(t._storedError):Bt(e)}(u))),null),"closed"===S._state?I():g(E,I),kt(t)||"closed"===t._state){const t=new TypeError("the destination writable stream closed before all data could be piped to it");i?O(!0,t):P((()=>Br(e,t)),!0,t)}function T(){const e=l;return m(l,(()=>e!==l?T():void 0))}function A(e,t,r){"errored"===e._state?r(e._storedError):_(t,r)}function P(e,r,n){function o(){return y(e(),(()=>R(r,n)),(e=>R(!0,e))),null}c||(c=!0,"writable"!==t._state||kt(t)?o():g(T(),o))}function O(e,r){c||(c=!0,"writable"!==t._state||kt(t)?R(e,r):g(T(),(()=>R(e,r))))}function R(e,t){return Ht(u),D(a),void 0!==s&&s.removeEventListener("abort",b),e?d(t):h(void 0),null}w(f(((e,t)=>{!function r(n){n?e():m(c?p(!0):m(u._readyPromise,(()=>f(((e,t)=>{ne(a,{_chunkSteps:t=>{l=m(Vt(u,t),void 0,o),e(!1)},_closeSteps:()=>e(!0),_errorSteps:t})})))),r,t)}(!1)})))}))}class mr{constructor(){throw new TypeError("Illegal constructor")}get desiredSize(){if(!yr(this))throw Pr("desiredSize");return Ir(this)}close(){if(!yr(this))throw Pr("close");if(!Tr(this))throw new TypeError("The stream is not in a state that permits close");wr(this)}enqueue(e=void 0){if(!yr(this))throw Pr("enqueue");if(!Tr(this))throw new TypeError("The stream is not in a state that permits enqueue");return Sr(this,e)}error(e=void 0){if(!yr(this))throw Pr("error");Er(this,e)}[O](e){Pe(this);const t=this._cancelAlgorithm(e);return br(this),t}[R](e){const t=this._controlledReadableStream;if(this._queue.length>0){const r=Te(this);this._closeRequested&&0===this._queue.length?(br(this),Wr(t)):gr(this),e._chunkSteps(r)}else J(t,e),gr(this)}[C](){}}function yr(e){return!!i(e)&&!!Object.prototype.hasOwnProperty.call(e,"_controlledReadableStream")&&e instanceof mr}function gr(e){_r(e)&&(e._pulling?e._pullAgain=!0:(e._pulling=!0,y(e._pullAlgorithm(),(()=>(e._pulling=!1,e._pullAgain&&(e._pullAgain=!1,gr(e)),null)),(t=>(Er(e,t),null)))))}function _r(e){const t=e._controlledReadableStream;return!!Tr(e)&&!!e._started&&(!!(Mr(t)&&X(t)>0)||Ir(e)>0)}function br(e){e._pullAlgorithm=void 0,e._cancelAlgorithm=void 0,e._strategySizeAlgorithm=void 0}function wr(e){if(!Tr(e))return;const t=e._controlledReadableStream;e._closeRequested=!0,0===e._queue.length&&(br(e),Wr(t))}function Sr(e,t){if(!Tr(e))return;const r=e._controlledReadableStream;if(Mr(r)&&X(r)>0)Z(r,t,!1);else{let r;try{r=e._strategySizeAlgorithm(t)}catch(t){throw Er(e,t),t}try{Ae(e,t,r)}catch(t){throw Er(e,t),t}}gr(e)}function Er(e,t){const r=e._controlledReadableStream;"readable"===r._state&&(Pe(e),br(e),Hr(r,t))}function Ir(e){const t=e._controlledReadableStream._state;return"errored"===t?null:"closed"===t?0:e._strategyHWM-e._queueTotalSize}function Tr(e){const t=e._controlledReadableStream._state;return!e._closeRequested&&"readable"===t}function Ar(e,t,r,n,o,i,s){t._controlledReadableStream=e,t._queue=void 0,t._queueTotalSize=void 0,Pe(t),t._started=!1,t._closeRequested=!1,t._pullAgain=!1,t._pulling=!1,t._strategySizeAlgorithm=s,t._strategyHWM=i,t._pullAlgorithm=n,t._cancelAlgorithm=o,e._readableStreamController=t,y(p(r()),(()=>(t._started=!0,gr(t),null)),(e=>(Er(t,e),null)))}function Pr(e){return new TypeError(`ReadableStreamDefaultController.prototype.${e} can only be used on a ReadableStreamDefaultController`)}function Or(e){return i(t=e)&&void 0!==t.getReader?function(e){let t;return t=kr(o,(function(){let r;try{r=e.read()}catch(r){return v(r)}return b(r,(e=>{if(!i(e))throw new TypeError("The promise returned by the reader.read() method must fulfill with an object");if(e.done)wr(t._readableStreamController);else{const r=e.value;Sr(t._readableStreamController,r)}}))}),(function(t){try{return p(e.cancel(t))}catch(t){return v(t)}}),0),t}(e.getReader()):function(e){let t;const r=ye(e,"async");return t=kr(o,(function(){let e;try{e=ge(r)}catch(e){return v(e)}return b(p(e),(e=>{if(!i(e))throw new TypeError("The promise returned by the iterator.next() method must fulfill with an object");if(e.done)wr(t._readableStreamController);else{const r=e.value;Sr(t._readableStreamController,r)}}))}),(function(e){const t=r.iterator;let n;try{n=pe(t,"return")}catch(e){return v(e)}return void 0===n?p(void 0):b(I(n,t,[e]),(e=>{if(!i(e))throw new TypeError("The promise returned by the iterator.return() method must fulfill with an object")}))}),0),t}(e);var t}function Rr(e,t,r){return H(e,r),r=>I(e,t,[r])}function Cr(e,t,r){return H(e,r),r=>I(e,t,[r])}function Ur(e,t,r){return H(e,r),r=>E(e,t,[r])}function Nr(e,t){if("bytes"!=(e=`${e}`))throw new TypeError(`${t} '${e}' is not a valid enumeration value for ReadableStreamType`);return e}function Dr(e,t){W(e,t);const r=null==e?void 0:e.preventAbort,n=null==e?void 0:e.preventCancel,o=null==e?void 0:e.preventClose,i=null==e?void 0:e.signal;return void 0!==i&&function(e,t){if(!function(e){if("object"!=typeof e||null===e)return!1;try{return"boolean"==typeof e.aborted}catch(e){return!1}}(e))throw new TypeError(`${t} is not an AbortSignal.`)}(i,`${t} has member 'signal' that`),{preventAbort:Boolean(r),preventCancel:Boolean(n),preventClose:Boolean(o),signal:i}}Object.defineProperties(mr.prototype,{close:{enumerable:!0},enqueue:{enumerable:!0},error:{enumerable:!0},desiredSize:{enumerable:!0}}),a(mr.prototype.close,"close"),a(mr.prototype.enqueue,"enqueue"),a(mr.prototype.error,"error"),"symbol"==typeof Symbol.toStringTag&&Object.defineProperty(mr.prototype,Symbol.toStringTag,{value:"ReadableStreamDefaultController",configurable:!0});class Lr{constructor(e={},t={}){void 0===e?e=null:V(e,"First parameter");const r=yt(t,"Second parameter"),n=function(e,t){W(e,t);const r=e,n=null==r?void 0:r.autoAllocateChunkSize,o=null==r?void 0:r.cancel,i=null==r?void 0:r.pull,s=null==r?void 0:r.start,a=null==r?void 0:r.type;return{autoAllocateChunkSize:void 0===n?void 0:K(n,`${t} has member 'autoAllocateChunkSize' that`),cancel:void 0===o?void 0:Rr(o,r,`${t} has member 'cancel' that`),pull:void 0===i?void 0:Cr(i,r,`${t} has member 'pull' that`),start:void 0===s?void 0:Ur(s,r,`${t} has member 'start' that`),type:void 0===a?void 0:Nr(a,`${t} has member 'type' that`)}}(e,"First parameter");if(jr(this),"bytes"===n.type){if(void 0!==r.size)throw new RangeError("The strategy for a byte stream cannot have a size function");!function(e,t,r){const n=Object.create(Ce.prototype);let o,i,s;o=void 0!==t.start?()=>t.start(n):()=>{},i=void 0!==t.pull?()=>t.pull(n):()=>p(void 0),s=void 0!==t.cancel?e=>t.cancel(e):()=>p(void 0);const a=t.autoAllocateChunkSize;if(0===a)throw new TypeError("autoAllocateChunkSize must be greater than 0");rt(e,n,o,i,s,r,a)}(this,n,vt(r,0))}else{const e=mt(r);!function(e,t,r,n){const o=Object.create(mr.prototype);let i,s,a;i=void 0!==t.start?()=>t.start(o):()=>{},s=void 0!==t.pull?()=>t.pull(o):()=>p(void 0),a=void 0!==t.cancel?e=>t.cancel(e):()=>p(void 0),Ar(e,o,i,s,a,r,n)}(this,n,vt(r,1),e)}}get locked(){if(!qr(this))throw Vr("locked");return Mr(this)}cancel(e=void 0){return qr(this)?Mr(this)?v(new TypeError("Cannot cancel a stream that already has a reader")):Br(this,e):v(Vr("cancel"))}getReader(e=void 0){if(!qr(this))throw Vr("getReader");return void 0===function(e,t){W(e,t);const r=null==e?void 0:e.mode;return{mode:void 0===r?void 0:it(r,`${t} has member 'mode' that`)}}(e,"First parameter").mode?Q(this):st(this)}pipeThrough(e,t={}){if(!qr(this))throw Vr("pipeThrough");F(e,1,"pipeThrough");const r=function(e,t){W(e,t);const r=null==e?void 0:e.readable;G(r,"readable","ReadableWritablePair"),$(r,`${t} has member 'readable' that`);const n=null==e?void 0:e.writable;return G(n,"writable","ReadableWritablePair"),Et(n,`${t} has member 'writable' that`),{readable:r,writable:n}}(e,"First parameter"),n=Dr(t,"Second parameter");if(Mr(this))throw new TypeError("ReadableStream.prototype.pipeThrough cannot be used on a locked ReadableStream");if(Rt(r.writable))throw new TypeError("ReadableStream.prototype.pipeThrough cannot be used on a locked WritableStream");return w(vr(this,r.writable,n.preventClose,n.preventAbort,n.preventCancel,n.signal)),r.readable}pipeTo(e,t={}){if(!qr(this))return v(Vr("pipeTo"));if(void 0===e)return v("Parameter 1 is required in 'pipeTo'.");if(!Ot(e))return v(new TypeError("ReadableStream.prototype.pipeTo's first argument must be a WritableStream"));let r;try{r=Dr(t,"Second parameter")}catch(e){return v(e)}return Mr(this)?v(new TypeError("ReadableStream.prototype.pipeTo cannot be used on a locked ReadableStream")):Rt(e)?v(new TypeError("ReadableStream.prototype.pipeTo cannot be used on a locked WritableStream")):vr(this,e,r.preventClose,r.preventAbort,r.preventCancel,r.signal)}tee(){if(!qr(this))throw Vr("tee");return ce(function(e){return Ue(e._readableStreamController)?function(e){let t,r,n,o,i,s=Q(e),a=!1,u=!1,c=!1,l=!1,h=!1;const d=f((e=>{i=e}));function v(e){_(e._closedPromise,(t=>(e!==s||(Qe(n._readableStreamController,t),Qe(o._readableStreamController,t),l&&h||i(void 0)),null)))}function m(){ht(s)&&(D(s),s=Q(e),v(s)),ne(s,{_chunkSteps:t=>{S((()=>{u=!1,c=!1;const r=t;let s=t;if(!l&&!h)try{s=Ie(t)}catch(t){return Qe(n._readableStreamController,t),Qe(o._readableStreamController,t),void i(Br(e,t))}l||$e(n._readableStreamController,r),h||$e(o._readableStreamController,s),a=!1,u?g():c&&b()}))},_closeSteps:()=>{a=!1,l||Ke(n._readableStreamController),h||Ke(o._readableStreamController),n._readableStreamController._pendingPullIntos.length>0&&et(n._readableStreamController,0),o._readableStreamController._pendingPullIntos.length>0&&et(o._readableStreamController,0),l&&h||i(void 0)},_errorSteps:()=>{a=!1}})}function y(t,r){re(s)&&(D(s),s=st(e),v(s));const d=r?o:n,f=r?n:o;dt(s,t,1,{_chunkSteps:t=>{S((()=>{u=!1,c=!1;const n=r?h:l;if(r?l:h)n||tt(d._readableStreamController,t);else{let r;try{r=Ie(t)}catch(t){return Qe(d._readableStreamController,t),Qe(f._readableStreamController,t),void i(Br(e,t))}n||tt(d._readableStreamController,t),$e(f._readableStreamController,r)}a=!1,u?g():c&&b()}))},_closeSteps:e=>{a=!1;const t=r?h:l,n=r?l:h;t||Ke(d._readableStreamController),n||Ke(f._readableStreamController),void 0!==e&&(t||tt(d._readableStreamController,e),!n&&f._readableStreamController._pendingPullIntos.length>0&&et(f._readableStreamController,0)),t&&n||i(void 0)},_errorSteps:()=>{a=!1}})}function g(){if(a)return u=!0,p(void 0);a=!0;const e=Ze(n._readableStreamController);return null===e?m():y(e._view,!1),p(void 0)}function b(){if(a)return c=!0,p(void 0);a=!0;const e=Ze(o._readableStreamController);return null===e?m():y(e._view,!0),p(void 0)}function w(){}return n=xr(w,g,(function(n){if(l=!0,t=n,h){const n=ce([t,r]),o=Br(e,n);i(o)}return d})),o=xr(w,b,(function(n){if(h=!0,r=n,l){const n=ce([t,r]),o=Br(e,n);i(o)}return d})),v(s),[n,o]}(e):function(e){const t=Q(e);let r,n,o,i,s,a=!1,u=!1,c=!1,l=!1;const h=f((e=>{s=e}));function d(){return a?(u=!0,p(void 0)):(a=!0,ne(t,{_chunkSteps:e=>{S((()=>{u=!1;const t=e,r=e;c||Sr(o._readableStreamController,t),l||Sr(i._readableStreamController,r),a=!1,u&&d()}))},_closeSteps:()=>{a=!1,c||wr(o._readableStreamController),l||wr(i._readableStreamController),c&&l||s(void 0)},_errorSteps:()=>{a=!1}}),p(void 0))}function v(){}return o=kr(v,d,(function(t){if(c=!0,r=t,l){const t=ce([r,n]),o=Br(e,t);s(o)}return h})),i=kr(v,d,(function(t){if(l=!0,n=t,c){const t=ce([r,n]),o=Br(e,t);s(o)}return h})),_(t._closedPromise,(e=>(Er(o._readableStreamController,e),Er(i._readableStreamController,e),c&&l||s(void 0),null))),[o,i]}(e)}(this))}values(e=void 0){if(!qr(this))throw Vr("values");return function(e,t){const r=Q(e),n=new _e(r,t),o=Object.create(be);return o._asyncIteratorImpl=n,o}(this,function(e){W(e,"First parameter");const t=null==e?void 0:e.preventCancel;return{preventCancel:Boolean(t)}}(e).preventCancel)}[me](e){return this.values(e)}static from(e){return Or(e)}}function kr(e,t,r,n=1,o=()=>1){const i=Object.create(Lr.prototype);return jr(i),Ar(i,Object.create(mr.prototype),e,t,r,n,o),i}function xr(e,t,r){const n=Object.create(Lr.prototype);return jr(n),rt(n,Object.create(Ce.prototype),e,t,r,0,void 0),n}function jr(e){e._state="readable",e._reader=void 0,e._storedError=void 0,e._disturbed=!1}function qr(e){return!!i(e)&&!!Object.prototype.hasOwnProperty.call(e,"_readableStreamController")&&e instanceof Lr}function Mr(e){return void 0!==e._reader}function Br(e,t){if(e._disturbed=!0,"closed"===e._state)return p(void 0);if("errored"===e._state)return v(e._storedError);Wr(e);const r=e._reader;if(void 0!==r&&ht(r)){const e=r._readIntoRequests;r._readIntoRequests=new T,e.forEach((e=>{e._closeSteps(void 0)}))}return b(e._readableStreamController[O](t),o)}function Wr(e){e._state="closed";const t=e._reader;if(void 0!==t&&(q(t),re(t))){const e=t._readRequests;t._readRequests=new T,e.forEach((e=>{e._closeSteps()}))}}function Hr(e,t){e._state="errored",e._storedError=t;const r=e._reader;void 0!==r&&(j(r,t),re(r)?oe(r,t):ft(r,t))}function Vr(e){return new TypeError(`ReadableStream.prototype.${e} can only be used on a ReadableStream`)}function Fr(e,t){W(e,t);const r=null==e?void 0:e.highWaterMark;return G(r,"highWaterMark","QueuingStrategyInit"),{highWaterMark:z(r)}}Object.defineProperties(Lr,{from:{enumerable:!0}}),Object.defineProperties(Lr.prototype,{cancel:{enumerable:!0},getReader:{enumerable:!0},pipeThrough:{enumerable:!0},pipeTo:{enumerable:!0},tee:{enumerable:!0},values:{enumerable:!0},locked:{enumerable:!0}}),a(Lr.from,"from"),a(Lr.prototype.cancel,"cancel"),a(Lr.prototype.getReader,"getReader"),a(Lr.prototype.pipeThrough,"pipeThrough"),a(Lr.prototype.pipeTo,"pipeTo"),a(Lr.prototype.tee,"tee"),a(Lr.prototype.values,"values"),"symbol"==typeof Symbol.toStringTag&&Object.defineProperty(Lr.prototype,Symbol.toStringTag,{value:"ReadableStream",configurable:!0}),Object.defineProperty(Lr.prototype,me,{value:Lr.prototype.values,writable:!0,configurable:!0});const Gr=e=>e.byteLength;a(Gr,"size");class zr{constructor(e){F(e,1,"ByteLengthQueuingStrategy"),e=Fr(e,"First parameter"),this._byteLengthQueuingStrategyHighWaterMark=e.highWaterMark}get highWaterMark(){if(!Kr(this))throw Yr("highWaterMark");return this._byteLengthQueuingStrategyHighWaterMark}get size(){if(!Kr(this))throw Yr("size");return Gr}}function Yr(e){return new TypeError(`ByteLengthQueuingStrategy.prototype.${e} can only be used on a ByteLengthQueuingStrategy`)}function Kr(e){return!!i(e)&&!!Object.prototype.hasOwnProperty.call(e,"_byteLengthQueuingStrategyHighWaterMark")&&e instanceof zr}Object.defineProperties(zr.prototype,{highWaterMark:{enumerable:!0},size:{enumerable:!0}}),"symbol"==typeof Symbol.toStringTag&&Object.defineProperty(zr.prototype,Symbol.toStringTag,{value:"ByteLengthQueuingStrategy",configurable:!0});const $r=()=>1;a($r,"size");class Qr{constructor(e){F(e,1,"CountQueuingStrategy"),e=Fr(e,"First parameter"),this._countQueuingStrategyHighWaterMark=e.highWaterMark}get highWaterMark(){if(!Zr(this))throw Jr("highWaterMark");return this._countQueuingStrategyHighWaterMark}get size(){if(!Zr(this))throw Jr("size");return $r}}function Jr(e){return new TypeError(`CountQueuingStrategy.prototype.${e} can only be used on a CountQueuingStrategy`)}function Zr(e){return!!i(e)&&!!Object.prototype.hasOwnProperty.call(e,"_countQueuingStrategyHighWaterMark")&&e instanceof Qr}function Xr(e,t,r){return H(e,r),r=>I(e,t,[r])}function en(e,t,r){return H(e,r),r=>E(e,t,[r])}function tn(e,t,r){return H(e,r),(r,n)=>I(e,t,[r,n])}function rn(e,t,r){return H(e,r),r=>I(e,t,[r])}Object.defineProperties(Qr.prototype,{highWaterMark:{enumerable:!0},size:{enumerable:!0}}),"symbol"==typeof Symbol.toStringTag&&Object.defineProperty(Qr.prototype,Symbol.toStringTag,{value:"CountQueuingStrategy",configurable:!0});class nn{constructor(e={},t={},r={}){void 0===e&&(e=null);const n=yt(t,"Second parameter"),o=yt(r,"Third parameter"),i=function(e,t){W(e,t);const r=null==e?void 0:e.cancel,n=null==e?void 0:e.flush,o=null==e?void 0:e.readableType,i=null==e?void 0:e.start,s=null==e?void 0:e.transform,a=null==e?void 0:e.writableType;return{cancel:void 0===r?void 0:rn(r,e,`${t} has member 'cancel' that`),flush:void 0===n?void 0:Xr(n,e,`${t} has member 'flush' that`),readableType:o,start:void 0===i?void 0:en(i,e,`${t} has member 'start' that`),transform:void 0===s?void 0:tn(s,e,`${t} has member 'transform' that`),writableType:a}}(e,"First parameter");if(void 0!==i.readableType)throw new RangeError("Invalid readableType specified");if(void 0!==i.writableType)throw new RangeError("Invalid writableType specified");const s=vt(o,0),a=mt(o),u=vt(n,1),c=mt(n);let l;!function(e,t,r,n,o,i){function s(){return t}e._writable=function(e,t,r,n,o=1,i=()=>1){const s=Object.create(Tt.prototype);return Pt(s),Yt(s,Object.create(Gt.prototype),e,t,r,n,o,i),s}(s,(function(t){return function(e,t){const r=e._transformStreamController;return e._backpressure?b(e._backpressureChangePromise,(()=>{const n=e._writable;if("erroring"===n._state)throw n._storedError;return pn(r,t)})):pn(r,t)}(e,t)}),(function(){return function(e){const t=e._transformStreamController;if(void 0!==t._finishPromise)return t._finishPromise;const r=e._readable;t._finishPromise=f(((e,r)=>{t._finishPromise_resolve=e,t._finishPromise_reject=r}));const n=t._flushAlgorithm();return dn(t),y(n,(()=>("errored"===r._state?yn(t,r._storedError):(wr(r._readableStreamController),mn(t)),null)),(e=>(Er(r._readableStreamController,e),yn(t,e),null))),t._finishPromise}(e)}),(function(t){return function(e,t){const r=e._transformStreamController;if(void 0!==r._finishPromise)return r._finishPromise;const n=e._readable;r._finishPromise=f(((e,t)=>{r._finishPromise_resolve=e,r._finishPromise_reject=t}));const o=r._cancelAlgorithm(t);return dn(r),y(o,(()=>("errored"===n._state?yn(r,n._storedError):(Er(n._readableStreamController,t),mn(r)),null)),(e=>(Er(n._readableStreamController,e),yn(r,e),null))),r._finishPromise}(e,t)}),r,n),e._readable=kr(s,(function(){return function(e){return cn(e,!1),e._backpressureChangePromise}(e)}),(function(t){return function(e,t){const r=e._transformStreamController;if(void 0!==r._finishPromise)return r._finishPromise;const n=e._writable;r._finishPromise=f(((e,t)=>{r._finishPromise_resolve=e,r._finishPromise_reject=t}));const o=r._cancelAlgorithm(t);return dn(r),y(o,(()=>("errored"===n._state?yn(r,n._storedError):(Jt(n._writableStreamController,t),un(e),mn(r)),null)),(t=>(Jt(n._writableStreamController,t),un(e),yn(r,t),null))),r._finishPromise}(e,t)}),o,i),e._backpressure=void 0,e._backpressureChangePromise=void 0,e._backpressureChangePromise_resolve=void 0,cn(e,!0),e._transformStreamController=void 0}(this,f((e=>{l=e})),u,c,s,a),function(e,t){const r=Object.create(ln.prototype);let n,o,i;n=void 0!==t.transform?e=>t.transform(e,r):e=>{try{return fn(r,e),p(void 0)}catch(e){return v(e)}},o=void 0!==t.flush?()=>t.flush(r):()=>p(void 0),i=void 0!==t.cancel?e=>t.cancel(e):()=>p(void 0),function(e,t,r,n,o){t._controlledTransformStream=e,e._transformStreamController=t,t._transformAlgorithm=r,t._flushAlgorithm=n,t._cancelAlgorithm=o,t._finishPromise=void 0,t._finishPromise_resolve=void 0,t._finishPromise_reject=void 0}(e,r,n,o,i)}(this,i),void 0!==i.start?l(i.start(this._transformStreamController)):l(void 0)}get readable(){if(!on(this))throw gn("readable");return this._readable}get writable(){if(!on(this))throw gn("writable");return this._writable}}function on(e){return!!i(e)&&!!Object.prototype.hasOwnProperty.call(e,"_transformStreamController")&&e instanceof nn}function sn(e,t){Er(e._readable._readableStreamController,t),an(e,t)}function an(e,t){dn(e._transformStreamController),Jt(e._writable._writableStreamController,t),un(e)}function un(e){e._backpressure&&cn(e,!1)}function cn(e,t){void 0!==e._backpressureChangePromise&&e._backpressureChangePromise_resolve(),e._backpressureChangePromise=f((t=>{e._backpressureChangePromise_resolve=t})),e._backpressure=t}Object.defineProperties(nn.prototype,{readable:{enumerable:!0},writable:{enumerable:!0}}),"symbol"==typeof Symbol.toStringTag&&Object.defineProperty(nn.prototype,Symbol.toStringTag,{value:"TransformStream",configurable:!0});class ln{constructor(){throw new TypeError("Illegal constructor")}get desiredSize(){if(!hn(this))throw vn("desiredSize");return Ir(this._controlledTransformStream._readable._readableStreamController)}enqueue(e=void 0){if(!hn(this))throw vn("enqueue");fn(this,e)}error(e=void 0){if(!hn(this))throw vn("error");var t;t=e,sn(this._controlledTransformStream,t)}terminate(){if(!hn(this))throw vn("terminate");!function(e){const t=e._controlledTransformStream;wr(t._readable._readableStreamController),an(t,new TypeError("TransformStream terminated"))}(this)}}function hn(e){return!!i(e)&&!!Object.prototype.hasOwnProperty.call(e,"_controlledTransformStream")&&e instanceof ln}function dn(e){e._transformAlgorithm=void 0,e._flushAlgorithm=void 0,e._cancelAlgorithm=void 0}function fn(e,t){const r=e._controlledTransformStream,n=r._readable._readableStreamController;if(!Tr(n))throw new TypeError("Readable side is not in a state that permits enqueue");try{Sr(n,t)}catch(e){throw an(r,e),r._readable._storedError}const o=function(e){return!_r(e)}(n);o!==r._backpressure&&cn(r,!0)}function pn(e,t){return b(e._transformAlgorithm(t),void 0,(t=>{throw sn(e._controlledTransformStream,t),t}))}function vn(e){return new TypeError(`TransformStreamDefaultController.prototype.${e} can only be used on a TransformStreamDefaultController`)}function mn(e){void 0!==e._finishPromise_resolve&&(e._finishPromise_resolve(),e._finishPromise_resolve=void 0,e._finishPromise_reject=void 0)}function yn(e,t){void 0!==e._finishPromise_reject&&(w(e._finishPromise),e._finishPromise_reject(t),e._finishPromise_resolve=void 0,e._finishPromise_reject=void 0)}function gn(e){return new TypeError(`TransformStream.prototype.${e} can only be used on a TransformStream`)}Object.defineProperties(ln.prototype,{enqueue:{enumerable:!0},error:{enumerable:!0},terminate:{enumerable:!0},desiredSize:{enumerable:!0}}),a(ln.prototype.enqueue,"enqueue"),a(ln.prototype.error,"error"),a(ln.prototype.terminate,"terminate"),"symbol"==typeof Symbol.toStringTag&&Object.defineProperty(ln.prototype,Symbol.toStringTag,{value:"TransformStreamDefaultController",configurable:!0});var _n,bn=(_n=function(e,t){return _n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])},_n(e,t)},function(e,t){function r(){this.constructor=e}_n(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}),wn=function(){return wn=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},wn.apply(this,arguments)},Sn="Error when aborting requestTask",En=function(e){function t(t){void 0===t&&(t={});var r=e.call(this)||this,n=t.timeout,o=t.timeoutMsg,i=t.restrictedMethods;return r._timeout=n||0,r._timeoutMsg=o||"请求超时",r._restrictedMethods=i||["get","post","upload","download"],r}return bn(t,e),t.prototype.post=function(e){var t=this;return new Promise((function(r,o){var i=e.url,s=e.data,a=e.headers,u=wx.request({url:(0,n.formatUrl)("https:",i),data:s,timeout:t._timeout,method:"POST",header:a,success:function(e){e.statusCode>=200&&e.statusCode<300?r({statusCode:e.statusCode,status:e.statusCode,data:e.data}):o(e)},fail:function(e){o(e)},complete:function(e){if(e&&e.errMsg&&t._timeout&&-1!==t._restrictedMethods.indexOf("post")&&"request:fail timeout"===e.errMsg){console.warn(t._timeoutMsg);try{u.abort()}catch(e){}}}})}))},t.prototype.get=function(e){var t=this;return new Promise((function(r,o){var i=e.url,s=e.body,a=e.headers,u=(0,n.formatUrl)("https:",i),c=wx.request({url:u,data:s,timeout:t._timeout,method:"GET",header:a,success:function(e){e.statusCode>=200&&e.statusCode<300?r({statusCode:e.statusCode,status:e.statusCode,data:e.data}):o(e)},fail:function(e){o(e)},complete:function(e){if(e&&e.errMsg&&t._timeout&&-1!==t._restrictedMethods.indexOf("get")&&e.errMsg.includes("timeout")){console.warn(t._timeoutMsg);try{c.abort()}catch(e){console.warn(Sn,e)}}}})}))},t.prototype.upload=function(e){var t=this,r=this;return new Promise((function(n){return function(e,t,r,n){return new(r||(r=Promise))((function(o,i){function s(e){try{u(n.next(e))}catch(e){i(e)}}function a(e){try{u(n.throw(e))}catch(e){i(e)}}function u(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(s,a)}u((n=n.apply(e,t||[])).next())}))}(t,void 0,void 0,(function(){var t,o,i,s,a,u;return function(e,t){var r,n,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(i){return function(a){return function(i){if(r)throw new TypeError("Generator is already executing.");for(;s;)try{if(r=1,n&&(o=2&i[0]?n.return:i[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,i[1])).done)return o;switch(n=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return s.label++,{value:i[1],done:!1};case 5:s.label++,n=i[1],i=[0];continue;case 7:i=s.ops.pop(),s.trys.pop();continue;default:if(!((o=(o=s.trys).length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){s=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){s.label=i[1];break}if(6===i[0]&&s.label<o[1]){s.label=o[1],o=i;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(i);break}o[2]&&s.ops.pop(),s.trys.pop();continue}i=t.call(e,s)}catch(e){i=[6,e],n=0}finally{r=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,a])}}}(this,(function(c){return t=e.url,o=e.file,i=e.data,s=e.headers,a=e.onUploadProgress,u=wx.uploadFile({url:t,filePath:o,name:"file",formData:wn({},i),header:s,timeout:this._timeout,success:function(e){var t={statusCode:e.statusCode,data:e.data||{}};200===e.statusCode&&i.success_action_status&&(t.statusCode=parseInt(i.success_action_status,10)),n(t)},fail:function(e){n(e)},complete:function(e){if(e&&e.errMsg&&r._timeout&&-1!==r._restrictedMethods.indexOf("upload")&&"request:fail timeout"===e.errMsg){console.warn(r._timeoutMsg);try{u.abort()}catch(e){}}}}),a&&u.onProgressUpdate((function(e){a(e)})),[2]}))}))}))},t.prototype.download=function(e){var t=this,r=this;return new Promise((function(o,i){var s=e.url,a=e.headers,u=wx.downloadFile({url:(0,n.formatUrl)("https:",s),header:a,timeout:t._timeout,success:function(e){200===e.statusCode&&e.tempFilePath?o({statusCode:200,tempFilePath:e.tempFilePath}):o(e)},fail:function(e){i(e)},complete:function(e){if(e&&e.errMsg&&r._timeout&&-1!==r._restrictedMethods.indexOf("download")&&"request:fail timeout"===e.errMsg){console.warn(r._timeoutMsg);try{u.abort()}catch(e){}}}})}))},t.prototype.fetch=function(e){var t=e.url,r=e.body,o=e.enableAbort,i=e.headers,s=e.method,a=e.stream,u=void 0!==a&&a,c=e.signal,l=e.timeout,h=this,d=null!=l?l:this._timeout,f=null,p=new Lr({start:function(e){f=e},cancel:function(){f=null}});return new Promise((function(e,a){u&&e({data:p});var l=wx.request({url:(0,n.formatUrl)("https:",t),data:r,timeout:d,method:s.toUpperCase(),header:i,success:function(t){null==f||f.close(),!u&&e(t)},fail:function(e){if(null==f||f.close(),a(e),u)throw e},complete:function(e){if(e&&e.errMsg&&d&&-1!==h._restrictedMethods.indexOf("post")&&o&&"request:fail timeout"===e.errMsg){console.warn(h._timeoutMsg);try{l.abort()}catch(e){console.warn(Sn,e)}}},enableChunked:u});if(l.onChunkReceived((function(e){null==f||f.enqueue(new Uint8Array(e.data))})),c){var v=function(){try{l.abort()}catch(e){console.warn(Sn,e)}};c.aborted?v():c.addEventListener("abort",(function(){return v()}))}}))},t.prototype.patch=function(e){var t=e.method,r=e.headers,n=JSON.parse(JSON.stringify(r||{}));return"PATCH"===t.toUpperCase()&&(n["X-HTTP-Method-Override"]="PATCH",t="POST"),this.post(wn(wn({},e),{method:t,headers:n}))},t}(n.AbstractSDKRequest),In={setItem:function(e,t){wx.setStorageSync(e,t)},getItem:function(e){return wx.getStorageSync(e)},removeItem:function(e){wx.removeStorageSync(e)},clear:function(){wx.clearStorageSync()}},Tn=function(e,t){void 0===t&&(t={});var r=wx.connectSocket(wn({url:e},t));return{set onopen(e){r.onOpen(e)},set onmessage(e){r.onMessage(e)},set onclose(e){r.onClose(e)},set onerror(e){r.onError(e)},send:function(e){return r.send({data:e})},close:function(e,t){return r.close({code:e,reason:t})},get readyState(){return r.readyState},CONNECTING:0,OPEN:1,CLOSING:2,CLOSED:3}};function An(e){var t={},r=e.replace(/^[?#]/,"");return r?(r.split("&").forEach((function(e){var r=e.split("="),n=r[0],o=r[1];n=decodeURIComponent(n),o=decodeURIComponent(o),n&&(t[n]?Array.isArray(t[n])?t[n].push(o):t[n]=[t[n],o]:t[n]=o)})),t):t}const Pn={genAdapter:function(e){return{root:{globalThis:{}},reqClass:En,wsClass:Tn,captchaOptions:{openURIWithCallback:function(t){var r=e.EventBus,n={},o=t;console.log("openURIWithCallback",t);var i=t.match(/^(data:.*?)(\?[^#\s]*)?$/);if(i){o=i[1],console.log("openURIWithCallback url",o);var s=i[2];s&&(n=An(s))}console.log("openURIWithCallback queryObj",n);var a=n.token,u=function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r}(n,["token"]);return/^data:/.test(o)&&!a?Promise.reject({error:"invalid_argument",error_description:"invalie captcha data: "+t}):a?new Promise((function(e){console.log("wait for captcha..."),r.$emit("CAPTCHA_DATA_CHANGE",wn(wn({},u),{token:a,url:o})),r.$once("RESOLVE_CAPTCHA_DATA",(function(t){e(t)}))})):Promise.reject({error:"unimplemented",error_description:"need to impl captcha data"})}},localStorage:In,primaryStorage:n.StorageType.local,getAppSign:function(){var e=wx.getAccountInfoSync();return"undefined"!=typeof App||"undefined"!=typeof getApp||wx.onAppHide||wx.offAppHide||wx.onAppShow||wx.offAppShow?e&&e.miniProgram?e.miniProgram.appId:"":e&&e.plugin?e.plugin.appId:""}}},isMatch:function(){if("undefined"==typeof wx)return!1;if("undefined"==typeof Page)return!1;if(!wx.getSystemInfoSync)return!1;if(!wx.getStorageSync)return!1;if(!wx.setStorageSync)return!1;if(!wx.connectSocket)return!1;if(!wx.request)return!1;try{if(!wx.getSystemInfoSync())return!1;if("qq"===wx.getSystemInfoSync().AppPlatform)return!1}catch(e){return!1}return!0},runtime:"wx_mp"}},548:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__awaiter||function(e,t,r,n){return new(r||(r=Promise))((function(o,i){function s(e){try{u(n.next(e))}catch(e){i(e)}}function a(e){try{u(n.throw(e))}catch(e){i(e)}}function u(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(s,a)}u((n=n.apply(e,t||[])).next())}))},i=this&&this.__generator||function(e,t){var r,n,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(r)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(r=1,n&&(o=2&a[0]?n.return:a[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,a[1])).done)return o;switch(n=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++,n=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=t.call(e,s)}catch(e){a=[6,e],n=0}finally{r=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}};Object.defineProperty(t,"__esModule",{value:!0}),t.useAuthAdapter=void 0;var s=r(19),a=function(){function e(e){var t,r;try{this.localStorage=(null==e?void 0:e.localStorage)||((null===(r=null===(t=null==e?void 0:e.adapter)||void 0===t?void 0:t.root)||void 0===r?void 0:r.globalThis)||globalThis).localStorage}catch(t){this.localStorage=(null==e?void 0:e.localStorage)||{}}}return e.prototype.getItem=function(e){return o(this,void 0,Promise,(function(){return i(this,(function(t){return[2,this.localStorage.getItem(e)]}))}))},e.prototype.removeItem=function(e){return o(this,void 0,void 0,(function(){return i(this,(function(t){return this.localStorage.removeItem(e),[2]}))}))},e.prototype.setItem=function(e,t){return o(this,void 0,Promise,(function(){return i(this,(function(r){return this.localStorage.setItem(e,t),[2]}))}))},e.prototype.getItemSync=function(e){return this.localStorage.getItem(e)},e.prototype.setItemSync=function(e,t){this.localStorage.setItem(e,t)},e.prototype.removeItemSync=function(e){this.localStorage.removeItem(e)},e}(),u=/^[^:]+:\/\/[^/]+(\/[^?#]+)/,c=function(e,t){var r,n,o,i,s=null===(r=null==t?void 0:t.headers)||void 0===r?void 0:r["x-request-id"];return e||(e={}),((null==e?void 0:e.code)||(null===(n=null==e?void 0:e.data)||void 0===n?void 0:n.error_code))&&(e={error:e.code||e.data.error,error_description:e.data.error_description||e.message||e.code||e.data.error_code,request_id:e.requestId,error_code:null===(o=e.data)||void 0===o?void 0:o.error_code}),(null==e?void 0:e.request_id)||(e.request_id=e.request_id||s),(null==e?void 0:e.error)?(e.error_uri=(i=null==t?void 0:t.url,u.test(i)?RegExp.$1:i),e):(null==e?void 0:e.data)||{}};t.useAuthAdapter=function(e){return e.adapter&&"default"!==e.adapter.type?function(e,t){var r=n({},e);try{if(!(null==e?void 0:e.storage)&&(null==t?void 0:t.localStorage)&&(r.storage=new a({localStorage:t.localStorage,adapter:t})),!e.captchaOptions&&(null==t?void 0:t.captchaOptions)&&(r.captchaOptions=t.captchaOptions),!e.baseRequest&&!e.request&&(null==t?void 0:t.reqClass)){var s={timeout:1e4,restrictedMethods:["get","post","upload","download","request"],auth:e.auth},u=new t.reqClass(s);r.baseRequest=function(e,t){var r,s,a,l,h;return o(this,void 0,void 0,(function(){var o,d,f,p;return i(this,(function(i){switch(i.label){case 0:if(o={},d=(null===(r=t.method)||void 0===r?void 0:r.toLocaleLowerCase())||"post","function"!=typeof(f=null===(a=null===(s=null==u?void 0:u[d])||void 0===s?void 0:s.bind)||void 0===a?void 0:a.call(s,u)))throw new Error("invalid 【".concat(d,"】 request method"));i.label=1;case 1:return i.trys.push([1,3,,4]),(null===(l=t.headers)||void 0===l?void 0:l["content-type"])&&!(null===(h=t.headers)||void 0===h?void 0:h["content-type"].includes("application/json"))||["string","undefined"].includes(typeof t.body)||(t.data=t.data||t.body,t.body=JSON.stringify(t.body)),[4,f(n({url:e},t))];case 2:return o=i.sent(),o=c(o,n(n({},t),{url:e})),[3,4];case 3:throw p=i.sent(),o=n(n({},null==p?void 0:p.data),p);case 4:if(null==o?void 0:o.error)throw o;return[2,o]}}))}))}}}catch(e){console.error("user adapter generate fail:",e)}return r}(e,e.adapter):function(e,t){var r=n({},e),u={};if((null==t?void 0:t.captchaOptions)&&(r.captchaOptions=t.captchaOptions),!s.adapterForWxMp.isMatch()||e.storage&&e.baseRequest)return r;try{var l=s.adapterForWxMp.genAdapter({}),h=l.localStorage,d=l.reqClass;if(h&&(u.storage=new a({localStorage:h,adapter:t})),d){var f=new d({timeout:1e4,restrictedMethods:["get","post","upload","download","request"]});u.request=function(e){return function(t,r){return o(this,void 0,void 0,(function(){return i(this,(function(o){return[2,new Promise((function(o,i){var s=Object.assign({},r);s.body&&"string"!=typeof s.body&&(s.body=JSON.stringify(s.body));var a=wx.request({url:t,data:s.body,timeout:e._timeout,method:s.method||"GET",header:s.headers,success:function(e){(e=c(e,n(n({},r),{url:t}))).error&&i(e),o(e)},fail:function(e){i({error:"unreachable",error_description:e.message})},complete:function(t){if(t&&t.errMsg&&e._timeout&&-1!==e._restrictedMethods.indexOf("request")&&"request:fail timeout"===t.errMsg){console.warn(e._timeoutMsg);try{a.abort()}catch(e){}}}})}))]}))}))}}(f)}return r.captchaOptions&&(u.baseRequest=u.request,u.request=void 0),n(n({},r),u)}catch(e){console.error("adapter generate fail:",e)}return r}(e,e.adapter)}},895:function(e,t,r){var n,o=this&&this.__extends||(n=function(e,t){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},n(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}n(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}),i=this&&this.__assign||function(){return i=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},i.apply(this,arguments)},s=this&&this.__decorate||function(e,t,r,n){var o,i=arguments.length,s=i<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(i<3?o(s):i>3?o(t,r,s):o(t,r))||s);return i>3&&s&&Object.defineProperty(t,r,s),s},a=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},u=this&&this.__awaiter||function(e,t,r,n){return new(r||(r=Promise))((function(o,i){function s(e){try{u(n.next(e))}catch(e){i(e)}}function a(e){try{u(n.throw(e))}catch(e){i(e)}}function u(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(s,a)}u((n=n.apply(e,t||[])).next())}))},c=this&&this.__generator||function(e,t){var r,n,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(r)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(r=1,n&&(o=2&a[0]?n.return:a[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,a[1])).done)return o;switch(n=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++,n=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=t.call(e,s)}catch(e){a=[6,e],n=0}finally{r=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}},l=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0}),t.registerAuth=t.AuthError=t.AuthErrorCategory=t.AnonymousAuthProvider=t.CustomAuthProvider=t.WeixinAuthProvider=t.Auth=t.generateAuthInstance=t.LoginState=t.User=void 0;var h=r(722),d=r(548),f=r(19),p=r(266),v=r(916);Object.defineProperty(t,"WeixinAuthProvider",{enumerable:!0,get:function(){return v.WeixinAuthProvider}}),Object.defineProperty(t,"CustomAuthProvider",{enumerable:!0,get:function(){return v.CustomAuthProvider}}),Object.defineProperty(t,"AnonymousAuthProvider",{enumerable:!0,get:function(){return v.AnonymousAuthProvider}});var m=r(683),y=function(){return"undefined"!=typeof window&&"undefined"!=typeof document},g=t.User=function(){function e(e){var t=e.cache,r=e.oauthInstance;this.cache=t,this.oauthInstance=r,this.setUserInfo()}var t,r,n;return e.prototype.checkLocalInfo=function(){return u(this,void 0,void 0,(function(){return c(this,(function(e){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 u(this,void 0,void 0,(function(){var e,t,r,n;return c(this,(function(o){switch(o.label){case 0:return e=this,[4,this.getLocalUserInfoAsync("uid")];case 1:return e.uid=o.sent(),t=this,[4,this.getLocalUserInfoAsync("gender")];case 2:return t.gender=o.sent(),this.picture=this.getLocalUserInfo("picture"),r=this,[4,this.getLocalUserInfoAsync("email")];case 3:return r.email=o.sent(),this.emailVerified=this.getLocalUserInfo("email_verified"),this.phoneNumber=this.getLocalUserInfo("phone_number"),n=this,[4,this.getLocalUserInfoAsync("username")];case 4:return n.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(e){return u(this,void 0,Promise,(function(){var t;return c(this,(function(r){switch(r.label){case 0:return[4,this.oauthInstance.authApi.setUserProfile(i({},e))];case 1:return t=r.sent(),this.setLocalUserInfo(t),[2]}}))}))},e.prototype.updateUserBasicInfo=function(e){return u(this,void 0,Promise,(function(){return c(this,(function(t){switch(t.label){case 0:return[4,this.oauthInstance.authApi.updateUserBasicInfo(i({},e))];case 1:return t.sent(),[4,this.refresh()];case 2:return t.sent(),[2]}}))}))},e.prototype.updatePassword=function(e,t){return this.oauthInstance.authApi.updatePasswordByOld({old_password:t,new_password:e})},e.prototype.updateUsername=function(e){return"string"!=typeof e&&(0,f.throwError)(f.ERRORS.INVALID_PARAMS,"username must be a string"),this.update({username:e})},e.prototype.refresh=function(e){return u(this,void 0,Promise,(function(){var t;return c(this,(function(r){switch(r.label){case 0:return[4,this.oauthInstance.authApi.getUserInfo(e)];case 1:if("INVALID_ACCESS_TOKEN"===(t=r.sent()).code)throw this.setLocalUserInfo({}),t;return this.setLocalUserInfo(t),[2,t]}}))}))},e.prototype.getLocalUserInfo=function(e){var t=this.cache.keys.userInfoKey,r=this.cache.getStore(t);return e?r[e]:r||{}},e.prototype.setLocalUserInfo=function(e){var t=this.cache.keys.userInfoKey;this.cache.setStore(t,e),this.setUserInfo()},e.prototype.getLocalUserInfoAsync=function(e){return u(this,void 0,Promise,(function(){var t;return c(this,(function(r){switch(r.label){case 0:return t=this.cache.keys.userInfoKey,[4,this.cache.getStoreAsync(t)];case 1:return[2,r.sent()[e]]}}))}))},e.prototype.setUserInfo=function(){var e=this,t=this.cache.keys.userInfoKey,r=this.cache.getStore(t);["uid","email","name","gender","picture","email_verified","phone_number","birthdate","zoneinfo","locale","sub","created_from","providers","username","created_at","open_id"].forEach((function(t){e[t]=r[t]}))},s([(0,f.catchErrorsDecorator)({title:"更新用户信息失败",messages:["请确认以下各项:"," 1 - 调用 User.update() 的语法或参数是否正确"," 2 - 用户信息中是否包含非法值","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(f.COMMUNITY_SITE_URL)]}),a("design:type",Function),a("design:paramtypes",["function"==typeof(t=void 0!==h.authModels&&h.authModels.UserProfile)?t:Object]),a("design:returntype","function"==typeof(r="undefined"!=typeof Promise&&Promise)?r:Object)],e.prototype,"update",null),s([(0,f.catchErrorsDecorator)({title:"更新密码失败",messages:["请确认以下各项:"," 1 - 调用 User.updatePassword() 的语法或参数是否正确"," 3 - 新密码中是否包含非法字符","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(f.COMMUNITY_SITE_URL)]}),a("design:type",Function),a("design:paramtypes",[String,String]),a("design:returntype",void 0)],e.prototype,"updatePassword",null),s([(0,f.catchErrorsDecorator)({title:"更新用户名失败",messages:["请确认以下各项:"," 1 - 调用 User.updateUsername() 的语法或参数是否正确"," 2 - 当前环境是否开通了用户名密码登录","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(f.COMMUNITY_SITE_URL)]}),a("design:type",Function),a("design:paramtypes",[String]),a("design:returntype",void 0)],e.prototype,"updateUsername",null),s([(0,f.catchErrorsDecorator)({title:"刷新本地用户信息失败",messages:["请确认以下各项:"," 1 - 调用 User.refresh() 的语法或参数是否正确","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(f.COMMUNITY_SITE_URL)]}),a("design:type",Function),a("design:paramtypes",[Object]),a("design:returntype","function"==typeof(n="undefined"!=typeof Promise&&Promise)?n:Object)],e.prototype,"refresh",null),e}();(0,v.applyUserV1Compat)(g);var _=function(){function e(e){var t=e.envId,r=e.cache,n=e.oauthInstance;t||(0,f.throwError)(f.ERRORS.INVALID_PARAMS,"envId is not defined"),this.cache=r,this.oauthInstance=n,this.user=new g({cache:this.cache,oauthInstance:n})}return e.prototype.checkLocalState=function(){var e;this.oauthLoginState=null===(e=this.oauthInstance)||void 0===e?void 0:e.authApi.hasLoginStateSync(),this.user.checkLocalInfo()},e.prototype.checkLocalStateAsync=function(){var e;return u(this,void 0,void 0,(function(){return c(this,(function(t){switch(t.label){case 0:return[4,null===(e=this.oauthInstance)||void 0===e?void 0:e.authApi.getLoginState()];case 1:return t.sent(),[4,this.user.checkLocalInfoAsync()];case 2:return t.sent(),[2]}}))}))},e}();t.LoginState=_;var b=function(e){function t(t){var r=e.call(this)||this;return r.listeners=new Map,r.hasListenerSetUp=!1,r.config=t,r.oauthInstance=t.oauthInstance,r.cache=t.cache,r.init(),r.setAccessKey(),r}var r,n,d,v,g,b,w,S,E,I,T,A,P,O,R,C,U,N,D,L;return o(t,e),t.prototype.signInAnonymously=function(e){return u(this,void 0,Promise,(function(){var t,r,n,o,s;return c(this,(function(a){switch(a.label){case 0:return a.trys.push([0,4,,5]),[4,this.oauthInstance.authApi.signInAnonymously(e)];case 1:return a.sent(),[4,this.createLoginState()];case 2:return t=a.sent(),[4,this.getSession()];case 3:return r=a.sent().data,n=(void 0===r?{}:r).session,[2,i(i({},t),{data:{user:n.user,session:n},error:null})];case 4:return o=a.sent(),(s=new h.AuthError(o,{method:"signInAnonymously"})).category===h.AuthErrorCategory.PROVIDER_NOT_ENABLED?(console.error(s.helpMessage),console.error("[CloudBase Auth] 提示:匿名登录需要在控制台开启「匿名登录」。\n 如果您需要使用用户名密码登录,请改用 auth.signInWithPassword({ username, password })。\n 不要在匿名登录失败后自动回退到密码登录,这两种方式的使用场景不同。")):(console.warn("[CloudBase Auth] signInAnonymously 失败 [".concat(s.category,"]: ").concat(s.message)),s.loginMethodHint&&console.warn(s.loginMethodHint)),[2,{data:{},error:s}];case 5:return[2]}}))}))},t.prototype.signUp=function(e){return u(this,void 0,Promise,(function(){var t,r,n=this;return c(this,(function(o){switch(o.label){case 0:return e.phone_number||e.verification_code||e.verification_token||e.provider_token?(e.phone_number&&(e.phone_number=this.formatPhone(e.phone_number)),[4,this.oauthInstance.authApi.signUp(e)]):[3,2];case 1:return o.sent(),[2,this.createLoginState()];case 2:return o.trys.push([2,4,,5]),this.validateAtLeastOne(e,[["email"],["phone"]],"You must provide either an email or phone number"),[4,this.getVerification(e.email?{email:e.email}:{phone_number:this.formatPhone(e.phone)})];case 3:return t=o.sent(),[2,{data:{verifyOtp:function(r){var o=r.token,s=r.messageId,a=void 0===s?t.verification_id:s;return u(n,void 0,Promise,(function(){var r,n,s,u,l;return c(this,(function(c){switch(c.label){case 0:return c.trys.push([0,8,,9]),[4,this.verify({verification_id:a||t.verification_id,verification_code:o})];case 1:return r=c.sent(),t.is_user?[4,this.signIn({username:e.email||this.formatPhone(e.phone),verification_token:r.verification_token})]:[3,3];case 2:return c.sent(),[3,6];case 3:return delete(n=JSON.parse(JSON.stringify(e))).email,delete n.phone,[4,this.oauthInstance.authApi.signUp(i(i(i({},n),e.email?{email:e.email}:{phone_number:this.formatPhone(e.phone)}),{verification_token:r.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 s=c.sent().data,[2,{data:{user:(u=(void 0===s?{}:s).session).user,session:u},error:null}];case 8:return l=c.sent(),[2,{data:{},error:new h.AuthError(l,{method:"signUp"})}];case 9:return[2]}}))}))}},error:null}];case 4:return r=o.sent(),[2,{data:{},error:new h.AuthError(r,{method:"signUp"})}];case 5:return[2]}}))}))},t.prototype.signOut=function(e){var t,r;return u(this,void 0,Promise,(function(){var n,o,s;return c(this,(function(a){switch(a.label){case 0:return a.trys.push([0,3,,4]),n=this.cache.keys.userInfoKey,[4,this.oauthInstance.authApi.signOut(e)];case 1:return o=a.sent(),[4,this.cache.removeStoreAsync(n)];case 2:return a.sent(),this.setAccessKey(),null===(t=this.config.eventBus)||void 0===t||t.fire(h.EVENTS.LOGIN_STATE_CHANGED,{eventType:h.LOGIN_STATE_CHANGED_TYPE.SIGN_OUT}),null===(r=this.config.eventBus)||void 0===r||r.fire(h.EVENTS.AUTH_STATE_CHANGED,{event:h.AUTH_STATE_CHANGED_TYPE.SIGNED_OUT}),[2,i(i({},o),{data:{},error:null})];case 3:return s=a.sent(),[2,{data:{},error:new h.AuthError(s,{method:"signOut"})}];case 4:return[2]}}))}))},t.prototype.onAuthStateChange=function(e){var t=this;this.hasListenerSetUp||(this.setupListeners(),this.hasListenerSetUp=!0);var r=Math.random().toString(36);return this.listeners.has(r)||this.listeners.set(r,new Set),this.listeners.get(r).add(e),{data:{subscription:{id:r,callback:e,unsubscribe:function(){var n=t.listeners.get(r);n&&(n.delete(e),0===n.size&&t.listeners.delete(r))}}}}},t.prototype.signInWithPassword=function(e){return u(this,void 0,Promise,(function(){var t,r,n,o;return c(this,(function(s){switch(s.label){case 0:return s.trys.push([0,3,,4]),this.validateAtLeastOne(e,[["username"],["email"],["phone"]],"You must provide either username, email, or phone"),this.validateParams(e,{password:{required:!0,message:"Password is required"}}),[4,this.signIn(i({username:e.username||e.email||this.formatPhone(e.phone),password:e.password},e.is_encrypt?{isEncrypt:!0,version:"v2"}:{}))];case 1:return s.sent(),[4,this.getSession()];case 2:return t=s.sent().data,[2,{data:{user:(r=(void 0===t?{}:t).session).user,session:r},error:null}];case 3:return n=s.sent(),(o=new h.AuthError(n,{method:"signInWithPassword"})).category===h.AuthErrorCategory.PROVIDER_NOT_ENABLED?console.error(o.helpMessage):o.category===h.AuthErrorCategory.INVALID_CREDENTIALS||o.category===h.AuthErrorCategory.USER_NOT_FOUND?console.warn(o.helpMessage):console.warn("[CloudBase Auth] signInWithPassword 失败 [".concat(o.category,"]: ").concat(o.message)),o.loginMethodHint&&console.info(o.loginMethodHint),[2,{data:{},error:o}];case 4:return[2]}}))}))},t.prototype.signInWithIdToken=function(e){return u(this,void 0,Promise,(function(){var t,r,n;return c(this,(function(o){switch(o.label){case 0:return o.trys.push([0,3,,4]),this.validateParams(e,{token:{required:!0,message:"Token is required"}}),[4,this.signInWithProvider({provider_token:e.token})];case 1:return o.sent(),[4,this.getSession()];case 2:return t=o.sent().data,[2,{data:{user:(r=(void 0===t?{}:t).session).user,session:r},error:null}];case 3:return n=o.sent(),[2,{data:{},error:new h.AuthError(n,{method:"signInWithIdToken"})}];case 4:return[2]}}))}))},t.prototype.signInWithOtp=function(e){var t,r,n,o;return u(this,void 0,Promise,(function(){var s,a,l=this;return c(this,(function(d){switch(d.label){case 0:if(!(null===(t=e.options)||void 0===t?void 0:t.emailRedirectTo)&&(void 0===(null===(r=e.options)||void 0===r?void 0:r.shouldCreateUser)||(null===(n=e.options)||void 0===n?void 0:n.shouldCreateUser)))return[2,this.signUp({email:e.email,phone:e.phone})];d.label=1;case 1:return d.trys.push([1,3,,4]),this.validateAtLeastOne(e,[["email"],["phone"]],"You must provide either an email or phone number"),[4,this.getVerification(i({email_redirect_to:null===(o=e.options)||void 0===o?void 0:o.emailRedirectTo},e.email?{email:e.email}:{phone_number:this.formatPhone(e.phone)}))];case 2:return s=d.sent(),[2,{data:{user:null,session:null,verifyOtp:function(t){var r=t.token,n=t.messageId,o=void 0===n?s.verification_id:n;return u(l,void 0,Promise,(function(){return c(this,(function(t){return[2,this.verifyOtp({email:e.email,phone:e.phone,token:r,messageId:o})]}))}))}},error:null}];case 3:return a=d.sent(),[2,{data:{},error:new h.AuthError(a,{method:"signInWithOtp"})}];case 4:return[2]}}))}))},t.prototype.verifyOAuth=function(e){return u(this,void 0,Promise,(function(){var t,r,n,o,s,a,u,l,d;return c(this,(function(c){switch(c.label){case 0:t={},c.label=1;case 1:return c.trys.push([1,7,,8]),r=(null==e?void 0:e.code)||m.utils.getQuery("code"),n=(null==e?void 0:e.state)||m.utils.getQuery("state"),r?n?(o=(0,p.getBrowserSession)(n),t.type=null==o?void 0:o.type,(s=(null==e?void 0:e.provider)||(null==o?void 0:o.provider)||m.utils.getQuery("provider"))?[4,this.grantProviderToken({provider_id:s,provider_redirect_uri:location.origin+location.pathname,provider_code:r})]:[2,{data:t,error:new h.AuthError({message:"Provider is required"})}]):[2,{data:{},error:new h.AuthError({message:"State is required"})}]:[2,{data:{},error:new h.AuthError({message:"Code is required"})}];case 2:return a=c.sent().provider_token,u=void 0,o.type!==h.OAUTH_TYPE.BIND_IDENTITY?[3,4]:[4,this.oauthInstance.authApi.toBindIdentity({provider_token:a,provider:s,fireEvent:!0})];case 3:return u=c.sent(),[3,6];case 4:return[4,this.signInWithIdToken({token:a})];case 5:(u=c.sent()).data=i(i({},t),u.data),c.label=6;case 6:return(l=new URLSearchParams(null===location||void 0===location?void 0:location.search)).delete("code"),l.delete("state"),u.data.redirectUrl=(0,p.addUrlSearch)(void 0===(null==o?void 0:o.search)?"?".concat(l.toString()):null==o?void 0:o.search,(null==o?void 0:o.hash)||location.hash),(0,p.removeBrowserSession)(n),[2,u];case 7:return d=c.sent(),[2,{data:t,error:new h.AuthError(d,{method:"verifyOAuth"})}];case 8:return[2]}}))}))},t.prototype.signInWithOAuth=function(e){var t,r,n,o,i;return u(this,void 0,Promise,(function(){var s,a,u,l,d,f,v,m,g;return c(this,(function(c){switch(c.label){case 0:return c.trys.push([0,2,,3]),this.validateParams(e,{provider:{required:!0,message:"Provider is required"}}),s=(null===(t=e.options)||void 0===t?void 0:t.redirectTo)||location.href,a=new URL(s),u=a.origin+a.pathname,l=(null===(r=e.options)||void 0===r?void 0:r.state)||"prd-".concat(e.provider,"-").concat(Math.random().toString(36).slice(2)),[4,this.genProviderRedirectUri({provider_id:e.provider,provider_redirect_uri:u,state:l})];case 1:return d=c.sent().uri,f=decodeURIComponent(d),v=f,(null===(n=e.options)||void 0===n?void 0:n.queryParams)&&(m=new URL(f),Object.entries(e.options.queryParams).forEach((function(e){var t=e[0],r=e[1];m.searchParams.set(t,r)})),v=m.toString()),(0,p.saveToBrowserSession)(l,{provider:e.provider,search:a.search,hash:a.hash,type:(null===(o=e.options)||void 0===o?void 0:o.type)||h.OAUTH_TYPE.SIGN_IN}),y()&&!(null===(i=e.options)||void 0===i?void 0:i.skipBrowserRedirect)&&window.location.assign(v),[2,{data:{url:v,provider:e.provider},error:null}];case 2:return g=c.sent(),[2,{data:{},error:new h.AuthError(g,{method:"signInWithOAuth"})}];case 3:return[2]}}))}))},t.prototype.getClaims=function(){return u(this,void 0,Promise,(function(){var e,t;return c(this,(function(r){switch(r.label){case 0:return r.trys.push([0,2,,3]),[4,this.getAccessToken()];case 1:return e=r.sent().accessToken,[2,{data:(0,h.weAppJwtDecodeAll)(e),error:null}];case 2:return t=r.sent(),[2,{data:{},error:new h.AuthError(t,{method:"getClaims"})}];case 3:return[2]}}))}))},t.prototype.resetPasswordForEmail=function(e,t){return u(this,void 0,Promise,(function(){var r,n,o,i,s,a,l=this;return c(this,(function(d){switch(d.label){case 0:return d.trys.push([0,2,,3]),this.validateParams({emailOrPhone:e},{emailOrPhone:{required:!0,message:"Email or phone is required"}}),r=(t||{}).redirectTo,n=e.includes("@"),o=void 0,n?o={email:e}:(i=this.formatPhone(e),o={phone_number:i}),[4,this.getVerification(o)];case 1:return s=d.sent(),[2,{data:{updateUser:function(t){return u(l,void 0,Promise,(function(){var o,i,a,u;return c(this,(function(c){switch(c.label){case 0:this.validateParams(t,{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:t.nonce})];case 2:return o=c.sent(),[4,this.oauthInstance.authApi.resetPassword({email:n?e:void 0,phone_number:n?void 0:e,new_password:t.password,verification_token:o.verification_token})];case 3:return c.sent(),null===(u=this.config.eventBus)||void 0===u||u.fire(h.EVENTS.AUTH_STATE_CHANGED,{event:h.AUTH_STATE_CHANGED_TYPE.PASSWORD_RECOVERY}),[4,this.signInWithPassword({email:n?e:void 0,phone:n?void 0:e,password:t.password})];case 4:return i=c.sent(),r&&y()&&window.location.assign(r),[2,i];case 5:return a=c.sent(),[2,{data:{},error:new h.AuthError(a,{method:"resetPasswordForEmail"})}];case 6:return[2]}}))}))}},error:null}];case 2:return a=d.sent(),[2,{data:{},error:new h.AuthError(a,{method:"resetPasswordForEmail"})}];case 3:return[2]}}))}))},t.prototype.resetPasswordForOld=function(e){return u(this,void 0,void 0,(function(){var t,r,n;return c(this,(function(o){switch(o.label){case 0:return o.trys.push([0,3,,4]),[4,this.oauthInstance.authApi.updatePasswordByOld({old_password:e.old_password,new_password:e.new_password})];case 1:return o.sent(),[4,this.getSession()];case 2:return t=o.sent().data,[2,{data:{user:(r=(void 0===t?{}:t).session).user,session:r},error:null}];case 3:return n=o.sent(),[2,{data:{},error:new h.AuthError(n,{method:"resetPasswordForOld"})}];case 4:return[2]}}))}))},t.prototype.verifyOtp=function(e){return u(this,void 0,Promise,(function(){var t,r,n,o;return c(this,(function(i){switch(i.label){case 0:return i.trys.push([0,6,,7]),t=e.type,this.validateParams(e,{token:{required:!0,message:"Token is required"},messageId:{required:!0,message:"messageId is required"}}),["phone_change","email_change"].includes(t)?[4,this.verify({verification_id:e.messageId,verification_code:e.token})]:[3,2];case 1:return i.sent(),[3,4];case 2:return[4,this.signInWithUsername({verificationInfo:{verification_id:e.messageId,is_user:!0},verificationCode:e.token,username:e.email||this.formatPhone(e.phone)||"",loginType:e.email?"email":"phone"})];case 3:i.sent(),i.label=4;case 4:return[4,this.getSession()];case 5:return r=i.sent().data,[2,{data:{user:(n=(void 0===r?{}:r).session).user,session:n},error:null}];case 6:return o=i.sent(),[2,{data:{},error:new h.AuthError(o,{method:"verifyOtp"})}];case 7:return[2]}}))}))},t.prototype.getSession=function(){return u(this,void 0,Promise,(function(){var e,t,r,n;return c(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?[4,this.getUser(!1)]:[2,{data:{session:null},error:null}];case 2:return t=o.sent().data,r=(void 0===t?{}:t).user,[2,{data:{session:i(i({},e),{user:r}),user:r},error:null}];case 3:return n=o.sent(),[2,{data:{},error:new h.AuthError(n,{method:"getSession"})}];case 4:return[2]}}))}))},t.prototype.refreshSession=function(e){return u(this,void 0,Promise,(function(){var t,r,n,o,s;return c(this,(function(a){switch(a.label){case 0:return a.trys.push([0,4,,5]),[4,this.oauthInstance.oauth2client.localCredentials.getCredentials()];case 1:return(t=a.sent()).refresh_token=e||t.refresh_token,[4,this.oauthInstance.oauth2client.refreshToken(t)];case 2:return r=a.sent(),[4,this.getUser(!1)];case 3:return n=a.sent().data,[2,{data:{user:o=(void 0===n?{}:n).user,session:i(i({},r),{user:o})},error:null}];case 4:return s=a.sent(),[2,{data:{},error:new h.AuthError(s,{method:"refreshSession"})}];case 5:return[2]}}))}))},t.prototype.getUser=function(e){return void 0===e&&(e=!0),u(this,void 0,Promise,(function(){var t,r;return c(this,(function(n){switch(n.label){case 0:return n.trys.push([0,2,,3]),t=this.convertToUser,[4,this.getCurrentUser(e)];case 1:return[2,{data:{user:t.apply(this,[n.sent()])},error:null}];case 2:return r=n.sent(),[2,{data:{},error:new h.AuthError(r,{method:"getUser"})}];case 3:return[2]}}))}))},t.prototype.refreshUser=function(){return u(this,void 0,Promise,(function(){var e,t,r;return c(this,(function(n){switch(n.label){case 0:return n.trys.push([0,3,,4]),[4,this.currentUser.refresh()];case 1:return n.sent(),[4,this.getSession()];case 2:return e=n.sent().data,[2,{data:{user:(t=(void 0===e?{}:e).session).user,session:t},error:null}];case 3:return r=n.sent(),[2,{data:{},error:new h.AuthError(r,{method:"refreshUser"})}];case 4:return[2]}}))}))},t.prototype.updateUser=function(e){var t;return u(this,void 0,Promise,(function(){var r,n,o,s,a,d,f,p,v,m,y,g,_=this;return c(this,(function(b){switch(b.label){case 0:if(b.trys.push([0,8,,9]),!Object.keys(e).some((function(t){return void 0!==e[t]&&null!==e[t]&&""!==e[t]})))throw new h.AuthError({message:"At least one field must be provided for update"});return r=e.email,n=e.phone,o=l(e,["email","phone"]),a=void 0!==n,d={},(s=void 0!==r)||a?(f=void 0,s?(f={email:e.email},p="email_change"):(v=this.formatPhone(e.phone),f={phone_number:v},p="phone_change"),[4,this.getVerification(f)]):[3,4];case 1:return m=b.sent(),Object.keys(o).length>0?[4,this.updateUserBasicInfo(o)]:[3,3];case 2:b.sent(),b.label=3;case 3:return d={messageId:m.verification_id,verifyOtp:function(t){return u(_,void 0,Promise,(function(){var r,n,o;return c(this,(function(i){switch(i.label){case 0:return i.trys.push([0,11,,12]),t.email&&e.email===t.email?[4,this.verifyOtp({type:"email_change",email:e.email,token:t.token,messageId:m.verification_id})]:[3,3];case 1:return i.sent(),[4,this.updateUserBasicInfo({email:e.email})];case 2:return i.sent(),[3,9];case 3:return t.phone&&e.phone===t.phone?[4,this.verifyOtp({type:"phone_change",phone:e.phone,token:t.token,messageId:m.verification_id})]:[3,6];case 4:return i.sent(),[4,this.updateUserBasicInfo({phone:this.formatPhone(e.phone)})];case 5:return i.sent(),[3,9];case 6:return[4,this.verifyOtp({type:p,email:s?e.email:void 0,phone:s?void 0:e.phone,token:t.token,messageId:m.verification_id})];case 7:return i.sent(),[4,this.updateUserBasicInfo(e)];case 8:i.sent(),i.label=9;case 9:return[4,this.getUser(!1)];case 10:return r=i.sent().data.user,null===(o=this.config.eventBus)||void 0===o||o.fire(h.EVENTS.AUTH_STATE_CHANGED,{event:h.AUTH_STATE_CHANGED_TYPE.USER_UPDATED}),[2,{data:{user:r},error:null}];case 11:return n=i.sent(),[2,{data:{},error:new h.AuthError(n,{method:"updateUser"})}];case 12:return[2]}}))}))}},[3,6];case 4:return[4,this.updateUserBasicInfo(e)];case 5:b.sent(),b.label=6;case 6:return[4,this.getUser(!1)];case 7:return y=b.sent().data.user,null===(t=this.config.eventBus)||void 0===t||t.fire(h.EVENTS.AUTH_STATE_CHANGED,{event:h.AUTH_STATE_CHANGED_TYPE.USER_UPDATED}),[2,{data:i({user:y},d),error:null}];case 8:return g=b.sent(),[2,{data:{},error:new h.AuthError(g,{method:"updateUser"})}];case 9:return[2]}}))}))},t.prototype.getUserIdentities=function(){var e;return u(this,void 0,Promise,(function(){var t,r;return c(this,(function(n){switch(n.label){case 0:return n.trys.push([0,2,,3]),[4,this.oauthInstance.authApi.getProviders()];case 1:return t=n.sent(),[2,{data:{identities:null===(e=null==t?void 0:t.data)||void 0===e?void 0:e.filter((function(e){return!!e.bind}))},error:null}];case 2:return r=n.sent(),[2,{data:{},error:new h.AuthError(r,{method:"getUserIdentities"})}];case 3:return[2]}}))}))},t.prototype.linkIdentity=function(e){return u(this,void 0,Promise,(function(){var t;return c(this,(function(r){switch(r.label){case 0:return r.trys.push([0,2,,3]),this.validateParams(e,{provider:{required:!0,message:"Provider is required"}}),[4,this.signInWithOAuth({provider:e.provider,options:{type:h.OAUTH_TYPE.BIND_IDENTITY}})];case 1:return r.sent(),[2,{data:{provider:e.provider},error:null}];case 2:return t=r.sent(),[2,{data:{},error:new h.AuthError(t,{method:"linkIdentity"})}];case 3:return[2]}}))}))},t.prototype.unlinkIdentity=function(e){return u(this,void 0,Promise,(function(){var t;return c(this,(function(r){switch(r.label){case 0:return r.trys.push([0,2,,3]),this.validateParams(e,{provider:{required:!0,message:"Provider is required"}}),[4,this.oauthInstance.authApi.unbindProvider({provider_id:e.provider})];case 1:return r.sent(),[2,{data:{},error:null}];case 2:return t=r.sent(),[2,{data:{},error:new h.AuthError(t,{method:"unlinkIdentity"})}];case 3:return[2]}}))}))},t.prototype.reauthenticate=function(){return u(this,void 0,Promise,(function(){var e,t,r,n,o=this;return c(this,(function(s){switch(s.label){case 0:return s.trys.push([0,3,,4]),[4,this.getUser(!1)];case 1:return e=s.sent().data.user,this.validateAtLeastOne(e,[["email","phone"]],"You must provide either an email or phone number"),t=e.email?{email:e.email}:{phone_number:this.formatPhone(e.phone)},[4,this.getVerification(t)];case 2:return r=s.sent(),[2,{data:{updateUser:function(e){return u(o,void 0,Promise,(function(){var n,o,s,a,u;return c(this,(function(c){switch(c.label){case 0:this.validateParams(e,{nonce:{required:!0,message:"Nonce is required"}}),c.label=1;case 1:return c.trys.push([1,9,,10]),e.password?[4,this.verify({verification_id:r.verification_id,verification_code:e.nonce})]:[3,5];case 2:return n=c.sent(),[4,this.oauthInstance.authApi.sudo({verification_token:n.verification_token})];case 3:return o=c.sent(),[4,this.oauthInstance.authApi.setPassword({new_password:e.password,sudo_token:o.sudo_token})];case 4:return c.sent(),[3,7];case 5:return[4,this.signInWithUsername(i(i({verificationInfo:r,verificationCode:e.nonce},t),{loginType:t.email?"email":"phone"}))];case 6:c.sent(),c.label=7;case 7:return[4,this.getSession()];case 8:return s=c.sent().data,[2,{data:{user:(a=(void 0===s?{}:s).session).user,session:a},error:null}];case 9:return u=c.sent(),[2,{data:{},error:new h.AuthError(u,{method:"reauthenticate"})}];case 10:return[2]}}))}))}},error:null}];case 3:return n=s.sent(),[2,{data:{},error:new h.AuthError(n,{method:"reauthenticate"})}];case 4:return[2]}}))}))},t.prototype.resend=function(e){return u(this,void 0,Promise,(function(){var t,r,n;return c(this,(function(o){switch(o.label){case 0:return o.trys.push([0,2,,3]),this.validateAtLeastOne(e,[["email"],["phone"]],"You must provide either an email or phone number"),t="signup"===e.type?"ANY":"USER",r={target:t},"email"in e&&(r.email=e.email),"phone"in e&&(r.phone_number=this.formatPhone(e.phone)),[4,this.oauthInstance.authApi.getVerification(r)];case 1:return[2,{data:{messageId:o.sent().verification_id},error:null}];case 2:return n=o.sent(),[2,{data:{},error:new h.AuthError(n,{method:"resend"})}];case 3:return[2]}}))}))},t.prototype.setSession=function(e){var t;return u(this,void 0,Promise,(function(){var r,n,o;return c(this,(function(i){switch(i.label){case 0:return i.trys.push([0,3,,4]),this.validateParams(e,{access_token:{required:!0,message:"Access token is required"},refresh_token:{required:!0,message:"Refresh token is required"}}),[4,this.oauthInstance.oauth2client.refreshToken(e,{throwError:!0})];case 1:return i.sent(),[4,this.getSession()];case 2:return r=i.sent().data,n=(void 0===r?{}:r).session,null===(t=this.config.eventBus)||void 0===t||t.fire(h.EVENTS.AUTH_STATE_CHANGED,{event:h.AUTH_STATE_CHANGED_TYPE.SIGNED_IN}),[2,{data:{user:n.user,session:n},error:null}];case 3:return o=i.sent(),[2,{data:{},error:new h.AuthError(o,{method:"setSession"})}];case 4:return[2]}}))}))},t.prototype.exchangeCodeForSession=function(){return u(this,void 0,void 0,(function(){return c(this,(function(e){return[2]}))}))},t.prototype.deleteUser=function(e){return u(this,void 0,Promise,(function(){var t,r;return c(this,(function(n){switch(n.label){case 0:return n.trys.push([0,3,,4]),this.validateParams(e,{password:{required:!0,message:"Password is required"}}),[4,this.oauthInstance.authApi.sudo(e)];case 1:return t=n.sent().sudo_token,[4,this.oauthInstance.authApi.deleteMe({sudo_token:t})];case 2:return n.sent(),[2,{data:{},error:null}];case 3:return r=n.sent(),[2,{data:{},error:new h.AuthError(r,{method:"deleteUser"})}];case 4:return[2]}}))}))},t.prototype.toDefaultLoginPage=function(e){return void 0===e&&(e={}),u(this,void 0,Promise,(function(){var t,r,n,o,i;return c(this,(function(s){try{return t=e.config_version||"env",r=Object.keys(e.query||{}).map((function(t){return"".concat(t,"=").concat(e.query[t])})).join("&"),f.adapterForWxMp.isMatch()?wx.navigateTo({url:"/packages/$wd_system/pages/login/index".concat(r?"?".concat(r):"")}):(n=e.redirect_uri||window.location.href,o=new URL(n),i="".concat(o.origin,"/__auth/?app_id=").concat(e.app_id||"","&env_id=").concat(this.config.env,"&client_id=").concat(this.config.clientId||this.config.env,"&config_version=").concat(t,"&redirect_uri=").concat(encodeURIComponent(n)).concat(r?"&".concat(r):""),window.location.href=i),[2,{data:{},error:null}]}catch(e){return[2,{data:{},error:new h.AuthError(e,{method:"toDefaultLoginPage"})}]}return[2]}))}))},t.prototype.signInWithCustomTicket=function(e){return u(this,void 0,Promise,(function(){var t,r,n,o;return c(this,(function(s){switch(s.label){case 0:e&&this.setCustomSignFunc(e),s.label=1;case 1:return s.trys.push([1,5,,6]),[4,this.oauthInstance.authApi.signInWithCustomTicket()];case 2:return s.sent(),[4,this.createLoginState()];case 3:return t=s.sent(),[4,this.getSession()];case 4:return r=s.sent().data,n=(void 0===r?{}:r).session,[2,i(i({},t),{data:{user:n.user,session:n},error:null})];case 5:return o=s.sent(),[2,{data:{},error:new h.AuthError(o,{method:"signInWithCustomTicket"})}];case 6:return[2]}}))}))},t.prototype.signInWithOpenId=function(e){var t=(void 0===e?{}:e).useWxCloud,r=void 0===t||t;return u(this,void 0,Promise,(function(){var e,t,n,o,s,a,l=this;return c(this,(function(d){switch(d.label){case 0:if(!f.adapterForWxMp.isMatch())throw Error("wx api undefined");e=wx.getAccountInfoSync().miniProgram,t=function(t){return u(l,void 0,void 0,(function(){var n,o;return c(this,(function(i){switch(i.label){case 0:n=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==e?void 0:e.appId,provider_code:t,provider_params:{provider_code_type:"open_id",appid:null==e?void 0:e.appId}},r)];case 2:if((null==(n=i.sent())?void 0:n.error_code)||!n.provider_token)throw n;return[4,this.oauthInstance.authApi.signInWithProvider({provider_token:n.provider_token},r)];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]}}))}))},d.label=1;case 1:return d.trys.push([1,5,,6]),[4,new Promise((function(e,r){wx.login({success:function(n){return u(l,void 0,void 0,(function(){var o;return c(this,(function(i){switch(i.label){case 0:return i.trys.push([0,2,,3]),[4,t(n.code)];case 1:return i.sent(),e(!0),[3,3];case 2:return o=i.sent(),r(o),[3,3];case 3:return[2]}}))}))},fail:function(e){var t=new Error(null==e?void 0:e.errMsg);t.code=null==e?void 0:e.errno,r(t)}})}))];case 2:return d.sent(),[4,this.createLoginState()];case 3:return n=d.sent(),[4,this.getSession()];case 4:return o=d.sent().data,s=(void 0===o?{}:o).session,[2,i(i({},n),{data:{user:s.user,session:s},error:null})];case 5:return a=d.sent(),[2,{data:{},error:new h.AuthError(a,{method:"signInWithOpenId"})}];case 6:return[2]}}))}))},t.prototype.signInWithPhoneAuth=function(e){var t=e.phoneCode,r=void 0===t?"":t,n=e.useWxCloud,o=void 0!==n&&n;return u(this,void 0,Promise,(function(){var e,t,n,s,a,u,l,d,p;return c(this,(function(c){switch(c.label){case 0:return f.adapterForWxMp.isMatch()?(e=wx.getAccountInfoSync().miniProgram,t={provider_params:{provider_code_type:"phone",code:r,appid:e.appId},provider_id:e.appId},[4,wx.login()]):[2,{data:{},error:new h.AuthError({message:"wx api undefined"})}];case 1:n=c.sent().code,t.provider_code=n,c.label=2;case 2:return c.trys.push([2,5,,6]),[4,this.oauthInstance.authApi.grantProviderToken(t,o)];case 3:if((s=c.sent()).error_code)throw s;return[4,this.oauthInstance.authApi.signInWithProvider({provider_token:s.provider_token},o)];case 4:if(null==(a=c.sent())?void 0:a.error_code)throw a;return[3,6];case 5:return u=c.sent(),[2,{data:{},error:new h.AuthError(u,{method:"signInWithPhoneAuth"})}];case 6:return[4,this.createLoginState()];case 7:return l=c.sent(),[4,this.getSession()];case 8:return d=c.sent().data,p=(void 0===d?{}:d).session,[2,i(i({},l),{data:{user:p.user,session:p},error:null})]}}))}))},t.prototype.bindPhoneNumber=function(e){return u(this,void 0,void 0,(function(){return c(this,(function(t){return[2,this.oauthInstance.authApi.editContact(e)]}))}))},t.prototype.unbindProvider=function(e){return u(this,void 0,Promise,(function(){return c(this,(function(t){return[2,this.oauthInstance.authApi.unbindProvider(e)]}))}))},t.prototype.bindEmail=function(e){return this.oauthInstance.authApi.editContact(e)},t.prototype.verify=function(e){return u(this,void 0,Promise,(function(){return c(this,(function(t){return[2,this.oauthInstance.authApi.verify(e)]}))}))},t.prototype.getVerification=function(e,t){return u(this,void 0,Promise,(function(){return c(this,(function(r){return e.phone_number&&(e.phone_number=this.formatPhone(e.phone_number)),[2,this.oauthInstance.authApi.getVerification(e,t)]}))}))},Object.defineProperty(t.prototype,"currentUser",{get:function(){if("async"!==this.cache.mode){var e=this.hasLoginState();return e&&e.user||null}(0,f.printWarn)(f.ERRORS.INVALID_OPERATION,"current platform's storage is asynchronous, please use getCurrentUser instead")},enumerable:!1,configurable:!0}),t.prototype.getCurrentUser=function(e){return void 0===e&&(e=!0),u(this,void 0,Promise,(function(){var t,r,n;return c(this,(function(o){switch(o.label){case 0:return o.trys.push([0,4,,5]),e?[4,this.getLoginState()]:[3,3];case 1:return(t=o.sent())?[4,t.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(r=o.sent())?(n=r.user.getLocalUserInfo(),[4,r.user.checkLocalInfoAsync()]):[3,8];case 7:return o.sent(),[2,i(i({},r.user),n)];case 8:return[2,null]}}))}))},t.prototype.signInAnonymouslyInWx=function(e){var t=(void 0===e?{}:e).useWxCloud;return u(this,void 0,Promise,(function(){var e,r,n=this;return c(this,(function(o){switch(o.label){case 0:if(!f.adapterForWxMp.isMatch())throw Error("wx api undefined");return e=wx.getAccountInfoSync().miniProgram,r=function(r){return u(n,void 0,void 0,(function(){var n,o;return c(this,(function(i){switch(i.label){case 0:n=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==e?void 0:e.appId,provider_code:r,provider_params:{provider_code_type:"open_id",appid:null==e?void 0:e.appId}},t)];case 2:if((null==(n=i.sent())?void 0:n.error_code)||!n.provider_token)throw n;return[4,this.oauthInstance.authApi.signInAnonymously({provider_token:n.provider_token},t)];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(e,t){wx.login({success:function(o){return u(n,void 0,void 0,(function(){var n;return c(this,(function(i){switch(i.label){case 0:return i.trys.push([0,2,,3]),[4,r(o.code)];case 1:return i.sent(),e(!0),[3,3];case 2:return n=i.sent(),t(n),[3,3];case 3:return[2]}}))}))},fail:function(e){var r=new Error(null==e?void 0:e.errMsg);r.code=null==e?void 0:e.errno,t(r)}})}))];case 1:return o.sent(),[2,this.createLoginState(void 0,{asyncRefreshUser:!0})]}}))}))},t.prototype.bindOpenId=function(){return u(this,void 0,Promise,(function(){var e,t,r=this;return c(this,(function(n){switch(n.label){case 0:if(!f.adapterForWxMp.isMatch())throw Error("wx api undefined");return e=wx.getAccountInfoSync().miniProgram,t=function(t){return u(r,void 0,void 0,(function(){var r;return c(this,(function(n){switch(n.label){case 0:r=void 0,n.label=1;case 1:return n.trys.push([1,4,,5]),[4,this.oauthInstance.authApi.grantProviderToken({provider_id:null==e?void 0:e.appId,provider_code:t,provider_params:{provider_code_type:"open_id",appid:null==e?void 0:e.appId}})];case 2:if((null==(r=n.sent())?void 0:r.error_code)||!r.provider_token)throw r;return[4,this.oauthInstance.authApi.bindWithProvider({provider_token:r.provider_token})];case 3:return n.sent(),[3,5];case 4:throw n.sent();case 5:return[2]}}))}))},[4,new Promise((function(e,n){wx.login({success:function(o){return u(r,void 0,void 0,(function(){var r;return c(this,(function(i){switch(i.label){case 0:return i.trys.push([0,2,,3]),[4,t(o.code)];case 1:return i.sent(),e(!0),[3,3];case 2:return r=i.sent(),n(r),[3,3];case 3:return[2]}}))}))},fail:function(e){var t=new Error(null==e?void 0:e.errMsg);t.code=null==e?void 0:e.errno,n(t)}})}))];case 1:return n.sent(),[2]}}))}))},t.prototype.signInWithUnionId=function(){return u(this,void 0,Promise,(function(){var e=this;return c(this,(function(t){switch(t.label){case 0:if(!f.adapterForWxMp.isMatch())throw Error("wx api undefined");t.label=1;case 1:return t.trys.push([1,3,,4]),[4,new Promise((function(t,r){var n=wx.getAccountInfoSync().miniProgram;wx.login({success:function(o){return u(e,void 0,void 0,(function(){var e,i,s,a,u;return c(this,(function(c){switch(c.label){case 0:e=null==n?void 0:n.appId,c.label=1;case 1:return c.trys.push([1,4,,5]),[4,this.oauthInstance.authApi.grantProviderToken({provider_code:o.code,provider_id:e,provider_params:{provider_code_type:"union_id",appid:null==n?void 0:n.appId}})];case 2:return i=c.sent(),(s=i.provider_token)?[4,this.oauthInstance.authApi.signInWithProvider({provider_id:e,provider_token:s})]:(r(i),[2]);case 3:return(null==(a=c.sent())?void 0:a.error_code)?(r(a),[2]):(t(!0),[3,5]);case 4:return u=c.sent(),r(u),[3,5];case 5:return[2]}}))}))},fail:function(e){var t=new Error(null==e?void 0:e.errMsg);t.code=null==e?void 0:e.errno,r(t)}})}))];case 2:return t.sent(),[3,4];case 3:throw t.sent();case 4:return[2,this.createLoginState()]}}))}))},t.prototype.signInWithSms=function(e){var t=e.verificationInfo,r=void 0===t?{verification_id:"",is_user:!1}:t,n=e.verificationCode,o=void 0===n?"":n,i=e.phoneNum,s=void 0===i?"":i,a=e.bindInfo,l=void 0===a?void 0:a;return u(this,void 0,Promise,(function(){return c(this,(function(e){try{return[2,this.signInWithUsername({verificationInfo:r,verificationCode:o,bindInfo:l,username:s,loginType:"sms"})]}catch(e){throw e}return[2]}))}))},t.prototype.signInWithEmail=function(e){var t=e.verificationInfo,r=void 0===t?{verification_id:"",is_user:!1}:t,n=e.verificationCode,o=void 0===n?"":n,i=e.bindInfo,s=void 0===i?void 0:i,a=e.email,l=void 0===a?"":a;return u(this,void 0,Promise,(function(){return c(this,(function(e){try{return[2,this.signInWithUsername({verificationInfo:r,verificationCode:o,bindInfo:s,username:l,loginType:"email"})]}catch(e){throw e}return[2]}))}))},t.prototype.setCustomSignFunc=function(e){this.oauthInstance.authApi.setCustomSignFunc(e)},t.prototype.signIn=function(e){return u(this,void 0,Promise,(function(){return c(this,(function(t){switch(t.label){case 0:return[4,this.oauthInstance.authApi.signIn(e)];case 1:return t.sent(),[2,this.createLoginState(e)]}}))}))},t.prototype.setPassword=function(e){return u(this,void 0,Promise,(function(){return c(this,(function(t){return[2,this.oauthInstance.authApi.setPassword(e)]}))}))},t.prototype.isUsernameRegistered=function(e){return u(this,void 0,Promise,(function(){return c(this,(function(t){switch(t.label){case 0:return"string"!=typeof e&&(0,f.throwError)(f.ERRORS.INVALID_PARAMS,"username must be a string"),[4,this.oauthInstance.authApi.checkIfUserExist({username:e})];case 1:return[2,t.sent().exist]}}))}))},t.prototype.hasLoginState=function(){var e;if("async"!==this.cache.mode)return(null===(e=this.oauthInstance)||void 0===e?void 0:e.authApi.hasLoginStateSync())?new _({envId:this.config.env,cache:this.cache,oauthInstance:this.oauthInstance}):null;(0,f.printWarn)(f.ERRORS.INVALID_OPERATION,"current platform's storage is asynchronous, please use getLoginState instead")},t.prototype.getLoginState=function(){return u(this,void 0,void 0,(function(){var e;return c(this,(function(t){switch(t.label){case 0:e=null,t.label=1;case 1:return t.trys.push([1,3,,4]),[4,this.oauthInstance.authApi.getLoginState()];case 2:return e=t.sent(),[3,4];case 3:return t.sent(),[2,null];case 4:return e?[2,new _({envId:this.config.env,cache:this.cache,oauthInstance:this.oauthInstance})]:[2,null]}}))}))},t.prototype.getUserInfo=function(){return u(this,void 0,Promise,(function(){return c(this,(function(e){return[2,this.getCurrentUser()]}))}))},t.prototype.getWedaUserInfo=function(){return u(this,void 0,Promise,(function(){return c(this,(function(e){return[2,this.oauthInstance.authApi.getWedaUserInfo()]}))}))},t.prototype.updateUserBasicInfo=function(e){return u(this,void 0,void 0,(function(){var t;return c(this,(function(r){switch(r.label){case 0:return[4,this.getLoginState()];case 1:return(t=r.sent())?[4,t.user.updateUserBasicInfo(e)]:[3,3];case 2:r.sent(),r.label=3;case 3:return[2]}}))}))},t.prototype.getAuthHeader=function(){return console.error("Auth.getAuthHeader API 已废弃"),{}},t.prototype.bindWithProvider=function(e){return u(this,void 0,Promise,(function(){return c(this,(function(t){return[2,this.oauthInstance.authApi.bindWithProvider(e)]}))}))},t.prototype.queryUser=function(e){return u(this,void 0,Promise,(function(){return c(this,(function(t){return[2,this.oauthInstance.authApi.queryUserProfile(e)]}))}))},t.prototype.getAccessToken=function(){return u(this,void 0,void 0,(function(){return c(this,(function(e){switch(e.label){case 0:return[4,this.oauthInstance.oauth2client.getAccessToken()];case 1:return[2,{accessToken:e.sent(),env:this.config.env}]}}))}))},t.prototype.grantProviderToken=function(e){return u(this,void 0,Promise,(function(){return c(this,(function(t){return[2,this.oauthInstance.authApi.grantProviderToken(e)]}))}))},t.prototype.patchProviderToken=function(e){return u(this,void 0,Promise,(function(){return c(this,(function(t){return[2,this.oauthInstance.authApi.patchProviderToken(e)]}))}))},t.prototype.signInWithProvider=function(e){return u(this,void 0,Promise,(function(){return c(this,(function(t){switch(t.label){case 0:return[4,this.oauthInstance.authApi.signInWithProvider(e)];case 1:return t.sent(),[2,this.createLoginState(e)]}}))}))},t.prototype.signInWithWechat=function(e){return void 0===e&&(e={}),u(this,void 0,void 0,(function(){return c(this,(function(t){switch(t.label){case 0:return[4,this.oauthInstance.authApi.signInWithWechat(e)];case 1:return t.sent(),[2,this.createLoginState(e)]}}))}))},t.prototype.grantToken=function(e){return u(this,void 0,Promise,(function(){return c(this,(function(t){switch(t.label){case 0:return[4,this.oauthInstance.authApi.grantToken(e)];case 1:return t.sent(),[2,this.createLoginState()]}}))}))},t.prototype.genProviderRedirectUri=function(e){return u(this,void 0,Promise,(function(){return c(this,(function(t){return[2,this.oauthInstance.authApi.genProviderRedirectUri(e)]}))}))},t.prototype.resetPassword=function(e){return u(this,void 0,Promise,(function(){return c(this,(function(t){return[2,this.oauthInstance.authApi.resetPassword(e)]}))}))},t.prototype.deviceAuthorize=function(e){return u(this,void 0,Promise,(function(){return c(this,(function(t){return[2,this.oauthInstance.authApi.deviceAuthorize(e)]}))}))},t.prototype.sudo=function(e){return u(this,void 0,Promise,(function(){return c(this,(function(t){return[2,this.oauthInstance.authApi.sudo(e)]}))}))},t.prototype.deleteMe=function(e){return u(this,void 0,Promise,(function(){return c(this,(function(t){return[2,this.oauthInstance.authApi.deleteMe(e)]}))}))},t.prototype.getProviders=function(){return u(this,void 0,Promise,(function(){return c(this,(function(e){return[2,this.oauthInstance.authApi.getProviders()]}))}))},t.prototype.loginScope=function(){return u(this,void 0,Promise,(function(){return c(this,(function(e){return[2,this.oauthInstance.authApi.loginScope()]}))}))},t.prototype.loginGroups=function(){return u(this,void 0,Promise,(function(){return c(this,(function(e){return[2,this.oauthInstance.authApi.loginGroups()]}))}))},t.prototype.onLoginStateChanged=function(e){var t;return u(this,void 0,void 0,(function(){var r,n=this;return c(this,(function(o){switch(o.label){case 0:return null===(t=this.config.eventBus)||void 0===t||t.on(h.EVENTS.LOGIN_STATE_CHANGED,(function(t){return u(n,void 0,void 0,(function(){var r,n,o;return c(this,(function(s){switch(s.label){case 0:return(null===(o=null==t?void 0:t.data)||void 0===o?void 0:o.eventType)===h.LOGIN_STATE_CHANGED_TYPE.CREDENTIALS_ERROR?[3,2]:[4,this.getLoginState()];case 1:return n=s.sent(),[3,3];case 2:n={},s.label=3;case 3:return r=n,e.call(this,i(i({},t),r)),[2]}}))}))})),[4,this.getLoginState()];case 1:return r=o.sent(),e.call(this,r),[2]}}))}))},t.prototype.refreshTokenForce=function(e){return u(this,void 0,Promise,(function(){return c(this,(function(t){return[2,this.oauthInstance.authApi.refreshTokenForce(e)]}))}))},t.prototype.getCredentials=function(){return u(this,void 0,Promise,(function(){return c(this,(function(e){return[2,this.oauthInstance.authApi.getCredentials()]}))}))},t.prototype.setCredentials=function(e){return u(this,void 0,void 0,(function(){return c(this,(function(t){switch(t.label){case 0:return[4,this.oauthInstance.oauth2client.setCredentials(e)];case 1:return t.sent(),[2]}}))}))},t.prototype.getProviderSubType=function(){return u(this,void 0,Promise,(function(){return c(this,(function(e){return[2,this.oauthInstance.authApi.getProviderSubType()]}))}))},t.prototype.createCaptchaData=function(e){return u(this,void 0,void 0,(function(){return c(this,(function(t){return[2,this.oauthInstance.authApi.createCaptchaData(e)]}))}))},t.prototype.verifyCaptchaData=function(e){return u(this,void 0,void 0,(function(){return c(this,(function(t){return[2,this.oauthInstance.authApi.verifyCaptchaData(e)]}))}))},t.prototype.getMiniProgramQrCode=function(e){return u(this,void 0,Promise,(function(){return c(this,(function(t){return[2,this.oauthInstance.authApi.getMiniProgramCode(e)]}))}))},t.prototype.getMiniProgramQrCodeStatus=function(e){return u(this,void 0,Promise,(function(){return c(this,(function(t){return[2,this.oauthInstance.authApi.getMiniProgramQrCodeStatus(e)]}))}))},t.prototype.modifyPassword=function(e){return u(this,void 0,Promise,(function(){return c(this,(function(t){return[2,this.oauthInstance.authApi.modifyPassword(e)]}))}))},t.prototype.modifyPasswordWithoutLogin=function(e){return u(this,void 0,Promise,(function(){return c(this,(function(t){return[2,this.oauthInstance.authApi.modifyPasswordWithoutLogin(e)]}))}))},t.prototype.getUserBehaviorLog=function(e){return u(this,void 0,Promise,(function(){return c(this,(function(t){return[2,this.oauthInstance.authApi.getUserBehaviorLog(e)]}))}))},t.prototype.signInWithUsername=function(e){var t=e.verificationInfo,r=void 0===t?{verification_id:"",is_user:!1}:t,n=e.verificationCode,o=void 0===n?"":n,s=e.username,a=void 0===s?"":s,l=e.bindInfo,h=void 0===l?void 0:l,d=e.loginType,f=void 0===d?"":d;return u(this,void 0,Promise,(function(){var e,t,n,s,u,l,d;return c(this,(function(c){switch(c.label){case 0:return c.trys.push([0,8,,9]),[4,this.oauthInstance.authApi.verify({verification_id:r.verification_id,verification_code:o})];case 1:if(null==(e=c.sent())?void 0:e.error_code)throw e;return t=e.verification_token,n=this.formatPhone(a),s={phone_number:n},"email"===f&&(s={email:n=a}),r.is_user?[4,this.oauthInstance.authApi.signIn({username:n,verification_token:t})]:[3,5];case 2:if(null==(u=c.sent())?void 0:u.error_code)throw u;return h?[4,this.oauthInstance.authApi.bindWithProvider({provider_token:null==h?void 0:h.providerToken})]:[3,4];case 3:if(null==(l=c.sent())?void 0:l.error_code)throw l;c.label=4;case 4:return[3,7];case 5:return[4,this.oauthInstance.authApi.signUp(i(i({},s),{verification_token:t,provider_token:null==h?void 0:h.providerId}))];case 6:if(null==(d=c.sent())?void 0:d.error_code)throw d;c.label=7;case 7:return[2,this.createLoginState()];case 8:throw c.sent();case 9:return[2]}}))}))},t.prototype.createLoginState=function(e,t){var r,n;return u(this,void 0,Promise,(function(){var o;return c(this,(function(i){switch(i.label){case 0:return[4,(o=new _({envId:this.config.env,cache:this.cache,oauthInstance:this.oauthInstance})).checkLocalStateAsync()];case 1:return i.sent(),(null==t?void 0:t.userInfo)?(o.user.setLocalUserInfo(t.userInfo),[3,5]):[3,2];case 2:return(null==t?void 0:t.asyncRefreshUser)?(o.user.refresh(e),[3,5]):[3,3];case 3:return[4,o.user.refresh(e)];case 4:i.sent(),i.label=5;case 5:return null===(r=this.config.eventBus)||void 0===r||r.fire(h.EVENTS.LOGIN_STATE_CHANGED,{eventType:h.LOGIN_STATE_CHANGED_TYPE.SIGN_IN}),null===(n=this.config.eventBus)||void 0===n||n.fire(h.EVENTS.AUTH_STATE_CHANGED,{event:h.AUTH_STATE_CHANGED_TYPE.SIGNED_IN}),[2,o]}}))}))},t.prototype.setAccessKey=function(){var e,t;return u(this,void 0,void 0,(function(){var r,n;return c(this,(function(o){if(r="",n="",this.config.accessKey?(r=this.config.accessKey,n="accessKey"):(null===(e=this.config.auth)||void 0===e?void 0:e.secretId)&&(null===(t=this.config.auth)||void 0===t?void 0:t.secretKey)&&(r="",n=h.DEFAULT_NODE_ACCESS_SCOPE),!n)return[2];try{this.oauthInstance.oauth2client.setAccessKeyCredentials({access_token:r,token_type:"Bearer",scope:n,expires_at:new Date(+new Date+ +new Date),expires_in:+new Date+ +new Date})}catch(e){console.warn("accessKey error: ",e)}return[2]}))}))},t.prototype.formatPhone=function(e){return!/\s+/.test(e)&&/^\+\d{1,3}\d+/.test(e)?e.replace(/^(\+\d{1,2})(\d+)$/,"$1 $2"):/^\+\d{1,3}\s+/.test(e)?e:"+86 ".concat(e)},t.prototype.notifyListeners=function(e,t,r){this.listeners.forEach((function(n){n.forEach((function(n){try{n(e,t,r)}catch(e){console.error("Error in auth state change callback:",e)}}))}))},t.prototype.setupListeners=function(){var e,t=this;null===(e=this.config.eventBus)||void 0===e||e.on(h.EVENTS.AUTH_STATE_CHANGED,(function(e){return u(t,void 0,void 0,(function(){var t,r,n,o,i;return c(this,(function(s){switch(s.label){case 0:return t=null===(o=null==e?void 0:e.data)||void 0===o?void 0:o.event,r=null===(i=null==e?void 0:e.data)||void 0===i?void 0:i.info,[4,this.getSession()];case 1:return n=s.sent().data.session,this.notifyListeners(t,n,r),[2]}}))}))}))},t.prototype.convertToUser=function(e){var t,r,n,o,i,s;if(!e)return null;var a=(null==e?void 0:e.email)||"",u=(null==e?void 0:e.phone_number)||"",c=(null==e?void 0:e.sub)||(null==e?void 0:e.uid)||"";return{id:c,aud:"authenticated",role:null===(r=null===(t=e.groups)||void 0===t?void 0:t.map)||void 0===r?void 0:r.call(t,(function(e){return"string"==typeof e?e:e.id})),email:a||"",email_confirmed_at:(null==e||e.email_verified,e.created_at),phone:u,phone_confirmed_at:u?e.created_at:void 0,confirmed_at:e.created_at,last_sign_in_at:e.last_sign_in_at,app_metadata:{provider:(null===(n=e.loginType)||void 0===n?void 0:n.toLowerCase())||"cloudbase",providers:[(null===(o=e.loginType)||void 0===o?void 0:o.toLowerCase())||"cloudbase"]},user_metadata:{name:null==e?void 0:e.name,picture:null==e?void 0:e.picture,username:null==e?void 0:e.username,gender:null==e?void 0:e.gender,locale:null==e?void 0:e.locale,uid:e.uid,nickName:e.nickName||(null==e?void 0:e.name),avatarUrl:e.avatarUrl||e.picture,location:e.location,hasPassword:null!==(i=e.hasPassword)&&void 0!==i?i:"SET"===e.password,open_id:null==e?void 0:e.open_id},identities:(null===(s=null==e?void 0:e.providers)||void 0===s?void 0:s.map((function(t){return{id:t.id||"",identity_id:t.id||"",user_id:c,identity_data:{provider_id:t.id,provider_user_id:t.provider_user_id,name:t.name},provider:t.id||"cloudbase",created_at:e.created_at,updated_at:e.updated_at,last_sign_in_at:e.last_sign_in_at}})))||[],created_at:e.created_at,updated_at:e.updated_at,is_anonymous:"anonymous"===e.name}},t.prototype.validateParams=function(e,t){for(var r=0,n=Object.entries(t);r<n.length;r++){var o=n[r],i=o[0],s=o[1];if(s.required&&(void 0===(null==e?void 0:e[i])||null===(null==e?void 0:e[i])||""===(null==e?void 0:e[i])))throw new h.AuthError({message:s.message})}},t.prototype.validateAtLeastOne=function(e,t,r){if(!t.some((function(t){return t.some((function(t){return void 0!==(null==e?void 0:e[t])&&null!==(null==e?void 0:e[t])&&""!==(null==e?void 0:e[t])}))})))throw new h.AuthError({message:r})},t.prototype.init=function(){var e;return u(this,void 0,Promise,(function(){return c(this,(function(t){switch(t.label){case 0:return t.trys.push([0,2,,3]),[4,this.oauthInstance.oauth2client.localCredentials.getCredentials()];case 1:return t.sent()&&(null===(e=this.config.eventBus)||void 0===e||e.fire(h.EVENTS.AUTH_STATE_CHANGED,{event:h.AUTH_STATE_CHANGED_TYPE.INITIAL_SESSION})),[3,3];case 2:return t.sent(),[3,3];case 3:return[2,{error:null}]}}))}))},s([(0,f.catchErrorsDecorator)({title:"绑定手机号失败",messages:["请确认以下各项:"," 1 - 调用 auth().bindPhoneNumber() 的语法或参数是否正确"," 2 - 当前环境是否开通了短信验证码登录","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(f.COMMUNITY_SITE_URL)]}),a("design:type",Function),a("design:paramtypes",["function"==typeof(r=void 0!==h.authModels&&h.authModels.BindPhoneRequest)?r:Object]),a("design:returntype",Promise)],t.prototype,"bindPhoneNumber",null),s([(0,f.catchErrorsDecorator)({title:"解除三方绑定失败",messages:["请确认以下各项:"," 1 - 调用 auth().unbindProvider() 的语法或参数是否正确"," 2 - 当前账户是否已经与此登录方式解绑","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(f.COMMUNITY_SITE_URL)]}),a("design:type",Function),a("design:paramtypes",["function"==typeof(n=void 0!==h.authModels&&h.authModels.UnbindProviderRequest)?n:Object]),a("design:returntype","function"==typeof(d="undefined"!=typeof Promise&&Promise)?d:Object)],t.prototype,"unbindProvider",null),s([(0,f.catchErrorsDecorator)({title:"绑定邮箱地址失败",messages:["请确认以下各项:"," 1 - 调用 auth().bindEmail() 的语法或参数是否正确"," 2 - 当前环境是否开通了邮箱密码登录","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(f.COMMUNITY_SITE_URL)]}),a("design:type",Function),a("design:paramtypes",["function"==typeof(v=void 0!==h.authModels&&h.authModels.BindEmailRequest)?v:Object]),a("design:returntype",void 0)],t.prototype,"bindEmail",null),s([(0,f.catchErrorsDecorator)({title:"验证码验证失败",messages:["请确认以下各项:"," 1 - 调用 auth().verify() 的语法或参数是否正确"," 2 - 当前环境是否开通了手机验证码/邮箱登录","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(f.COMMUNITY_SITE_URL)]}),a("design:type",Function),a("design:paramtypes",["function"==typeof(g=void 0!==h.authModels&&h.authModels.VerifyRequest)?g:Object]),a("design:returntype","function"==typeof(b="undefined"!=typeof Promise&&Promise)?b:Object)],t.prototype,"verify",null),s([(0,f.catchErrorsDecorator)({title:"获取验证码失败",messages:["请确认以下各项:"," 1 - 调用 auth().getVerification() 的语法或参数是否正确"," 2 - 当前环境是否开通了手机验证码/邮箱登录","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(f.COMMUNITY_SITE_URL)]}),a("design:type",Function),a("design:paramtypes",["function"==typeof(w=void 0!==h.authModels&&h.authModels.GetVerificationRequest)?w:Object,Object]),a("design:returntype","function"==typeof(S="undefined"!=typeof Promise&&Promise)?S:Object)],t.prototype,"getVerification",null),s([(0,f.catchErrorsDecorator)({title:"获取用户信息失败",messages:["请确认以下各项:"," 1 - 调用 auth().getCurrentUser() 的语法或参数是否正确","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(f.COMMUNITY_SITE_URL)]}),a("design:type",Function),a("design:paramtypes",[Object]),a("design:returntype","function"==typeof(E="undefined"!=typeof Promise&&Promise)?E:Object)],t.prototype,"getCurrentUser",null),s([(0,f.catchErrorsDecorator)({title:"小程序匿名登录失败",messages:["请确认以下各项:"," 1 - 当前环境是否开启了匿名登录"," 2 - 调用 auth().signInAnonymouslyInWx() 的语法或参数是否正确","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(f.COMMUNITY_SITE_URL)]}),a("design:type",Function),a("design:paramtypes",[Object]),a("design:returntype","function"==typeof(I="undefined"!=typeof Promise&&Promise)?I:Object)],t.prototype,"signInAnonymouslyInWx",null),s([(0,f.catchErrorsDecorator)({title:"小程序绑定OpenID失败",messages:["请确认以下各项:"," 1 - 当前环境是否开启了小程序openId静默登录"," 2 - 调用 auth().bindOpenId() 的语法或参数是否正确","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(f.COMMUNITY_SITE_URL)]}),a("design:type",Function),a("design:paramtypes",[]),a("design:returntype","function"==typeof(T="undefined"!=typeof Promise&&Promise)?T:Object)],t.prototype,"bindOpenId",null),s([(0,f.catchErrorsDecorator)({title:"小程序unionId静默登录失败",messages:["请确认以下各项:"," 1 - 当前环境是否开启了小程序unionId静默登录"," 2 - 调用 auth().signInWithUnionId() 的语法或参数是否正确","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(f.COMMUNITY_SITE_URL)]}),a("design:type",Function),a("design:paramtypes",[]),a("design:returntype","function"==typeof(A="undefined"!=typeof Promise&&Promise)?A:Object)],t.prototype,"signInWithUnionId",null),s([(0,f.catchErrorsDecorator)({title:"短信验证码登陆",messages:["请确认以下各项:"," 1 - 当前环境是否开启了小程序短信验证码登陆"," 2 - 调用 auth().signInWithSms() 的语法或参数是否正确","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(f.COMMUNITY_SITE_URL)]}),a("design:type",Function),a("design:paramtypes",[Object]),a("design:returntype","function"==typeof(P="undefined"!=typeof Promise&&Promise)?P:Object)],t.prototype,"signInWithSms",null),s([(0,f.catchErrorsDecorator)({title:"邮箱验证码登陆",messages:["请确认以下各项:"," 1 - 当前环境是否开启了邮箱登陆"," 2 - 调用 auth().signInWithEmail() 的语法或参数是否正确","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(f.COMMUNITY_SITE_URL)]}),a("design:type",Function),a("design:paramtypes",[Object]),a("design:returntype","function"==typeof(O="undefined"!=typeof Promise&&Promise)?O:Object)],t.prototype,"signInWithEmail",null),s([(0,f.catchErrorsDecorator)({title:"获取用户是否被占用失败",messages:["请确认以下各项:"," 1 - 调用 auth().isUsernameRegistered() 的语法或参数是否正确","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(f.COMMUNITY_SITE_URL)]}),a("design:type",Function),a("design:paramtypes",[String]),a("design:returntype","function"==typeof(R="undefined"!=typeof Promise&&Promise)?R:Object)],t.prototype,"isUsernameRegistered",null),s([(0,f.catchErrorsDecorator)({title:"获取本地登录态失败",messages:["请确认以下各项:"," 1 - 调用 auth().getLoginState() 的语法或参数是否正确","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(f.COMMUNITY_SITE_URL)]}),a("design:type",Function),a("design:paramtypes",[]),a("design:returntype",Promise)],t.prototype,"getLoginState",null),s([(0,f.catchErrorsDecorator)({title:"获取用户信息失败",messages:["请确认以下各项:"," 1 - 是否已登录"," 2 - 调用 auth().getUserInfo() 的语法或参数是否正确","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(f.COMMUNITY_SITE_URL)]}),a("design:type",Function),a("design:paramtypes",[]),a("design:returntype","function"==typeof(C="undefined"!=typeof Promise&&Promise)?C:Object)],t.prototype,"getUserInfo",null),s([(0,f.catchErrorsDecorator)({title:"获取微搭插件用户信息失败",messages:["请确认以下各项:"," 1 - 是否已登录"," 2 - 调用 auth().getWedaUserInfo() 的语法或参数是否正确","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(f.COMMUNITY_SITE_URL)]}),a("design:type",Function),a("design:paramtypes",[]),a("design:returntype","function"==typeof(U="undefined"!=typeof Promise&&Promise)?U:Object)],t.prototype,"getWedaUserInfo",null),s([(0,f.catchErrorsDecorator)({title:"绑定第三方登录方式失败",messages:["请确认以下各项:"," 1 - 调用 auth().bindWithProvider() 的语法或参数是否正确"," 2 - 此账户是否已经绑定此第三方","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(f.COMMUNITY_SITE_URL)]}),a("design:type",Function),a("design:paramtypes",["function"==typeof(N=void 0!==h.authModels&&h.authModels.BindWithProviderRequest)?N:Object]),a("design:returntype","function"==typeof(D="undefined"!=typeof Promise&&Promise)?D:Object)],t.prototype,"bindWithProvider",null),s([(0,f.catchErrorsDecorator)({title:"获取身份源类型",messages:["请确认以下各项:"," 1 - 调用 auth().getProviderSubType() 的语法或参数是否正确","如果问题依然存在,建议到官方问答社区提问或寻找帮助:".concat(f.COMMUNITY_SITE_URL)]}),a("design:type",Function),a("design:paramtypes",[]),a("design:returntype","function"==typeof(L="undefined"!=typeof Promise&&Promise)?L:Object)],t.prototype,"getProviderSubType",null),t}(v.AuthV1Compat);function w(e,t){var r,n,o,s,a=this,l=e.region,p=void 0===l?"ap-shanghai":l,v=e.i18n,m=e.accessKey,y=e.useWxCloud,g=(null==t?void 0:t.platform)||f.useDefaultAdapter.bind(t)(),_=g.runtime,w=g.adapter,S=t||{},E=S.env,I=S.clientId,T=S.debug,A=S.cache,P=S.app,O=(t||{}).apiOrigin;O||(O="https://".concat(E,".").concat(p,".tcb-api.tencentcloudapi.com"));var R,C={env:E,clientId:I,i18n:v,accessKey:m,useWxCloud:y,eventBus:new f.CloudbaseEventEmitter},U=new h.CloudbaseOAuth((0,d.useAuthAdapter)(i(i({},C),{apiOrigin:O,apiPath:(null==e?void 0:e.apiPath)||h.AUTH_API_PREFIX,storage:null==e?void 0:e.storage,baseRequest:null==e?void 0:e.baseRequest,request:null==e?void 0:e.request,anonymousSignInFunc:null==e?void 0:e.anonymousSignInFunc,captchaOptions:null==e?void 0:e.captchaOptions,wxCloud:null==e?void 0:e.wxCloud,adapter:w,onCredentialsError:(R=C.eventBus,function(e){R.fire(h.EVENTS.LOGIN_STATE_CHANGED,i(i({},e),{eventType:h.LOGIN_STATE_CHANGED_TYPE.CREDENTIALS_ERROR}))}),headers:i({"X-SDK-Version":"@cloudbase/js-sdk/".concat(e.sdkVersion)},e.headers||{}),detectSessionInUrl:e.detectSessionInUrl,debug:T,auth:null===(n=null===(r=t.app)||void 0===r?void 0:r.config)||void 0===n?void 0:n.auth}))),N=new b(i(i({},C),{region:p,persistence:e.persistence,debug:T,cache:A||new f.CloudbaseCache({persistence:e.persistence,keys:{userInfoKey:"user_info_".concat(E)},platformInfo:g}),runtime:_||"web",_fromApp:P,oauthInstance:U,auth:null===(s=null===(o=t.app)||void 0===o?void 0:o.config)||void 0===s?void 0:s.auth}));return U.initializeSession((function(e,t){return u(a,void 0,void 0,(function(){return c(this,(function(r){return e?(e.type===h.OAUTH_TYPE.SIGN_IN?t?C.eventBus.fire(h.EVENTS.AUTH_STATE_CHANGED,{event:h.AUTH_STATE_CHANGED_TYPE.SIGNED_IN,info:i(i({},e),{error:t})}):e.user&&N.createLoginState({},{userInfo:e.user}):e.type===h.OAUTH_TYPE.BIND_IDENTITY&&C.eventBus.fire(h.EVENTS.AUTH_STATE_CHANGED,{event:h.AUTH_STATE_CHANGED_TYPE.BIND_IDENTITY,info:i(i({},e),{error:t})}),[2]):[2]}))}))})),{authInstance:N,oauthInstance:U}}t.Auth=b,t.generateAuthInstance=w;var S="auth";function E(e,t){for(var r=[],n=0;n<=e.length;n++)r[n]=[n];for(var o=0;o<=t.length;o++)r[0][o]=o;for(n=1;n<=e.length;n++)for(o=1;o<=t.length;o++){var i=e[n-1].toLowerCase()===t[o-1].toLowerCase()?0:1;r[n][o]=Math.min(r[n-1][o]+1,r[n][o-1]+1,r[n-1][o-1]+i)}return r[e.length][t.length]}var I={name:"auth",namespace:S,entity:function(e){var t=function(e){var t;if(this.authInstance&&!e)return this.authInstance;e=e||{region:"",persistence:"local",apiPath:h.AUTH_API_PREFIX};var r=this.platform.adapter,n=e.persistence||r.primaryStorage;n&&n!==this.config.persistence&&this.updateConfig({persistence:n});var o=w(i(i({wxCloud:this.config.wxCloud,storage:this.config.storage},e),{persistence:this.config.persistence,i18n:this.config.i18n,accessKey:this.config.accessKey,useWxCloud:this.config.useWxCloud,sdkVersion:this.version,detectSessionInUrl:null===(t=this.config.auth)||void 0===t?void 0:t.detectSessionInUrl}),{env:this.config.env,clientId:this.config.clientId,apiOrigin:this.request.getBaseEndPoint(this.config.endPointMode||"CLOUD_API"),platform:this.platform,cache:this.cache,app:this,debug:this.config.debug}),s=o.authInstance,a=o.oauthInstance;return this.oauthInstance=a,this.authInstance=s,this.authInstance},r=t.call(this,e);Object.assign(t,r),Object.setPrototypeOf(t,Object.getPrototypeOf(r));var n="undefined"!=typeof Proxy?new Proxy(t,{get:function(e,t,r){var n=Reflect.get(e,t,r);if(void 0!==n||"string"!=typeof t)return n;var o=function(e,t){for(var r=null,n=1/0,o=0,i=t;o<i.length;o++){var s=i[o];if(!s.startsWith("_")&&"constructor"!==s){var a=E(e,s);a<n&&(n=a,r=s)}}return r}(t,Object.getOwnPropertyNames(Object.getPrototypeOf(e)).concat(Object.keys(e)).filter((function(t){return"function"==typeof e[t]})));return o&&console.warn("[CloudBase Auth] auth.".concat(t," is not a function. Did you mean: auth.").concat(o,"() ?")),n}}):t;return this[S]=n,n}};try{cloudbase.registerComponent(I)}catch(e){}var T=r(722);Object.defineProperty(t,"AuthErrorCategory",{enumerable:!0,get:function(){return T.AuthErrorCategory}}),Object.defineProperty(t,"AuthError",{enumerable:!0,get:function(){return T.AuthError}}),t.registerAuth=function(e){try{e.registerComponent(I)}catch(e){console.warn(e)}}},19:function(e,t,r){var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.useDefaultAdapter=t.adapterForWxMp=t.CloudbaseCache=t.CloudbaseEventEmitter=t.catchErrorsDecorator=t.COMMUNITY_SITE_URL=t.ERRORS=t.throwError=t.printWarn=void 0;var o=r(616);Object.defineProperty(t,"printWarn",{enumerable:!0,get:function(){return o.printWarn}}),Object.defineProperty(t,"throwError",{enumerable:!0,get:function(){return o.throwError}});var i=r(794);Object.defineProperty(t,"ERRORS",{enumerable:!0,get:function(){return i.ERRORS}}),Object.defineProperty(t,"COMMUNITY_SITE_URL",{enumerable:!0,get:function(){return i.COMMUNITY_SITE_URL}});var s=r(141);Object.defineProperty(t,"catchErrorsDecorator",{enumerable:!0,get:function(){return s.catchErrorsDecorator}});var a=r(689);Object.defineProperty(t,"CloudbaseEventEmitter",{enumerable:!0,get:function(){return a.CloudbaseEventEmitter}});var u=r(197);Object.defineProperty(t,"CloudbaseCache",{enumerable:!0,get:function(){return u.CloudbaseCache}});var c=r(882);Object.defineProperty(t,"adapterForWxMp",{enumerable:!0,get:function(){return n(c).default}});var l=r(182);Object.defineProperty(t,"useDefaultAdapter",{enumerable:!0,get:function(){return l.useDefaultAdapter}})},266:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.removeUrlParams=t.addUrlSearch=t.removeBrowserSession=t.getBrowserSession=t.saveToBrowserSession=void 0,t.saveToBrowserSession=function(e,t){try{sessionStorage.setItem(e,JSON.stringify(t))}catch(e){console.error("Failed to save to browser session:",e)}},t.getBrowserSession=function(e){try{return JSON.parse(sessionStorage.getItem(e))}catch(e){return console.error("Failed to get browser session:",e),null}},t.removeBrowserSession=function(e){try{return sessionStorage.removeItem(e),!0}catch(e){return console.error("Failed to remove browser session:",e),null}},t.addUrlSearch=function(e,t){if(void 0!==e){var r=new URL(window.location.href);return r.search=e,r.hash=t||r.hash,window.history.replaceState({},"",r.href),r.href}},t.removeUrlParams=function(e){if("undefined"!=typeof window)try{var t=new URL(window.location.href);e.forEach((function(e){t.searchParams.delete(e)})),window.history.replaceState({},"",t.href)}catch(e){console.error("Failed to remove URL params:",e)}}},916:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__awaiter||function(e,t,r,n){return new(r||(r=Promise))((function(o,i){function s(e){try{u(n.next(e))}catch(e){i(e)}}function a(e){try{u(n.throw(e))}catch(e){i(e)}}function u(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(s,a)}u((n=n.apply(e,t||[])).next())}))},i=this&&this.__generator||function(e,t){var r,n,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(r)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(r=1,n&&(o=2&a[0]?n.return:a[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,a[1])).done)return o;switch(n=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++,n=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=t.call(e,s)}catch(e){a=[6,e],n=0}finally{r=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}};Object.defineProperty(t,"__esModule",{value:!0}),t.applyUserV1Compat=t.AuthV1Compat=t.AnonymousAuthProvider=t.CustomAuthProvider=t.WeixinAuthProvider=void 0;var s=r(722),a=r(19),u=function(){function e(e){}return e.prototype.signInWithRedirect=function(){throw new Error("[v1 兼容] WeixinAuthProvider.signInWithRedirect() 在当前版本中无法实现。 建议使用 auth.signInWithOAuth({ provider: 'providerId' }) 替代。")},e.prototype.getRedirectResult=function(e){return o(this,void 0,Promise,(function(){return i(this,(function(e){throw new Error("[v1 兼容] WeixinAuthProvider.getRedirectResult() 在当前版本中无法实现。 建议使用 auth.verifyOAuth({ code, state, provider }) 替代。")}))}))},e.prototype.getLinkRedirectResult=function(e){return o(this,void 0,Promise,(function(){return i(this,(function(e){throw new Error("[v1 兼容] WeixinAuthProvider.getLinkRedirectResult() 在当前版本中无法实现。 建议使用 auth.linkIdentity({ provider: 'providerId' }) 替代。")}))}))},e}();t.WeixinAuthProvider=u;var c=function(){function e(e){this.authInstance=e.authInstance}return e.prototype.signIn=function(e){return o(this,void 0,Promise,(function(){return i(this,(function(t){switch(t.label){case 0:return[4,this.authInstance.signInWithCustomTicket((function(){return Promise.resolve(e)}))];case 1:return t.sent(),[2]}}))}))},e}();t.CustomAuthProvider=c;var l=function(){function e(e){this.authInstance=e.authInstance}return e.prototype.signIn=function(){return o(this,void 0,Promise,(function(){return i(this,(function(e){switch(e.label){case 0:return[4,this.authInstance.signInAnonymously({})];case 1:return e.sent(),[2]}}))}))},e}();t.AnonymousAuthProvider=l;var h=function(){function e(){}return e.prototype.weixinAuthProvider=function(e){return new u({authInstance:this,appid:e.appid,scope:e.scope})},e.prototype.customAuthProvider=function(){return new c({authInstance:this})},e.prototype.anonymousAuthProvider=function(){return new l({authInstance:this})},e.prototype.signUpWithEmailAndPassword=function(e,t){return o(this,void 0,Promise,(function(){return i(this,(function(r){switch(r.label){case 0:return"string"!=typeof e&&(0,a.throwError)(a.ERRORS.INVALID_PARAMS,"email must be a string"),"string"!=typeof t&&(0,a.throwError)(a.ERRORS.INVALID_PARAMS,"password must be a string"),[4,this.signUp({email:e,password:t})];case 1:return[2,r.sent()]}}))}))},e.prototype.signInWithEmailAndPassword=function(e,t){return o(this,void 0,Promise,(function(){return i(this,(function(r){switch(r.label){case 0:return"string"!=typeof e&&(0,a.throwError)(a.ERRORS.INVALID_PARAMS,"email must be a string"),"string"!=typeof t&&(0,a.throwError)(a.ERRORS.INVALID_PARAMS,"password must be a string"),[4,this.signIn({username:e,password:t})];case 1:return r.sent(),[2,this.createLoginState()]}}))}))},e.prototype.sendPasswordResetEmail=function(e){return o(this,void 0,Promise,(function(){return i(this,(function(t){switch(t.label){case 0:return"string"!=typeof e&&(0,a.throwError)(a.ERRORS.INVALID_PARAMS,"email must be a string"),[4,this.getVerification({email:e})];case 1:return t.sent(),[2]}}))}))},e.prototype.signInWithUsernameAndPassword=function(e,t){return o(this,void 0,Promise,(function(){return i(this,(function(r){switch(r.label){case 0:return"string"!=typeof e&&(0,a.throwError)(a.ERRORS.INVALID_PARAMS,"username must be a string"),"string"!=typeof t&&(0,a.throwError)(a.ERRORS.INVALID_PARAMS,"password must be a string"),[4,this.signIn({username:e,password:t})];case 1:return r.sent(),[2,this.createLoginState()]}}))}))},e.prototype.sendPhoneCode=function(e){return o(this,void 0,Promise,(function(){var t;return i(this,(function(r){switch(r.label){case 0:return"string"!=typeof e&&(0,a.throwError)(a.ERRORS.INVALID_PARAMS,"phoneNumber must be a string"),t=this.formatPhone(e),[4,this.getVerification({phone_number:t})];case 1:return r.sent(),[2,!0]}}))}))},e.prototype.signUpWithPhoneCode=function(e,t,r){return o(this,void 0,Promise,(function(){var o;return i(this,(function(i){switch(i.label){case 0:return"string"!=typeof e&&(0,a.throwError)(a.ERRORS.INVALID_PARAMS,"phoneNumber must be a string"),"string"!=typeof t&&(0,a.throwError)(a.ERRORS.INVALID_PARAMS,"phoneCode must be a string"),o=this.formatPhone(e),[4,this.signUp(n({phone_number:o,verification_code:t},r?{password:r}:{}))];case 1:return i.sent(),[2,this.createLoginState()]}}))}))},e.prototype.signInWithPhoneCodeOrPassword=function(e){return o(this,void 0,Promise,(function(){var t,r,n,o;return i(this,(function(i){switch(i.label){case 0:return t=e.phoneNumber,r=e.phoneCode,n=e.password,"string"!=typeof t&&(0,a.throwError)(a.ERRORS.INVALID_PARAMS,"phoneNumber must be a string"),o=this.formatPhone(t),n?[4,this.signIn({username:o,password:n})]:[3,2];case 1:return i.sent(),[3,5];case 2:return r?[4,this.signIn({username:o,verification_token:r})]:[3,4];case 3:return i.sent(),[3,5];case 4:(0,a.throwError)(a.ERRORS.INVALID_PARAMS,"phoneCode or password must be provided"),i.label=5;case 5:return[2,this.createLoginState()]}}))}))},e.prototype.forceResetPwdByPhoneCode=function(e){return o(this,void 0,Promise,(function(){var t,r,n,o;return i(this,(function(i){switch(i.label){case 0:return t=e.phoneNumber,r=e.phoneCode,n=e.password,"string"!=typeof t&&(0,a.throwError)(a.ERRORS.INVALID_PARAMS,"phoneNumber must be a string"),"string"!=typeof r&&(0,a.throwError)(a.ERRORS.INVALID_PARAMS,"phoneCode must be a string"),"string"!=typeof n&&(0,a.throwError)(a.ERRORS.INVALID_PARAMS,"password must be a string"),o=this.formatPhone(t),[4,this.resetPassword({phone_number:o,new_password:n,verification_token:r})];case 1:return i.sent(),[4,this.signIn({username:o,password:n})];case 2:return i.sent(),[2,this.createLoginState()]}}))}))},e.prototype.shouldRefreshAccessToken=function(e){throw new Error("[v1 兼容] shouldRefreshAccessToken() 在当前版本中无法实现。 建议使用 auth.onAuthStateChange(callback) 来监听 TOKEN_REFRESHED 事件替代。")},e.prototype.onLoginStateExpired=function(e){var t=this;this.onLoginStateChanged((function(r){(null==r?void 0:r.eventType)===s.LOGIN_STATE_CHANGED_TYPE.CREDENTIALS_ERROR&&e.call(t)}))},e.prototype.onAccessTokenRefreshed=function(e){var t=this;this.onAuthStateChange((function(r){r===s.AUTH_STATE_CHANGED_TYPE.TOKEN_REFRESHED&&e.call(t)}))},e.prototype.onAnonymousConverted=function(e){var t=this;this.onAuthStateChange((function(r){r===s.AUTH_STATE_CHANGED_TYPE.SIGNED_IN&&e.call(t)}))},e.prototype.onLoginTypeChanged=function(e){var t=this;this.onAuthStateChange((function(r){r!==s.AUTH_STATE_CHANGED_TYPE.SIGNED_IN&&r!==s.AUTH_STATE_CHANGED_TYPE.SIGNED_OUT||e.call(t)}))},e}();t.AuthV1Compat=h,t.applyUserV1Compat=function(e){e.prototype.linkWithTicket=function(e){return o(this,void 0,Promise,(function(){return i(this,(function(e){throw new Error("[v1 兼容] User.linkWithTicket() 在当前版本中无法实现。 建议使用 auth.signInWithCustomTicket(() => Promise.resolve(ticket)) 替代。")}))}))},e.prototype.linkWithRedirect=function(e){throw new Error("[v1 兼容] User.linkWithRedirect() 在当前版本中无法实现。 建议使用 auth.linkIdentity({ provider: 'providerId' }) 替代。")},e.prototype.updateEmail=function(e,t){return o(this,void 0,Promise,(function(){return i(this,(function(t){switch(t.label){case 0:return"string"!=typeof e&&(0,a.throwError)(a.ERRORS.INVALID_PARAMS,"newEmail must be a string"),[4,this.updateUserBasicInfo({email:e})];case 1:return t.sent(),[2]}}))}))},e.prototype.linkWithPhoneNumber=function(e,t){return o(this,void 0,Promise,(function(){return i(this,(function(e){throw new Error("[v1 兼容] User.linkWithPhoneNumber() 在当前版本中无法实现。 建议使用 auth.bindPhoneNumber({ phone_number, verification_token, sudo_token }) 替代。")}))}))},e.prototype.updatePhoneNumber=function(e,t){return o(this,void 0,Promise,(function(){return i(this,(function(e){throw new Error("[v1 兼容] User.updatePhoneNumber() 在当前版本中无法实现。 建议使用 auth.updateUser({ phone: newPhoneNumber }) 替代。")}))}))},e.prototype.unlink=function(e){return o(this,void 0,Promise,(function(){return i(this,(function(e){throw new Error("[v1 兼容] User.unlink() 在当前版本中无法实现。 建议使用 auth.unlinkIdentity({ provider: loginType }) 替代。")}))}))}}},304:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.registerAuth=void 0;var n=r(895);t.registerAuth=n.registerAuth;try{window.registerAuth=t.registerAuth}catch(e){}},413:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__awaiter||function(e,t,r,n){return new(r||(r=Promise))((function(o,i){function s(e){try{u(n.next(e))}catch(e){i(e)}}function a(e){try{u(n.throw(e))}catch(e){i(e)}}function u(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(s,a)}u((n=n.apply(e,t||[])).next())}))},i=this&&this.__generator||function(e,t){var r,n,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(r)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(r=1,n&&(o=2&a[0]?n.return:a[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,a[1])).done)return o;switch(n=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++,n=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=t.call(e,s)}catch(e){a=[6,e],n=0}finally{r=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}},s=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r},a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.Auth=void 0;var u=r(949),c=r(257),l=r(462),h=r(631),d=a(r(639)),f=r(308);function p(e,t){var n;return o(this,void 0,void 0,(function(){var s,a=this;return i(this,(function(u){s=function(){return o(a,void 0,void 0,(function(){return i(this,(function(e){switch(e.label){case 0:return e.trys.push([0,1,,6]),[2,r(814)];case 1:e.sent(),e.label=2;case 2:return e.trys.push([2,4,,5]),[4,Promise.resolve().then(r.t.bind(r,814,23))];case 3:return[2,e.sent()];case 4:return e.sent(),[2];case 5:return[3,6];case 6:return[2]}}))}))};try{if(((null===(n=null==t?void 0:t.root)||void 0===n?void 0:n.globalThis)||globalThis).IS_MP_BUILD)return[2]}catch(t){if(e)return[2,s()]}return[2]}))}))}var v=function(){function e(e){var t=e.request,r=e.credentialsClient;if(!r){var o={apiOrigin:e.apiOrigin,apiPath:e.apiPath,clientId:e.clientId,storage:e.storage,env:e.env,baseRequest:e.baseRequest,anonymousSignInFunc:e.anonymousSignInFunc,wxCloud:e.wxCloud,onCredentialsError:e.onCredentialsError,headers:e.headers||{},i18n:e.i18n,debug:e.debug};r=new c.OAuth2Client(o)}if(!t){var i=r.request.bind(r),s=new l.Captcha(n({env:e.env,clientId:e.clientId,request:i,storage:e.storage,adapter:e.adapter,oauthInstance:this},e.captchaOptions));t=s.request.bind(s)}this.config={env:e.env,apiOrigin:e.apiOrigin,apiPath:e.apiPath,clientId:e.clientId,request:t,credentialsClient:r,storage:e.storage||c.defaultStorage,adapter:e.adapter}}return e.parseParamsToSearch=function(e){return Object.keys(e).forEach((function(t){e[t]||delete e[t]})),new d.default(e).toString()},e.prototype.getParamsByVersion=function(e,t){var r,n=(0,h.deepClone)(e),o=(null===(r={v2:u.ApiUrlsV2}[null==n?void 0:n.version])||void 0===r?void 0:r[t])||u.ApiUrls[t];return n&&delete n.version,{params:n,url:o}},e.prototype.signIn=function(e){return o(this,void 0,Promise,(function(){var t,r,o,s;return i(this,(function(i){switch(i.label){case 0:return t=e.version||"v1",(r=this.getParamsByVersion(e,"AUTH_SIGN_IN_URL")).params.query&&delete r.params.query,[4,this.getEncryptParams(r.params)];case 1:return o=i.sent(),[4,this.config.request(r.url,{method:"POST",body:o})];case 2:return s=i.sent(),[4,this.config.credentialsClient.setCredentials(n(n({},s),{version:t}))];case 3:return i.sent(),[2,Promise.resolve(s)]}}))}))},e.prototype.signInAnonymously=function(e,t){return void 0===e&&(e={}),void 0===t&&(t=!1),o(this,void 0,Promise,(function(){var r;return i(this,(function(n){switch(n.label){case 0:return[4,this.config.request(u.ApiUrls.AUTH_SIGN_IN_ANONYMOUSLY_URL,{method:"POST",body:e,useWxCloud:t})];case 1:return r=n.sent(),[4,this.config.credentialsClient.setCredentials(r)];case 2:return n.sent(),[2,Promise.resolve(r)]}}))}))},e.prototype.signUp=function(e){return o(this,void 0,Promise,(function(){var t;return i(this,(function(r){switch(r.label){case 0:return[4,this.config.request(u.ApiUrls.AUTH_SIGN_UP_URL,{method:"POST",body:e})];case 1:return t=r.sent(),[4,this.config.credentialsClient.setCredentials(t)];case 2:return r.sent(),[2,Promise.resolve(t)]}}))}))},e.prototype.signOut=function(e){return o(this,void 0,Promise,(function(){var t,r,n,o;return i(this,(function(i){switch(i.label){case 0:if(t={},!e)return[3,6];i.label=1;case 1:return i.trys.push([1,3,,4]),[4,this.config.request(u.ApiUrls.AUTH_SIGNOUT_URL,{method:"POST",withCredentials:!0,body:e})];case 2:return t=i.sent(),[3,4];case 3:return(r=i.sent()).error!==u.ErrorType.UNAUTHENTICATED&&console.log("sign_out_error",r),[3,4];case 4:return[4,this.config.credentialsClient.setCredentials()];case 5:return i.sent(),[2,t];case 6:return[4,this.config.credentialsClient.getAccessToken()];case 7:return n=i.sent(),[4,this.config.request(u.ApiUrls.AUTH_REVOKE_URL,{method:"POST",body:{token:n}})];case 8:return o=i.sent(),[4,this.config.credentialsClient.setCredentials()];case 9:return i.sent(),[2,Promise.resolve(o)]}}))}))},e.prototype.revokeAllDevices=function(){return o(this,void 0,Promise,(function(){return i(this,(function(e){switch(e.label){case 0:return[4,this.config.request(u.ApiUrls.AUTH_REVOKE_ALL_URL,{method:"DELETE",withCredentials:!0})];case 1:return e.sent(),[2]}}))}))},e.prototype.revokeDevice=function(e){return o(this,void 0,Promise,(function(){return i(this,(function(t){switch(t.label){case 0:return[4,this.config.request(u.ApiUrls.AUTHORIZED_DEVICES_DELETE_URL+e.device_id,{method:"DELETE",withCredentials:!0})];case 1:return t.sent(),[2]}}))}))},e.prototype.getVerification=function(e,t){return o(this,void 0,Promise,(function(){var r,n;return i(this,(function(o){switch(o.label){case 0:return r=!1,"CUR_USER"!==e.target?[3,1]:(r=!0,[3,3]);case 1:return[4,this.hasLoginState()];case 2:o.sent()&&(r=!0),o.label=3;case 3:return(n=(0,h.deepClone)(e)).phone_number&&!/^\+\d{1,3}\s+\d+/.test(n.phone_number)&&(n.phone_number="+86 ".concat(n.phone_number)),[2,this.config.request(u.ApiUrls.VERIFICATION_URL,{method:"POST",body:n,withCaptcha:(null==t?void 0:t.withCaptcha)||!1,withCredentials:r})]}}))}))},e.prototype.verify=function(e){return o(this,void 0,Promise,(function(){var t,r;return i(this,(function(o){switch(o.label){case 0:return t=this.getParamsByVersion(e,"VERIFY_URL"),[4,this.config.request(t.url,{method:"POST",body:t.params})];case 1:return r=o.sent(),"v2"!==(null==e?void 0:e.version)?[3,3]:[4,this.config.credentialsClient.setCredentials(n(n({},r),{version:"v2"}))];case 2:o.sent(),o.label=3;case 3:return[2,r]}}))}))},e.prototype.genProviderRedirectUri=function(t){return o(this,void 0,Promise,(function(){var r,n,o,a,c;return i(this,(function(i){return r=t.provider_redirect_uri,n=t.other_params,o=void 0===n?{}:n,a=s(t,["provider_redirect_uri","other_params"]),r&&!a.redirect_uri&&(a.redirect_uri=r),c="".concat(u.ApiUrls.PROVIDER_URI_URL,"?").concat(e.parseParamsToSearch(a)),Object.keys(o).forEach((function(e){var t=o[e];("sign_out_uri"!==e||(null==t?void 0:t.length)>0)&&(c+="&other_params[".concat(e,"]=").concat(encodeURIComponent(t)))})),[2,this.config.request(c,{method:"GET"})]}))}))},e.prototype.grantProviderToken=function(e,t){return void 0===t&&(t=!1),o(this,void 0,Promise,(function(){return i(this,(function(r){return[2,this.config.request(u.ApiUrls.PROVIDER_TOKEN_URL,{method:"POST",body:e,useWxCloud:t})]}))}))},e.prototype.patchProviderToken=function(e){return o(this,void 0,Promise,(function(){return i(this,(function(t){return[2,this.config.request(u.ApiUrls.PROVIDER_TOKEN_URL,{method:"PATCH",body:e})]}))}))},e.prototype.signInWithProvider=function(e,t){return void 0===t&&(t=!1),o(this,void 0,Promise,(function(){var r,o;return i(this,(function(i){switch(i.label){case 0:return r=this.getParamsByVersion(e,"AUTH_SIGN_IN_WITH_PROVIDER_URL"),[4,this.config.request(r.url,{method:"POST",body:r.params,useWxCloud:t})];case 1:return o=i.sent(),[4,this.config.credentialsClient.setCredentials(n(n({},o),{version:(null==e?void 0:e.version)||"v1"}))];case 2:return i.sent(),[2,Promise.resolve(o)]}}))}))},e.prototype.toBindIdentity=function(e){var t,r;return o(this,void 0,void 0,(function(){var n,o,s,a;return i(this,(function(i){switch(i.label){case 0:return(o=e.credentials)?[3,2]:[4,this.config.credentialsClient.localCredentials.getCredentials()];case 1:o=i.sent(),i.label=2;case 2:n=o,i.label=3;case 3:return i.trys.push([3,5,,6]),[4,this.bindWithProvider({provider_token:e.provider_token},n)];case 4:return i.sent(),s={data:{type:u.OAUTH_TYPE.BIND_IDENTITY,provider:e.provider},error:null},[3,6];case 5:return a=i.sent(),s={data:{type:u.OAUTH_TYPE.BIND_IDENTITY},error:new f.AuthError(a)},[3,6];case 6:return e.fireEvent&&(null===(r=null===(t=this.config.eventBus)||void 0===t?void 0:t.fire)||void 0===r||r.call(t,u.EVENTS.AUTH_STATE_CHANGED,{event:u.AUTH_STATE_CHANGED_TYPE.BIND_IDENTITY,info:s})),[2,s]}}))}))},e.prototype.getInitialSession=function(){return o(this,void 0,Promise,(function(){var e,t,r,o,s,a,c,l,h,d,p,v,m,y,g;return i(this,(function(i){switch(i.label){case 0:e={},i.label=1;case 1:if(i.trys.push([1,12,,13]),"undefined"==typeof window||"undefined"==typeof document)return[2,{data:null,error:null}];if(t=new URLSearchParams(null===location||void 0===location?void 0:location.search),r=t.get("code"),o=t.get("state"),!r||!o)return[2,{data:null,error:null}];s=null;try{s=JSON.parse(sessionStorage.getItem(o)||"null")}catch(e){}return e={type:null==s?void 0:s.type},a=t.get("error"),c=t.get("error_description"),a||c?[2,{data:e,error:new f.AuthError({message:c||a||"Unknown error from OAuth provider"})}]:(l=(null==s?void 0:s.provider)||t.get("provider"))?(h=location.origin+location.pathname,[4,this.grantProviderToken({provider_id:l,provider_redirect_uri:h,provider_code:r})]):[2,{data:e,error:new f.AuthError({message:"Provider is required for OAuth verification"})}];case 2:return d=i.sent().provider_token,p=void 0,v=null,m=void 0,s.type!==u.OAUTH_TYPE.BIND_IDENTITY?[3,5]:[4,this.config.credentialsClient.localCredentials.getCredentials()];case 3:return p=i.sent(),[4,this.toBindIdentity({provider:l,provider_token:d,credentials:p})];case 4:return m=i.sent(),[3,11];case 5:return s.type!==u.OAUTH_TYPE.SIGN_IN?[3,11]:(m=this.getParamsByVersion({provider:l},"AUTH_SIGN_IN_WITH_PROVIDER_URL"),[4,this.config.request(m.url,{method:"POST",body:{provider_token:d}})]);case 6:p=i.sent(),i.label=7;case 7:return i.trys.push([7,9,,10]),[4,this.getUserInfo({credentials:p})];case 8:return v=i.sent(),[3,10];case 9:return y=i.sent(),console.error("get user info error",y),[3,10];case 10:m={data:n(n({},e),{session:p,user:v}),error:null},i.label=11;case 11:t.delete("code"),t.delete("state"),t.delete("provider"),this.restoreUrlState(void 0===(null==s?void 0:s.search)?"?".concat(t.toString()):s.search,(null==s?void 0:s.hash)||location.hash);try{sessionStorage.removeItem(o)}catch(e){}return[2,m];case 12:return g=i.sent(),[2,{data:e,error:new f.AuthError(g)}];case 13:return[2]}}))}))},e.prototype.signInCustom=function(e){return o(this,void 0,Promise,(function(){var t;return i(this,(function(r){switch(r.label){case 0:return[4,this.config.request(u.ApiUrls.AUTH_SIGN_IN_CUSTOM,{method:"POST",body:e})];case 1:return t=r.sent(),[4,this.config.credentialsClient.setCredentials(t)];case 2:return r.sent(),[2,Promise.resolve(t)]}}))}))},e.prototype.signInWithWechat=function(e){return void 0===e&&(e={}),o(this,void 0,Promise,(function(){var t;return i(this,(function(r){switch(r.label){case 0:return[4,this.config.request(u.ApiUrls.AUTH_SIGN_IN_WITH_WECHAT_URL,{method:"POST",body:e})];case 1:return t=r.sent(),[4,this.config.credentialsClient.setCredentials(t)];case 2:return r.sent(),[2,Promise.resolve(t)]}}))}))},e.prototype.bindWithProvider=function(e,t){return o(this,void 0,Promise,(function(){return i(this,(function(r){return[2,this.config.request(u.ApiUrls.PROVIDER_BIND_URL,{method:"POST",body:e,withCredentials:!0,getCredentials:t?function(){return t}:void 0})]}))}))},e.prototype.getUserProfile=function(e){return o(this,void 0,Promise,(function(){return i(this,(function(t){return[2,this.getUserInfo(e)]}))}))},e.prototype.getUserInfo=function(e){var t,r,n;return void 0===e&&(e={}),o(this,void 0,Promise,(function(){var o,s,a,u,c;return i(this,(function(i){switch(i.label){case 0:return o=this.getParamsByVersion(e,"USER_ME_URL"),(null===(t=o.params)||void 0===t?void 0:t.query)&&(s=new d.default(o.params.query),o.url+="?".concat(s.toString())),[4,this.config.request(o.url,{method:"GET",withCredentials:!0,getCredentials:e.credentials?function(){return e.credentials}:void 0})];case 1:if((a=i.sent()).sub&&(a.uid=a.sub),null===(r=a.providers)||void 0===r?void 0:r.length)try{"undefined"!=typeof wx&&wx.getAccountInfoSync&&(u=null===(n=wx.getAccountInfoSync().miniProgram)||void 0===n?void 0:n.appId,(null==(c=a.providers.find((function(e){return e.id===u})))?void 0:c.provider_user_id)&&(a.open_id=c.provider_user_id))}catch(e){}return[2,a]}}))}))},e.prototype.getWedaUserInfo=function(){return o(this,void 0,Promise,(function(){return i(this,(function(e){switch(e.label){case 0:return[4,this.config.request(u.ApiUrls.WEDA_USER_URL,{method:"GET",withCredentials:!0})];case 1:return[2,e.sent()]}}))}))},e.prototype.deleteMe=function(t){return o(this,void 0,Promise,(function(){var r,n;return i(this,(function(o){return r=this.getParamsByVersion(t,"USER_ME_URL"),n="".concat(r.url,"?").concat(e.parseParamsToSearch(r.params)),[2,this.config.request(n,{method:"DELETE",withCredentials:!0})]}))}))},e.prototype.hasLoginState=function(){return o(this,void 0,Promise,(function(){return i(this,(function(e){switch(e.label){case 0:return e.trys.push([0,2,,3]),[4,this.config.credentialsClient.getAccessToken()];case 1:return e.sent(),[2,!0];case 2:return e.sent(),[2,!1];case 3:return[2]}}))}))},e.prototype.hasLoginStateSync=function(){return this.config.credentialsClient.getCredentialsSync()},e.prototype.getLoginState=function(){return o(this,void 0,Promise,(function(){return i(this,(function(e){return[2,this.config.credentialsClient.getCredentialsAsync()]}))}))},e.prototype.transByProvider=function(e){return o(this,void 0,Promise,(function(){return i(this,(function(t){return[2,this.config.request(u.ApiUrls.USER_TRANS_BY_PROVIDER_URL,{method:"PATCH",body:e,withCredentials:!0})]}))}))},e.prototype.grantToken=function(e){return o(this,void 0,Promise,(function(){var t;return i(this,(function(r){return t=this.getParamsByVersion(e,"AUTH_TOKEN_URL"),[2,this.config.request(t.url,{method:"POST",body:t.params})]}))}))},e.prototype.getProviders=function(){return o(this,void 0,Promise,(function(){return i(this,(function(e){return[2,this.config.request(u.ApiUrls.PROVIDER_LIST,{method:"GET",withCredentials:!0})]}))}))},e.prototype.unbindProvider=function(e){return o(this,void 0,Promise,(function(){return i(this,(function(t){return[2,this.config.request("".concat(u.ApiUrls.PROVIDER_UNBIND_URL,"/").concat(e.provider_id),{method:"DELETE",withCredentials:!0})]}))}))},e.prototype.checkPassword=function(e){return o(this,void 0,Promise,(function(){return i(this,(function(t){return[2,this.config.request("".concat(u.ApiUrls.CHECK_PWD_URL),{method:"POST",withCredentials:!0,body:e})]}))}))},e.prototype.editContact=function(e){return o(this,void 0,Promise,(function(){return i(this,(function(t){return[2,this.config.request("".concat(u.ApiUrls.BIND_CONTACT_URL),{method:"PATCH",withCredentials:!0,body:e})]}))}))},e.prototype.setPassword=function(e){return o(this,void 0,Promise,(function(){return i(this,(function(t){return[2,this.config.request("".concat(u.ApiUrls.AUTH_SET_PASSWORD),{method:"PATCH",withCredentials:!0,body:e})]}))}))},e.prototype.updatePasswordByOld=function(e){return o(this,void 0,Promise,(function(){var t;return i(this,(function(r){switch(r.label){case 0:return[4,this.sudo({password:e.old_password})];case 1:return t=r.sent(),[2,this.setPassword({sudo_token:t.sudo_token,new_password:e.new_password})]}}))}))},e.prototype.sudo=function(e){return o(this,void 0,Promise,(function(){return i(this,(function(t){return[2,this.config.request("".concat(u.ApiUrls.SUDO_URL),{method:"POST",withCredentials:!0,body:e})]}))}))},e.prototype.sendVerificationCodeToCurrentUser=function(e){return o(this,void 0,Promise,(function(){return i(this,(function(t){return e.target="CUR_USER",[2,this.config.request(u.ApiUrls.VERIFICATION_URL,{method:"POST",body:e,withCredentials:!0,withCaptcha:!0})]}))}))},e.prototype.changeBoundProvider=function(e){return o(this,void 0,Promise,(function(){return i(this,(function(t){return[2,this.config.request("".concat(u.ApiUrls.PROVIDER_LIST,"/").concat(e.provider_id,"/trans"),{method:"POST",body:{provider_trans_token:e.trans_token},withCredentials:!0})]}))}))},e.prototype.setUserProfile=function(e){return o(this,void 0,Promise,(function(){return i(this,(function(t){return[2,this.config.request(u.ApiUrls.USER_PRIFILE_URL,{method:"PATCH",body:e,withCredentials:!0})]}))}))},e.prototype.updateUserBasicInfo=function(e){return o(this,void 0,Promise,(function(){return i(this,(function(t){return[2,this.config.request(u.ApiUrls.USER_BASIC_EDIT_URL,{method:"POST",withCredentials:!0,body:e})]}))}))},e.prototype.queryUserProfile=function(e){return o(this,void 0,Promise,(function(){var t;return i(this,(function(r){return t=new d.default(e),[2,this.config.request("".concat(u.ApiUrls.USER_QUERY_URL,"?").concat(t.toString()),{method:"GET",withCredentials:!0})]}))}))},e.prototype.setCustomSignFunc=function(e){this.getCustomSignTicketFn=e},e.prototype.signInWithCustomTicket=function(){return o(this,void 0,Promise,(function(){var e,t;return i(this,(function(r){switch(r.label){case 0:return(e=this.getCustomSignTicketFn)?[4,e()]:[2,Promise.reject({error:"failed_precondition",error_description:"please use setCustomSignFunc to set custom sign function"})];case 1:return t=r.sent(),[2,this.signInCustom({provider_id:"custom",ticket:t})]}}))}))},e.prototype.resetPassword=function(e){return o(this,void 0,Promise,(function(){return i(this,(function(t){return[2,this.config.request(u.ApiUrls.AUTH_RESET_PASSWORD,{method:"POST",body:e})]}))}))},e.prototype.authorize=function(e){return o(this,void 0,Promise,(function(){return i(this,(function(t){return[2,this.config.request(u.ApiUrls.AUTHORIZE_URL,{method:"POST",withCredentials:!0,body:e})]}))}))},e.prototype.authorizeDevice=function(e){return o(this,void 0,Promise,(function(){return i(this,(function(t){return[2,this.config.request(u.ApiUrls.AUTHORIZE_DEVICE_URL,{method:"POST",withCredentials:!0,body:e})]}))}))},e.prototype.deviceAuthorize=function(e){return o(this,void 0,Promise,(function(){return i(this,(function(t){return[2,this.config.request(u.ApiUrls.AUTH_GET_DEVICE_CODE,{method:"POST",body:e})]}))}))},e.prototype.authorizeInfo=function(t){return o(this,void 0,Promise,(function(){var r,n,o;return i(this,(function(i){switch(i.label){case 0:return r="".concat(u.ApiUrls.AUTHORIZE_INFO_URL,"?").concat(e.parseParamsToSearch(t)),n=!0,o=!1,[4,this.hasLoginState()];case 1:return i.sent()&&(o=!0,n=!1),[2,this.config.request(r,{method:"GET",withBasicAuth:n,withCredentials:o})]}}))}))},e.prototype.checkUsername=function(e){return o(this,void 0,Promise,(function(){return i(this,(function(t){return[2,this.config.request(u.ApiUrls.CHECK_USERNAME,{method:"GET",body:e,withCredentials:!0})]}))}))},e.prototype.checkIfUserExist=function(e){return o(this,void 0,Promise,(function(){var t;return i(this,(function(r){return t=new d.default(e),[2,this.config.request("".concat(u.ApiUrls.CHECK_IF_USER_EXIST,"?").concat(t.toString()),{method:"GET"})]}))}))},e.prototype.loginScope=function(){return o(this,void 0,Promise,(function(){return i(this,(function(e){return[2,this.config.credentialsClient.getScope()]}))}))},e.prototype.loginGroups=function(){return o(this,void 0,Promise,(function(){return i(this,(function(e){return[2,this.config.credentialsClient.getGroups()]}))}))},e.prototype.refreshTokenForce=function(e){return o(this,void 0,void 0,(function(){var t;return i(this,(function(r){switch(r.label){case 0:return[4,this.config.credentialsClient.getCredentials()];case 1:return t=r.sent(),[4,this.config.credentialsClient.refreshToken(n(n({},t),{version:(null==e?void 0:e.version)||"v1"}))];case 2:return[2,r.sent()]}}))}))},e.prototype.getCredentials=function(){return o(this,void 0,void 0,(function(){return i(this,(function(e){return[2,this.config.credentialsClient.getCredentials()]}))}))},e.prototype.getPublicKey=function(){return o(this,void 0,Promise,(function(){return i(this,(function(e){return[2,this.config.request(u.ApiUrlsV2.AUTH_PUBLIC_KEY,{method:"POST",body:{}})]}))}))},e.prototype.getEncryptParams=function(e){return o(this,void 0,Promise,(function(){var t,r,n,o,s,a;return i(this,(function(i){switch(i.label){case 0:return t=e.isEncrypt,delete e.isEncrypt,r=(0,h.deepClone)(e),[4,p(t,this.config.adapter)];case 1:if(!(n=i.sent()))return[2,e];o="",s="",i.label=2;case 2:return i.trys.push([2,4,,5]),[4,this.getPublicKey()];case 3:if(a=i.sent(),o=a.public_key,s=a.public_key_thumbprint,!o||!s)throw a;return[3,5];case 4:throw i.sent();case 5:return[2,{params:n.getEncryptInfo({publicKey:o,payload:r}),public_key_thumbprint:s}]}}))}))},e.prototype.getProviderSubType=function(){return o(this,void 0,Promise,(function(){return i(this,(function(e){return[2,this.config.request(u.ApiUrls.GET_PROVIDER_TYPE,{method:"POST",body:{provider_id:"weda"}})]}))}))},e.prototype.verifyCaptchaData=function(e){var t=e.token,r=e.key;return o(this,void 0,void 0,(function(){return i(this,(function(e){return[2,this.config.request(u.ApiUrls.VERIFY_CAPTCHA_DATA_URL,{method:"POST",body:{token:t,key:r},withCredentials:!1})]}))}))},e.prototype.createCaptchaData=function(e){var t=e.state,r=e.redirect_uri,n=void 0===r?void 0:r;return o(this,void 0,void 0,(function(){return i(this,(function(e){return[2,this.config.request(u.ApiUrls.CAPTCHA_DATA_URL,{method:"POST",body:{state:t,redirect_uri:n},withCredentials:!1})]}))}))},e.prototype.getMiniProgramCode=function(e){return o(this,void 0,Promise,(function(){return i(this,(function(t){return[2,this.config.request(u.ApiUrls.GET_MINIPROGRAM_QRCODE,{method:"POST",body:e})]}))}))},e.prototype.getMiniProgramQrCodeStatus=function(e){return o(this,void 0,Promise,(function(){return i(this,(function(t){return[2,this.config.request(u.ApiUrls.GET_MINIPROGRAM_QRCODE_STATUS,{method:"POST",body:e})]}))}))},e.prototype.getUserBehaviorLog=function(e){return o(this,void 0,Promise,(function(){var t,r;return i(this,(function(n){return t={LOGIN:"query[action]=USER_LOGIN",MODIFY:"ne_query[action]=USER_LOGIN"},r="".concat(u.ApiUrls.GET_USER_BEHAVIOR_LOG,"?").concat(t[e.type],"&limit=").concat(e.limit).concat(e.page_token?"&page_token=".concat(e.page_token):""),[2,this.config.request(r,{method:"GET",withCredentials:!0})]}))}))},e.prototype.modifyPassword=function(e){return o(this,void 0,Promise,(function(){var t,r,n,o,s,a;return i(this,(function(i){switch(i.label){case 0:return t="",r="",[4,p(!0,this.config.adapter)];case 1:if(!(n=i.sent()))throw new Error("do not support encrypt, a encrypt util required.");i.label=2;case 2:return i.trys.push([2,4,,5]),[4,this.getPublicKey()];case 3:if(o=i.sent(),t=o.public_key,r=o.public_key_thumbprint,!t||!r)throw o;return[3,5];case 4:throw i.sent();case 5:return s=e.password?n.getEncryptInfo({publicKey:t,payload:e.password}):"",a=n.getEncryptInfo({publicKey:t,payload:e.new_password}),[2,this.config.request(u.ApiUrls.USER_BASIC_EDIT_URL,{method:"POST",withCredentials:!0,body:{user_id:e.user_id,encrypt_password:s,encrypt_new_password:a,public_key_thumbprint:r}})]}}))}))},e.prototype.modifyPasswordWithoutLogin=function(e){return o(this,void 0,Promise,(function(){var t,r,n,o,s,a;return i(this,(function(i){switch(i.label){case 0:return t="",r="",[4,p(!0,this.config.adapter)];case 1:if(!(n=i.sent()))throw new Error("do not support encrypt, a encrypt util required.");i.label=2;case 2:return i.trys.push([2,4,,5]),[4,this.getPublicKey()];case 3:if(o=i.sent(),t=o.public_key,r=o.public_key_thumbprint,!t||!r)throw o;return[3,5];case 4:throw i.sent();case 5:return s=e.password?n.getEncryptInfo({publicKey:t,payload:e.password}):"",a=n.getEncryptInfo({publicKey:t,payload:e.new_password}),[2,this.config.request(u.ApiUrlsV2.AUTH_RESET_PASSWORD,{method:"POST",body:{username:e.username,password:s,new_password:a,public_key_thumbprint:r}})]}}))}))},e.prototype.restoreUrlState=function(e,t){if(void 0!==e)try{var r=new URL(window.location.href);r.search=e,r.hash=t||"",window.history.replaceState(null,"",r.toString()),window.location.replace(r.toString())}catch(e){}},e}();t.Auth=v},308:function(e,t,r){var n,o=this&&this.__extends||(n=function(e,t){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},n(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}n(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)});Object.defineProperty(t,"__esModule",{value:!0}),t.AuthError=t.AuthErrorCategory=void 0;var i,s=r(949);!function(e){e.PROVIDER_NOT_ENABLED="PROVIDER_NOT_ENABLED",e.INVALID_CREDENTIALS="INVALID_CREDENTIALS",e.USER_NOT_FOUND="USER_NOT_FOUND",e.USER_STATUS_ABNORMAL="USER_STATUS_ABNORMAL",e.SERVICE_ERROR="SERVICE_ERROR",e.INVALID_PARAMS="INVALID_PARAMS",e.AUTH_METHOD_MISMATCH="AUTH_METHOD_MISMATCH",e.UNKNOWN="UNKNOWN"}(i=t.AuthErrorCategory||(t.AuthErrorCategory={}));var a="https://tcb.cloud.tencent.com/dev?envId=#/identity/login-manage",u="https://docs.cloudbase.net/api-reference/webv3-next/initialization",c=function(e){function t(t,r){var n,o=this,c=t.error_description||t.message;return(o=e.call(this,c)||this).__isAuthError=!0,o.name="AuthError",o.status=t.error,o.code=t.error_code,o.requestId=t.requestId,o.category=function(e,t){if(!e&&!t)return i.UNKNOWN;try{var r=(e||"").toLowerCase();return t===s.ErrorType.FAILED_PRECONDITION||t===s.ErrorType.PROVIDER_NOT_ENABLED||t===s.ErrorType.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("匿名登录未开启")?i.PROVIDER_NOT_ENABLED:t===s.ErrorType.INVALID_PASSWORD||t===s.ErrorType.INVALID_GRANT||t===s.ErrorType.INVALID_VERIFICATION_CODE||t===s.ErrorType.INVALID_USERNAME_OR_PASSWORD||t===s.ErrorType.INVALID_CREDENTIALS||t===s.ErrorType.WRONG_PASSWORD||t===s.ErrorType.UNAUTHENTICATED||t===s.ErrorType.INVALID_TWO_FACTOR||t===s.ErrorType.INVALID_TWO_FACTOR_RECOVERY||t===s.ErrorType.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")?i.INVALID_CREDENTIALS:t===s.ErrorType.NOT_FOUND||t===s.ErrorType.USER_NOT_FOUND||r.includes("用户不存在")||r.includes("not found")||r.includes("user not found")||r.includes("不存在")||r.includes("no such user")||r.includes("user does not exist")?i.USER_NOT_FOUND:t===s.ErrorType.USER_BLOCKED||t===s.ErrorType.USER_PENDING||t===s.ErrorType.UNDER_REVIEW||t===s.ErrorType.INVALID_STATUS||r.includes("被封禁")||r.includes("blocked")||r.includes("pending")||r.includes("审核")||r.includes("review")||r.includes("locked")||r.includes("已锁定")?i.USER_STATUS_ABNORMAL:t===s.ErrorType.SERVER_ERROR||t===s.ErrorType.UNAVAILABLE||t===s.ErrorType.TEMPORARILY_UNAVAILABLE||t===s.ErrorType.INTERNAL||t===s.ErrorType.UNREACHABLE||t===s.ErrorType.DEADLINE_EXCEEDED||t===s.ErrorType.DATA_LOSS||r.includes("network")||r.includes("timeout")||r.includes("服务")||r.includes("timed out")||r.includes("超时")?i.SERVICE_ERROR:t===s.ErrorType.INVALID_ARGUMENT||t===s.ErrorType.INVALID_REQUEST||t===s.ErrorType.INVALID_SCOPE||t===s.ErrorType.INVALID_REQUEST_URI||t===s.ErrorType.INVALID_REQUEST_OBJECT?i.INVALID_PARAMS:t===s.ErrorType.PERMISSION_DENIED||t===s.ErrorType.ACCESS_DENIED||t===s.ErrorType.UNAUTHORIZED_CLIENT?i.PROVIDER_NOT_ENABLED:i.UNKNOWN}catch(e){return t}}(c,o.status),o.helpMessage=function(e,t){var r=(null==t?void 0:t.method)||"signIn",n={signInWithPassword:"「用户名密码登录」",signInAnonymously:"「匿名登录」",signInWithOtp:"「短信验证码登录」或「邮箱验证码登录」",signUp:"「短信验证码登录」或「邮箱验证码登录」",signInWithOAuth:"对应的第三方身份源",signInWithIdToken:"对应的第三方身份源",signInWithOpenId:"「微信小程序 OpenID 登录」",signInWithPhoneAuth:"「微信小程序手机号授权登录」",signInWithCustomTicket:"「自定义登录」"}[r]||"对应的登录方式";switch(e){case i.PROVIDER_NOT_ENABLED:return"[CloudBase Auth] 登录方式未开启\n\n"+" 当前调用的 ".concat(r,"() 所需的登录方式尚未在云开发控制台启用。\n")+" 需要开启的登录方式:".concat(n,"\n")+"\n 请按以下步骤开启:\n"+" 1. 打开云开发控制台:".concat(a,"\n")+" 2. 选择对应的云开发环境\n 3. 进入「登录授权」页面,在「登录方式」或「身份源列表」中开启所需的登录方式\n\n 各登录方法与所需登录方式的对应关系:\n - signInWithPassword → 「用户名密码登录」\n - signInAnonymously → 「匿名登录」\n - signInWithOtp/signUp → 「短信验证码登录」或「邮箱验证码登录」\n - signInWithOAuth/signInWithIdToken → 对应的第三方身份源\n\n 如使用 CLI/MCP 工具,可通过 auth 工具查询和配置身份源状态。\n"+" 更多帮助请参考文档:".concat(u);case i.INVALID_CREDENTIALS:return"[CloudBase Auth] 凭据验证失败\n\n"+" 调用 ".concat(r,"() 时凭据校验未通过。\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 i.USER_NOT_FOUND:return"[CloudBase Auth] 用户不存在\n\n 请检查以下项目:\n 1. 确认用户名/邮箱/手机号是否正确\n 2. 确认是在正确的云开发环境(envId)下操作\n 3. 如果是新用户,请先通过 auth.signUp() 注册\n"+" 4. 也可在云开发控制台手动创建用户:".concat(a,"\n")+"\n 提示:不同环境(开发/测试/生产)的用户库是隔离的,请确认 envId 正确。";case i.USER_STATUS_ABNORMAL:return"[CloudBase Auth] 用户状态异常\n\n 当前用户账号可能处于以下状态之一:\n - 账号已被封禁\n - 账号正在审核中\n - 账号已被锁定(多次密码错误)\n\n"+" 请联系管理员在云开发控制台检查用户状态:".concat(a);case i.SERVICE_ERROR:return"[CloudBase Auth] 服务异常\n\n 请检查以下项目:\n 1. 网络连接是否正常\n 2. 云开发环境是否正常运行\n 3. 稍后重试,如持续失败请联系技术支持\n\n 提示:如果是超时错误,请检查网络环境和请求频率。";case i.INVALID_PARAMS:return"[CloudBase Auth] 参数错误\n\n 请检查传入的参数是否符合要求,参考 API 文档确认各参数的格式和约束。\n"+" 文档地址:".concat(u);case i.AUTH_METHOD_MISMATCH:return"[CloudBase Auth] 登录方式不匹配\n\n"+" 调用 ".concat(r,"() 时遇到错误,可能原因:\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(a);default:return"[CloudBase Auth] 操作失败\n\n 如果问题持续存在,建议:\n"+" 1. 检查云开发控制台的认证配置:".concat(a,"\n")+" 2. 到官方问答社区提问:https://cnb.cool/tencent/cloud/cloudbase/community/-/issues\n"+" 3. 查阅文档:".concat(u)}}(o.category,r),o.loginMethodHint=(n=null==r?void 0:r.method)&&{signInWithPassword:"当前使用「用户名密码登录」,需确保:\n ✓ 控制台已开启「用户名密码登录」\n ✓ 用户已注册且凭据正确\n 如果不需要用户系统,建议改用 auth.signInAnonymously()",signInAnonymously:"当前使用「匿名登录」,需确保:\n ✓ 控制台已开启「匿名登录」\n 注意:匿名用户无需用户名密码,适用于快速体验或临时访问场景",signInWithOtp:"当前使用「OTP 验证码登录」,需确保:\n ✓ 控制台已开启「短信验证码登录」或「邮箱验证码登录」",signInWithOAuth:"当前使用「第三方 OAuth 登录」,需确保:\n ✓ 控制台已配置并开启对应的第三方身份源"}[n]||"",o}return o(t,e),t}(Error);t.AuthError=c},949:(e,t)=>{var r,n,o,i;Object.defineProperty(t,"__esModule",{value:!0}),t.DEFAULT_NODE_ACCESS_SCOPE=t.OAUTH_TYPE=t.EVENTS=t.AUTH_STATE_CHANGED_TYPE=t.LOGIN_STATE_CHANGED_TYPE=t.ErrorType=t.VerificationUsages=t.ApiUrlsV2=t.ApiUrls=t.AUTH_API_PREFIX=void 0,t.AUTH_API_PREFIX="/auth",(i=t.ApiUrls||(t.ApiUrls={})).AUTH_SIGN_UP_URL="/v1/signup",i.AUTH_TOKEN_URL="/v1/token",i.AUTH_REVOKE_URL="/v1/revoke",i.WEDA_USER_URL="/v1/plugin/weda/userinfo",i.AUTH_RESET_PASSWORD="/v1/reset",i.AUTH_GET_DEVICE_CODE="/v1/device/code",i.CHECK_USERNAME="/v1/checkUsername",i.CHECK_IF_USER_EXIST="/v1/checkIfUserExist",i.GET_PROVIDER_TYPE="/v1/mgr/provider/providerSubType",i.AUTH_SIGN_IN_URL="/v1/signin",i.AUTH_SIGN_IN_ANONYMOUSLY_URL="/v1/signin/anonymously",i.AUTH_SIGN_IN_WITH_PROVIDER_URL="/v1/signin/with/provider",i.AUTH_SIGN_IN_WITH_WECHAT_URL="/v1/signin/wechat/noauth",i.AUTH_SIGN_IN_CUSTOM="/v1/signin/custom",i.PROVIDER_TOKEN_URL="/v1/provider/token",i.PROVIDER_URI_URL="/v1/provider/uri",i.USER_ME_URL="/v1/user/me",i.AUTH_SIGNOUT_URL="/v1/user/signout",i.USER_QUERY_URL="/v1/user/query",i.USER_PRIFILE_URL="/v1/user/profile",i.USER_BASIC_EDIT_URL="/v1/user/basic/edit",i.USER_TRANS_BY_PROVIDER_URL="/v1/user/trans/by/provider",i.PROVIDER_LIST="/v1/user/provider",i.PROVIDER_BIND_URL="/v1/user/provider/bind",i.PROVIDER_UNBIND_URL="/v1/user/provider",i.CHECK_PWD_URL="/v1/user/sudo",i.SUDO_URL="/v1/user/sudo",i.BIND_CONTACT_URL="/v1/user/contact",i.AUTH_SET_PASSWORD="/v1/user/password",i.AUTHORIZE_DEVICE_URL="/v1/user/device/authorize",i.AUTHORIZE_URL="/v1/user/authorize",i.AUTHORIZE_INFO_URL="/v1/user/authorize/info",i.AUTHORIZED_DEVICES_DELETE_URL="/v1/user/authorized/devices/",i.AUTH_REVOKE_ALL_URL="/v1/user/revoke/all",i.GET_USER_BEHAVIOR_LOG="/v1/user/security/history",i.VERIFICATION_URL="/v1/verification",i.VERIFY_URL="/v1/verification/verify",i.CAPTCHA_DATA_URL="/v1/captcha/data",i.VERIFY_CAPTCHA_DATA_URL="/v1/captcha/data/verify",i.GET_CAPTCHA_URL="/v1/captcha/init",i.GET_MINIPROGRAM_QRCODE="/v1/qrcode/generate",i.GET_MINIPROGRAM_QRCODE_STATUS="/v1/qrcode/get/status",(o=t.ApiUrlsV2||(t.ApiUrlsV2={})).AUTH_SIGN_IN_URL="/v2/signin/username",o.AUTH_TOKEN_URL="/v2/token",o.USER_ME_URL="/v2/user/me",o.VERIFY_URL="/v2/signin/verificationcode",o.AUTH_SIGN_IN_WITH_PROVIDER_URL="/v2/signin/with/provider",o.AUTH_PUBLIC_KEY="/v2/signin/publichkey",o.AUTH_RESET_PASSWORD="/v2/signin/password/update",(n=t.VerificationUsages||(t.VerificationUsages={})).REGISTER="REGISTER",n.SIGN_IN="SIGN_IN",n.PASSWORD_RESET="PASSWORD_RESET",n.EMAIL_ADDRESS_CHANGE="EMAIL_ADDRESS_CHANGE",n.PHONE_NUMBER_CHANGE="PHONE_NUMBER_CHANGE",(r=t.ErrorType||(t.ErrorType={})).UNREACHABLE="unreachable",r.LOCAL="local",r.CANCELLED="cancelled",r.UNKNOWN="unknown",r.UNAUTHENTICATED="unauthenticated",r.RESOURCE_EXHAUSTED="resource_exhausted",r.FAILED_PRECONDITION="failed_precondition",r.INVALID_ARGUMENT="invalid_argument",r.DEADLINE_EXCEEDED="deadline_exceeded",r.NOT_FOUND="not_found",r.ALREADY_EXISTS="already_exists",r.PERMISSION_DENIED="permission_denied",r.ABORTED="aborted",r.OUT_OF_RANGE="out_of_range",r.UNIMPLEMENTED="unimplemented",r.INTERNAL="internal",r.UNAVAILABLE="unavailable",r.DATA_LOSS="data_loss",r.INVALID_PASSWORD="invalid_password",r.PASSWORD_NOT_SET="password_not_set",r.INVALID_STATUS="invalid_status",r.USER_PENDING="user_pending",r.USER_BLOCKED="user_blocked",r.INVALID_VERIFICATION_CODE="invalid_verification_code",r.TWO_FACTOR_REQUIRED="two_factor_required",r.INVALID_TWO_FACTOR="invalid_two_factor",r.INVALID_TWO_FACTOR_RECOVERY="invalid_two_factor_recovery",r.UNDER_REVIEW="under_review",r.INVALID_REQUEST="invalid_request",r.UNAUTHORIZED_CLIENT="unauthorized_client",r.ACCESS_DENIED="access_denied",r.UNSUPPORTED_RESPONSE_TYPE="unsupported_response_type",r.INVALID_SCOPE="invalid_scope",r.INVALID_GRANT="invalid_grant",r.SERVER_ERROR="server_error",r.TEMPORARILY_UNAVAILABLE="temporarily_unavailable",r.INTERACTION_REQUIRED="interaction_required",r.LOGIN_REQUIRED="login_required",r.ACCOUNT_SELECTION_REQUIRED="account_selection_required",r.CONSENT_REQUIRED="consent_required",r.INVALID_REQUEST_URI="invalid_request_uri",r.INVALID_REQUEST_OBJECT="invalid_request_object",r.REQUEST_NOT_SUPPORTED="request_not_supported",r.REQUEST_URI_NOT_SUPPORTED="request_uri_not_supported",r.REGISTRATION_NOT_SUPPORTED="registration_not_supported",r.CAPTCHA_REQUIRED="captcha_required",r.CAPTCHA_INVALID="captcha_invalid",r.PROVIDER_NOT_ENABLED="provider_not_enabled",r.LOGIN_METHOD_DISABLED="login_method_disabled",r.INVALID_USERNAME_OR_PASSWORD="invalid_username_or_password",r.INVALID_CREDENTIALS="invalid_credentials",r.WRONG_PASSWORD="wrong_password",r.USER_NOT_FOUND="user_not_found",t.LOGIN_STATE_CHANGED_TYPE={SIGN_OUT:"sign_out",SIGN_IN:"sign_in",CREDENTIALS_ERROR:"credentials_error"},t.AUTH_STATE_CHANGED_TYPE={SIGNED_OUT:"SIGNED_OUT",SIGNED_IN:"SIGNED_IN",INITIAL_SESSION:"INITIAL_SESSION",PASSWORD_RECOVERY:"PASSWORD_RECOVERY",TOKEN_REFRESHED:"TOKEN_REFRESHED",USER_UPDATED:"USER_UPDATED",BIND_IDENTITY:"BIND_IDENTITY"},t.EVENTS={LOGIN_STATE_CHANGED:"loginStateChanged",AUTH_STATE_CHANGED:"authStateChanged"},t.OAUTH_TYPE={SIGN_IN:"sign_in",BIND_IDENTITY:"bind_identity"},t.DEFAULT_NODE_ACCESS_SCOPE="node-sdk-scope"},538:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},84:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__awaiter||function(e,t,r,n){return new(r||(r=Promise))((function(o,i){function s(e){try{u(n.next(e))}catch(e){i(e)}}function a(e){try{u(n.throw(e))}catch(e){i(e)}}function u(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(s,a)}u((n=n.apply(e,t||[])).next())}))},i=this&&this.__generator||function(e,t){var r,n,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(r)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(r=1,n&&(o=2&a[0]?n.return:a[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,a[1])).done)return o;switch(n=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++,n=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=t.call(e,s)}catch(e){a=[6,e],n=0}finally{r=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}};Object.defineProperty(t,"__esModule",{value:!0}),t.openURIWithCallback=void 0;var s=r(689),a=r(616),u=function(e,t){var r;return function(){for(var n=[],o=0;o<arguments.length;o++)n[o]=arguments[o];clearTimeout(r),r=setTimeout((function(){return e.apply(null,n)}),t)}},c=new s.CloudbaseEventEmitter,l="resolveCaptchaData",h="padding:10px 8px;background:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer;flex:1;white-space:nowrap;margin-left:10px",d="width:100%;padding:10px;background:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer",f="background:#6c757d;cursor:not-allowed";t.openURIWithCallback=function(e,t){return o(void 0,void 0,Promise,(function(){var r,s,p,v;return i(this,(function(m){return r=(0,a.parseCaptcha)(e),s=r.captchaData,p=r.state,v=r.token,function(e){var t=e.oauthInstance,r=e.captchaState,s="captcha-image",a=function(){return o(void 0,void 0,void 0,(function(){var e,o;return i(this,(function(i){switch(i.label){case 0:return i.trys.push([0,2,,3]),[4,t.createCaptchaData({state:r.state})];case 1:return e=i.sent(),r=n(n({},r),{captchaData:e.data,token:e.token}),document.getElementById(s).src=e.data,[3,3];case 2:return o=i.sent(),console.error("刷新图形验证码失败",o),[3,3];case 3:return[2]}}))}))},p=function(e,t,r){var n=document.createElement(e);return t&&(n.style.cssText=t),r&&(n.textContent=r),n},v=p("div","position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.5);z-index:999"),m=p("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");m.appendChild(p("p","margin-bottom:15px","请输入你看到的字符:"));var y=p("div","display:flex;align-items:center;justify-content:space-between;margin-bottom:15px"),g=p("img","width:100%;height:auto;border:1px solid #eee");g.id=s,g.src=r.captchaData,y.appendChild(g);var _=p("button",h,"刷新");_.onclick=u((function(){return o(void 0,void 0,void 0,(function(){return i(this,(function(e){switch(e.label){case 0:_.textContent="加载中...",_.disabled=!0,_.style.cssText="".concat(h,";").concat(f),e.label=1;case 1:return e.trys.push([1,,3,4]),[4,a()];case 2:return e.sent(),[3,4];case 3:return _.textContent="刷新",_.disabled=!1,_.style.cssText=h,[7];case 4:return[2]}}))}))}),500),y.appendChild(_),m.appendChild(y);var b=p("input","width:100%;padding:14px 16px;margin-bottom:15px;box-sizing:border-box;border:2px solid #e8ecf4;border-radius:10px;font-size:15px");b.type="text",b.placeholder="输入字符",b.maxLength=4,m.appendChild(b);var w=p("div","color:#dc3545;font-size:12px;margin-bottom:10px;display:none;padding:8px;background:#f8d7da;border:1px solid #f5c6cb;border-radius:4px");m.appendChild(w);var S=function(e){w.textContent=e,w.style.display="block"},E=p("button",d,"确定");E.onclick=u((function(){return o(void 0,void 0,void 0,(function(){var e,n,o,s;return i(this,(function(i){switch(i.label){case 0:if(!(e=b.value.trim()))return S("请输入字符"),[2];w.style.display="none",E.textContent="验证中...",E.disabled=!0,E.style.cssText="".concat(d,";").concat(f),i.label=1;case 1:return i.trys.push([1,3,5,6]),[4,t.verifyCaptchaData({token:r.token,key:e})];case 2:return n=i.sent(),c.fire(l,n),console.log("图形验证码校验成功"),document.body.removeChild(v),document.body.removeChild(m),[3,6];case 3:return o=i.sent(),console.error("图形验证码校验失败",o),s=o.error_description||"图形验证码校验失败",S(s),b.value="",b.focus(),[4,a()];case 4:return i.sent(),[3,6];case 5:return E.textContent="确定",E.disabled=!1,E.style.cssText=d,[7];case 6:return[2]}}))}))}),500),m.appendChild(E),document.body.appendChild(v),document.body.appendChild(m)}({oauthInstance:t,captchaState:{captchaData:s,state:p,token:v}}),[2,new Promise((function(e){console.log("等待图形验证码校验结果..."),c.on(l,(function(t){e(null==t?void 0:t.data)}))}))]}))}))}},462:function(e,t,r){var n=this&&this.__awaiter||function(e,t,r,n){return new(r||(r=Promise))((function(o,i){function s(e){try{u(n.next(e))}catch(e){i(e)}}function a(e){try{u(n.throw(e))}catch(e){i(e)}}function u(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(s,a)}u((n=n.apply(e,t||[])).next())}))},o=this&&this.__generator||function(e,t){var r,n,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(r)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(r=1,n&&(o=2&a[0]?n.return:a[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,a[1])).done)return o;switch(n=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++,n=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=t.call(e,s)}catch(e){a=[6,e],n=0}finally{r=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}};Object.defineProperty(t,"__esModule",{value:!0}),t.Captcha=void 0;var i=r(949),s=r(257),a=r(425),u=r(84),c=function(){function e(e){e.openURIWithCallback||(e.openURIWithCallback=this.getDefaultOpenURIWithCallback()),e.storage||(e.storage=s.defaultStorage),this.config=e,this.tokenSectionName="captcha_".concat(e.clientId||e.env)}return e.prototype.isMatch=function(){var e,t,r;return(null===(r=null===(t=null===(e=this.config)||void 0===e?void 0:e.adapter)||void 0===t?void 0:t.isMatch)||void 0===r?void 0:r.call(t))||(0,a.isMp)()},e.prototype.request=function(e,t){return n(this,void 0,Promise,(function(){var r,n,s,a;return o(this,(function(o){switch(o.label){case 0:return t||(t={}),t.method||(t.method="GET"),r="".concat(t.method,":").concat(e),n=e,t.withCaptcha?[4,this.appendCaptchaTokenToURL(e,r,!1)]:[3,2];case 1:n=o.sent(),o.label=2;case 2:return o.trys.push([2,4,,7]),[4,this.config.request(n,t)];case 3:return s=o.sent(),[3,7];case 4:return(a=o.sent()).error!==i.ErrorType.CAPTCHA_REQUIRED&&a.error!==i.ErrorType.CAPTCHA_INVALID?[3,6]:[4,this.appendCaptchaTokenToURL(e,r,a.error===i.ErrorType.CAPTCHA_INVALID)];case 5:return e=o.sent(),[2,this.config.request(e,t)];case 6:return[2,Promise.reject(a)];case 7:return[2,s]}}))}))},e.prototype.getDefaultOpenURIWithCallback=function(){var e=this;return function(t){return(0,u.openURIWithCallback)(t,e.config.oauthInstance)}},e.prototype.getCaptchaToken=function(e,t){return n(this,void 0,Promise,(function(){var r,n,s,a;return o(this,(function(o){switch(o.label){case 0:return e?[3,2]:[4,this.findCaptchaToken()];case 1:if(r=o.sent())return[2,r];o.label=2;case 2:return[4,this.config.request(i.ApiUrls.CAPTCHA_DATA_URL,{method:"POST",body:{state:t,redirect_uri:""},withCredentials:!1})];case 3:return n=o.sent(),s="".concat(n.data,"?state=").concat(encodeURIComponent(t),"&token=").concat(encodeURIComponent(n.token)),[4,this.config.openURIWithCallback(s)];case 4:return a=o.sent(),this.saveCaptchaToken(a),[2,a.captcha_token]}}))}))},e.prototype.appendCaptchaTokenToURL=function(e,t,r){return n(this,void 0,Promise,(function(){var n;return o(this,(function(o){switch(o.label){case 0:return[4,this.getCaptchaToken(r,t)];case 1:return n=o.sent(),e.indexOf("?")>0?e+="&captcha_token=".concat(n):e+="?captcha_token=".concat(n),[2,e]}}))}))},e.prototype.saveCaptchaToken=function(e){return n(this,void 0,void 0,(function(){var t;return o(this,(function(r){switch(r.label){case 0:return e.expires_at=new Date(Date.now()+1e3*(e.expires_in-10)),t=JSON.stringify(e),[4,this.config.storage.setItem(this.tokenSectionName,t)];case 1:return r.sent(),[2]}}))}))},e.prototype.findCaptchaToken=function(){return n(this,void 0,Promise,(function(){var e,t;return o(this,(function(r){switch(r.label){case 0:return[4,this.config.storage.getItem(this.tokenSectionName)];case 1:if(null==(e=r.sent()))return[3,5];r.label=2;case 2:return r.trys.push([2,3,,5]),(null==(t=JSON.parse(e))?void 0:t.expires_at)&&(t.expires_at=new Date(t.expires_at)),t.expires_at<new Date?[2,null]:[2,t.captcha_token];case 3:return r.sent(),[4,this.config.storage.removeItem(this.tokenSectionName)];case 4:return r.sent(),[2,null];case 5:return[2,null]}}))}))},e}();t.Captcha=c},722:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),s=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)"default"!==r&&Object.prototype.hasOwnProperty.call(e,r)&&o(t,e,r);return i(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.CloudbaseOAuth=t.AUTH_STATE_CHANGED_TYPE=t.EVENTS=t.LOGIN_STATE_CHANGED_TYPE=t.DEFAULT_NODE_ACCESS_SCOPE=t.OAUTH_TYPE=t.AUTH_API_PREFIX=t.weAppJwtDecodeAll=t.authModels=t.AuthErrorCategory=t.AuthError=t.Auth=void 0;var a=r(257),u=r(413),c=r(949),l=r(413);Object.defineProperty(t,"Auth",{enumerable:!0,get:function(){return l.Auth}});var h=r(308);Object.defineProperty(t,"AuthError",{enumerable:!0,get:function(){return h.AuthError}}),Object.defineProperty(t,"AuthErrorCategory",{enumerable:!0,get:function(){return h.AuthErrorCategory}}),t.authModels=s(r(538));var d=r(344);Object.defineProperty(t,"weAppJwtDecodeAll",{enumerable:!0,get:function(){return d.weAppJwtDecodeAll}});var f=r(949);Object.defineProperty(t,"AUTH_API_PREFIX",{enumerable:!0,get:function(){return f.AUTH_API_PREFIX}}),Object.defineProperty(t,"OAUTH_TYPE",{enumerable:!0,get:function(){return f.OAUTH_TYPE}}),Object.defineProperty(t,"DEFAULT_NODE_ACCESS_SCOPE",{enumerable:!0,get:function(){return f.DEFAULT_NODE_ACCESS_SCOPE}}),Object.defineProperty(t,"LOGIN_STATE_CHANGED_TYPE",{enumerable:!0,get:function(){return f.LOGIN_STATE_CHANGED_TYPE}}),Object.defineProperty(t,"EVENTS",{enumerable:!0,get:function(){return f.EVENTS}}),Object.defineProperty(t,"AUTH_STATE_CHANGED_TYPE",{enumerable:!0,get:function(){return f.AUTH_STATE_CHANGED_TYPE}});var p=function(){function e(e){var t=e.apiOrigin,r=e.apiPath,o=void 0===r?c.AUTH_API_PREFIX:r,i=e.clientId,s=e.env,l=e.storage,h=e.request,d=e.baseRequest,f=e.anonymousSignInFunc,p=e.wxCloud,v=e.adapter,m=e.onCredentialsError,y=e.headers,g=e.i18n,_=e.useWxCloud,b=e.eventBus,w=e.detectSessionInUrl,S=e.debug;if(this.detectSessionInUrl=null!=w&&w,this.oauth2client=new a.OAuth2Client({apiOrigin:t,apiPath:o,clientId:i,env:s,storage:l,baseRequest:d||h,anonymousSignInFunc:f,wxCloud:p,onCredentialsError:m,headers:y||{},i18n:g,useWxCloud:_,eventBus:b,debug:S}),this.authApi=new u.Auth(n(n({credentialsClient:this.oauth2client},e),{request:h?this.oauth2client.request.bind(this.oauth2client):void 0,adapter:v})),w)this.oauth2client.setGetInitialSession(this.authApi.getInitialSession.bind(this.authApi));else try{var E=new URL(window.location.href),I=E.searchParams.get("code"),T=E.searchParams.get("state"),A=JSON.parse(sessionStorage.getItem(T)||"null");I&&T&&(null==A?void 0:A.hash)&&(E.hash=A.hash,window.history.replaceState(null,"",E.toString()),window.location.replace(E.toString()))}catch(e){}}return e.prototype.initializeSession=function(e){this.detectSessionInUrl?(this.oauth2client.setOnInitialSessionObtained(e),this.oauth2client.initialize()):this.oauth2client.initialize(Promise.resolve({error:null}))},e}();t.CloudbaseOAuth=p},877:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.Syntax=t.ErrorType=void 0;var n,o=r(949);Object.defineProperty(t,"ErrorType",{enumerable:!0,get:function(){return o.ErrorType}}),(n=t.Syntax||(t.Syntax={})).CLIENT_ID="client_id",n.CLIENT_SECRET="client_secret",n.RESPONSE_TYPE="response_type",n.SCOPE="scope",n.STATE="state",n.REDIRECT_URI="redirect_uri",n.ERROR="error",n.ERROR_DESCRIPTION="error_description",n.ERROR_URI="error_uri",n.GRANT_TYPE="grant_type",n.CODE="code",n.ACCESS_TOKEN="access_token",n.TOKEN_TYPE="token_type",n.EXPIRES_IN="expires_in",n.USERNAME="username",n.PASSWORD="password",n.REFRESH_TOKEN="refresh_token"},257:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__awaiter||function(e,t,r,n){return new(r||(r=Promise))((function(o,i){function s(e){try{u(n.next(e))}catch(e){i(e)}}function a(e){try{u(n.throw(e))}catch(e){i(e)}}function u(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(s,a)}u((n=n.apply(e,t||[])).next())}))},i=this&&this.__generator||function(e,t){var r,n,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(r)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(r=1,n&&(o=2&a[0]?n.return:a[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,a[1])).done)return o;switch(n=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++,n=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=t.call(e,s)}catch(e){a=[6,e],n=0}finally{r=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}},s=this&&this.__spreadArray||function(e,t,r){if(r||2===arguments.length)for(var n,o=0,i=t.length;o<i;o++)!n&&o in t||(n||(n=Array.prototype.slice.call(t,0,o)),n[o]=t[o]);return e.concat(n||Array.prototype.slice.call(t))};Object.defineProperty(t,"__esModule",{value:!0}),t.OAuth2Client=t.defaultStorage=t.generateRequestId=t.toResponseError=t.defaultRequest=void 0;var a=r(877),u=r(949),c=r(873),l=r(631),h=r(547),d=r(344),f=r(425),p=r(683),v="x-request-id",m="x-device-id",y="device_id";function g(){return(0,c.uuidv4)()}t.defaultRequest=function(e,t){return o(this,void 0,Promise,(function(){var r,n,o,s,u;return i(this,(function(i){switch(i.label){case 0:r=null,n=null,i.label=1;case 1:return i.trys.push([1,4,,5]),(o=Object.assign({},t)).method||(o.method="GET"),o.body&&"string"!=typeof o.body&&(o.body=JSON.stringify(o.body)),[4,fetch(e,o)];case 2:return[4,i.sent().json()];case 3:return(null==(s=i.sent())?void 0:s.error)?(n=s).error_uri=new URL(e).pathname:r=s,[3,5];case 4:return u=i.sent(),n={error:a.ErrorType.UNREACHABLE,error_description:u.message,error_uri:new URL(e).pathname},[3,5];case 5:if(n)throw n;return[2,r]}}))}))},t.toResponseError=function(e,t){var r,n=t||{};if(e instanceof Error)r={error:n.error||a.ErrorType.LOCAL,error_description:n.error_description||e.message,error_uri:n.error_uri,details:n.details||e.stack};else{var o=e||{};r={error:n.error||o.error||a.ErrorType.LOCAL,error_description:n.error_description||o.error_description,error_uri:n.error_uri||o.error_uri,details:n.details||o.details}}return r},t.generateRequestId=g;var _=function(){function e(e){this._env=(null==e?void 0:e.env)||""}return e.prototype.getItem=function(e){return o(this,void 0,Promise,(function(){return i(this,(function(t){return[2,window.localStorage.getItem("".concat(e).concat(this._env))]}))}))},e.prototype.removeItem=function(e){return o(this,void 0,Promise,(function(){return i(this,(function(t){return window.localStorage.removeItem("".concat(e).concat(this._env)),[2]}))}))},e.prototype.setItem=function(e,t){return o(this,void 0,Promise,(function(){return i(this,(function(r){return window.localStorage.setItem("".concat(e).concat(this._env),t),[2]}))}))},e.prototype.getItemSync=function(e){return window.localStorage.getItem("".concat(e).concat(this._env))},e.prototype.removeItemSync=function(e){window.localStorage.removeItem("".concat(e).concat(this._env))},e.prototype.setItemSync=function(e,t){window.localStorage.setItem("".concat(e).concat(this._env),t)},e}();function b(e){var t=!0;return(null==e?void 0:e.expires_at)&&(null==e?void 0:e.access_token)&&(t=e.expires_at<new Date),t}t.defaultStorage=new _;var w=function(){function e(e){this.credentials=null,this.accessKeyCredentials=null,this.singlePromise=null,this.tokenSectionName=e.tokenSectionName,this.storage=e.storage,this.clientId=e.clientId,this.singlePromise=new h.SinglePromise({clientId:this.clientId}),this.credentials=e.credentials||null}return e.prototype.getStorageCredentialsSync=function(){var e=null,t=this.storage.getItemSync(this.tokenSectionName);if(null!=t)try{(null==(e=JSON.parse(t))?void 0:e.expires_at)&&(e.expires_at=new Date(e.expires_at))}catch(t){this.storage.removeItem(this.tokenSectionName),e=null}return e},e.prototype.setCredentials=function(e){return o(this,void 0,Promise,(function(){var t;return i(this,(function(r){switch(r.label){case 0:return(null==e?void 0:e.expires_in)?((null==e?void 0:e.expires_at)||(e.expires_at=new Date(Date.now()+1e3*(e.expires_in-30))),this.storage?(t=JSON.stringify(e),[4,this.storage.setItem(this.tokenSectionName,t)]):[3,2]):[3,3];case 1:r.sent(),r.label=2;case 2:return this.credentials=e,[3,6];case 3:return this.storage?[4,this.storage.removeItem(this.tokenSectionName)]:[3,5];case 4:r.sent(),r.label=5;case 5:this.credentials=null,r.label=6;case 6:return[2]}}))}))},e.prototype.setAccessKeyCredentials=function(e){this.accessKeyCredentials=e,e.scope===u.DEFAULT_NODE_ACCESS_SCOPE&&(this.credentials=e)},e.prototype.getCredentials=function(){return o(this,void 0,Promise,(function(){var e=this;return i(this,(function(t){return[2,this.singlePromise.run("getCredentials",(function(){return o(e,void 0,void 0,(function(){var e,t;return i(this,(function(r){switch(r.label){case 0:return b(this.credentials)?[4,this.getStorageCredentials()]:[3,2];case 1:if(e=r.sent(),t=e.credentials,e.isAccessKeyCredentials)return[2,t];this.credentials=t,r.label=2;case 2:return[2,this.credentials]}}))}))}))]}))}))},e.prototype.getStorageCredentials=function(){return o(this,void 0,Promise,(function(){var e=this;return i(this,(function(t){return[2,this.singlePromise.run("_getStorageCredentials",(function(){return o(e,void 0,void 0,(function(){var e,t,r;return i(this,(function(n){switch(n.label){case 0:return e=null,t=!1,[4,this.storage.getItem(this.tokenSectionName)];case 1:if(!(r=n.sent()))return[3,6];n.label=2;case 2:return n.trys.push([2,3,,5]),(null==(e=JSON.parse(r))?void 0:e.expires_at)&&(e.expires_at=new Date(e.expires_at)),[3,5];case 3:return n.sent(),[4,this.storage.removeItem(this.tokenSectionName)];case 4:return n.sent(),e=null,[3,5];case 5:return[3,7];case 6:e=this.accessKeyCredentials||null,t=!0,n.label=7;case 7:return[2,{credentials:e,isAccessKeyCredentials:t}]}}))}))}))]}))}))},e}();t.OAuth2Client=function(){function e(r){var n,o=this;this.initializePromise=null,this.lockAcquired=!1,this.pendingInLock=[],this.singlePromise=null,r.clientSecret||(r.clientSecret=""),!r.clientId&&r.env&&(r.clientId=r.env),this.apiOrigin=r.apiOrigin,this.apiPath=r.apiPath||u.AUTH_API_PREFIX,this.clientId=r.clientId,this.i18n=r.i18n,this.eventBus=r.eventBus,this.singlePromise=new h.SinglePromise({clientId:this.clientId}),this.retry=this.formatRetry(r.retry,e.defaultRetry),r.baseRequest?this.baseRequest=r.baseRequest:this.baseRequest=t.defaultRequest,this.tokenInURL=r.tokenInURL,this.headers=r.headers,this.storage=r.storage||t.defaultStorage,this.localCredentials=new w({tokenSectionName:"credentials_".concat(r.clientId),storage:this.storage,clientId:r.clientId}),this.clientSecret=r.clientSecret,r.clientId&&(this.basicAuth="Basic ".concat((0,d.weBtoa)("".concat(r.clientId,":").concat(this.clientSecret)))),this.wxCloud=r.wxCloud;try{(0,f.isMp)()&&(this.useWxCloud=r.useWxCloud,void 0===this.wxCloud&&r.env&&(wx.cloud.init({env:r.env}),this.wxCloud=wx.cloud))}catch(e){}this.refreshTokenFunc=r.refreshTokenFunc||this.defaultRefreshTokenFunc,this.anonymousSignInFunc=r.anonymousSignInFunc,this.onCredentialsError=r.onCredentialsError,this.getInitialSession=r.getInitialSession,this.onInitialSessionObtained=r.onInitialSessionObtained,this.logDebugMessages=null!==(n=r.debug)&&void 0!==n&&n,p.langEvent.bus.on(p.langEvent.LANG_CHANGE_EVENT,(function(e){var t;o.i18n=(null===(t=e.data)||void 0===t?void 0:t.i18n)||o.i18n}))}return e.prototype.setGetInitialSession=function(e){this.getInitialSession=e},e.prototype.setOnInitialSessionObtained=function(e){this.onInitialSessionObtained=e},e.prototype.initialize=function(e){return o(this,void 0,Promise,(function(){var t=this;return i(this,(function(r){switch(r.label){case 0:return this.initializePromise?[4,this.initializePromise]:[3,2];case 1:case 3:case 5:return[2,r.sent()];case 2:return void 0===e?[3,4]:(this.initializePromise=e,[4,this.initializePromise]);case 4:return this.initializePromise=o(t,void 0,void 0,(function(){var e=this;return i(this,(function(t){switch(t.label){case 0:return[4,this._acquireLock(-1,(function(){return o(e,void 0,void 0,(function(){return i(this,(function(e){switch(e.label){case 0:return[4,this._initialize()];case 1:return[2,e.sent()]}}))}))}))];case 1:return[2,t.sent()]}}))})),[4,this.initializePromise]}}))}))},e.prototype.setCredentials=function(e){return o(this,void 0,Promise,(function(){var t=this;return i(this,(function(r){switch(r.label){case 0:return[4,this.initializePromise];case 1:return r.sent(),[2,this._acquireLock(-1,(function(){return o(t,void 0,void 0,(function(){return i(this,(function(t){return[2,this.localCredentials.setCredentials(e)]}))}))}))]}}))}))},e.prototype.setAccessKeyCredentials=function(e){return this.localCredentials.setAccessKeyCredentials(e)},e.prototype.getAccessToken=function(){return o(this,void 0,Promise,(function(){var e,t;return i(this,(function(r){switch(r.label){case 0:return[4,this.initializePromise];case 1:return r.sent(),[4,this.getCredentials()];case 2:return(null==(e=r.sent())?void 0:e.scope)===u.DEFAULT_NODE_ACCESS_SCOPE||(null==e?void 0:e.access_token)?[2,Promise.resolve(e.access_token)]:(t={error:a.ErrorType.UNAUTHENTICATED},[2,Promise.reject(t)])}}))}))},e.prototype.request=function(t,r){var s,u;return o(this,void 0,Promise,(function(){var o,c,l,h,d,f,p,y,_;return i(this,(function(i){switch(i.label){case 0:return r||(r={}),o=this.formatRetry(r.retry,this.retry),r.headers=n(n({},r.headers),((_={})[null===(s=this.i18n)||void 0===s?void 0:s.LANG_HEADER_KEY]=null===(u=this.i18n)||void 0===u?void 0:u.lang,_)),this.headers&&(r.headers=n(n({},this.headers),r.headers)),r.headers[v]||(r.headers[v]=g()),r.headers[m]?[3,2]:[4,this.getDeviceId()];case 1:c=i.sent(),r.headers[m]=c,i.label=2;case 2:return(null==r?void 0:r.withBasicAuth)&&this.basicAuth&&(r.headers.Authorization=this.basicAuth),(null==r?void 0:r.withCredentials)?r.getCredentials?[4,r.getCredentials()]:[3,4]:[3,7];case 3:return h=i.sent(),[3,6];case 4:return[4,this.getCredentials()];case 5:h=i.sent(),i.label=6;case 6:return(l=h)&&(this.tokenInURL?(t.indexOf("?")<0&&(t+="?"),t+="access_token=".concat(l.access_token)):r.headers.Authorization="".concat(l.token_type," ").concat(l.access_token)),[3,8];case 7:this.clientId&&t.indexOf("client_id")<0&&(t+=t.indexOf("?")<0?"?":"&",t+="client_id=".concat(this.clientId)),i.label=8;case 8:t.startsWith("/")&&(t="".concat(this.apiOrigin).concat(this.apiPath).concat(t)),d=null,f=o+1,p=0,i.label=9;case 9:if(!(p<f))return[3,21];i.label=10;case 10:return i.trys.push([10,15,,18]),r.useWxCloud||this.useWxCloud?[4,this.wxCloudCallFunction(t,r)]:[3,12];case 11:return d=i.sent(),[3,14];case 12:return[4,this.baseRequest(t,r)];case 13:d=i.sent(),i.label=14;case 14:if(null==d?void 0:d.code)throw{error:d.code,error_description:d.message,error_uri:new URL(t).pathname};return[3,21];case 15:y=i.sent();try{y.requestId=y.requestId||r.headers[v]||""}catch(e){}return r.withCredentials&&y&&y.error===a.ErrorType.UNAUTHENTICATED?[4,this.setCredentials(null)]:[3,17];case 16:return i.sent(),[2,Promise.reject(y)];case 17:return p!==o&&y&&"unreachable"===y.error?[3,18]:[2,Promise.reject(y)];case 18:return[4,this.sleep(e.retryInterval)];case 19:i.sent(),i.label=20;case 20:return p++,[3,9];case 21:return[2,d]}}))}))},e.prototype.wxCloudCallFunction=function(e,t){var r;return o(this,void 0,Promise,(function(){var o,s,u,c,h;return i(this,(function(i){switch(i.label){case 0:o=null,s=null,i.label=1;case 1:i.trys.push([1,7,,8]),u="",i.label=2;case 2:return i.trys.push([2,4,,5]),[4,wx.getRendererUserAgent()];case 3:return u=i.sent(),[3,5];case 4:return i.sent(),[3,5];case 5:return[4,this.wxCloud.callFunction({name:"httpOverCallFunction",data:{url:e,method:t.method,headers:n({origin:"https://servicewechat.com","User-Agent":u},t.headers),body:t.body}})];case 6:return c=i.sent().result,(null===(r=null==c?void 0:c.body)||void 0===r?void 0:r.error_code)?(s=null==c?void 0:c.body).error_uri=(0,l.getPathName)(e):o=null==c?void 0:c.body,[3,8];case 7:return h=i.sent(),s={error:a.ErrorType.UNREACHABLE,error_description:h.message,error_uri:(0,l.getPathName)(e)},[3,8];case 8:if(s)throw s;return[2,o]}}))}))},e.prototype.getCredentials=function(){return o(this,void 0,Promise,(function(){var e=this;return i(this,(function(t){switch(t.label){case 0:return[4,this.initializePromise];case 1:return t.sent(),[2,this._acquireLock(-1,(function(){return o(e,void 0,void 0,(function(){return i(this,(function(e){return[2,this._getCredentials()]}))}))}))]}}))}))},e.prototype.getCredentialsSync=function(){return this.localCredentials.getStorageCredentialsSync()},e.prototype.getCredentialsAsync=function(){return this.getCredentials()},e.prototype.getScope=function(){var e;return o(this,void 0,Promise,(function(){var t,r;return i(this,(function(n){switch(n.label){case 0:return[4,this.localCredentials.getCredentials()];case 1:return(t=n.sent())?[2,t.scope]:(r="credentials not found",null===(e=this.onCredentialsError)||void 0===e||e.call(this,{msg:r}),[2,this.unAuthenticatedError(r)])}}))}))},e.prototype.getGroups=function(){var e;return o(this,void 0,Promise,(function(){var t,r;return i(this,(function(n){switch(n.label){case 0:return[4,this.localCredentials.getCredentials()];case 1:return(t=n.sent())?[2,t.groups]:(r="credentials not found",null===(e=this.onCredentialsError)||void 0===e||e.call(this,{msg:r}),[2,this.unAuthenticatedError(r)])}}))}))},e.prototype.refreshToken=function(e,t){return o(this,void 0,Promise,(function(){var r=this;return i(this,(function(n){switch(n.label){case 0:return[4,this.initializePromise];case 1:return n.sent(),[2,this._acquireLock(-1,(function(){return o(r,void 0,void 0,(function(){return i(this,(function(r){return[2,this._refreshToken(e,t)]}))}))}))]}}))}))},e.prototype._refreshToken=function(e,t){return o(this,void 0,Promise,(function(){var r=this;return i(this,(function(n){return[2,this.singlePromise.run("_refreshToken",(function(){return o(r,void 0,void 0,(function(){var r,n,o,s,c,l,h;return i(this,(function(i){switch(i.label){case 0:if((null==e?void 0:e.scope)===u.DEFAULT_NODE_ACCESS_SCOPE)return[2,e];if(!e||!e.refresh_token)return o="no refresh token found in credentials",null===(s=this.onCredentialsError)||void 0===s||s.call(this,{msg:o}),[2,this.unAuthenticatedError(o)];i.label=1;case 1:return i.trys.push([1,4,,7]),[4,this.refreshTokenFunc(e.refresh_token,e)];case 2:return r=i.sent(),[4,this.localCredentials.setCredentials(r)];case 3:return i.sent(),null===(c=this.eventBus)||void 0===c||c.fire(u.EVENTS.AUTH_STATE_CHANGED,{event:u.AUTH_STATE_CHANGED_TYPE.TOKEN_REFRESHED}),[2,r];case 4:if(n=i.sent(),null==t?void 0:t.throwError)throw n;return n.error!==a.ErrorType.INVALID_GRANT?[3,6]:[4,this.localCredentials.setCredentials(null)];case 5:return i.sent(),o=n.error_description,null===(l=this.onCredentialsError)||void 0===l||l.call(this,{msg:o}),[2,this.unAuthenticatedError(o)];case 6:return null===(h=this.onCredentialsError)||void 0===h||h.call(this,{msg:n.error_description}),[2,Promise.reject(n)];case 7:return[2]}}))}))}))]}))}))},e.prototype.anonymousLogin=function(e){return o(this,void 0,void 0,(function(){var t=this;return i(this,(function(r){return[2,this.singlePromise.run("_anonymousLogin",(function(){return o(t,void 0,void 0,(function(){var t,r;return i(this,(function(n){switch(n.label){case 0:return this.anonymousSignInFunc?[4,this.anonymousSignInFunc(e)]:[3,4];case 1:return t=n.sent(),(r=t)?[3,3]:[4,this.localCredentials.getCredentials()];case 2:r=n.sent(),n.label=3;case 3:return e=r,[3,6];case 4:return[4,this.anonymousSignIn(e)];case 5:e=n.sent(),n.label=6;case 6:return[2,e]}}))}))}))]}))}))},e.prototype.checkRetry=function(t){var r=null;if(("number"!=typeof t||t<e.minRetry||t>e.maxRetry)&&(r={error:a.ErrorType.UNREACHABLE,error_description:"wrong options param: retry"}),r)throw r;return t},e.prototype.formatRetry=function(e,t){return void 0===e?t:this.checkRetry(e)},e.prototype.sleep=function(e){return o(this,void 0,Promise,(function(){return i(this,(function(t){return[2,new Promise((function(t){setTimeout((function(){t()}),e)}))]}))}))},e.prototype.anonymousSignIn=function(e){return o(this,void 0,Promise,(function(){var t=this;return i(this,(function(r){return[2,this.singlePromise.run("_anonymous",(function(){return o(t,void 0,void 0,(function(){var t,r;return i(this,(function(n){switch(n.label){case 0:if(!e||"anonymous"!==e.scope)return[2,this.unAuthenticatedError("no anonymous in credentials")];n.label=1;case 1:return n.trys.push([1,4,,7]),[4,this.request(u.ApiUrls.AUTH_SIGN_IN_ANONYMOUSLY_URL,{method:"POST",withBasicAuth:!0,body:{}})];case 2:return t=n.sent(),[4,this.localCredentials.setCredentials(t)];case 3:return n.sent(),[2,t];case 4:return(r=n.sent()).error!==a.ErrorType.INVALID_GRANT?[3,6]:[4,this.localCredentials.setCredentials(null)];case 5:return n.sent(),[2,this.unAuthenticatedError(r.error_description)];case 6:return[2,Promise.reject(r)];case 7:return[2]}}))}))}))]}))}))},e.prototype.defaultRefreshTokenFunc=function(e,t){var r;return o(this,void 0,Promise,(function(){var o,s,a;return i(this,(function(i){switch(i.label){case 0:return void 0===e||""===e?(o="refresh token not found",null===(r=this.onCredentialsError)||void 0===r||r.call(this,{msg:o}),[2,this.unAuthenticatedError(o)]):(s=u.ApiUrls.AUTH_TOKEN_URL,"v2"===(null==t?void 0:t.version)&&(s=u.ApiUrlsV2.AUTH_TOKEN_URL),[4,this.request(s,{method:"POST",body:{client_id:this.clientId,client_secret:this.clientSecret,grant_type:"refresh_token",refresh_token:e}})]);case 1:return a=i.sent(),[2,n(n({},a),{version:(null==t?void 0:t.version)||"v1"})]}}))}))},e.prototype.getDeviceId=function(){return o(this,void 0,Promise,(function(){var e;return i(this,(function(t){switch(t.label){case 0:return this.deviceID?[2,this.deviceID]:[4,this.storage.getItem(y)];case 1:return"string"==typeof(e=t.sent())&&e.length>=16&&e.length<=48?[3,3]:(e=(0,c.uuidv4)(),[4,this.storage.setItem(y,e)]);case 2:t.sent(),t.label=3;case 3:return this.deviceID=e,[2,e]}}))}))},e.prototype.unAuthenticatedError=function(e){var t={error:a.ErrorType.UNAUTHENTICATED,error_description:e};return Promise.reject(t)},e.prototype._debug=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];this.logDebugMessages&&console.log.apply(console,s(["[OAuth2Client]"],e,!1))},e.prototype._initialize=function(){return o(this,void 0,Promise,(function(){var e,t,r,n,o,s;return i(this,(function(i){switch(i.label){case 0:if(i.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"),i.label=1;case 1:return i.trys.push([1,9,,10]),[4,this.getInitialSession()];case 2:return s=i.sent(),e=s.data,t=s.error,(null==e?void 0:e.session)?(this._debug("#_initialize()","session obtained from getInitialSession",e.session),[4,this.localCredentials.setCredentials(null==e?void 0:e.session)]):[3,4];case 3:i.sent(),i.label=4;case 4:if(!this.onInitialSessionObtained)return[3,8];this._debug("#_initialize()","calling onInitialSessionObtained callback"),i.label=5;case 5:return i.trys.push([5,7,,8]),[4,this.onInitialSessionObtained(e,t)];case 6:return i.sent(),[3,8];case 7:return r=i.sent(),this._debug("#_initialize()","error in onInitialSessionObtained",r),[3,8];case 8:return t?(this._debug("#_initialize()","error from getInitialSession",t),[2,{error:t}]):[2,{error:null}];case 9:return n=i.sent(),this._debug("#_initialize()","exception during getInitialSession",n),[2,{error:n instanceof Error?n:new Error(String(n))}];case 10:return[3,13];case 11:return o=i.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]}}))}))},e.prototype._acquireLock=function(e,t){return o(this,void 0,Promise,(function(){var r,n,a,u,c=this;return i(this,(function(l){switch(l.label){case 0:this._debug("#_acquireLock","begin",e),l.label=1;case 1:if(l.trys.push([1,,10,11]),this.lockAcquired)return r=this.pendingInLock.length?this.pendingInLock[this.pendingInLock.length-1]:Promise.resolve(),n=o(c,void 0,void 0,(function(){return i(this,(function(e){switch(e.label){case 0:return[4,r];case 1:return e.sent(),[4,t()];case 2:return[2,e.sent()]}}))})),this.pendingInLock.push(o(c,void 0,void 0,(function(){return i(this,(function(e){switch(e.label){case 0:return e.trys.push([0,2,,3]),[4,n];case 1:case 2:return e.sent(),[3,3];case 3:return[2]}}))}))),[2,n];this._debug("#_acquireLock","acquiring lock for client",this.clientId),l.label=2;case 2:return l.trys.push([2,,8,9]),this.lockAcquired=!0,a=t(),this.pendingInLock.push(o(c,void 0,void 0,(function(){return i(this,(function(e){switch(e.label){case 0:return e.trys.push([0,2,,3]),[4,a];case 1:case 2:return e.sent(),[3,3];case 3:return[2]}}))}))),[4,a];case 3:l.sent(),l.label=4;case 4:return this.pendingInLock.length?(u=s([],this.pendingInLock,!0),[4,Promise.all(u)]):[3,6];case 5:return l.sent(),this.pendingInLock.splice(0,u.length),[3,4];case 6:return[4,a];case 7:return[2,l.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]}}))}))},e.prototype._getCredentials=function(){var e,t,r;return o(this,void 0,Promise,(function(){var n,o,s;return i(this,(function(i){switch(i.label){case 0:return[4,this.localCredentials.getCredentials()];case 1:if((null==(n=i.sent())?void 0:n.scope)===u.DEFAULT_NODE_ACCESS_SCOPE)return[2,n];if(!n)return s="credentials not found",null===(e=this.onCredentialsError)||void 0===e||e.call(this,{msg:s}),[2,this.unAuthenticatedError(s)];if(!b(n))return[3,12];if(!n.refresh_token)return[3,9];i.label=2;case 2:return i.trys.push([2,4,,8]),[4,this._refreshToken(n)];case 3:return n=i.sent(),[3,8];case 4:return o=i.sent(),"anonymous"!==n.scope?[3,6]:[4,this.anonymousLogin(n)];case 5:return n=i.sent(),[3,7];case 6:return null===(t=this.onCredentialsError)||void 0===t||t.call(this,{msg:o.error_description}),[2,Promise.reject(o)];case 7:return[3,8];case 8:return[3,12];case 9:return"anonymous"!==n.scope?[3,11]:[4,this.anonymousLogin(n)];case 10:return n=i.sent(),[3,12];case 11:return s="no refresh token found in credentials",null===(r=this.onCredentialsError)||void 0===r||r.call(this,{msg:s}),[2,this.unAuthenticatedError(s)];case 12:return[2,n]}}))}))},e.defaultRetry=2,e.minRetry=0,e.maxRetry=5,e.retryInterval=1e3,e}()},344:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.weAppJwtDecodeAll=t.weappJwtDecode=t.base64_url_decode=t.weAtob=t.weBtoa=void 0;var r="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",n=/^(?:[A-Za-z\d+/]{4})*?(?:[A-Za-z\d+/]{2}(?:==)?|[A-Za-z\d+/]{3}=?)?$/;function o(e){var r=e.replace(/-/g,"+").replace(/_/g,"/");switch(r.length%4){case 0:break;case 2:r+="==";break;case 3:r+="=";break;default:throw new Error("Illegal base64url string!")}try{return function(e){return decodeURIComponent((0,t.weAtob)(e).replace(/(.)/g,(function(e){var t=e.charCodeAt(0).toString(16).toUpperCase();return t.length<2&&(t="0".concat(t)),"%".concat(t)})))}(r)}catch(e){return(0,t.weAtob)(r)}}t.weBtoa=function(e){for(var t,n,o,i,s="",a=0,u=(e=String(e)).length%3;a<e.length;){if((n=e.charCodeAt(a++))>255||(o=e.charCodeAt(a++))>255||(i=e.charCodeAt(a++))>255)throw new TypeError("Failed to execute 'btoa' on 'Window': The string to be encoded contains characters outside of the Latin1 range.");s+=r.charAt((t=n<<16|o<<8|i)>>18&63)+r.charAt(t>>12&63)+r.charAt(t>>6&63)+r.charAt(63&t)}return u?s.slice(0,u-3)+"===".substring(u):s},t.weAtob=function(e){if(e=String(e).replace(/[\t\n\f\r ]+/g,""),!n.test(e))throw new TypeError("Failed to execute 'atob' on 'Window': The string to be decoded is not correctly encoded.");var t;e+="==".slice(2-(3&e.length));for(var o,i,s="",a=0;a<e.length;)t=r.indexOf(e.charAt(a++))<<18|r.indexOf(e.charAt(a++))<<12|(o=r.indexOf(e.charAt(a++)))<<6|(i=r.indexOf(e.charAt(a++))),s+=64===o?String.fromCharCode(t>>16&255):64===i?String.fromCharCode(t>>16&255,t>>8&255):String.fromCharCode(t>>16&255,t>>8&255,255&t);return s},t.base64_url_decode=o,t.weappJwtDecode=function(e,t){if("string"!=typeof e)throw new Error("Invalid token specified");var r=!0===(t=t||{}).header?0:1;try{return JSON.parse(o(e.split(".")[r]))}catch(e){throw new Error("Invalid token specified: ".concat(e)?e.message:0)}},t.weAppJwtDecodeAll=function(e){if("string"!=typeof e)throw new Error("Invalid token specified");try{var t=e.split(".").map((function(e,t){return 2===t?e:JSON.parse(o(e))}));return{claims:t[1],header:t[0],signature:t[2]}}catch(e){throw new Error("Invalid token specified: ".concat(e)?e.message:0)}}},814:function(e,t,r){var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.getEncryptInfo=void 0;var o=n(r(12)),i=r(631);t.getEncryptInfo=function(e){var t=void 0===e?{}:e,r=t.publicKey,n=void 0===r?"":r,s=t.payload,a=void 0===s?{}:s;if(!n)return"";try{var u=(0,i.deepClone)(a),c=new o.default;return c.setPublicKey(n),c.encryptLong("object"==typeof u?JSON.stringify(u):u)}catch(e){console.error("encrypt error:",e)}return""}},547:function(e,t){var r=this&&this.__awaiter||function(e,t,r,n){return new(r||(r=Promise))((function(o,i){function s(e){try{u(n.next(e))}catch(e){i(e)}}function a(e){try{u(n.throw(e))}catch(e){i(e)}}function u(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(s,a)}u((n=n.apply(e,t||[])).next())}))},n=this&&this.__generator||function(e,t){var r,n,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(r)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(r=1,n&&(o=2&a[0]?n.return:a[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,a[1])).done)return o;switch(n=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++,n=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=t.call(e,s)}catch(e){a=[6,e],n=0}finally{r=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}};Object.defineProperty(t,"__esModule",{value:!0}),t.SinglePromise=void 0;var o=new Map,i=function(){function e(e){this.clientId=(null==e?void 0:e.clientId)||"",o=o||new Map}return e.prototype.run=function(e,t){return r(this,void 0,Promise,(function(){var i,s=this;return n(this,(function(a){return e="".concat(this.clientId,"_").concat(e),(i=o.get(e))||(i=new Promise((function(i,a){r(s,void 0,void 0,(function(){var r,s,u;return n(this,(function(n){switch(n.label){case 0:return n.trys.push([0,3,4,5]),[4,this.runIdlePromise()];case 1:return n.sent(),r=t(),s=i,[4,r];case 2:return s.apply(void 0,[n.sent()]),[3,5];case 3:return u=n.sent(),a(u),[3,5];case 4:return o.delete(e),[7];case 5:return[2]}}))}))})),o.set(e,i)),[2,i]}))}))},e.prototype.runIdlePromise=function(){return Promise.resolve()},e}();t.SinglePromise=i},631:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.getPathName=t.deepClone=void 0,t.deepClone=function(e){var r=function(r){for(var n in e)e.hasOwnProperty(n)&&(r[n]=(0,t.deepClone)(e[n]));return r},n=null==e?"NullOrUndefined":Object.prototype.toString.call(e).slice(8,-1);if(["Int8Array","Uint8Array","Uint8ClampedArray","Int16Array","Uint16Array","Int32Array","Uint32Array","Float32Array","Float64Array","BigInt64Array","BigUint64Array"].includes(n))return e.slice();switch(n){case"Object":return r(Object.create(Object.getPrototypeOf(e)));case"Array":return r([]);case"Date":return new Date(e.valueOf());case"RegExp":return new RegExp(e.source,(e.global?"g":"")+(e.ignoreCase?"i":"")+(e.multiline?"m":"")+(e.sticky?"y":"")+(e.unicode?"u":""));default:return e}},t.getPathName=function(e){var t=e.match(/^(?:http(s)?:\/\/[^\/]+)?(\/[^\?#]*)/);return t&&t[2]||""}},425:(e,t)=>{function r(){if("undefined"==typeof globalThis)return!1;var e=globalThis.wx;if(void 0===e)return!1;if(void 0===globalThis.Page)return!1;if(!e.getDeviceInfo)return!1;if(!e.getStorageSync)return!1;if(!e.setStorageSync)return!1;if(!e.connectSocket)return!1;if(!e.request)return!1;try{if(!e.getDeviceInfo())return!1;if("qq"===e.getDeviceInfo().platform)return!1}catch(e){return!1}return!0}Object.defineProperty(t,"__esModule",{value:!0}),t.isInMpWebView=t.isMp=void 0,t.isMp=r;var n=!1;function o(){n=n||void 0!==typeof window&&"miniprogram"===window.__wxjs_environment}try{r()||(n=n||!!navigator.userAgent.match(/miniprogram/i)||"miniprogram"===window.__wxjs_environment,window&&window.WeixinJSBridge&&window.WeixinJSBridge.invoke?o():"undefined"!=typeof document&&document.addEventListener("WeixinJSBridgeReady",o,!1))}catch(e){}t.isInMpWebView=function(){return n}},639:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0});var r=function(){function e(e){if(this.params={},"string"==typeof e)this.parse(e);else if(e&&"object"==typeof e)for(var t in e)Object.prototype.hasOwnProperty.call(e,t)&&this.append(t,e[t])}return e.prototype.parse=function(e){var t=this;e.split("&").forEach((function(e){var r=e.split("=").map(decodeURIComponent),n=r[0],o=r[1];t.append(n,o)}))},e.prototype.append=function(e,t){this.params[e]?this.params[e]=this.params[e].concat([t]):this.params[e]=[t]},e.prototype.get=function(e){return this.params[e]?this.params[e][0]:null},e.prototype.getAll=function(e){return this.params[e]||[]},e.prototype.delete=function(e){delete this.params[e]},e.prototype.has=function(e){return Object.prototype.hasOwnProperty.call(this.params,e)},e.prototype.set=function(e,t){this.params[e]=[t]},e.prototype.toString=function(){var e=[],t=function(t){Object.prototype.hasOwnProperty.call(r.params,t)&&r.params[t].forEach((function(r){e.push("".concat(encodeURIComponent(t),"=").concat(encodeURIComponent(r)))}))},r=this;for(var n in this.params)t(n);return e.join("&")},e}();t.default=r},873:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.uuidv4=void 0,t.uuidv4=function(){return"xxxxxxxxxxxx4xxxyxxxxxxxxxxxxxxx".replace(/[xy]/g,(function(e){var t=16*Math.random()|0;return("x"===e?t:3&t|8).toString(16)}))}},563:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),s=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)"default"!==r&&Object.prototype.hasOwnProperty.call(e,r)&&o(t,e,r);return i(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.useDefaultAdapter=t.useAdapters=t.RUNTIME=void 0;var a,u=s(r(92)),c=r(962);!function(e){e.WEB="web",e.WX_MP="wx_mp"}(a=t.RUNTIME||(t.RUNTIME={})),t.useAdapters=function(e,t){for(var r=0,o=(0,c.isArray)(e)?e:[e];r<o.length;r++){var i=o[r],s=i.isMatch,a=i.genAdapter,u=i.runtime;if(s())return{adapter:n({isMatch:s},a(t)),runtime:u}}},t.useDefaultAdapter=function(){return{adapter:n({},u.genAdapter()),runtime:a.WEB}}},92:function(e,t,r){var n,o=this&&this.__extends||(n=function(e,t){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},n(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}n(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}),i=this&&this.__assign||function(){return i=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},i.apply(this,arguments)},s=this&&this.__awaiter||function(e,t,r,n){return new(r||(r=Promise))((function(o,i){function s(e){try{u(n.next(e))}catch(e){i(e)}}function a(e){try{u(n.throw(e))}catch(e){i(e)}}function u(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(s,a)}u((n=n.apply(e,t||[])).next())}))},a=this&&this.__generator||function(e,t){var r,n,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(r)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(r=1,n&&(o=2&a[0]?n.return:a[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,a[1])).done)return o;switch(n=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++,n=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=t.call(e,s)}catch(e){a=[6,e],n=0}finally{r=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}};Object.defineProperty(t,"__esModule",{value:!0}),t.WebRequest=t.genAdapter=void 0;var u=r(829),c=r(962),l=r(464),h=function(e){function t(t){var r=e.call(this)||this,n=t.timeout,o=t.timeoutMsg,i=t.restrictedMethods;return r.timeout=n||0,r.timeoutMsg=o||"请求超时",r.restrictedMethods=i||["get","post","upload","download"],r}return o(t,e),t.prototype.get=function(e){return this.request(i(i({},e),{method:"get"}),this.restrictedMethods.includes("get"))},t.prototype.post=function(e){return this.request(i(i({},e),{method:"post"}),this.restrictedMethods.includes("post"))},t.prototype.put=function(e){return this.request(i(i({},e),{method:"put"}))},t.prototype.upload=function(e){var t=e.data,r=e.file,n=e.name,o=e.method,s=e.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(t).forEach((function(e){c.append(e,t[e])})),c.append("key",n),c.append("file",r),this.request(i(i({},e),{data:c,method:u}),this.restrictedMethods.includes("upload"))):this.request(i(i({},e),{method:"put",headers:a,body:r}),this.restrictedMethods.includes("upload"))},t.prototype.download=function(e){return s(this,void 0,Promise,(function(){var t,r,n,o;return a(this,(function(s){switch(s.label){case 0:return s.trys.push([0,2,,3]),[4,this.get(i(i({},e),{headers:{},responseType:"blob"}))];case 1:return t=s.sent().data,r=window.URL.createObjectURL(new Blob([t])),n=decodeURIComponent(new URL(e.url).pathname.split("/").pop()||""),(o=document.createElement("a")).href=r,o.setAttribute("download",n),o.style.display="none",document.body.appendChild(o),o.click(),window.URL.revokeObjectURL(r),document.body.removeChild(o),[3,3];case 2:return s.sent(),[3,3];case 3:return[2,new Promise((function(t){t({statusCode:200,tempFilePath:e.url})}))]}}))}))},t.prototype.fetch=function(e){var t;return s(this,void 0,Promise,(function(){var r,n,o,u,c,l,h,d,f,p,v,m,y,g=this;return a(this,(function(_){switch(_.label){case 0:return r=new AbortController,n=e.url,o=e.enableAbort,u=void 0!==o&&o,c=e.stream,l=void 0!==c&&c,h=e.signal,d=e.timeout,f=e.shouldThrowOnError,p=void 0===f||f,v=null!=d?d:this.timeout,h&&(h.aborted&&r.abort(),h.addEventListener("abort",(function(){return r.abort()}))),m=null,u&&v&&(m=setTimeout((function(){console.warn(g.timeoutMsg),r.abort(new Error(g.timeoutMsg))}),v)),[4,fetch(n,i(i({},e),{signal:r.signal})).then((function(e){return s(g,void 0,void 0,(function(){var t,r,n;return a(this,(function(o){switch(o.label){case 0:return clearTimeout(m),p?e.ok?(t=e,[3,3]):[3,1]:[3,4];case 1:return n=(r=Promise).reject,[4,e.json()];case 2:t=n.apply(r,[o.sent()]),o.label=3;case 3:return[2,t];case 4:return[2,e]}}))}))})).catch((function(e){if(clearTimeout(m),p)return Promise.reject(e)}))];case 1:return y=_.sent(),[2,{data:l?y.body:(null===(t=y.headers.get("content-type"))||void 0===t?void 0:t.includes("application/json"))?y.json():y.text(),statusCode:y.status,header:y.headers}]}}))}))},t.prototype.request=function(e,t){var r=this;void 0===t&&(t=!1);var n=String(e.method).toLowerCase()||"get";return new Promise((function(o){var i,s,a=e.url,u=e.headers,h=void 0===u?{}:u,d=e.data,f=e.responseType,p=e.withCredentials,v=e.body,m=e.onUploadProgress,y=(0,c.formatUrl)((0,l.getProtocol)(),a,"get"===n?d:{}),g=new XMLHttpRequest;g.open(n,y),f&&(g.responseType=f),Object.keys(h).forEach((function(e){g.setRequestHeader(e,h[e])})),m&&g.upload.addEventListener("progress",m),g.onreadystatechange=function(){var e={};if(4===g.readyState){var t=g.getAllResponseHeaders().trim().split(/[\r\n]+/),r={};t.forEach((function(e){var t=e.split(": "),n=t.shift().toLowerCase(),o=t.join(": ");r[n]=o})),e.header=r,e.statusCode=g.status;try{e.data="blob"===f?g.response:JSON.parse(g.responseText)}catch(t){e.data="blob"===f?g.response:g.responseText}clearTimeout(i),o(e)}},t&&r.timeout&&(i=setTimeout((function(){console.warn(r.timeoutMsg),g.abort()}),r.timeout)),s=(0,c.isFormData)(d)?d:"application/x-www-form-urlencoded"===h["content-type"]?(0,c.toQueryString)(d):v||(d?JSON.stringify(d):void 0),p&&(g.withCredentials=!0),g.send(s)}))},t}(u.AbstractSDKRequest);t.WebRequest=h,t.genAdapter=function(){return{type:"default",root:window,reqClass:h,wsClass:WebSocket,localStorage}}},464:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.COMMUNITY_SITE_URL=t.IS_DEBUG_MODE=t.getProtocol=t.setProtocol=t.getSdkName=t.setSdkName=void 0;var r="@cloudbase/js-sdk";t.setSdkName=function(e){r=e},t.getSdkName=function(){return r};var n="https:";t.setProtocol=function(e){n=e},t.getProtocol=function(){return n},t.IS_DEBUG_MODE=!1,t.COMMUNITY_SITE_URL="https://support.qq.com/products/148793"},519:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.ERRORS=void 0,t.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"}},778:function(e,t,r){var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),t.OATUH_LOGINTYPE=void 0,o(r(464),t),o(r(519),t),t.OATUH_LOGINTYPE="constants"},517:function(e,t,r){var n=this&&this.__awaiter||function(e,t,r,n){return new(r||(r=Promise))((function(o,i){function s(e){try{u(n.next(e))}catch(e){i(e)}}function a(e){try{u(n.throw(e))}catch(e){i(e)}}function u(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(s,a)}u((n=n.apply(e,t||[])).next())}))},o=this&&this.__generator||function(e,t){var r,n,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(r)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(r=1,n&&(o=2&a[0]?n.return:a[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,a[1])).done)return o;switch(n=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++,n=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=t.call(e,s)}catch(e){a=[6,e],n=0}finally{r=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}};Object.defineProperty(t,"__esModule",{value:!0}),t.catchErrorsDecorator=void 0;var i=r(962),s=r(778),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(e){var t=e.err,r=e.className,n=e.methodName,o=e.sourceLink;if(!o)return null;var i,s=t.stack.split("\n"),u=a?/^catchErrorsDecorator\/<\/descriptor.value@.*\d$/:new RegExp("".concat(r,"\\.descriptor.value\\s*\\[as\\s").concat(n,"\\]\\s*\\(.*\\)$")),l=a?/^catchErrorsDecorator\/<\/descriptor.value/:new RegExp("".concat(r,"\\.descriptor.value\\s*\\[as\\s").concat(n,"\\]")),h=s.findIndex((function(e){return u.test(e)}));if(-1!==h){var d=s.filter((function(e,t){return t>h}));d.unshift(s[h].replace(l,"".concat(r,".").concat(n)).replace(c,o)),(i=new Error).stack="".concat(a?"@debugger":"Error","\n").concat(d.join("\n"))}return i}t.catchErrorsDecorator=function(e){var t=e.mode,r=void 0===t?"async":t,a=e.customInfo,h=void 0===a?{}:a,d=e.title,f=e.messages,p=void 0===f?[]:f;return function(e,t,a){if(s.IS_DEBUG_MODE){var f=h.className||e.constructor.name,v=h.methodName||t,m=a.value,y=function(){var e="",t=(new Error).stack.split("\n"),r=t.findIndex((function(e){return u.test(e)}));if(-1!==r){var n=c.exec(t[r+1]||"");e=n?n[0]:""}return e}();a.value="sync"===r?function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var r=l({err:new Error,className:f,methodName:v,sourceLink:y});try{return m.apply(this,e)}catch(e){var n=e,o=e.message,s=e.error,a=e.error_description,u={title:d||"".concat(f,".").concat(v," failed"),content:[{type:"error",body:e}]};if(o&&/^\{.*\}$/.test(o)){var c=JSON.parse(o);u.subtitle=o,c.code&&(r?(r.code=c.code,r.msg=c.msg):(e.code=c.code,e.message=c.msg),n=r||e,u.content=p.map((function(e){return{type:"info",body:e}})))}throw s&&a&&(u.subtitle=a,r?(r.code=s,r.msg=a):(e.code=s,e.message=a),n=r||e,u.content=p.map((function(e){return{type:"info",body:e}}))),(0,i.printGroupLog)(u),n}}:function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return n(this,void 0,void 0,(function(){var t,r,n,s,a,u,c,h;return o(this,(function(o){switch(o.label){case 0:t=l({err:new Error,className:f,methodName:v,sourceLink:y}),o.label=1;case 1:return o.trys.push([1,3,,4]),[4,m.apply(this,e)];case 2:return[2,o.sent()];case 3:throw r=o.sent(),n=r,s=r.message,a=r.error,u=r.error_description,c={title:d||"".concat(f,".").concat(v," failed"),content:[{type:"error",body:r}]},s&&/^\{.*\}$/.test(s)&&(h=JSON.parse(s),c.subtitle=h,h.code&&(t?(t.code=h.code,t.message=h.msg):(r.code=h.code,r.message=h.msg),n=t||r,c.content=p.map((function(e){return{type:"info",body:e}})))),a&&u&&(c.subtitle=u,t?(t.code=a,t.msg=u):(r.code=a,r.message=u),n=t||r,c.content=p.map((function(e){return{type:"info",body:e}}))),(0,i.printGroupLog)(c),n;case 4:return[2]}}))}))}}}}},260:function(e,t,r){var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),o(r(517),t)},683:function(e,t,r){var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),i=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)"default"!==r&&Object.prototype.hasOwnProperty.call(e,r)&&n(t,e,r);return o(t,e),t},s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.langEvent=t.AbortController=t.jwt=t.helpers=t.utils=t.events=t.cache=t.adapters=t.constants=void 0;var a=i(r(778));t.constants=a;var u=i(r(563));t.adapters=u;var c=i(r(865));t.cache=c;var l=i(r(940));t.events=l;var h=i(r(991));t.langEvent=h;var d=i(r(962));t.utils=d;var f=i(r(260));t.helpers=f;var p=s(r(644));t.AbortController=p.default;var v={decode:s(r(254)).default};t.jwt=v},644:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0});var r=function(){function e(){var e=this;this.listeners=[],this.signal={aborted:!1,addEventListener:function(t,r){"abort"===t&&e.listeners.push(r)}}}return e.prototype.abort=function(){this.signal.aborted||(this.signal.aborted=!0,this.listeners.forEach((function(e){return e()})))},e}();t.default=r},865:function(e,t,r){var n,o=this&&this.__extends||(n=function(e,t){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},n(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}n(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}),i=this&&this.__awaiter||function(e,t,r,n){return new(r||(r=Promise))((function(o,i){function s(e){try{u(n.next(e))}catch(e){i(e)}}function a(e){try{u(n.throw(e))}catch(e){i(e)}}function u(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(s,a)}u((n=n.apply(e,t||[])).next())}))},s=this&&this.__generator||function(e,t){var r,n,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(r)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(r=1,n&&(o=2&a[0]?n.return:a[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,a[1])).done)return o;switch(n=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++,n=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=t.call(e,s)}catch(e){a=[6,e],n=0}finally{r=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}};Object.defineProperty(t,"__esModule",{value:!0}),t.CloudbaseCache=void 0;var a=r(829),u=r(962),c=r(778),l=function(e){function t(t){var r=e.call(this)||this;return r.root=t,t.tcbCacheObject||(t.tcbCacheObject={}),r}return o(t,e),t.prototype.setItem=function(e,t){this.root.tcbCacheObject[e]=t},t.prototype.getItem=function(e){return this.root.tcbCacheObject[e]},t.prototype.removeItem=function(e){delete this.root.tcbCacheObject[e]},t.prototype.clear=function(){delete this.root.tcbCacheObject},t}(a.AbstractStorage),h=function(){function e(e){this.keys={};var t=e.persistence,r=e.platformInfo,n=void 0===r?{}:r,o=e.keys,i=void 0===o?{}:o;this.platformInfo=n,this.storage||(this.persistenceTag=this.platformInfo.adapter.primaryStorage||t,this.storage=function(e,t){switch(e){case"local":default:return t.localStorage?t.localStorage:((0,u.printWarn)(c.ERRORS.INVALID_PARAMS,"localStorage is not supported on current platform"),new l(t.root));case"none":return new l(t.root)}}(this.persistenceTag,this.platformInfo.adapter),this.keys=i)}return Object.defineProperty(e.prototype,"mode",{get:function(){return this.storage.mode||"sync"},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"persistence",{get:function(){return this.persistenceTag},enumerable:!1,configurable:!0}),e.prototype.setStore=function(e,t,r){if("async"!==this.mode){if(this.storage)try{var n={version:r||"localCachev1",content:t};this.storage.setItem(e,JSON.stringify(n))}catch(e){throw new Error(JSON.stringify({code:c.ERRORS.OPERATION_FAIL,msg:"[".concat((0,c.getSdkName)(),"][").concat(c.ERRORS.OPERATION_FAIL,"]setStore failed"),info:e}))}}else(0,u.printWarn)(c.ERRORS.INVALID_OPERATION,"current platform's storage is asynchronous, please use setStoreAsync insteed")},e.prototype.setStoreAsync=function(e,t,r){return i(this,void 0,void 0,(function(){var n;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]),n={version:r||"localCachev1",content:t},[4,this.storage.setItem(e,JSON.stringify(n))];case 2:return o.sent(),[3,4];case 3:return o.sent(),[2];case 4:return[2]}}))}))},e.prototype.getStore=function(e,t){var r;if("async"!==this.mode){try{if("undefined"!=typeof process&&(null===(r={IS_MP_BUILD:!0,IS_BROWSER_BUILD:!0})||void 0===r?void 0:r.tcb_token))return{IS_MP_BUILD:!0,IS_BROWSER_BUILD:!0}.tcb_token;if(!this.storage)return""}catch(e){return""}t=t||"localCachev1";var n=this.storage.getItem(e);return n&&n.indexOf(t)>=0?JSON.parse(n).content:""}(0,u.printWarn)(c.ERRORS.INVALID_OPERATION,"current platform's storage is asynchronous, please use getStoreAsync insteed")},e.prototype.getStoreAsync=function(e,t){var r;return i(this,void 0,void 0,(function(){var n;return s(this,(function(o){switch(o.label){case 0:try{if("undefined"!=typeof process&&(null===(r={IS_MP_BUILD:!0,IS_BROWSER_BUILD:!0})||void 0===r?void 0:r.tcb_token))return[2,{IS_MP_BUILD:!0,IS_BROWSER_BUILD:!0}.tcb_token];if(!this.storage)return[2,""]}catch(e){return[2,""]}return t=t||"localCachev1",[4,this.storage.getItem(e)];case 1:return(n=o.sent())&&n.indexOf(t)>=0?[2,JSON.parse(n).content]:[2,""]}}))}))},e.prototype.removeStore=function(e){"async"!==this.mode?this.storage.removeItem(e):(0,u.printWarn)(c.ERRORS.INVALID_OPERATION,"current platform's storage is asynchronous, please use removeStoreAsync insteed")},e.prototype.removeStoreAsync=function(e){return i(this,void 0,void 0,(function(){return s(this,(function(t){switch(t.label){case 0:return[4,this.storage.removeItem(e)];case 1:return t.sent(),[2]}}))}))},e}();t.CloudbaseCache=h},940:function(e,t,r){var n,o=this&&this.__extends||(n=function(e,t){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},n(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}n(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}),i=this&&this.__spreadArray||function(e,t,r){if(r||2===arguments.length)for(var n,o=0,i=t.length;o<i;o++)!n&&o in t||(n||(n=Array.prototype.slice.call(t,0,o)),n[o]=t[o]);return e.concat(n||Array.prototype.slice.call(t))};Object.defineProperty(t,"__esModule",{value:!0}),t.removeEventListener=t.activateEvent=t.addEventListener=t.CloudbaseEventEmitter=t.IErrorEvent=t.CloudbaseEvent=void 0;var s=r(962),a=function(e,t){this.data=t||null,this.name=e};t.CloudbaseEvent=a;var u=function(e){function t(t,r){var n=e.call(this,"error",{error:t,data:r})||this;return n.error=t,n}return o(t,e),t}(a);t.IErrorEvent=u;var c=function(){function e(){this.listeners={}}return e.prototype.on=function(e,t){return function(e,t,r){r[e]=r[e]||[],r[e].push(t)}(e,t,this.listeners),this},e.prototype.off=function(e,t){return function(e,t,r){if(null==r?void 0:r[e]){var n=r[e].indexOf(t);-1!==n&&r[e].splice(n,1)}}(e,t,this.listeners),this},e.prototype.fire=function(e,t){if((0,s.isInstanceOf)(e,u))return console.error(e.error),this;var r=(0,s.isString)(e)?new a(e,t||{}):e,n=r.name;if(this.listens(n)){r.target=this;for(var o=0,c=this.listeners[n]?i([],this.listeners[n],!0):[];o<c.length;o++)c[o].call(this,r)}return this},e.prototype.listens=function(e){return this.listeners[e]&&this.listeners[e].length>0},e}();t.CloudbaseEventEmitter=c;var l=new c;t.addEventListener=function(e,t){l.on(e,t)},t.activateEvent=function(e,t){void 0===t&&(t={}),l.fire(e,t)},t.removeEventListener=function(e,t){l.off(e,t)}},991:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.LANG_CHANGE_EVENT=t.bus=void 0;var n=r(940);t.bus=new n.CloudbaseEventEmitter,t.LANG_CHANGE_EVENT="lang_change"},962:function(e,t,r){var n=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0}),t.parseCaptcha=t.parseQueryString=t.transformPhone=t.sleep=t.printGroupLog=t.throwError=t.printInfo=t.printError=t.printWarn=t.execCallback=t.createPromiseCallback=t.removeParam=t.getHash=t.getQuery=t.toQueryString=t.formatUrl=t.generateRequestId=t.genSeqId=t.isFormData=t.isInstanceOf=t.isNull=t.isPalinObject=t.isUndefined=t.isString=t.isArray=void 0;var o=r(778);t.isArray=function(e){return"[object Array]"===Object.prototype.toString.call(e)},t.isString=function(e){return"string"==typeof e},t.isUndefined=function(e){return void 0===e},t.isPalinObject=function(e){return"[object Object]"===Object.prototype.toString.call(e)},t.isNull=function(e){return"[object Null]"===Object.prototype.toString.call(e)},t.isInstanceOf=function(e,t){return e instanceof t},t.isFormData=function(e){return"[object FormData]"===Object.prototype.toString.call(e)},t.genSeqId=function(){return Math.random().toString(16).slice(2)},t.generateRequestId=function(){var e=(new Date).getTime(),t=(null===Date||void 0===Date?void 0:Date.now)&&1e3*Date.now()||0;return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,(function(r){var n=16*Math.random();return e>0?(n=(e+n)%16|0,e=Math.floor(e/16)):(n=(t+n)%16|0,t=Math.floor(t/16)),("x"===r?n:7&n|8).toString(16)}))},t.formatUrl=function(e,t,r){void 0===r&&(r={});var n=/\?/.test(t),o="";return Object.keys(r).forEach((function(e){""===o?!n&&(t+="?"):o+="&",o+="".concat(e,"=").concat(encodeURIComponent(r[e]))})),/^http(s)?:\/\//.test(t+=o)?t:"".concat(e).concat(t)},t.toQueryString=function(e){void 0===e&&(e={});var t=[];return Object.keys(e).forEach((function(r){t.push("".concat(r,"=").concat(encodeURIComponent(e[r])))})),t.join("&")},t.getQuery=function(e,t){if("undefined"==typeof window)return!1;var r=t||decodeURIComponent(window.location.search),n=new RegExp("(^|&)".concat(e,"=([^&]*)(&|$)")),o=r.substr(r.indexOf("?")+1).match(n);return null!=o?o[2]:""},t.getHash=function(e){if("undefined"==typeof window)return"";var t=window.location.hash.match(new RegExp("[#?&/]".concat(e,"=([^&#]*)")));return t?t[1]:""},t.removeParam=function(e,t){var r=t.split("?")[0],n=[],o=-1!==t.indexOf("?")?t.split("?")[1]:"";if(""!==o){for(var i=(n=o.split("&")).length-1;i>=0;i-=1)n[i].split("=")[0]===e&&n.splice(i,1);r="".concat(r,"?").concat(n.join("&"))}return r},t.createPromiseCallback=function(){var e={};if(!Promise){(e=function(){}).promise={};var t=function(){throw new Error('Your Node runtime does support ES6 Promises. Set "global.Promise" to your preferred implementation of promises.')};return Object.defineProperty(e.promise,"then",{get:t}),Object.defineProperty(e.promise,"catch",{get:t}),e}var r=new Promise((function(t,r){e=function(e,n){return e?r(e):t(n)}}));return e.promise=r,e},t.execCallback=function(e,t,r){if(void 0===r&&(r=null),e&&"function"==typeof e)return e(t,r);if(t)throw t;return r},t.printWarn=function(e,t){console.warn("[".concat((0,o.getSdkName)(),"][").concat(e,"]:").concat(t))},t.printError=function(e,t){console.error({code:e,msg:"[".concat((0,o.getSdkName)(),"][").concat(e,"]:").concat(t)})},t.printInfo=function(e,t){console.log("[".concat((0,o.getSdkName)(),"][").concat(e,"]:").concat(t))},t.throwError=function(e,t){throw new Error(JSON.stringify({code:e,msg:"[".concat((0,o.getSdkName)(),"][").concat(e,"]:").concat(t)}))},t.printGroupLog=function(e){var t,r=e.title,n=e.subtitle,o=void 0===n?"":n,i=e.content,s=void 0===i?[]:i,a=e.printTrace,u=void 0!==a&&a,c=e.collapsed;void 0!==c&&c?(console.groupCollapsed||console.error)(r,o):(console.group||console.error)(r,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===(t=console.groupEnd)||void 0===t||t.call(console)},t.sleep=function(e){return void 0===e&&(e=0),new Promise((function(t){return setTimeout(t,e)}))},t.transformPhone=function(e){return"+86".concat(e)},t.parseQueryString=function(e){e=e.replace(/^\?/,"");var t={};return e.split("&").forEach((function(e){var r=e.split("="),n=r[0],o=r[1];n=decodeURIComponent(n),o=decodeURIComponent(o),n&&(t[n]?Array.isArray(t[n])?t[n].push(o):t[n]=[t[n],o]:t[n]=o)})),t},t.parseCaptcha=function(e){var r={},o=e.match(/^(data:.*?)(\?[^#\s]*)?$/);if(o){e=o[1];var i=o[2];i&&(r=(0,t.parseQueryString)(i))}var s=r.token,a=n(r,["token"]);return/^data:/.test(e)&&!s?{error:"invalid_argument",error_description:"invalid captcha data: ".concat(e)}:s?{state:a.state,token:s,captchaData:e}:{error:"unimplemented",error_description:"need to impl captcha data"}}},12:(e,t,r)=>{var n;if(r.r(t),r.d(t,{default:()=>j}),!globalThis.IS_MP_BUILD){var o="undefined"!=typeof globalThis?globalThis.navigator:window.globalThis,i="0123456789abcdefghijklmnopqrstuvwxyz";function q(e){return i.charAt(e)}function M(e,t){return e&t}function B(e,t){return e|t}function W(e,t){return e^t}function H(e,t){return e&~t}function V(e){if(0==e)return-1;var t=0;return 65535&e||(e>>=16,t+=16),255&e||(e>>=8,t+=8),15&e||(e>>=4,t+=4),3&e||(e>>=2,t+=2),1&e||++t,t}function F(e){for(var t=0;0!=e;)e&=e-1,++t;return t}var s="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";function G(e){var t,r,n="";for(t=0;t+3<=e.length;t+=3)r=parseInt(e.substring(t,t+3),16),n+=s.charAt(r>>6)+s.charAt(63&r);for(t+1==e.length?(r=parseInt(e.substring(t,t+1),16),n+=s.charAt(r<<2)):t+2==e.length&&(r=parseInt(e.substring(t,t+2),16),n+=s.charAt(r>>2)+s.charAt((3&r)<<4));(3&n.length)>0;)n+="=";return n}function z(e){var t,r="",n=0,o=0;for(t=0;t<e.length&&"="!=e.charAt(t);++t){var i=s.indexOf(e.charAt(t));i<0||(0==n?(r+=q(i>>2),o=3&i,n=1):1==n?(r+=q(o<<2|i>>4),o=15&i,n=2):2==n?(r+=q(o),r+=q(i>>2),o=3&i,n=3):(r+=q(o<<2|i>>4),r+=q(15&i),n=0))}return 1==n&&(r+=q(o<<2)),r}var a,u,c={decode:function(e){var t;if(void 0===a){var r="0123456789ABCDEF";for(a={},t=0;t<16;++t)a[r.charAt(t)]=t;for(r=r.toLowerCase(),t=10;t<16;++t)a[r.charAt(t)]=t;for(t=0;t<8;++t)a[" \f\n\r\t \u2028\u2029".charAt(t)]=-1}var n=[],o=0,i=0;for(t=0;t<e.length;++t){var s=e.charAt(t);if("="==s)break;if(-1!=(s=a[s])){if(void 0===s)throw new Error("Illegal character at offset "+t);o|=s,++i>=2?(n[n.length]=o,o=0,i=0):o<<=4}}if(i)throw new Error("Hex encoding incomplete: 4 bits missing");return n}},l={decode:function(e){var t;if(void 0===u){for(u=Object.create(null),t=0;t<64;++t)u["ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(t)]=t;for(t=0;t<9;++t)u["= \f\n\r\t \u2028\u2029".charAt(t)]=-1}var r=[],n=0,o=0;for(t=0;t<e.length;++t){var i=e.charAt(t);if("="==i)break;if(-1!=(i=u[i])){if(void 0===i)throw new Error("Illegal character at offset "+t);n|=i,++o>=4?(r[r.length]=n>>16,r[r.length]=n>>8&255,r[r.length]=255&n,n=0,o=0):n<<=6}}switch(o){case 1:throw new Error("Base64 encoding incomplete: at least 2 bits missing");case 2:r[r.length]=n>>10;break;case 3:r[r.length]=n>>16,r[r.length]=n>>8&255}return r},re:/-----BEGIN [^-]+-----([A-Za-z0-9+\/=\s]+)-----END [^-]+-----|begin-base64[^\n]+\n([A-Za-z0-9+\/=\s]+)====/,unarmor:function(e){var t=l.re.exec(e);if(t)if(t[1])e=t[1];else{if(!t[2])throw new Error("RegExp out of sync");e=t[2]}return l.decode(e)}},h=1e13;class Y{constructor(e){this.buf=[+e||0]}mulAdd(e,t){var r,n,o=this.buf,i=o.length;for(r=0;r<i;++r)(n=o[r]*e+t)<h?t=0:n-=(t=0|n/h)*h,o[r]=n;t>0&&(o[r]=t)}sub(e){var t,r,n=this.buf,o=n.length;for(t=0;t<o;++t)(r=n[t]-e)<0?(r+=h,e=1):e=0,n[t]=r;for(;0===n[n.length-1];)n.pop()}toString(e){if(10!=(e||10))throw new Error("only base 10 is supported");for(var t=this.buf,r=t[t.length-1].toString(),n=t.length-2;n>=0;--n)r+=(h+t[n]).toString().substring(1);return r}valueOf(){for(var e=this.buf,t=0,r=e.length-1;r>=0;--r)t=t*h+e[r];return t}simplify(){var e=this.buf;return 1==e.length?e[0]:this}}var d,f=/^(\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)?)?$/,p=/^(\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 K(e,t){return e.length>t&&(e=e.substring(0,t)+"…"),e}class ${constructor(e,t){this.hexDigits="0123456789ABCDEF",e instanceof $?(this.enc=e.enc,this.pos=e.pos):(this.enc=e,this.pos=t)}get(e){if(void 0===e&&(e=this.pos++),e>=this.enc.length)throw new Error("Requesting byte offset "+e+" on a stream of length "+this.enc.length);return"string"==typeof this.enc?this.enc.charCodeAt(e):this.enc[e]}hexByte(e){return this.hexDigits.charAt(e>>4&15)+this.hexDigits.charAt(15&e)}hexDump(e,t,r){for(var n="",o=e;o<t;++o)if(n+=this.hexByte(this.get(o)),!0!==r)switch(15&o){case 7:n+=" ";break;case 15:n+="\n";break;default:n+=" "}return n}isASCII(e,t){for(var r=e;r<t;++r){var n=this.get(r);if(n<32||n>176)return!1}return!0}parseStringISO(e,t){for(var r="",n=e;n<t;++n)r+=String.fromCharCode(this.get(n));return r}parseStringUTF(e,t){for(var r="",n=e;n<t;){var o=this.get(n++);r+=o<128?String.fromCharCode(o):o>191&&o<224?String.fromCharCode((31&o)<<6|63&this.get(n++)):String.fromCharCode((15&o)<<12|(63&this.get(n++))<<6|63&this.get(n++))}return r}parseStringBMP(e,t){for(var r,n,o="",i=e;i<t;)r=this.get(i++),n=this.get(i++),o+=String.fromCharCode(r<<8|n);return o}parseTime(e,t,r){var n=this.parseStringISO(e,t),o=(r?f:p).exec(n);return o?(r&&(o[1]=+o[1],o[1]+=+o[1]<70?2e3:1900),n=o[1]+"-"+o[2]+"-"+o[3]+" "+o[4],o[5]&&(n+=":"+o[5],o[6]&&(n+=":"+o[6],o[7]&&(n+="."+o[7]))),o[8]&&(n+=" UTC","Z"!=o[8]&&(n+=o[8],o[9]&&(n+=":"+o[9]))),n):"Unrecognized time: "+n}parseInteger(e,t){for(var r,n=this.get(e),o=n>127,i=o?255:0,s="";n==i&&++e<t;)n=this.get(e);if(0==(r=t-e))return o?-1:0;if(r>4){for(s=n,r<<=3;!(128&(+s^i));)s=+s<<1,--r;s="("+r+" bit)\n"}o&&(n-=256);for(var a=new Y(n),u=e+1;u<t;++u)a.mulAdd(256,this.get(u));return s+a.toString()}parseBitString(e,t,r){for(var n=this.get(e),o="("+((t-e-1<<3)-n)+" bit)\n",i="",s=e+1;s<t;++s){for(var a=this.get(s),u=s==t-1?n:0,c=7;c>=u;--c)i+=a>>c&1?"1":"0";if(i.length>r)return o+K(i,r)}return o+i}parseOctetString(e,t,r){if(this.isASCII(e,t))return K(this.parseStringISO(e,t),r);var n=t-e,o="("+n+" byte)\n";n>(r/=2)&&(t=e+r);for(var i=e;i<t;++i)o+=this.hexByte(this.get(i));return n>r&&(o+="…"),o}parseOID(e,t,r){for(var n="",o=new Y,i=0,s=e;s<t;++s){var a=this.get(s);if(o.mulAdd(128,127&a),i+=7,!(128&a)){if(""===n)if((o=o.simplify())instanceof Y)o.sub(80),n="2."+o.toString();else{var u=o<80?o<40?0:1:2;n=u+"."+(o-40*u)}else n+="."+o.toString();if(n.length>r)return K(n,r);o=new Y,i=0}}return i>0&&(n+=".incomplete"),n}}class Q{constructor(e,t,r,n,o){if(!(n instanceof J))throw new Error("Invalid tag value.");this.stream=e,this.header=t,this.length=r,this.tag=n,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(e){if(void 0===this.tag)return null;void 0===e&&(e=1/0);var t=this.posContent(),r=Math.abs(this.length);if(!this.tag.isUniversal())return null!==this.sub?"("+this.sub.length+" elem)":this.stream.parseOctetString(t,t+r,e);switch(this.tag.tagNumber){case 1:return 0===this.stream.get(t)?"false":"true";case 2:return this.stream.parseInteger(t,t+r);case 3:return this.sub?"("+this.sub.length+" elem)":this.stream.parseBitString(t,t+r,e);case 4:return this.sub?"("+this.sub.length+" elem)":this.stream.parseOctetString(t,t+r,e);case 6:return this.stream.parseOID(t,t+r,e);case 16:case 17:return null!==this.sub?"("+this.sub.length+" elem)":"(no elem)";case 12:return K(this.stream.parseStringUTF(t,t+r),e);case 18:case 19:case 20:case 21:case 22:case 26:return K(this.stream.parseStringISO(t,t+r),e);case 30:return K(this.stream.parseStringBMP(t,t+r),e);case 23:case 24:return this.stream.parseTime(t,t+r,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(e){void 0===e&&(e="");var t=e+this.typeName()+" @"+this.stream.pos;if(this.length>=0&&(t+="+"),t+=this.length,this.tag.tagConstructed?t+=" (constructed)":!this.tag.isUniversal()||3!=this.tag.tagNumber&&4!=this.tag.tagNumber||null===this.sub||(t+=" (encapsulates)"),t+="\n",null!==this.sub){e+=" ";for(var r=0,n=this.sub.length;r<n;++r)t+=this.sub[r].toPrettyString(e)}return t}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(e){var t=e.get(),r=127&t;if(r==t)return r;if(r>6)throw new Error("Length over 48 bits not supported at position "+(e.pos-1));if(0===r)return null;t=0;for(var n=0;n<r;++n)t=256*t+e.get();return t}getHexStringValue(){var e=this.toHexString(),t=2*this.header,r=2*this.length;return e.substr(t,r)}static decode(e){var t;t=e instanceof $?e:new $(e,0);var r=new $(t),n=new J(t),o=Q.decodeLength(t),i=t.pos,s=i-r.pos,a=null,u=function(){var e=[];if(null!==o){for(var r=i+o;t.pos<r;)e[e.length]=Q.decode(t);if(t.pos!=r)throw new Error("Content size is not correct for container starting at offset "+i)}else try{for(;;){var n=Q.decode(t);if(n.tag.isEOC())break;e[e.length]=n}o=i-t.pos}catch(e){throw new Error("Exception while decoding undefined length content: "+e)}return e};if(n.tagConstructed)a=u();else if(n.isUniversal()&&(3==n.tagNumber||4==n.tagNumber))try{if(3==n.tagNumber&&0!=t.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(e){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);t.pos=i+Math.abs(o)}return new Q(r,s,o,n,a)}}class J{constructor(e){var t=e.get();if(this.tagClass=t>>6,this.tagConstructed=!!(32&t),this.tagNumber=31&t,31==this.tagNumber){var r=new Y;do{t=e.get(),r.mulAdd(128,127&t)}while(128&t);this.tagNumber=r.simplify()}}isUniversal(){return 0===this.tagClass}isEOC(){return 0===this.tagClass&&0===this.tagNumber}}var v=[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],m=(1<<26)/v[v.length-1];class Z{constructor(e,t,r){null!=e&&("number"==typeof e?this.fromNumber(e,t,r):null==t&&"string"!=typeof e?this.fromString(e,256):this.fromString(e,t))}toString(e){if(this.s<0)return"-"+this.negate().toString(e);var t;if(16==e)t=4;else if(8==e)t=3;else if(2==e)t=1;else if(32==e)t=5;else{if(4!=e)return this.toRadix(e);t=2}var r,n=(1<<t)-1,o=!1,i="",s=this.t,a=this.DB-s*this.DB%t;if(s-- >0)for(a<this.DB&&(r=this[s]>>a)>0&&(o=!0,i=q(r));s>=0;)a<t?(r=(this[s]&(1<<a)-1)<<t-a,r|=this[--s]>>(a+=this.DB-t)):(r=this[s]>>(a-=t)&n,a<=0&&(a+=this.DB,--s)),r>0&&(o=!0),o&&(i+=q(r));return o?i:"0"}negate(){var e=X();return Z.ZERO.subTo(this,e),e}abs(){return this.s<0?this.negate():this}compareTo(e){var t=this.s-e.s;if(0!=t)return t;var r=this.t;if(0!=(t=r-e.t))return this.s<0?-t:t;for(;--r>=0;)if(0!=(t=this[r]-e[r]))return t;return 0}bitLength(){return this.t<=0?0:this.DB*(this.t-1)+se(this[this.t-1]^this.s&this.DM)}mod(e){var t=X();return this.abs().divRemTo(e,null,t),this.s<0&&t.compareTo(Z.ZERO)>0&&e.subTo(t,t),t}modPowInt(e,t){var r;return r=e<256||t.isEven()?new g(t):new _(t),this.exp(e,r)}clone(){var e=X();return this.copyTo(e),e}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 e=this.t,t=[];t[0]=this.s;var r,n=this.DB-e*this.DB%8,o=0;if(e-- >0)for(n<this.DB&&(r=this[e]>>n)!=(this.s&this.DM)>>n&&(t[o++]=r|this.s<<this.DB-n);e>=0;)n<8?(r=(this[e]&(1<<n)-1)<<8-n,r|=this[--e]>>(n+=this.DB-8)):(r=this[e]>>(n-=8)&255,n<=0&&(n+=this.DB,--e)),128&r&&(r|=-256),0==o&&(128&this.s)!=(128&r)&&++o,(o>0||r!=this.s)&&(t[o++]=r);return t}equals(e){return 0==this.compareTo(e)}min(e){return this.compareTo(e)<0?this:e}max(e){return this.compareTo(e)>0?this:e}and(e){var t=X();return this.bitwiseTo(e,M,t),t}or(e){var t=X();return this.bitwiseTo(e,B,t),t}xor(e){var t=X();return this.bitwiseTo(e,W,t),t}andNot(e){var t=X();return this.bitwiseTo(e,H,t),t}not(){for(var e=X(),t=0;t<this.t;++t)e[t]=this.DM&~this[t];return e.t=this.t,e.s=~this.s,e}shiftLeft(e){var t=X();return e<0?this.rShiftTo(-e,t):this.lShiftTo(e,t),t}shiftRight(e){var t=X();return e<0?this.lShiftTo(-e,t):this.rShiftTo(e,t),t}getLowestSetBit(){for(var e=0;e<this.t;++e)if(0!=this[e])return e*this.DB+V(this[e]);return this.s<0?this.t*this.DB:-1}bitCount(){for(var e=0,t=this.s&this.DM,r=0;r<this.t;++r)e+=F(this[r]^t);return e}testBit(e){var t=Math.floor(e/this.DB);return t>=this.t?0!=this.s:!!(this[t]&1<<e%this.DB)}setBit(e){return this.changeBit(e,B)}clearBit(e){return this.changeBit(e,H)}flipBit(e){return this.changeBit(e,W)}add(e){var t=X();return this.addTo(e,t),t}subtract(e){var t=X();return this.subTo(e,t),t}multiply(e){var t=X();return this.multiplyTo(e,t),t}divide(e){var t=X();return this.divRemTo(e,t,null),t}remainder(e){var t=X();return this.divRemTo(e,null,t),t}divideAndRemainder(e){var t=X(),r=X();return this.divRemTo(e,t,r),[t,r]}modPow(e,t){var r,n,o=e.bitLength(),i=ie(1);if(o<=0)return i;r=o<18?1:o<48?3:o<144?4:o<768?5:6,n=o<8?new g(t):t.isEven()?new b(t):new _(t);var s=[],a=3,u=r-1,c=(1<<r)-1;if(s[1]=n.convert(this),r>1){var l=X();for(n.sqrTo(s[1],l);a<=c;)s[a]=X(),n.mulTo(l,s[a-2],s[a]),a+=2}var h,d,f=e.t-1,p=!0,v=X();for(o=se(e[f])-1;f>=0;){for(o>=u?h=e[f]>>o-u&c:(h=(e[f]&(1<<o+1)-1)<<u-o,f>0&&(h|=e[f-1]>>this.DB+o-u)),a=r;!(1&h);)h>>=1,--a;if((o-=a)<0&&(o+=this.DB,--f),p)s[h].copyTo(i),p=!1;else{for(;a>1;)n.sqrTo(i,v),n.sqrTo(v,i),a-=2;a>0?n.sqrTo(i,v):(d=i,i=v,v=d),n.mulTo(v,s[h],i)}for(;f>=0&&!(e[f]&1<<o);)n.sqrTo(i,v),d=i,i=v,v=d,--o<0&&(o=this.DB-1,--f)}return n.revert(i)}modInverse(e){var t=e.isEven();if(this.isEven()&&t||0==e.signum())return Z.ZERO;for(var r=e.clone(),n=this.clone(),o=ie(1),i=ie(0),s=ie(0),a=ie(1);0!=r.signum();){for(;r.isEven();)r.rShiftTo(1,r),t?(o.isEven()&&i.isEven()||(o.addTo(this,o),i.subTo(e,i)),o.rShiftTo(1,o)):i.isEven()||i.subTo(e,i),i.rShiftTo(1,i);for(;n.isEven();)n.rShiftTo(1,n),t?(s.isEven()&&a.isEven()||(s.addTo(this,s),a.subTo(e,a)),s.rShiftTo(1,s)):a.isEven()||a.subTo(e,a),a.rShiftTo(1,a);r.compareTo(n)>=0?(r.subTo(n,r),t&&o.subTo(s,o),i.subTo(a,i)):(n.subTo(r,n),t&&s.subTo(o,s),a.subTo(i,a))}return 0!=n.compareTo(Z.ONE)?Z.ZERO:a.compareTo(e)>=0?a.subtract(e):a.signum()<0?(a.addTo(e,a),a.signum()<0?a.add(e):a):a}pow(e){return this.exp(e,new y)}gcd(e){var t=this.s<0?this.negate():this.clone(),r=e.s<0?e.negate():e.clone();if(t.compareTo(r)<0){var n=t;t=r,r=n}var o=t.getLowestSetBit(),i=r.getLowestSetBit();if(i<0)return t;for(o<i&&(i=o),i>0&&(t.rShiftTo(i,t),r.rShiftTo(i,r));t.signum()>0;)(o=t.getLowestSetBit())>0&&t.rShiftTo(o,t),(o=r.getLowestSetBit())>0&&r.rShiftTo(o,r),t.compareTo(r)>=0?(t.subTo(r,t),t.rShiftTo(1,t)):(r.subTo(t,r),r.rShiftTo(1,r));return i>0&&r.lShiftTo(i,r),r}isProbablePrime(e){var t,r=this.abs();if(1==r.t&&r[0]<=v[v.length-1]){for(t=0;t<v.length;++t)if(r[0]==v[t])return!0;return!1}if(r.isEven())return!1;for(t=1;t<v.length;){for(var n=v[t],o=t+1;o<v.length&&n<m;)n*=v[o++];for(n=r.modInt(n);t<o;)if(n%v[t++]==0)return!1}return r.millerRabin(e)}copyTo(e){for(var t=this.t-1;t>=0;--t)e[t]=this[t];e.t=this.t,e.s=this.s}fromInt(e){this.t=1,this.s=e<0?-1:0,e>0?this[0]=e:e<-1?this[0]=e+this.DV:this.t=0}fromString(e,t){var r;if(16==t)r=4;else if(8==t)r=3;else if(256==t)r=8;else if(2==t)r=1;else if(32==t)r=5;else{if(4!=t)return void this.fromRadix(e,t);r=2}this.t=0,this.s=0;for(var n=e.length,o=!1,i=0;--n>=0;){var s=8==r?255&+e[n]:oe(e,n);s<0?"-"==e.charAt(n)&&(o=!0):(o=!1,0==i?this[this.t++]=s:i+r>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+=r)>=this.DB&&(i-=this.DB))}8==r&&128&+e[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 e=this.s&this.DM;this.t>0&&this[this.t-1]==e;)--this.t}dlShiftTo(e,t){var r;for(r=this.t-1;r>=0;--r)t[r+e]=this[r];for(r=e-1;r>=0;--r)t[r]=0;t.t=this.t+e,t.s=this.s}drShiftTo(e,t){for(var r=e;r<this.t;++r)t[r-e]=this[r];t.t=Math.max(this.t-e,0),t.s=this.s}lShiftTo(e,t){for(var r=e%this.DB,n=this.DB-r,o=(1<<n)-1,i=Math.floor(e/this.DB),s=this.s<<r&this.DM,a=this.t-1;a>=0;--a)t[a+i+1]=this[a]>>n|s,s=(this[a]&o)<<r;for(a=i-1;a>=0;--a)t[a]=0;t[i]=s,t.t=this.t+i+1,t.s=this.s,t.clamp()}rShiftTo(e,t){t.s=this.s;var r=Math.floor(e/this.DB);if(r>=this.t)t.t=0;else{var n=e%this.DB,o=this.DB-n,i=(1<<n)-1;t[0]=this[r]>>n;for(var s=r+1;s<this.t;++s)t[s-r-1]|=(this[s]&i)<<o,t[s-r]=this[s]>>n;n>0&&(t[this.t-r-1]|=(this.s&i)<<o),t.t=this.t-r,t.clamp()}}subTo(e,t){for(var r=0,n=0,o=Math.min(e.t,this.t);r<o;)n+=this[r]-e[r],t[r++]=n&this.DM,n>>=this.DB;if(e.t<this.t){for(n-=e.s;r<this.t;)n+=this[r],t[r++]=n&this.DM,n>>=this.DB;n+=this.s}else{for(n+=this.s;r<e.t;)n-=e[r],t[r++]=n&this.DM,n>>=this.DB;n-=e.s}t.s=n<0?-1:0,n<-1?t[r++]=this.DV+n:n>0&&(t[r++]=n),t.t=r,t.clamp()}multiplyTo(e,t){var r=this.abs(),n=e.abs(),o=r.t;for(t.t=o+n.t;--o>=0;)t[o]=0;for(o=0;o<n.t;++o)t[o+r.t]=r.am(0,n[o],t,o,0,r.t);t.s=0,t.clamp(),this.s!=e.s&&Z.ZERO.subTo(t,t)}squareTo(e){for(var t=this.abs(),r=e.t=2*t.t;--r>=0;)e[r]=0;for(r=0;r<t.t-1;++r){var n=t.am(r,t[r],e,2*r,0,1);(e[r+t.t]+=t.am(r+1,2*t[r],e,2*r+1,n,t.t-r-1))>=t.DV&&(e[r+t.t]-=t.DV,e[r+t.t+1]=1)}e.t>0&&(e[e.t-1]+=t.am(r,t[r],e,2*r,0,1)),e.s=0,e.clamp()}divRemTo(e,t,r){var n=e.abs();if(!(n.t<=0)){var o=this.abs();if(o.t<n.t)return null!=t&&t.fromInt(0),void(null!=r&&this.copyTo(r));null==r&&(r=X());var i=X(),s=this.s,a=e.s,u=this.DB-se(n[n.t-1]);u>0?(n.lShiftTo(u,i),o.lShiftTo(u,r)):(n.copyTo(i),o.copyTo(r));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=r.t,m=v-c,y=null==t?X():t;for(i.dlShiftTo(m,y),r.compareTo(y)>=0&&(r[r.t++]=1,r.subTo(y,r)),Z.ONE.dlShiftTo(c,y),y.subTo(i,i);i.t<c;)i[i.t++]=0;for(;--m>=0;){var g=r[--v]==l?this.DM:Math.floor(r[v]*d+(r[v-1]+p)*f);if((r[v]+=i.am(0,g,r,m,0,c))<g)for(i.dlShiftTo(m,y),r.subTo(y,r);r[v]<--g;)r.subTo(y,r)}null!=t&&(r.drShiftTo(c,t),s!=a&&Z.ZERO.subTo(t,t)),r.t=c,r.clamp(),u>0&&r.rShiftTo(u,r),s<0&&Z.ZERO.subTo(r,r)}}}invDigit(){if(this.t<1)return 0;var e=this[0];if(!(1&e))return 0;var t=3&e;return(t=(t=(t=(t=t*(2-(15&e)*t)&15)*(2-(255&e)*t)&255)*(2-((65535&e)*t&65535))&65535)*(2-e*t%this.DV)%this.DV)>0?this.DV-t:-t}isEven(){return 0==(this.t>0?1&this[0]:this.s)}exp(e,t){if(e>4294967295||e<1)return Z.ONE;var r=X(),n=X(),o=t.convert(this),i=se(e)-1;for(o.copyTo(r);--i>=0;)if(t.sqrTo(r,n),(e&1<<i)>0)t.mulTo(n,o,r);else{var s=r;r=n,n=s}return t.revert(r)}chunkSize(e){return Math.floor(Math.LN2*this.DB/Math.log(e))}toRadix(e){if(null==e&&(e=10),0==this.signum()||e<2||e>36)return"0";var t=this.chunkSize(e),r=Math.pow(e,t),n=ie(r),o=X(),i=X(),s="";for(this.divRemTo(n,o,i);o.signum()>0;)s=(r+i.intValue()).toString(e).substr(1)+s,o.divRemTo(n,o,i);return i.intValue().toString(e)+s}fromRadix(e,t){this.fromInt(0),null==t&&(t=10);for(var r=this.chunkSize(t),n=Math.pow(t,r),o=!1,i=0,s=0,a=0;a<e.length;++a){var u=oe(e,a);u<0?"-"==e.charAt(a)&&0==this.signum()&&(o=!0):(s=t*s+u,++i>=r&&(this.dMultiply(n),this.dAddOffset(s,0),i=0,s=0))}i>0&&(this.dMultiply(Math.pow(t,i)),this.dAddOffset(s,0)),o&&Z.ZERO.subTo(this,this)}fromNumber(e,t,r){if("number"==typeof t)if(e<2)this.fromInt(1);else for(this.fromNumber(e,r),this.testBit(e-1)||this.bitwiseTo(Z.ONE.shiftLeft(e-1),B,this),this.isEven()&&this.dAddOffset(1,0);!this.isProbablePrime(t);)this.dAddOffset(2,0),this.bitLength()>e&&this.subTo(Z.ONE.shiftLeft(e-1),this);else{var n=[],o=7&e;n.length=1+(e>>3),t.nextBytes(n),o>0?n[0]&=(1<<o)-1:n[0]=0,this.fromString(n,256)}}bitwiseTo(e,t,r){var n,o,i=Math.min(e.t,this.t);for(n=0;n<i;++n)r[n]=t(this[n],e[n]);if(e.t<this.t){for(o=e.s&this.DM,n=i;n<this.t;++n)r[n]=t(this[n],o);r.t=this.t}else{for(o=this.s&this.DM,n=i;n<e.t;++n)r[n]=t(o,e[n]);r.t=e.t}r.s=t(this.s,e.s),r.clamp()}changeBit(e,t){var r=Z.ONE.shiftLeft(e);return this.bitwiseTo(r,t,r),r}addTo(e,t){for(var r=0,n=0,o=Math.min(e.t,this.t);r<o;)n+=this[r]+e[r],t[r++]=n&this.DM,n>>=this.DB;if(e.t<this.t){for(n+=e.s;r<this.t;)n+=this[r],t[r++]=n&this.DM,n>>=this.DB;n+=this.s}else{for(n+=this.s;r<e.t;)n+=e[r],t[r++]=n&this.DM,n>>=this.DB;n+=e.s}t.s=n<0?-1:0,n>0?t[r++]=n:n<-1&&(t[r++]=this.DV+n),t.t=r,t.clamp()}dMultiply(e){this[this.t]=this.am(0,e-1,this,0,0,this.t),++this.t,this.clamp()}dAddOffset(e,t){if(0!=e){for(;this.t<=t;)this[this.t++]=0;for(this[t]+=e;this[t]>=this.DV;)this[t]-=this.DV,++t>=this.t&&(this[this.t++]=0),++this[t]}}multiplyLowerTo(e,t,r){var n=Math.min(this.t+e.t,t);for(r.s=0,r.t=n;n>0;)r[--n]=0;for(var o=r.t-this.t;n<o;++n)r[n+this.t]=this.am(0,e[n],r,n,0,this.t);for(o=Math.min(e.t,t);n<o;++n)this.am(0,e[n],r,n,0,t-n);r.clamp()}multiplyUpperTo(e,t,r){--t;var n=r.t=this.t+e.t-t;for(r.s=0;--n>=0;)r[n]=0;for(n=Math.max(t-this.t,0);n<e.t;++n)r[this.t+n-t]=this.am(t-n,e[n],r,0,0,this.t+n-t);r.clamp(),r.drShiftTo(1,r)}modInt(e){if(e<=0)return 0;var t=this.DV%e,r=this.s<0?e-1:0;if(this.t>0)if(0==t)r=this[0]%e;else for(var n=this.t-1;n>=0;--n)r=(t*r+this[n])%e;return r}millerRabin(e){var t=this.subtract(Z.ONE),r=t.getLowestSetBit();if(r<=0)return!1;var n=t.shiftRight(r);(e=e+1>>1)>v.length&&(e=v.length);for(var o=X(),i=0;i<e;++i){o.fromInt(v[Math.floor(Math.random()*v.length)]);var s=o.modPow(n,this);if(0!=s.compareTo(Z.ONE)&&0!=s.compareTo(t)){for(var a=1;a++<r&&0!=s.compareTo(t);)if(0==(s=s.modPowInt(2,this)).compareTo(Z.ONE))return!1;if(0!=s.compareTo(t))return!1}}return!0}square(){var e=X();return this.squareTo(e),e}gcda(e,t){var r=this.s<0?this.negate():this.clone(),n=e.s<0?e.negate():e.clone();if(r.compareTo(n)<0){var o=r;r=n,n=o}var i=r.getLowestSetBit(),s=n.getLowestSetBit();if(s<0)t(r);else{i<s&&(s=i),s>0&&(r.rShiftTo(s,r),n.rShiftTo(s,n));var a=()=>{(i=r.getLowestSetBit())>0&&r.rShiftTo(i,r),(i=n.getLowestSetBit())>0&&n.rShiftTo(i,n),r.compareTo(n)>=0?(r.subTo(n,r),r.rShiftTo(1,r)):(n.subTo(r,n),n.rShiftTo(1,n)),r.signum()>0?setTimeout(a,0):(s>0&&n.lShiftTo(s,n),setTimeout((function(){t(n)}),0))};setTimeout(a,10)}}fromNumberAsync(e,t,r,n){if("number"==typeof t)if(e<2)this.fromInt(1);else{this.fromNumber(e,r),this.testBit(e-1)||this.bitwiseTo(Z.ONE.shiftLeft(e-1),B,this),this.isEven()&&this.dAddOffset(1,0);var o=this,i=function(){o.dAddOffset(2,0),o.bitLength()>e&&o.subTo(Z.ONE.shiftLeft(e-1),o),o.isProbablePrime(t)?setTimeout((function(){n()}),0):setTimeout(i,0)};setTimeout(i,0)}else{var s=[],a=7&e;s.length=1+(e>>3),t.nextBytes(s),a>0?s[0]&=(1<<a)-1:s[0]=0,this.fromString(s,256)}}}var y=function(){function e(){}return e.prototype.convert=function(e){return e},e.prototype.revert=function(e){return e},e.prototype.mulTo=function(e,t,r){e.multiplyTo(t,r)},e.prototype.sqrTo=function(e,t){e.squareTo(t)},e}(),g=function(){function e(e){this.m=e}return e.prototype.convert=function(e){return e.s<0||e.compareTo(this.m)>=0?e.mod(this.m):e},e.prototype.revert=function(e){return e},e.prototype.reduce=function(e){e.divRemTo(this.m,null,e)},e.prototype.mulTo=function(e,t,r){e.multiplyTo(t,r),this.reduce(r)},e.prototype.sqrTo=function(e,t){e.squareTo(t),this.reduce(t)},e}(),_=function(){function e(e){this.m=e,this.mp=e.invDigit(),this.mpl=32767&this.mp,this.mph=this.mp>>15,this.um=(1<<e.DB-15)-1,this.mt2=2*e.t}return e.prototype.convert=function(e){var t=X();return e.abs().dlShiftTo(this.m.t,t),t.divRemTo(this.m,null,t),e.s<0&&t.compareTo(Z.ZERO)>0&&this.m.subTo(t,t),t},e.prototype.revert=function(e){var t=X();return e.copyTo(t),this.reduce(t),t},e.prototype.reduce=function(e){for(;e.t<=this.mt2;)e[e.t++]=0;for(var t=0;t<this.m.t;++t){var r=32767&e[t],n=r*this.mpl+((r*this.mph+(e[t]>>15)*this.mpl&this.um)<<15)&e.DM;for(e[r=t+this.m.t]+=this.m.am(0,n,e,t,0,this.m.t);e[r]>=e.DV;)e[r]-=e.DV,e[++r]++}e.clamp(),e.drShiftTo(this.m.t,e),e.compareTo(this.m)>=0&&e.subTo(this.m,e)},e.prototype.mulTo=function(e,t,r){e.multiplyTo(t,r),this.reduce(r)},e.prototype.sqrTo=function(e,t){e.squareTo(t),this.reduce(t)},e}(),b=function(){function e(e){this.m=e,this.r2=X(),this.q3=X(),Z.ONE.dlShiftTo(2*e.t,this.r2),this.mu=this.r2.divide(e)}return e.prototype.convert=function(e){if(e.s<0||e.t>2*this.m.t)return e.mod(this.m);if(e.compareTo(this.m)<0)return e;var t=X();return e.copyTo(t),this.reduce(t),t},e.prototype.revert=function(e){return e},e.prototype.reduce=function(e){for(e.drShiftTo(this.m.t-1,this.r2),e.t>this.m.t+1&&(e.t=this.m.t+1,e.clamp()),this.mu.multiplyUpperTo(this.r2,this.m.t+1,this.q3),this.m.multiplyLowerTo(this.q3,this.m.t+1,this.r2);e.compareTo(this.r2)<0;)e.dAddOffset(1,this.m.t+1);for(e.subTo(this.r2,e);e.compareTo(this.m)>=0;)e.subTo(this.m,e)},e.prototype.mulTo=function(e,t,r){e.multiplyTo(t,r),this.reduce(r)},e.prototype.sqrTo=function(e,t){e.squareTo(t),this.reduce(t)},e}();function X(){return new Z(null)}function ee(e,t){return new Z(e,t)}function te(e,t,r,n,o,i){for(;--i>=0;){var s=t*this[e++]+r[n]+o;o=Math.floor(s/67108864),r[n++]=67108863&s}return o}function re(e,t,r,n,o,i){for(var s=32767&t,a=t>>15;--i>=0;){var u=32767&this[e],c=this[e++]>>15,l=a*u+c*s;o=((u=s*u+((32767&l)<<15)+r[n]+(1073741823&o))>>>30)+(l>>>15)+a*c+(o>>>30),r[n++]=1073741823&u}return o}function ne(e,t,r,n,o,i){for(var s=16383&t,a=t>>14;--i>=0;){var u=16383&this[e],c=this[e++]>>14,l=a*u+c*s;o=((u=s*u+((16383&l)<<14)+r[n]+o)>>28)+(l>>14)+a*c,r[n++]=268435455&u}return o}void 0!==o&&"Microsoft Internet Explorer"==(null==o?void 0:o.appName)?(Z.prototype.am=re,d=30):"Netscape"!=(null==o?void 0:o.appName)?(Z.prototype.am=te,d=26):(Z.prototype.am=ne,d=28),Z.prototype.DB=d,Z.prototype.DM=(1<<d)-1,Z.prototype.DV=1<<d,Z.prototype.FV=Math.pow(2,52),Z.prototype.F1=52-d,Z.prototype.F2=2*d-52;var w,S,E=[];for(w="0".charCodeAt(0),S=0;S<=9;++S)E[w++]=S;for(w="a".charCodeAt(0),S=10;S<36;++S)E[w++]=S;for(w="A".charCodeAt(0),S=10;S<36;++S)E[w++]=S;function oe(e,t){var r=E[e.charCodeAt(t)];return null==r?-1:r}function ie(e){var t=X();return t.fromInt(e),t}function se(e){var t,r=1;return 0!=(t=e>>>16)&&(e=t,r+=16),0!=(t=e>>8)&&(e=t,r+=8),0!=(t=e>>4)&&(e=t,r+=4),0!=(t=e>>2)&&(e=t,r+=2),0!=(t=e>>1)&&(e=t,r+=1),r}Z.ZERO=ie(0),Z.ONE=ie(1);class ae{constructor(){this.i=0,this.j=0,this.S=[]}init(e){var t,r,n;for(t=0;t<256;++t)this.S[t]=t;for(r=0,t=0;t<256;++t)r=r+this.S[t]+e[t%e.length]&255,n=this.S[t],this.S[t]=this.S[r],this.S[r]=n;this.i=0,this.j=0}next(){var e;return this.i=this.i+1&255,this.j=this.j+this.S[this.i]&255,e=this.S[this.i],this.S[this.i]=this.S[this.j],this.S[this.j]=e,this.S[e+this.S[this.i]&255]}}var I,T,A=null;if(null==A){A=[],T=0;var P,O,R=void 0;if("undefined"!=typeof window&&null!==(P=window)&&void 0!==P&&P.crypto&&null!==(O=window)&&void 0!==O&&O.crypto.getRandomValues){var C,U=new Uint32Array(256);for(null===(C=window)||void 0===C||C.crypto.getRandomValues(U),R=0;R<U.length;++R)A[T++]=255&U[R]}var N,D,L,k=function(e){var t,r,n;if(this.count=this.count||0,this.count>=256||T>=256){if("undefined"!=typeof window)if(null!==(t=window)&&void 0!==t&&t.removeEventListener)null===(n=window)||void 0===n||n.removeEventListener("mousemove",k,!1);else if(null!==(r=window)&&void 0!==r&&r.detachEvent){var o;null===(o=window)||void 0===o||o.detachEvent("onmousemove",k)}}else try{var i=e.x+e.y;A[T++]=255&i,this.count+=1}catch(e){}};if("undefined"!=typeof window)if(null!==(N=window)&&void 0!==N&&N.addEventListener)null===(L=window)||void 0===L||L.addEventListener("mousemove",k,!1);else if(null!==(D=window)&&void 0!==D&&D.attachEvent){var x;null===(x=window)||void 0===x||x.attachEvent("onmousemove",k)}}function ue(){if(null==I){for(I=new ae;T<256;){var e=Math.floor(65536*Math.random());A[T++]=255&e}for(I.init(A),T=0;T<A.length;++T)A[T]=0;T=0}return I.next()}class ce{constructor(){}nextBytes(e){for(var t=0;t<e.length;++t)e[t]=ue()}}function le(e,t){if(t<e.length+11)return console.error("Message too long for RSA"),null;for(var r=[],n=e.length-1;n>=0&&t>0;){var o=e.charCodeAt(n--);o<128?r[--t]=o:o>127&&o<2048?(r[--t]=63&o|128,r[--t]=o>>6|192):(r[--t]=63&o|128,r[--t]=o>>6&63|128,r[--t]=o>>12|224)}r[--t]=0;for(var i=new ce,s=[];t>2;){for(s[0]=0;0==s[0];)i.nextBytes(s);r[--t]=s[0]}return r[--t]=2,r[--t]=0,new Z(r)}class he{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(e){return e.modPowInt(this.e,this.n)}doPrivate(e){if(null==this.p||null==this.q)return e.modPow(this.d,this.n);for(var t=e.mod(this.p).modPow(this.dmp1,this.p),r=e.mod(this.q).modPow(this.dmq1,this.q);t.compareTo(r)<0;)t=t.add(this.p);return t.subtract(r).multiply(this.coeff).mod(this.p).multiply(this.q).add(r)}setPublic(e,t){null!=e&&null!=t&&e.length>0&&t.length>0?(this.n=ee(e,16),this.e=parseInt(t,16)):console.error("Invalid RSA public key")}encrypt(e){var t=le(e,this.n.bitLength()+7>>3);if(null==t)return null;var r=this.doPublic(t);if(null==r)return null;var n=r.toString(16);return 1&n.length?"0"+n:n}encryptLong(e){var t=this,r=(this.n.bitLength()+7>>3)-11;try{var n="";return e.length>r?(e.match(/.{1,117}/g).forEach((function(e){var r=t.encrypt(e);n+=r})),G(n)):G(this.encrypt(e))}catch(e){return!1}}decryptLong(e){var t=this,r=this.n.bitLength()+7>>3;e=z(e);try{if(e.length>r){var n="";return e.match(/.{1,256}/g).forEach((function(e){var r=t.decrypt(e);n+=r})),n}return this.decrypt(e)}catch(e){return!1}}setPrivate(e,t,r){null!=e&&null!=t&&e.length>0&&t.length>0?(this.n=ee(e,16),this.e=parseInt(t,16),this.d=ee(r,16)):console.error("Invalid RSA private key")}setPrivateEx(e,t,r,n,o,i,s,a){null!=e&&null!=t&&e.length>0&&t.length>0?(this.n=ee(e,16),this.e=parseInt(t,16),this.d=ee(r,16),this.p=ee(n,16),this.q=ee(o,16),this.dmp1=ee(i,16),this.dmq1=ee(s,16),this.coeff=ee(a,16)):console.error("Invalid RSA private key")}generate(e,t){var r=new ce,n=e>>1;this.e=parseInt(t,16);for(var o=new Z(t,16);;){for(;this.p=new Z(e-n,1,r),0!=this.p.subtract(Z.ONE).gcd(o).compareTo(Z.ONE)||!this.p.isProbablePrime(10););for(;this.q=new Z(n,1,r),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(e){var t=ee(e,16),r=this.doPrivate(t);return null==r?null:de(r,this.n.bitLength()+7>>3)}generateAsync(e,t,r){var n=new ce,o=e>>1;this.e=parseInt(t,16);var i=new Z(t,16),s=this,a=()=>{var t=()=>{if(s.p.compareTo(s.q)<=0){var e=s.p;s.p=s.q,s.q=e}var t=s.p.subtract(Z.ONE),n=s.q.subtract(Z.ONE),o=t.multiply(n);0==o.gcd(i).compareTo(Z.ONE)?(s.n=s.p.multiply(s.q),s.d=i.modInverse(o),s.dmp1=s.d.mod(t),s.dmq1=s.d.mod(n),s.coeff=s.q.modInverse(s.p),setTimeout((function(){r()}),0)):setTimeout(a,0)},u=()=>{s.q=X(),s.q.fromNumberAsync(o,1,n,(function(){s.q.subtract(Z.ONE).gcda(i,(function(e){0==e.compareTo(Z.ONE)&&s.q.isProbablePrime(10)?setTimeout(t,0):setTimeout(u,0)}))}))},c=()=>{s.p=X(),s.p.fromNumberAsync(e-o,1,n,(function(){s.p.subtract(Z.ONE).gcda(i,(function(e){0==e.compareTo(Z.ONE)&&s.p.isProbablePrime(10)?setTimeout(u,0):setTimeout(c,0)}))}))};setTimeout(c,0)};setTimeout(a,0)}}function de(e,t){for(var r=e.toByteArray(),n=0;n<r.length&&0==r[n];)++n;if(r.length-n!=t-1||2!=r[n])return null;for(++n;0!=r[n];)if(++n>=r.length)return null;for(var o="";++n<r.length;){var i=255&r[n];i<128?o+=String.fromCharCode(i):i>191&&i<224?(o+=String.fromCharCode((31&i)<<6|63&r[n+1]),++n):(o+=String.fromCharCode((15&i)<<12|(63&r[n+1])<<6|63&r[n+2]),n+=2)}return o}class fe extends he{constructor(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";super(),e&&("string"==typeof e?this.parseKey(e):(this.hasPrivateKeyProperty(e)||this.hasPublicKeyProperty(e))&&this.parsePropertiesFrom(e))}parseKey(e){try{var t=0,r=0,n=/^\s*(?:[0-9A-Fa-f][0-9A-Fa-f]\s*)+$/.test(e)?c.decode(e):l.unarmor(e),o=Q.decode(n);if(3===o.sub.length&&(o=o.sub[2].sub[0]),9===o.sub.length){t=o.sub[1].getHexStringValue(),this.n=ee(t,16),r=o.sub[2].getHexStringValue(),this.e=parseInt(r,16);var i=o.sub[3].getHexStringValue();this.d=ee(i,16);var s=o.sub[4].getHexStringValue();this.p=ee(s,16);var a=o.sub[5].getHexStringValue();this.q=ee(a,16);var u=o.sub[6].getHexStringValue();this.dmp1=ee(u,16);var h=o.sub[7].getHexStringValue();this.dmq1=ee(h,16);var d=o.sub[8].getHexStringValue();this.coeff=ee(d,16)}else{if(2!==o.sub.length)return!1;var f=o.sub[1].sub[0];t=f.sub[0].getHexStringValue(),this.n=ee(t,16),r=f.sub[1].getHexStringValue(),this.e=parseInt(r,16)}return!0}catch(e){return!1}}hasPublicKeyProperty(e){return(e=e||{}).hasOwnProperty("n")&&e.hasOwnProperty("e")}hasPrivateKeyProperty(e){return(e=e||{}).hasOwnProperty("n")&&e.hasOwnProperty("e")&&e.hasOwnProperty("d")&&e.hasOwnProperty("p")&&e.hasOwnProperty("q")&&e.hasOwnProperty("dmp1")&&e.hasOwnProperty("dmq1")&&e.hasOwnProperty("coeff")}parsePropertiesFrom(e){this.n=e.n,this.e=e.e,e.hasOwnProperty("d")&&(this.d=e.d,this.p=e.p,this.q=e.q,this.dmp1=e.dmp1,this.dmq1=e.dmq1,this.coeff=e.coeff)}}(n=function(e){e=e||{},this.default_key_size=parseInt(e.default_key_size,10)||1024,this.default_public_exponent=e.default_public_exponent||"010001",this.log=e.log||!1,this.key=null}).prototype.setKey=function(e){this.log&&this.key&&console.warn("A key was already set, overriding existing."),this.key=new fe(e)},n.prototype.setPrivateKey=function(e){this.setKey(e)},n.prototype.setPublicKey=function(e){this.setKey(e)},n.prototype.decrypt=function(e){try{return this.getKey().decrypt(z(e))}catch(e){return!1}},n.prototype.encrypt=function(e){try{return G(this.getKey().encrypt(e))}catch(e){return!1}},n.prototype.encryptLong=function(e){try{for(var t=this.getKey().encryptLong(e)||"",r=this.getKey().decryptLong(t)||"",n=0,o=/null$/g;o.test(r)&&(n++,t=this.getKey().encryptLong(e)||"",r=this.getKey().decryptLong(t)||"",!(n>10)););return t}catch(e){return!1}},n.prototype.getKey=function(e){if(!this.key){if(this.key=new fe,e&&"[object Function]"==={}.toString.call(e))return void this.key.generateAsync(this.default_key_size,this.default_public_exponent,e);this.key.generate(this.default_key_size,this.default_public_exponent)}return this.key},n.version="3.1.4"}const j=n},182:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),s=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)"default"!==r&&Object.prototype.hasOwnProperty.call(e,r)&&o(t,e,r);return i(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.useDefaultAdapter=t.useAdapters=t.RUNTIME=void 0;var a,u=s(r(274)),c=r(616);!function(e){e.WEB="web",e.WX_MP="wx_mp"}(a=t.RUNTIME||(t.RUNTIME={})),t.useAdapters=function(e,t){for(var r=0,o=(0,c.isArray)(e)?e:[e];r<o.length;r++){var i=o[r],s=i.isMatch,a=i.genAdapter,u=i.runtime;if(s())return{adapter:n({isMatch:s},a(t)),runtime:u}}},t.useDefaultAdapter=function(){return{adapter:n({},u.genAdapter()),runtime:a.WEB}}},274:function(e,t,r){var n,o=this&&this.__extends||(n=function(e,t){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},n(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}n(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}),i=this&&this.__assign||function(){return i=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},i.apply(this,arguments)},s=this&&this.__awaiter||function(e,t,r,n){return new(r||(r=Promise))((function(o,i){function s(e){try{u(n.next(e))}catch(e){i(e)}}function a(e){try{u(n.throw(e))}catch(e){i(e)}}function u(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(s,a)}u((n=n.apply(e,t||[])).next())}))},a=this&&this.__generator||function(e,t){var r,n,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(r)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(r=1,n&&(o=2&a[0]?n.return:a[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,a[1])).done)return o;switch(n=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++,n=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=t.call(e,s)}catch(e){a=[6,e],n=0}finally{r=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}};Object.defineProperty(t,"__esModule",{value:!0}),t.WebRequest=t.genAdapter=void 0;var u=r(829),c=r(616),l=r(946),h=function(e){function t(t){var r=e.call(this)||this,n=t.timeout,o=t.timeoutMsg,i=t.restrictedMethods;return r.timeout=n||0,r.timeoutMsg=o||"请求超时",r.restrictedMethods=i||["get","post","upload","download"],r}return o(t,e),t.prototype.get=function(e){return this.request(i(i({},e),{method:"get"}),this.restrictedMethods.includes("get"))},t.prototype.post=function(e){return this.request(i(i({},e),{method:"post"}),this.restrictedMethods.includes("post"))},t.prototype.put=function(e){return this.request(i(i({},e),{method:"put"}))},t.prototype.upload=function(e){var t=e.data,r=e.file,n=e.name,o=e.method,s=e.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(t).forEach((function(e){c.append(e,t[e])})),c.append("key",n),c.append("file",r),this.request(i(i({},e),{data:c,method:u}),this.restrictedMethods.includes("upload"))):this.request(i(i({},e),{method:"put",headers:a,body:r}),this.restrictedMethods.includes("upload"))},t.prototype.download=function(e){return s(this,void 0,void 0,(function(){var t,r,n,o;return a(this,(function(s){switch(s.label){case 0:return s.trys.push([0,2,,3]),[4,this.get(i(i({},e),{headers:{},responseType:"blob"}))];case 1:return t=s.sent().data,r=window.URL.createObjectURL(new Blob([t])),n=decodeURIComponent(new URL(e.url).pathname.split("/").pop()||""),(o=document.createElement("a")).href=r,o.setAttribute("download",n),o.style.display="none",document.body.appendChild(o),o.click(),window.URL.revokeObjectURL(r),document.body.removeChild(o),[3,3];case 2:return s.sent(),[3,3];case 3:return[2,new Promise((function(t){t({statusCode:200,tempFilePath:e.url})}))]}}))}))},t.prototype.fetch=function(e){var t;return s(this,void 0,void 0,(function(){var r,n,o,u,c,l,h,d,f,p,v,m,y,g=this;return a(this,(function(_){switch(_.label){case 0:return r=new AbortController,n=e.url,o=e.enableAbort,u=void 0!==o&&o,c=e.stream,l=void 0!==c&&c,h=e.signal,d=e.timeout,f=e.shouldThrowOnError,p=void 0===f||f,v=null!=d?d:this.timeout,h&&(h.aborted&&r.abort(),h.addEventListener("abort",(function(){return r.abort()}))),m=null,u&&v&&(m=setTimeout((function(){console.warn(g.timeoutMsg),r.abort(new Error(g.timeoutMsg))}),v)),[4,fetch(n,i(i({},e),{signal:r.signal})).then((function(e){return s(g,void 0,void 0,(function(){var t,r,n;return a(this,(function(o){switch(o.label){case 0:return clearTimeout(m),p?e.ok?(t=e,[3,3]):[3,1]:[3,4];case 1:return n=(r=Promise).reject,[4,e.json()];case 2:t=n.apply(r,[o.sent()]),o.label=3;case 3:return[2,t];case 4:return[2,e]}}))}))})).catch((function(e){if(clearTimeout(m),p)return Promise.reject(e)}))];case 1:return y=_.sent(),[2,{data:l?y.body:(null===(t=y.headers.get("content-type"))||void 0===t?void 0:t.includes("application/json"))?y.json():y.text(),statusCode:y.status,header:y.headers}]}}))}))},t.prototype.request=function(e,t){var r=this;void 0===t&&(t=!1);var n=String(e.method).toLowerCase()||"get";return new Promise((function(o){var i,s,a=e.url,u=e.headers,h=void 0===u?{}:u,d=e.data,f=e.responseType,p=e.withCredentials,v=e.body,m=e.onUploadProgress,y=(0,c.formatUrl)((0,l.getProtocol)(),a,"get"===n?d:{}),g=new XMLHttpRequest;g.open(n,y),f&&(g.responseType=f),Object.keys(h).forEach((function(e){g.setRequestHeader(e,h[e])})),m&&g.upload.addEventListener("progress",m),g.onreadystatechange=function(){var e={};if(4===g.readyState){var t=g.getAllResponseHeaders().trim().split(/[\r\n]+/),r={};t.forEach((function(e){var t=e.split(": "),n=t.shift().toLowerCase(),o=t.join(": ");r[n]=o})),e.header=r,e.statusCode=g.status;try{e.data="blob"===f?g.response:JSON.parse(g.responseText)}catch(t){e.data="blob"===f?g.response:g.responseText}clearTimeout(i),o(e)}},t&&r.timeout&&(i=setTimeout((function(){console.warn(r.timeoutMsg),g.abort()}),r.timeout)),s=(0,c.isFormData)(d)?d:"application/x-www-form-urlencoded"===h["content-type"]?(0,c.toQueryString)(d):v||(d?JSON.stringify(d):void 0),p&&(g.withCredentials=!0),g.send(s)}))},t}(u.AbstractSDKRequest);t.WebRequest=h,t.genAdapter=function(){return{type:"default",root:window,reqClass:h,wsClass:WebSocket,localStorage}}},946:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.COMMUNITY_SITE_URL=t.IS_DEBUG_MODE=t.getProtocol=t.setProtocol=t.getSdkName=t.setSdkName=void 0;var r="@cloudbase/js-sdk";t.setSdkName=function(e){r=e},t.getSdkName=function(){return r};var n="https:";t.setProtocol=function(e){n=e},t.getProtocol=function(){return n},t.IS_DEBUG_MODE=!1,t.COMMUNITY_SITE_URL="https://support.qq.com/products/148793"},205:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.ERRORS=void 0,t.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(e,t,r){var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),t.OATUH_LOGINTYPE=void 0,o(r(946),t),o(r(205),t),t.OATUH_LOGINTYPE="constants"},718:function(e,t,r){var n=this&&this.__awaiter||function(e,t,r,n){return new(r||(r=Promise))((function(o,i){function s(e){try{u(n.next(e))}catch(e){i(e)}}function a(e){try{u(n.throw(e))}catch(e){i(e)}}function u(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(s,a)}u((n=n.apply(e,t||[])).next())}))},o=this&&this.__generator||function(e,t){var r,n,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(r)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(r=1,n&&(o=2&a[0]?n.return:a[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,a[1])).done)return o;switch(n=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++,n=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=t.call(e,s)}catch(e){a=[6,e],n=0}finally{r=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}};Object.defineProperty(t,"__esModule",{value:!0}),t.catchErrorsDecorator=void 0;var i=r(616),s=r(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(e){var t=e.err,r=e.className,n=e.methodName,o=e.sourceLink;if(!o)return null;var i,s=t.stack.split("\n"),u=a?/^catchErrorsDecorator\/<\/descriptor.value@.*\d$/:new RegExp("".concat(r,"\\.descriptor.value\\s*\\[as\\s").concat(n,"\\]\\s*\\(.*\\)$")),l=a?/^catchErrorsDecorator\/<\/descriptor.value/:new RegExp("".concat(r,"\\.descriptor.value\\s*\\[as\\s").concat(n,"\\]")),h=s.findIndex((function(e){return u.test(e)}));if(-1!==h){var d=s.filter((function(e,t){return t>h}));d.unshift(s[h].replace(l,"".concat(r,".").concat(n)).replace(c,o)),(i=new Error).stack="".concat(a?"@debugger":"Error","\n").concat(d.join("\n"))}return i}t.catchErrorsDecorator=function(e){var t=e.mode,r=void 0===t?"async":t,a=e.customInfo,h=void 0===a?{}:a,d=e.title,f=e.messages,p=void 0===f?[]:f;return function(e,t,a){if(s.IS_DEBUG_MODE){var f=h.className||e.constructor.name,v=h.methodName||t,m=a.value,y=function(){var e="",t=(new Error).stack.split("\n"),r=t.findIndex((function(e){return u.test(e)}));if(-1!==r){var n=c.exec(t[r+1]||"");e=n?n[0]:""}return e}();a.value="sync"===r?function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var r=l({err:new Error,className:f,methodName:v,sourceLink:y});try{return m.apply(this,e)}catch(e){var n=e,o=e.message,s=e.error,a=e.error_description,u={title:d||"".concat(f,".").concat(v," failed"),content:[{type:"error",body:e}]};if(o&&/^\{.*\}$/.test(o)){var c=JSON.parse(o);u.subtitle=o,c.code&&(r?(r.code=c.code,r.msg=c.msg):(e.code=c.code,e.message=c.msg),n=r||e,u.content=p.map((function(e){return{type:"info",body:e}})))}throw s&&a&&(u.subtitle=a,r?(r.code=s,r.msg=a):(e.code=s,e.message=a),n=r||e,u.content=p.map((function(e){return{type:"info",body:e}}))),(0,i.printGroupLog)(u),n}}:function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return n(this,void 0,void 0,(function(){var t,r,n,s,a,u,c,h;return o(this,(function(o){switch(o.label){case 0:t=l({err:new Error,className:f,methodName:v,sourceLink:y}),o.label=1;case 1:return o.trys.push([1,3,,4]),[4,m.apply(this,e)];case 2:return[2,o.sent()];case 3:throw r=o.sent(),n=r,s=r.message,a=r.error,u=r.error_description,c={title:d||"".concat(f,".").concat(v," failed"),content:[{type:"error",body:r}]},s&&/^\{.*\}$/.test(s)&&(h=JSON.parse(s),c.subtitle=h,h.code&&(t?(t.code=h.code,t.message=h.msg):(r.code=h.code,r.message=h.msg),n=t||r,c.content=p.map((function(e){return{type:"info",body:e}})))),a&&u&&(c.subtitle=u,t?(t.code=a,t.msg=u):(r.code=a,r.message=u),n=t||r,c.content=p.map((function(e){return{type:"info",body:e}}))),(0,i.printGroupLog)(c),n;case 4:return[2]}}))}))}}}}},141:function(e,t,r){var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),o(r(718),t)},197:function(e,t,r){var n,o=this&&this.__extends||(n=function(e,t){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},n(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}n(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}),i=this&&this.__awaiter||function(e,t,r,n){return new(r||(r=Promise))((function(o,i){function s(e){try{u(n.next(e))}catch(e){i(e)}}function a(e){try{u(n.throw(e))}catch(e){i(e)}}function u(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(s,a)}u((n=n.apply(e,t||[])).next())}))},s=this&&this.__generator||function(e,t){var r,n,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(r)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(r=1,n&&(o=2&a[0]?n.return:a[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,a[1])).done)return o;switch(n=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++,n=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=t.call(e,s)}catch(e){a=[6,e],n=0}finally{r=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}};Object.defineProperty(t,"__esModule",{value:!0}),t.CloudbaseCache=void 0;var a=r(829),u=r(616),c=r(794),l=function(e){function t(t){var r=e.call(this)||this;return r.root=t,t.tcbCacheObject||(t.tcbCacheObject={}),r}return o(t,e),t.prototype.setItem=function(e,t){this.root.tcbCacheObject[e]=t},t.prototype.getItem=function(e){return this.root.tcbCacheObject[e]},t.prototype.removeItem=function(e){delete this.root.tcbCacheObject[e]},t.prototype.clear=function(){delete this.root.tcbCacheObject},t}(a.AbstractStorage),h=function(){function e(e){this.keys={};var t=e.persistence,r=e.platformInfo,n=void 0===r?{}:r,o=e.keys,i=void 0===o?{}:o;this.platformInfo=n,this.storage||(this.persistenceTag=this.platformInfo.adapter.primaryStorage||t,this.storage=function(e,t){switch(e){case"local":default:return t.localStorage?t.localStorage:((0,u.printWarn)(c.ERRORS.INVALID_PARAMS,"localStorage is not supported on current platform"),new l(t.root));case"none":return new l(t.root)}}(this.persistenceTag,this.platformInfo.adapter),this.keys=i)}return Object.defineProperty(e.prototype,"mode",{get:function(){return this.storage.mode||"sync"},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"persistence",{get:function(){return this.persistenceTag},enumerable:!1,configurable:!0}),e.prototype.setStore=function(e,t,r){if("async"!==this.mode){if(this.storage)try{var n={version:r||"localCachev1",content:t};this.storage.setItem(e,JSON.stringify(n))}catch(e){throw new Error(JSON.stringify({code:c.ERRORS.OPERATION_FAIL,msg:"[".concat((0,c.getSdkName)(),"][").concat(c.ERRORS.OPERATION_FAIL,"]setStore failed"),info:e}))}}else(0,u.printWarn)(c.ERRORS.INVALID_OPERATION,"current platform's storage is asynchronous, please use setStoreAsync insteed")},e.prototype.setStoreAsync=function(e,t,r){return i(this,void 0,void 0,(function(){var n;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]),n={version:r||"localCachev1",content:t},[4,this.storage.setItem(e,JSON.stringify(n))];case 2:return o.sent(),[3,4];case 3:return o.sent(),[2];case 4:return[2]}}))}))},e.prototype.getStore=function(e,t){var r;if("async"!==this.mode){try{if("undefined"!=typeof process&&(null===(r={IS_MP_BUILD:!0,IS_BROWSER_BUILD:!0})||void 0===r?void 0:r.tcb_token))return{IS_MP_BUILD:!0,IS_BROWSER_BUILD:!0}.tcb_token;if(!this.storage)return""}catch(e){return""}t=t||"localCachev1";var n=this.storage.getItem(e);return n&&n.indexOf(t)>=0?JSON.parse(n).content:""}(0,u.printWarn)(c.ERRORS.INVALID_OPERATION,"current platform's storage is asynchronous, please use getStoreAsync insteed")},e.prototype.getStoreAsync=function(e,t){var r;return i(this,void 0,void 0,(function(){var n;return s(this,(function(o){switch(o.label){case 0:try{if("undefined"!=typeof process&&(null===(r={IS_MP_BUILD:!0,IS_BROWSER_BUILD:!0})||void 0===r?void 0:r.tcb_token))return[2,{IS_MP_BUILD:!0,IS_BROWSER_BUILD:!0}.tcb_token];if(!this.storage)return[2,""]}catch(e){return[2,""]}return t=t||"localCachev1",[4,this.storage.getItem(e)];case 1:return(n=o.sent())&&n.indexOf(t)>=0?[2,JSON.parse(n).content]:[2,""]}}))}))},e.prototype.removeStore=function(e){"async"!==this.mode?this.storage.removeItem(e):(0,u.printWarn)(c.ERRORS.INVALID_OPERATION,"current platform's storage is asynchronous, please use removeStoreAsync insteed")},e.prototype.removeStoreAsync=function(e){return i(this,void 0,void 0,(function(){return s(this,(function(t){switch(t.label){case 0:return[4,this.storage.removeItem(e)];case 1:return t.sent(),[2]}}))}))},e}();t.CloudbaseCache=h},689:function(e,t,r){var n,o=this&&this.__extends||(n=function(e,t){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},n(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}n(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}),i=this&&this.__spreadArray||function(e,t,r){if(r||2===arguments.length)for(var n,o=0,i=t.length;o<i;o++)!n&&o in t||(n||(n=Array.prototype.slice.call(t,0,o)),n[o]=t[o]);return e.concat(n||Array.prototype.slice.call(t))};Object.defineProperty(t,"__esModule",{value:!0}),t.removeEventListener=t.activateEvent=t.addEventListener=t.CloudbaseEventEmitter=t.IErrorEvent=t.CloudbaseEvent=void 0;var s=r(616),a=function(e,t){this.data=t||null,this.name=e};t.CloudbaseEvent=a;var u=function(e){function t(t,r){var n=e.call(this,"error",{error:t,data:r})||this;return n.error=t,n}return o(t,e),t}(a);t.IErrorEvent=u;var c=function(){function e(){this.listeners={}}return e.prototype.on=function(e,t){return function(e,t,r){r[e]=r[e]||[],r[e].push(t)}(e,t,this.listeners),this},e.prototype.off=function(e,t){return function(e,t,r){if(null==r?void 0:r[e]){var n=r[e].indexOf(t);-1!==n&&r[e].splice(n,1)}}(e,t,this.listeners),this},e.prototype.fire=function(e,t){if((0,s.isInstanceOf)(e,u))return console.error(e.error),this;var r=(0,s.isString)(e)?new a(e,t||{}):e,n=r.name;if(this.listens(n)){r.target=this;for(var o=0,c=this.listeners[n]?i([],this.listeners[n],!0):[];o<c.length;o++)c[o].call(this,r)}return this},e.prototype.listens=function(e){return this.listeners[e]&&this.listeners[e].length>0},e}();t.CloudbaseEventEmitter=c;var l=new c;t.addEventListener=function(e,t){l.on(e,t)},t.activateEvent=function(e,t){void 0===t&&(t={}),l.fire(e,t)},t.removeEventListener=function(e,t){l.off(e,t)}},616:function(e,t,r){var n=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0}),t.parseCaptcha=t.parseQueryString=t.transformPhone=t.sleep=t.printGroupLog=t.throwError=t.printInfo=t.printError=t.printWarn=t.execCallback=t.createPromiseCallback=t.removeParam=t.getHash=t.getQuery=t.toQueryString=t.formatUrl=t.generateRequestId=t.genSeqId=t.isFormData=t.isInstanceOf=t.isNull=t.isPalinObject=t.isUndefined=t.isString=t.isArray=void 0;var o=r(794);t.isArray=function(e){return"[object Array]"===Object.prototype.toString.call(e)},t.isString=function(e){return"string"==typeof e},t.isUndefined=function(e){return void 0===e},t.isPalinObject=function(e){return"[object Object]"===Object.prototype.toString.call(e)},t.isNull=function(e){return"[object Null]"===Object.prototype.toString.call(e)},t.isInstanceOf=function(e,t){return e instanceof t},t.isFormData=function(e){return"[object FormData]"===Object.prototype.toString.call(e)},t.genSeqId=function(){return Math.random().toString(16).slice(2)},t.generateRequestId=function(){var e=(new Date).getTime(),t=(null===Date||void 0===Date?void 0:Date.now)&&1e3*Date.now()||0;return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,(function(r){var n=16*Math.random();return e>0?(n=(e+n)%16|0,e=Math.floor(e/16)):(n=(t+n)%16|0,t=Math.floor(t/16)),("x"===r?n:7&n|8).toString(16)}))},t.formatUrl=function(e,t,r){void 0===r&&(r={});var n=/\?/.test(t),o="";return Object.keys(r).forEach((function(e){""===o?!n&&(t+="?"):o+="&",o+="".concat(e,"=").concat(encodeURIComponent(r[e]))})),/^http(s)?:\/\//.test(t+=o)?t:"".concat(e).concat(t)},t.toQueryString=function(e){void 0===e&&(e={});var t=[];return Object.keys(e).forEach((function(r){t.push("".concat(r,"=").concat(encodeURIComponent(e[r])))})),t.join("&")},t.getQuery=function(e,t){if("undefined"==typeof window)return!1;var r=t||decodeURIComponent(window.location.search),n=new RegExp("(^|&)".concat(e,"=([^&]*)(&|$)")),o=r.substr(r.indexOf("?")+1).match(n);return null!=o?o[2]:""},t.getHash=function(e){if("undefined"==typeof window)return"";var t=window.location.hash.match(new RegExp("[#?&/]".concat(e,"=([^&#]*)")));return t?t[1]:""},t.removeParam=function(e,t){var r=t.split("?")[0],n=[],o=-1!==t.indexOf("?")?t.split("?")[1]:"";if(""!==o){for(var i=(n=o.split("&")).length-1;i>=0;i-=1)n[i].split("=")[0]===e&&n.splice(i,1);r="".concat(r,"?").concat(n.join("&"))}return r},t.createPromiseCallback=function(){var e={};if(!Promise){(e=function(){}).promise={};var t=function(){throw new Error('Your Node runtime does support ES6 Promises. Set "global.Promise" to your preferred implementation of promises.')};return Object.defineProperty(e.promise,"then",{get:t}),Object.defineProperty(e.promise,"catch",{get:t}),e}var r=new Promise((function(t,r){e=function(e,n){return e?r(e):t(n)}}));return e.promise=r,e},t.execCallback=function(e,t,r){if(void 0===r&&(r=null),e&&"function"==typeof e)return e(t,r);if(t)throw t;return r},t.printWarn=function(e,t){console.warn("[".concat((0,o.getSdkName)(),"][").concat(e,"]:").concat(t))},t.printError=function(e,t){console.error({code:e,msg:"[".concat((0,o.getSdkName)(),"][").concat(e,"]:").concat(t)})},t.printInfo=function(e,t){console.log("[".concat((0,o.getSdkName)(),"][").concat(e,"]:").concat(t))},t.throwError=function(e,t){throw new Error(JSON.stringify({code:e,msg:"[".concat((0,o.getSdkName)(),"][").concat(e,"]:").concat(t)}))},t.printGroupLog=function(e){var t,r=e.title,n=e.subtitle,o=void 0===n?"":n,i=e.content,s=void 0===i?[]:i,a=e.printTrace,u=void 0!==a&&a,c=e.collapsed;void 0!==c&&c?(console.groupCollapsed||console.error)(r,o):(console.group||console.error)(r,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===(t=console.groupEnd)||void 0===t||t.call(console)},t.sleep=function(e){return void 0===e&&(e=0),new Promise((function(t){return setTimeout(t,e)}))},t.transformPhone=function(e){return"+86".concat(e)},t.parseQueryString=function(e){e=e.replace(/^\?/,"");var t={};return e.split("&").forEach((function(e){var r=e.split("="),n=r[0],o=r[1];n=decodeURIComponent(n),o=decodeURIComponent(o),n&&(t[n]?Array.isArray(t[n])?t[n].push(o):t[n]=[t[n],o]:t[n]=o)})),t},t.parseCaptcha=function(e){var r={},o=e.match(/^(data:.*?)(\?[^#\s]*)?$/);if(o){e=o[1];var i=o[2];i&&(r=(0,t.parseQueryString)(i))}var s=r.token,a=n(r,["token"]);return/^data:/.test(e)&&!s?{error:"invalid_argument",error_description:"invalid captcha data: ".concat(e)}:s?{state:a.state,token:s,captchaData:e}:{error:"unimplemented",error_description:"need to impl captcha data"}}},254:(e,t,r)=>{function n(e){this.message=e}r.r(t),r.d(t,{InvalidTokenError:()=>s,default:()=>a}),n.prototype=new Error,n.prototype.name="InvalidCharacterError";var o="undefined"!=typeof window&&window.atob&&window.atob.bind(window)||function(e){var t=String(e).replace(/=+$/,"");if(t.length%4==1)throw new n("'atob' failed: The string to be decoded is not correctly encoded.");for(var r,o,i=0,s=0,a="";o=t.charAt(s++);~o&&(r=i%4?64*r+o:o,i++%4)?a+=String.fromCharCode(255&r>>(-2*i&6)):0)o="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".indexOf(o);return a};function i(e){var t=e.replace(/-/g,"+").replace(/_/g,"/");switch(t.length%4){case 0:break;case 2:t+="==";break;case 3:t+="=";break;default:throw"Illegal base64url string!"}try{return function(e){return decodeURIComponent(o(e).replace(/(.)/g,(function(e,t){var r=t.charCodeAt(0).toString(16).toUpperCase();return r.length<2&&(r="0"+r),"%"+r})))}(t)}catch(e){return o(t)}}function s(e){this.message=e}s.prototype=new Error,s.prototype.name="InvalidTokenError";const a=function(e,t){if("string"!=typeof e)throw new s("Invalid token specified");var r=!0===(t=t||{}).header?0:1;try{return JSON.parse(i(e.split(".")[r]))}catch(e){throw new s("Invalid token specified: "+e.message)}}}},n={};function o(e){var t=n[e];if(void 0!==t)return t.exports;var i=n[e]={exports:{}};return r[e].call(i.exports,i,i.exports,o),i.exports}return t=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,o.t=function(r,n){if(1&n&&(r=this(r)),8&n)return r;if("object"==typeof r&&r){if(4&n&&r.__esModule)return r;if(16&n&&"function"==typeof r.then)return r}var i=Object.create(null);o.r(i);var s={};e=e||[null,t({}),t([]),t(t)];for(var a=2&n&&r;"object"==typeof a&&!~e.indexOf(a);a=t(a))Object.getOwnPropertyNames(a).forEach((e=>s[e]=()=>r[e]));return s.default=()=>r,o.d(i,s),i},o.d=(e,t)=>{for(var r in t)o.o(t,r)&&!o.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},o.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),o.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},o(304)})()));