hylid-bridge 2.10.0 → 2.11.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 (2147) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/lib/appEnv/clients.d.ts +21 -0
  3. package/lib/appEnv/clients.js +61 -0
  4. package/lib/appEnv/getEnv.d.ts +20 -0
  5. package/lib/appEnv/getEnv.js +145 -0
  6. package/lib/appEnv/index.d.ts +6 -0
  7. package/lib/appEnv/index.js +7 -0
  8. package/lib/appEnv/utils.d.ts +8 -0
  9. package/lib/appEnv/utils.js +29 -0
  10. package/lib/bridges.d.ts +152 -0
  11. package/lib/bridges.js +1988 -0
  12. package/lib/clients/mp/ae/custom.d.ts +2 -0
  13. package/lib/clients/mp/ae/custom.js +1 -0
  14. package/lib/clients/mp/ae/generated.d.ts +2 -0
  15. package/lib/clients/mp/ae/generated.js +1 -0
  16. package/lib/clients/mp/ae/index.d.ts +1 -0
  17. package/lib/clients/mp/ae/index.js +1 -0
  18. package/lib/clients/mp/alipay/createWebViewContext.d.ts +2 -0
  19. package/lib/clients/mp/alipay/createWebViewContext.js +2 -0
  20. package/lib/clients/mp/alipay/custom.d.ts +4 -0
  21. package/lib/clients/mp/alipay/custom.js +4 -0
  22. package/lib/clients/mp/alipay/generated.d.ts +6 -0
  23. package/lib/clients/mp/alipay/generated.js +8 -0
  24. package/lib/clients/mp/alipay/getSystemInfoSync.d.ts +2 -0
  25. package/lib/clients/mp/alipay/getSystemInfoSync.js +2 -0
  26. package/lib/clients/mp/alipay/index.d.ts +7 -0
  27. package/lib/clients/mp/alipay/index.js +13 -0
  28. package/lib/clients/mp/alipay/navigateTo.d.ts +2 -0
  29. package/lib/clients/mp/alipay/navigateTo.js +2 -0
  30. package/lib/clients/mp/alipay/rpc.d.ts +2 -0
  31. package/lib/clients/mp/alipay/rpc.js +2 -0
  32. package/lib/clients/mp/alipay/tradePay.d.ts +2 -0
  33. package/lib/clients/mp/alipay/tradePay.js +2 -0
  34. package/lib/clients/mp/alipay_hk/custom.d.ts +2 -0
  35. package/lib/clients/mp/alipay_hk/custom.js +1 -0
  36. package/lib/clients/mp/alipay_hk/generated.d.ts +2 -0
  37. package/lib/clients/mp/alipay_hk/generated.js +1 -0
  38. package/lib/clients/mp/alipay_hk/index.d.ts +1 -0
  39. package/lib/clients/mp/alipay_hk/index.js +1 -0
  40. package/lib/clients/mp/alipay_plus/APRegionRPC.d.ts +2 -0
  41. package/lib/clients/mp/alipay_plus/APRegionRPC.js +2 -0
  42. package/lib/clients/mp/alipay_plus/addFatigueAction.d.ts +2 -0
  43. package/lib/clients/mp/alipay_plus/addFatigueAction.js +2 -0
  44. package/lib/clients/mp/alipay_plus/addPhoneContact.d.ts +2 -0
  45. package/lib/clients/mp/alipay_plus/addPhoneContact.js +2 -0
  46. package/lib/clients/mp/alipay_plus/alert.d.ts +2 -0
  47. package/lib/clients/mp/alipay_plus/alert.js +2 -0
  48. package/lib/clients/mp/alipay_plus/apDisableJSAPI.d.ts +2 -0
  49. package/lib/clients/mp/alipay_plus/apDisableJSAPI.js +2 -0
  50. package/lib/clients/mp/alipay_plus/appxrpc.d.ts +2 -0
  51. package/lib/clients/mp/alipay_plus/appxrpc.js +2 -0
  52. package/lib/clients/mp/alipay_plus/batchQueryCdpSpaceInfo.d.ts +2 -0
  53. package/lib/clients/mp/alipay_plus/batchQueryCdpSpaceInfo.js +2 -0
  54. package/lib/clients/mp/alipay_plus/canIUse.d.ts +2 -0
  55. package/lib/clients/mp/alipay_plus/canIUse.js +3 -0
  56. package/lib/clients/mp/alipay_plus/chooseImage.d.ts +2 -0
  57. package/lib/clients/mp/alipay_plus/chooseImage.js +2 -0
  58. package/lib/clients/mp/alipay_plus/choosePhoneContact.d.ts +2 -0
  59. package/lib/clients/mp/alipay_plus/choosePhoneContact.js +2 -0
  60. package/lib/clients/mp/alipay_plus/clearStorage.d.ts +2 -0
  61. package/lib/clients/mp/alipay_plus/clearStorage.js +2 -0
  62. package/lib/clients/mp/alipay_plus/clearStorageSync.d.ts +2 -0
  63. package/lib/clients/mp/alipay_plus/clearStorageSync.js +2 -0
  64. package/lib/clients/mp/alipay_plus/closeBluetoothAdapter.d.ts +2 -0
  65. package/lib/clients/mp/alipay_plus/closeBluetoothAdapter.js +2 -0
  66. package/lib/clients/mp/alipay_plus/closeSocket.d.ts +2 -0
  67. package/lib/clients/mp/alipay_plus/closeSocket.js +2 -0
  68. package/lib/clients/mp/alipay_plus/confirm.d.ts +2 -0
  69. package/lib/clients/mp/alipay_plus/confirm.js +2 -0
  70. package/lib/clients/mp/alipay_plus/connectBLEDevice.d.ts +2 -0
  71. package/lib/clients/mp/alipay_plus/connectBLEDevice.js +2 -0
  72. package/lib/clients/mp/alipay_plus/connectSocket.d.ts +2 -0
  73. package/lib/clients/mp/alipay_plus/connectSocket.js +2 -0
  74. package/lib/clients/mp/alipay_plus/createAnimation.d.ts +2 -0
  75. package/lib/clients/mp/alipay_plus/createAnimation.js +2 -0
  76. package/lib/clients/mp/alipay_plus/createSelectorQuery.d.ts +2 -0
  77. package/lib/clients/mp/alipay_plus/createSelectorQuery.js +2 -0
  78. package/lib/clients/mp/alipay_plus/createWebViewContext.d.ts +2 -0
  79. package/lib/clients/mp/alipay_plus/createWebViewContext.js +2 -0
  80. package/lib/clients/mp/alipay_plus/crossPay.d.ts +2 -0
  81. package/lib/clients/mp/alipay_plus/crossPay.js +2 -0
  82. package/lib/clients/mp/alipay_plus/custom.d.ts +4 -0
  83. package/lib/clients/mp/alipay_plus/custom.js +4 -0
  84. package/lib/clients/mp/alipay_plus/datePicker.d.ts +2 -0
  85. package/lib/clients/mp/alipay_plus/datePicker.js +2 -0
  86. package/lib/clients/mp/alipay_plus/disconnectBLEDevice.d.ts +2 -0
  87. package/lib/clients/mp/alipay_plus/disconnectBLEDevice.js +2 -0
  88. package/lib/clients/mp/alipay_plus/downloadFile.d.ts +2 -0
  89. package/lib/clients/mp/alipay_plus/downloadFile.js +2 -0
  90. package/lib/clients/mp/alipay_plus/exitApp.d.ts +2 -0
  91. package/lib/clients/mp/alipay_plus/exitApp.js +2 -0
  92. package/lib/clients/mp/alipay_plus/generated.d.ts +258 -0
  93. package/lib/clients/mp/alipay_plus/generated.js +300 -0
  94. package/lib/clients/mp/alipay_plus/getAppIdSync.d.ts +2 -0
  95. package/lib/clients/mp/alipay_plus/getAppIdSync.js +2 -0
  96. package/lib/clients/mp/alipay_plus/getAppToken.d.ts +2 -0
  97. package/lib/clients/mp/alipay_plus/getAppToken.js +2 -0
  98. package/lib/clients/mp/alipay_plus/getAuthCode.d.ts +2 -0
  99. package/lib/clients/mp/alipay_plus/getAuthCode.js +2 -0
  100. package/lib/clients/mp/alipay_plus/getBLEDeviceCharacteristics.d.ts +2 -0
  101. package/lib/clients/mp/alipay_plus/getBLEDeviceCharacteristics.js +2 -0
  102. package/lib/clients/mp/alipay_plus/getBLEDeviceServices.d.ts +2 -0
  103. package/lib/clients/mp/alipay_plus/getBLEDeviceServices.js +2 -0
  104. package/lib/clients/mp/alipay_plus/getBatteryInfo.d.ts +2 -0
  105. package/lib/clients/mp/alipay_plus/getBatteryInfo.js +2 -0
  106. package/lib/clients/mp/alipay_plus/getBluetoothAdapterState.d.ts +2 -0
  107. package/lib/clients/mp/alipay_plus/getBluetoothAdapterState.js +2 -0
  108. package/lib/clients/mp/alipay_plus/getBluetoothDevices.d.ts +2 -0
  109. package/lib/clients/mp/alipay_plus/getBluetoothDevices.js +2 -0
  110. package/lib/clients/mp/alipay_plus/getClipboard.d.ts +2 -0
  111. package/lib/clients/mp/alipay_plus/getClipboard.js +2 -0
  112. package/lib/clients/mp/alipay_plus/getComponentAuth.d.ts +2 -0
  113. package/lib/clients/mp/alipay_plus/getComponentAuth.js +2 -0
  114. package/lib/clients/mp/alipay_plus/getConnectedBluetoothDevices.d.ts +2 -0
  115. package/lib/clients/mp/alipay_plus/getConnectedBluetoothDevices.js +2 -0
  116. package/lib/clients/mp/alipay_plus/getFileInfo.d.ts +2 -0
  117. package/lib/clients/mp/alipay_plus/getFileInfo.js +2 -0
  118. package/lib/clients/mp/alipay_plus/getImageInfo.d.ts +2 -0
  119. package/lib/clients/mp/alipay_plus/getImageInfo.js +2 -0
  120. package/lib/clients/mp/alipay_plus/getLocation.d.ts +2 -0
  121. package/lib/clients/mp/alipay_plus/getLocation.js +2 -0
  122. package/lib/clients/mp/alipay_plus/getNetworkType.d.ts +2 -0
  123. package/lib/clients/mp/alipay_plus/getNetworkType.js +2 -0
  124. package/lib/clients/mp/alipay_plus/getOpenUserInfo.d.ts +3 -0
  125. package/lib/clients/mp/alipay_plus/getOpenUserInfo.js +34 -0
  126. package/lib/clients/mp/alipay_plus/getPaymentCode.d.ts +2 -0
  127. package/lib/clients/mp/alipay_plus/getPaymentCode.js +2 -0
  128. package/lib/clients/mp/alipay_plus/getPhoneNumber.d.ts +2 -0
  129. package/lib/clients/mp/alipay_plus/getPhoneNumber.js +2 -0
  130. package/lib/clients/mp/alipay_plus/getSavedFileInfo.d.ts +2 -0
  131. package/lib/clients/mp/alipay_plus/getSavedFileInfo.js +2 -0
  132. package/lib/clients/mp/alipay_plus/getSavedFileList.d.ts +2 -0
  133. package/lib/clients/mp/alipay_plus/getSavedFileList.js +2 -0
  134. package/lib/clients/mp/alipay_plus/getScreenBrightness.d.ts +2 -0
  135. package/lib/clients/mp/alipay_plus/getScreenBrightness.js +2 -0
  136. package/lib/clients/mp/alipay_plus/getServerTime.d.ts +2 -0
  137. package/lib/clients/mp/alipay_plus/getServerTime.js +2 -0
  138. package/lib/clients/mp/alipay_plus/getSetting.d.ts +2 -0
  139. package/lib/clients/mp/alipay_plus/getSetting.js +2 -0
  140. package/lib/clients/mp/alipay_plus/getSiteInfo.d.ts +2 -0
  141. package/lib/clients/mp/alipay_plus/getSiteInfo.js +2 -0
  142. package/lib/clients/mp/alipay_plus/getStorage.d.ts +2 -0
  143. package/lib/clients/mp/alipay_plus/getStorage.js +2 -0
  144. package/lib/clients/mp/alipay_plus/getStorageInfo.d.ts +2 -0
  145. package/lib/clients/mp/alipay_plus/getStorageInfo.js +2 -0
  146. package/lib/clients/mp/alipay_plus/getStorageInfoSync.d.ts +2 -0
  147. package/lib/clients/mp/alipay_plus/getStorageInfoSync.js +2 -0
  148. package/lib/clients/mp/alipay_plus/getStorageSync.d.ts +2 -0
  149. package/lib/clients/mp/alipay_plus/getStorageSync.js +2 -0
  150. package/lib/clients/mp/alipay_plus/getSystemInfo.d.ts +2 -0
  151. package/lib/clients/mp/alipay_plus/getSystemInfo.js +2 -0
  152. package/lib/clients/mp/alipay_plus/getSystemInfoSync.d.ts +2 -0
  153. package/lib/clients/mp/alipay_plus/getSystemInfoSync.js +2 -0
  154. package/lib/clients/mp/alipay_plus/hideBackHome.d.ts +2 -0
  155. package/lib/clients/mp/alipay_plus/hideBackHome.js +2 -0
  156. package/lib/clients/mp/alipay_plus/hideKeyboard.d.ts +2 -0
  157. package/lib/clients/mp/alipay_plus/hideKeyboard.js +2 -0
  158. package/lib/clients/mp/alipay_plus/hideLoading.d.ts +2 -0
  159. package/lib/clients/mp/alipay_plus/hideLoading.js +2 -0
  160. package/lib/clients/mp/alipay_plus/hideNavigationBarLoading.d.ts +2 -0
  161. package/lib/clients/mp/alipay_plus/hideNavigationBarLoading.js +2 -0
  162. package/lib/clients/mp/alipay_plus/hideTabBar.d.ts +2 -0
  163. package/lib/clients/mp/alipay_plus/hideTabBar.js +2 -0
  164. package/lib/clients/mp/alipay_plus/hideToast.d.ts +2 -0
  165. package/lib/clients/mp/alipay_plus/hideToast.js +2 -0
  166. package/lib/clients/mp/alipay_plus/index.d.ts +259 -0
  167. package/lib/clients/mp/alipay_plus/index.js +13 -0
  168. package/lib/clients/mp/alipay_plus/inquireQuote.d.ts +2 -0
  169. package/lib/clients/mp/alipay_plus/inquireQuote.js +2 -0
  170. package/lib/clients/mp/alipay_plus/isInstalledApp.d.ts +2 -0
  171. package/lib/clients/mp/alipay_plus/isInstalledApp.js +2 -0
  172. package/lib/clients/mp/alipay_plus/makePhoneCall.d.ts +2 -0
  173. package/lib/clients/mp/alipay_plus/makePhoneCall.js +2 -0
  174. package/lib/clients/mp/alipay_plus/multiLevelSelect.d.ts +2 -0
  175. package/lib/clients/mp/alipay_plus/multiLevelSelect.js +2 -0
  176. package/lib/clients/mp/alipay_plus/navigateBack.d.ts +2 -0
  177. package/lib/clients/mp/alipay_plus/navigateBack.js +2 -0
  178. package/lib/clients/mp/alipay_plus/navigateBackMiniProgram.d.ts +2 -0
  179. package/lib/clients/mp/alipay_plus/navigateBackMiniProgram.js +2 -0
  180. package/lib/clients/mp/alipay_plus/navigateTo.d.ts +2 -0
  181. package/lib/clients/mp/alipay_plus/navigateTo.js +2 -0
  182. package/lib/clients/mp/alipay_plus/navigateToBizScene.d.ts +2 -0
  183. package/lib/clients/mp/alipay_plus/navigateToBizScene.js +2 -0
  184. package/lib/clients/mp/alipay_plus/navigateToMiniProgram.d.ts +2 -0
  185. package/lib/clients/mp/alipay_plus/navigateToMiniProgram.js +2 -0
  186. package/lib/clients/mp/alipay_plus/notifyBLECharacteristicValueChange.d.ts +2 -0
  187. package/lib/clients/mp/alipay_plus/notifyBLECharacteristicValueChange.js +2 -0
  188. package/lib/clients/mp/alipay_plus/offAccelerometerChange.d.ts +2 -0
  189. package/lib/clients/mp/alipay_plus/offAccelerometerChange.js +2 -0
  190. package/lib/clients/mp/alipay_plus/offBLECharacteristicValueChange.d.ts +2 -0
  191. package/lib/clients/mp/alipay_plus/offBLECharacteristicValueChange.js +2 -0
  192. package/lib/clients/mp/alipay_plus/offBLEConnectionStateChanged.d.ts +2 -0
  193. package/lib/clients/mp/alipay_plus/offBLEConnectionStateChanged.js +2 -0
  194. package/lib/clients/mp/alipay_plus/offBluetoothAdapterStateChange.d.ts +2 -0
  195. package/lib/clients/mp/alipay_plus/offBluetoothAdapterStateChange.js +2 -0
  196. package/lib/clients/mp/alipay_plus/offBluetoothDeviceFound.d.ts +2 -0
  197. package/lib/clients/mp/alipay_plus/offBluetoothDeviceFound.js +2 -0
  198. package/lib/clients/mp/alipay_plus/offCompassChange.d.ts +2 -0
  199. package/lib/clients/mp/alipay_plus/offCompassChange.js +2 -0
  200. package/lib/clients/mp/alipay_plus/offMemoryWarning.d.ts +2 -0
  201. package/lib/clients/mp/alipay_plus/offMemoryWarning.js +2 -0
  202. package/lib/clients/mp/alipay_plus/offSocketClose.d.ts +2 -0
  203. package/lib/clients/mp/alipay_plus/offSocketClose.js +2 -0
  204. package/lib/clients/mp/alipay_plus/offSocketError.d.ts +2 -0
  205. package/lib/clients/mp/alipay_plus/offSocketError.js +2 -0
  206. package/lib/clients/mp/alipay_plus/offSocketMessage.d.ts +2 -0
  207. package/lib/clients/mp/alipay_plus/offSocketMessage.js +2 -0
  208. package/lib/clients/mp/alipay_plus/offSocketOpen.d.ts +2 -0
  209. package/lib/clients/mp/alipay_plus/offSocketOpen.js +2 -0
  210. package/lib/clients/mp/alipay_plus/offUserCaptureScreen.d.ts +2 -0
  211. package/lib/clients/mp/alipay_plus/offUserCaptureScreen.js +2 -0
  212. package/lib/clients/mp/alipay_plus/onAccelerometerChange.d.ts +2 -0
  213. package/lib/clients/mp/alipay_plus/onAccelerometerChange.js +2 -0
  214. package/lib/clients/mp/alipay_plus/onBLECharacteristicValueChange.d.ts +2 -0
  215. package/lib/clients/mp/alipay_plus/onBLECharacteristicValueChange.js +2 -0
  216. package/lib/clients/mp/alipay_plus/onBLEConnectionStateChanged.d.ts +2 -0
  217. package/lib/clients/mp/alipay_plus/onBLEConnectionStateChanged.js +2 -0
  218. package/lib/clients/mp/alipay_plus/onBluetoothAdapterStateChange.d.ts +2 -0
  219. package/lib/clients/mp/alipay_plus/onBluetoothAdapterStateChange.js +2 -0
  220. package/lib/clients/mp/alipay_plus/onBluetoothDeviceFound.d.ts +2 -0
  221. package/lib/clients/mp/alipay_plus/onBluetoothDeviceFound.js +2 -0
  222. package/lib/clients/mp/alipay_plus/onCompassChange.d.ts +2 -0
  223. package/lib/clients/mp/alipay_plus/onCompassChange.js +2 -0
  224. package/lib/clients/mp/alipay_plus/onMemoryWarning.d.ts +2 -0
  225. package/lib/clients/mp/alipay_plus/onMemoryWarning.js +2 -0
  226. package/lib/clients/mp/alipay_plus/onMessage.d.ts +2 -0
  227. package/lib/clients/mp/alipay_plus/onMessage.js +2 -0
  228. package/lib/clients/mp/alipay_plus/onSocketClose.d.ts +2 -0
  229. package/lib/clients/mp/alipay_plus/onSocketClose.js +2 -0
  230. package/lib/clients/mp/alipay_plus/onSocketError.d.ts +2 -0
  231. package/lib/clients/mp/alipay_plus/onSocketError.js +2 -0
  232. package/lib/clients/mp/alipay_plus/onSocketMessage.d.ts +2 -0
  233. package/lib/clients/mp/alipay_plus/onSocketMessage.js +2 -0
  234. package/lib/clients/mp/alipay_plus/onSocketOpen.d.ts +2 -0
  235. package/lib/clients/mp/alipay_plus/onSocketOpen.js +2 -0
  236. package/lib/clients/mp/alipay_plus/onUserCaptureScreen.d.ts +2 -0
  237. package/lib/clients/mp/alipay_plus/onUserCaptureScreen.js +2 -0
  238. package/lib/clients/mp/alipay_plus/openBluetoothAdapter.d.ts +2 -0
  239. package/lib/clients/mp/alipay_plus/openBluetoothAdapter.js +2 -0
  240. package/lib/clients/mp/alipay_plus/openDocument.d.ts +2 -0
  241. package/lib/clients/mp/alipay_plus/openDocument.js +2 -0
  242. package/lib/clients/mp/alipay_plus/openSchemeWithBacking.d.ts +2 -0
  243. package/lib/clients/mp/alipay_plus/openSchemeWithBacking.js +2 -0
  244. package/lib/clients/mp/alipay_plus/openSetting.d.ts +2 -0
  245. package/lib/clients/mp/alipay_plus/openSetting.js +2 -0
  246. package/lib/clients/mp/alipay_plus/pageScrollTo.d.ts +2 -0
  247. package/lib/clients/mp/alipay_plus/pageScrollTo.js +2 -0
  248. package/lib/clients/mp/alipay_plus/paySignCenter.d.ts +2 -0
  249. package/lib/clients/mp/alipay_plus/paySignCenter.js +2 -0
  250. package/lib/clients/mp/alipay_plus/postMessage.d.ts +2 -0
  251. package/lib/clients/mp/alipay_plus/postMessage.js +2 -0
  252. package/lib/clients/mp/alipay_plus/previewImage.d.ts +2 -0
  253. package/lib/clients/mp/alipay_plus/previewImage.js +2 -0
  254. package/lib/clients/mp/alipay_plus/prompt.d.ts +2 -0
  255. package/lib/clients/mp/alipay_plus/prompt.js +2 -0
  256. package/lib/clients/mp/alipay_plus/reLaunch.d.ts +2 -0
  257. package/lib/clients/mp/alipay_plus/reLaunch.js +2 -0
  258. package/lib/clients/mp/alipay_plus/readBLECharacteristicValue.d.ts +2 -0
  259. package/lib/clients/mp/alipay_plus/readBLECharacteristicValue.js +2 -0
  260. package/lib/clients/mp/alipay_plus/redirectTo.d.ts +2 -0
  261. package/lib/clients/mp/alipay_plus/redirectTo.js +2 -0
  262. package/lib/clients/mp/alipay_plus/regionFetchAllApps.d.ts +2 -0
  263. package/lib/clients/mp/alipay_plus/regionFetchAllApps.js +2 -0
  264. package/lib/clients/mp/alipay_plus/regionSearchAppsByKeywords.d.ts +2 -0
  265. package/lib/clients/mp/alipay_plus/regionSearchAppsByKeywords.js +2 -0
  266. package/lib/clients/mp/alipay_plus/removeSavedFile.d.ts +2 -0
  267. package/lib/clients/mp/alipay_plus/removeSavedFile.js +2 -0
  268. package/lib/clients/mp/alipay_plus/removeStorage.d.ts +2 -0
  269. package/lib/clients/mp/alipay_plus/removeStorage.js +2 -0
  270. package/lib/clients/mp/alipay_plus/removeStorageSync.d.ts +2 -0
  271. package/lib/clients/mp/alipay_plus/removeStorageSync.js +2 -0
  272. package/lib/clients/mp/alipay_plus/request.d.ts +2 -0
  273. package/lib/clients/mp/alipay_plus/request.js +2 -0
  274. package/lib/clients/mp/alipay_plus/rpc.d.ts +2 -0
  275. package/lib/clients/mp/alipay_plus/rpc.js +2 -0
  276. package/lib/clients/mp/alipay_plus/saveFile.d.ts +2 -0
  277. package/lib/clients/mp/alipay_plus/saveFile.js +2 -0
  278. package/lib/clients/mp/alipay_plus/saveImage.d.ts +2 -0
  279. package/lib/clients/mp/alipay_plus/saveImage.js +2 -0
  280. package/lib/clients/mp/alipay_plus/scan.d.ts +2 -0
  281. package/lib/clients/mp/alipay_plus/scan.js +2 -0
  282. package/lib/clients/mp/alipay_plus/sendSocketMessage.d.ts +2 -0
  283. package/lib/clients/mp/alipay_plus/sendSocketMessage.js +2 -0
  284. package/lib/clients/mp/alipay_plus/setBackgroundColor.d.ts +2 -0
  285. package/lib/clients/mp/alipay_plus/setBackgroundColor.js +2 -0
  286. package/lib/clients/mp/alipay_plus/setCanPullDown.d.ts +2 -0
  287. package/lib/clients/mp/alipay_plus/setCanPullDown.js +2 -0
  288. package/lib/clients/mp/alipay_plus/setClipboard.d.ts +2 -0
  289. package/lib/clients/mp/alipay_plus/setClipboard.js +2 -0
  290. package/lib/clients/mp/alipay_plus/setKeepScreenOn.d.ts +2 -0
  291. package/lib/clients/mp/alipay_plus/setKeepScreenOn.js +2 -0
  292. package/lib/clients/mp/alipay_plus/setNavigationBar.d.ts +2 -0
  293. package/lib/clients/mp/alipay_plus/setNavigationBar.js +2 -0
  294. package/lib/clients/mp/alipay_plus/setOptionMenu.d.ts +2 -0
  295. package/lib/clients/mp/alipay_plus/setOptionMenu.js +2 -0
  296. package/lib/clients/mp/alipay_plus/setScreenBrightness.d.ts +2 -0
  297. package/lib/clients/mp/alipay_plus/setScreenBrightness.js +2 -0
  298. package/lib/clients/mp/alipay_plus/setStorage.d.ts +2 -0
  299. package/lib/clients/mp/alipay_plus/setStorage.js +2 -0
  300. package/lib/clients/mp/alipay_plus/setStorageSync.d.ts +2 -0
  301. package/lib/clients/mp/alipay_plus/setStorageSync.js +2 -0
  302. package/lib/clients/mp/alipay_plus/setTabBarStyle.d.ts +2 -0
  303. package/lib/clients/mp/alipay_plus/setTabBarStyle.js +2 -0
  304. package/lib/clients/mp/alipay_plus/showActionSheet.d.ts +2 -0
  305. package/lib/clients/mp/alipay_plus/showActionSheet.js +2 -0
  306. package/lib/clients/mp/alipay_plus/showAuthGuide.d.ts +2 -0
  307. package/lib/clients/mp/alipay_plus/showAuthGuide.js +2 -0
  308. package/lib/clients/mp/alipay_plus/showLoading.d.ts +2 -0
  309. package/lib/clients/mp/alipay_plus/showLoading.js +2 -0
  310. package/lib/clients/mp/alipay_plus/showNavigationBarLoading.d.ts +2 -0
  311. package/lib/clients/mp/alipay_plus/showNavigationBarLoading.js +2 -0
  312. package/lib/clients/mp/alipay_plus/showSharePanel.d.ts +2 -0
  313. package/lib/clients/mp/alipay_plus/showSharePanel.js +2 -0
  314. package/lib/clients/mp/alipay_plus/showToast.d.ts +2 -0
  315. package/lib/clients/mp/alipay_plus/showToast.js +2 -0
  316. package/lib/clients/mp/alipay_plus/signContract.d.ts +2 -0
  317. package/lib/clients/mp/alipay_plus/signContract.js +2 -0
  318. package/lib/clients/mp/alipay_plus/startApp.d.ts +2 -0
  319. package/lib/clients/mp/alipay_plus/startApp.js +2 -0
  320. package/lib/clients/mp/alipay_plus/startBizService.d.ts +2 -0
  321. package/lib/clients/mp/alipay_plus/startBizService.js +2 -0
  322. package/lib/clients/mp/alipay_plus/startBluetoothDevicesDiscovery.d.ts +2 -0
  323. package/lib/clients/mp/alipay_plus/startBluetoothDevicesDiscovery.js +2 -0
  324. package/lib/clients/mp/alipay_plus/startPullDownRefresh.d.ts +2 -0
  325. package/lib/clients/mp/alipay_plus/startPullDownRefresh.js +2 -0
  326. package/lib/clients/mp/alipay_plus/stopBluetoothDevicesDiscovery.d.ts +2 -0
  327. package/lib/clients/mp/alipay_plus/stopBluetoothDevicesDiscovery.js +2 -0
  328. package/lib/clients/mp/alipay_plus/stopPullDownRefresh.d.ts +2 -0
  329. package/lib/clients/mp/alipay_plus/stopPullDownRefresh.js +2 -0
  330. package/lib/clients/mp/alipay_plus/switchTab.d.ts +2 -0
  331. package/lib/clients/mp/alipay_plus/switchTab.js +2 -0
  332. package/lib/clients/mp/alipay_plus/thirdPartyAuthForAc.d.ts +2 -0
  333. package/lib/clients/mp/alipay_plus/thirdPartyAuthForAc.js +2 -0
  334. package/lib/clients/mp/alipay_plus/tradePay.d.ts +2 -0
  335. package/lib/clients/mp/alipay_plus/tradePay.js +2 -0
  336. package/lib/clients/mp/alipay_plus/uploadApdidToken.d.ts +2 -0
  337. package/lib/clients/mp/alipay_plus/uploadApdidToken.js +2 -0
  338. package/lib/clients/mp/alipay_plus/uploadFile.d.ts +2 -0
  339. package/lib/clients/mp/alipay_plus/uploadFile.js +2 -0
  340. package/lib/clients/mp/alipay_plus/vibrate.d.ts +2 -0
  341. package/lib/clients/mp/alipay_plus/vibrate.js +2 -0
  342. package/lib/clients/mp/alipay_plus/watchShake.d.ts +2 -0
  343. package/lib/clients/mp/alipay_plus/watchShake.js +2 -0
  344. package/lib/clients/mp/alipay_plus/writeBLECharacteristicValue.d.ts +2 -0
  345. package/lib/clients/mp/alipay_plus/writeBLECharacteristicValue.js +2 -0
  346. package/lib/clients/mp/alipay_vn/custom.d.ts +2 -0
  347. package/lib/clients/mp/alipay_vn/custom.js +1 -0
  348. package/lib/clients/mp/alipay_vn/generated.d.ts +2 -0
  349. package/lib/clients/mp/alipay_vn/generated.js +1 -0
  350. package/lib/clients/mp/alipay_vn/index.d.ts +1 -0
  351. package/lib/clients/mp/alipay_vn/index.js +1 -0
  352. package/lib/clients/mp/dana/custom.d.ts +2 -0
  353. package/lib/clients/mp/dana/custom.js +1 -0
  354. package/lib/clients/mp/dana/generated.d.ts +2 -0
  355. package/lib/clients/mp/dana/generated.js +1 -0
  356. package/lib/clients/mp/dana/index.d.ts +1 -0
  357. package/lib/clients/mp/dana/index.js +1 -0
  358. package/lib/clients/mp/gcash/custom.d.ts +2 -0
  359. package/lib/clients/mp/gcash/custom.js +1 -0
  360. package/lib/clients/mp/gcash/generated.d.ts +2 -0
  361. package/lib/clients/mp/gcash/generated.js +1 -0
  362. package/lib/clients/mp/gcash/index.d.ts +1 -0
  363. package/lib/clients/mp/gcash/index.js +1 -0
  364. package/lib/clients/mp/lazada/APRegionRPC.d.ts +2 -0
  365. package/lib/clients/mp/lazada/APRegionRPC.js +2 -0
  366. package/lib/clients/mp/lazada/addFatigueAction.d.ts +2 -0
  367. package/lib/clients/mp/lazada/addFatigueAction.js +2 -0
  368. package/lib/clients/mp/lazada/addPhoneContact.d.ts +2 -0
  369. package/lib/clients/mp/lazada/addPhoneContact.js +2 -0
  370. package/lib/clients/mp/lazada/alert.d.ts +2 -0
  371. package/lib/clients/mp/lazada/alert.js +2 -0
  372. package/lib/clients/mp/lazada/apDisableJSAPI.d.ts +2 -0
  373. package/lib/clients/mp/lazada/apDisableJSAPI.js +2 -0
  374. package/lib/clients/mp/lazada/appxrpc.d.ts +2 -0
  375. package/lib/clients/mp/lazada/appxrpc.js +2 -0
  376. package/lib/clients/mp/lazada/batchQueryCdpSpaceInfo.d.ts +2 -0
  377. package/lib/clients/mp/lazada/batchQueryCdpSpaceInfo.js +2 -0
  378. package/lib/clients/mp/lazada/chooseImage.d.ts +2 -0
  379. package/lib/clients/mp/lazada/chooseImage.js +2 -0
  380. package/lib/clients/mp/lazada/choosePhoneContact.d.ts +2 -0
  381. package/lib/clients/mp/lazada/choosePhoneContact.js +2 -0
  382. package/lib/clients/mp/lazada/clearStorage.d.ts +2 -0
  383. package/lib/clients/mp/lazada/clearStorage.js +2 -0
  384. package/lib/clients/mp/lazada/clearStorageSync.d.ts +2 -0
  385. package/lib/clients/mp/lazada/clearStorageSync.js +2 -0
  386. package/lib/clients/mp/lazada/closeBluetoothAdapter.d.ts +2 -0
  387. package/lib/clients/mp/lazada/closeBluetoothAdapter.js +2 -0
  388. package/lib/clients/mp/lazada/closeSocket.d.ts +2 -0
  389. package/lib/clients/mp/lazada/closeSocket.js +2 -0
  390. package/lib/clients/mp/lazada/confirm.d.ts +2 -0
  391. package/lib/clients/mp/lazada/confirm.js +2 -0
  392. package/lib/clients/mp/lazada/connectBLEDevice.d.ts +2 -0
  393. package/lib/clients/mp/lazada/connectBLEDevice.js +2 -0
  394. package/lib/clients/mp/lazada/connectSocket.d.ts +2 -0
  395. package/lib/clients/mp/lazada/connectSocket.js +2 -0
  396. package/lib/clients/mp/lazada/createAnimation.d.ts +2 -0
  397. package/lib/clients/mp/lazada/createAnimation.js +2 -0
  398. package/lib/clients/mp/lazada/createWebViewContext.d.ts +2 -0
  399. package/lib/clients/mp/lazada/createWebViewContext.js +2 -0
  400. package/lib/clients/mp/lazada/crossPay.d.ts +2 -0
  401. package/lib/clients/mp/lazada/crossPay.js +2 -0
  402. package/lib/clients/mp/lazada/custom.d.ts +4 -0
  403. package/lib/clients/mp/lazada/custom.js +4 -0
  404. package/lib/clients/mp/lazada/datePicker.d.ts +2 -0
  405. package/lib/clients/mp/lazada/datePicker.js +2 -0
  406. package/lib/clients/mp/lazada/disconnectBLEDevice.d.ts +2 -0
  407. package/lib/clients/mp/lazada/disconnectBLEDevice.js +2 -0
  408. package/lib/clients/mp/lazada/downloadFile.d.ts +2 -0
  409. package/lib/clients/mp/lazada/downloadFile.js +2 -0
  410. package/lib/clients/mp/lazada/exitApp.d.ts +2 -0
  411. package/lib/clients/mp/lazada/exitApp.js +2 -0
  412. package/lib/clients/mp/lazada/generated.d.ts +250 -0
  413. package/lib/clients/mp/lazada/generated.js +284 -0
  414. package/lib/clients/mp/lazada/getAppIdSync.d.ts +2 -0
  415. package/lib/clients/mp/lazada/getAppIdSync.js +2 -0
  416. package/lib/clients/mp/lazada/getAppToken.d.ts +2 -0
  417. package/lib/clients/mp/lazada/getAppToken.js +2 -0
  418. package/lib/clients/mp/lazada/getAuthCode.d.ts +3 -0
  419. package/lib/clients/mp/lazada/getAuthCode.js +39 -0
  420. package/lib/clients/mp/lazada/getBLEDeviceCharacteristics.d.ts +2 -0
  421. package/lib/clients/mp/lazada/getBLEDeviceCharacteristics.js +2 -0
  422. package/lib/clients/mp/lazada/getBLEDeviceServices.d.ts +2 -0
  423. package/lib/clients/mp/lazada/getBLEDeviceServices.js +2 -0
  424. package/lib/clients/mp/lazada/getBatteryInfo.d.ts +2 -0
  425. package/lib/clients/mp/lazada/getBatteryInfo.js +2 -0
  426. package/lib/clients/mp/lazada/getBluetoothAdapterState.d.ts +2 -0
  427. package/lib/clients/mp/lazada/getBluetoothAdapterState.js +2 -0
  428. package/lib/clients/mp/lazada/getBluetoothDevices.d.ts +2 -0
  429. package/lib/clients/mp/lazada/getBluetoothDevices.js +2 -0
  430. package/lib/clients/mp/lazada/getClipboard.d.ts +2 -0
  431. package/lib/clients/mp/lazada/getClipboard.js +2 -0
  432. package/lib/clients/mp/lazada/getComponentAuth.d.ts +2 -0
  433. package/lib/clients/mp/lazada/getComponentAuth.js +2 -0
  434. package/lib/clients/mp/lazada/getConnectedBluetoothDevices.d.ts +2 -0
  435. package/lib/clients/mp/lazada/getConnectedBluetoothDevices.js +2 -0
  436. package/lib/clients/mp/lazada/getFileInfo.d.ts +2 -0
  437. package/lib/clients/mp/lazada/getFileInfo.js +2 -0
  438. package/lib/clients/mp/lazada/getImageInfo.d.ts +2 -0
  439. package/lib/clients/mp/lazada/getImageInfo.js +2 -0
  440. package/lib/clients/mp/lazada/getLocation.d.ts +2 -0
  441. package/lib/clients/mp/lazada/getLocation.js +2 -0
  442. package/lib/clients/mp/lazada/getNetworkType.d.ts +2 -0
  443. package/lib/clients/mp/lazada/getNetworkType.js +2 -0
  444. package/lib/clients/mp/lazada/getOpenUserInfo.d.ts +3 -0
  445. package/lib/clients/mp/lazada/getOpenUserInfo.js +34 -0
  446. package/lib/clients/mp/lazada/getPaymentCode.d.ts +2 -0
  447. package/lib/clients/mp/lazada/getPaymentCode.js +2 -0
  448. package/lib/clients/mp/lazada/getPhoneNumber.d.ts +2 -0
  449. package/lib/clients/mp/lazada/getPhoneNumber.js +2 -0
  450. package/lib/clients/mp/lazada/getSavedFileInfo.d.ts +2 -0
  451. package/lib/clients/mp/lazada/getSavedFileInfo.js +2 -0
  452. package/lib/clients/mp/lazada/getSavedFileList.d.ts +2 -0
  453. package/lib/clients/mp/lazada/getSavedFileList.js +2 -0
  454. package/lib/clients/mp/lazada/getScreenBrightness.d.ts +2 -0
  455. package/lib/clients/mp/lazada/getScreenBrightness.js +2 -0
  456. package/lib/clients/mp/lazada/getServerTime.d.ts +2 -0
  457. package/lib/clients/mp/lazada/getServerTime.js +2 -0
  458. package/lib/clients/mp/lazada/getSetting.d.ts +2 -0
  459. package/lib/clients/mp/lazada/getSetting.js +2 -0
  460. package/lib/clients/mp/lazada/getSiteInfo.d.ts +2 -0
  461. package/lib/clients/mp/lazada/getSiteInfo.js +2 -0
  462. package/lib/clients/mp/lazada/getStorage.d.ts +2 -0
  463. package/lib/clients/mp/lazada/getStorage.js +2 -0
  464. package/lib/clients/mp/lazada/getStorageSync.d.ts +2 -0
  465. package/lib/clients/mp/lazada/getStorageSync.js +2 -0
  466. package/lib/clients/mp/lazada/getSystemInfo.d.ts +2 -0
  467. package/lib/clients/mp/lazada/getSystemInfo.js +2 -0
  468. package/lib/clients/mp/lazada/hideBackHome.d.ts +2 -0
  469. package/lib/clients/mp/lazada/hideBackHome.js +2 -0
  470. package/lib/clients/mp/lazada/hideKeyboard.d.ts +2 -0
  471. package/lib/clients/mp/lazada/hideKeyboard.js +2 -0
  472. package/lib/clients/mp/lazada/hideLoading.d.ts +2 -0
  473. package/lib/clients/mp/lazada/hideLoading.js +2 -0
  474. package/lib/clients/mp/lazada/hideNavigationBarLoading.d.ts +2 -0
  475. package/lib/clients/mp/lazada/hideNavigationBarLoading.js +2 -0
  476. package/lib/clients/mp/lazada/hideTabBar.d.ts +2 -0
  477. package/lib/clients/mp/lazada/hideTabBar.js +2 -0
  478. package/lib/clients/mp/lazada/hideToast.d.ts +2 -0
  479. package/lib/clients/mp/lazada/hideToast.js +2 -0
  480. package/lib/clients/mp/lazada/index.d.ts +251 -0
  481. package/lib/clients/mp/lazada/index.js +13 -0
  482. package/lib/clients/mp/lazada/inquireQuote.d.ts +2 -0
  483. package/lib/clients/mp/lazada/inquireQuote.js +2 -0
  484. package/lib/clients/mp/lazada/isInstalledApp.d.ts +2 -0
  485. package/lib/clients/mp/lazada/isInstalledApp.js +2 -0
  486. package/lib/clients/mp/lazada/makePhoneCall.d.ts +2 -0
  487. package/lib/clients/mp/lazada/makePhoneCall.js +2 -0
  488. package/lib/clients/mp/lazada/multiLevelSelect.d.ts +2 -0
  489. package/lib/clients/mp/lazada/multiLevelSelect.js +2 -0
  490. package/lib/clients/mp/lazada/navigateBack.d.ts +2 -0
  491. package/lib/clients/mp/lazada/navigateBack.js +2 -0
  492. package/lib/clients/mp/lazada/navigateBackMiniProgram.d.ts +2 -0
  493. package/lib/clients/mp/lazada/navigateBackMiniProgram.js +2 -0
  494. package/lib/clients/mp/lazada/navigateTo.d.ts +2 -0
  495. package/lib/clients/mp/lazada/navigateTo.js +2 -0
  496. package/lib/clients/mp/lazada/navigateToBizScene.d.ts +2 -0
  497. package/lib/clients/mp/lazada/navigateToBizScene.js +2 -0
  498. package/lib/clients/mp/lazada/navigateToMiniProgram.d.ts +2 -0
  499. package/lib/clients/mp/lazada/navigateToMiniProgram.js +2 -0
  500. package/lib/clients/mp/lazada/notifyBLECharacteristicValueChange.d.ts +2 -0
  501. package/lib/clients/mp/lazada/notifyBLECharacteristicValueChange.js +2 -0
  502. package/lib/clients/mp/lazada/offAccelerometerChange.d.ts +2 -0
  503. package/lib/clients/mp/lazada/offAccelerometerChange.js +2 -0
  504. package/lib/clients/mp/lazada/offBLECharacteristicValueChange.d.ts +2 -0
  505. package/lib/clients/mp/lazada/offBLECharacteristicValueChange.js +2 -0
  506. package/lib/clients/mp/lazada/offBLEConnectionStateChanged.d.ts +2 -0
  507. package/lib/clients/mp/lazada/offBLEConnectionStateChanged.js +2 -0
  508. package/lib/clients/mp/lazada/offBluetoothAdapterStateChange.d.ts +2 -0
  509. package/lib/clients/mp/lazada/offBluetoothAdapterStateChange.js +2 -0
  510. package/lib/clients/mp/lazada/offBluetoothDeviceFound.d.ts +2 -0
  511. package/lib/clients/mp/lazada/offBluetoothDeviceFound.js +2 -0
  512. package/lib/clients/mp/lazada/offCompassChange.d.ts +2 -0
  513. package/lib/clients/mp/lazada/offCompassChange.js +2 -0
  514. package/lib/clients/mp/lazada/offMemoryWarning.d.ts +2 -0
  515. package/lib/clients/mp/lazada/offMemoryWarning.js +2 -0
  516. package/lib/clients/mp/lazada/offSocketClose.d.ts +2 -0
  517. package/lib/clients/mp/lazada/offSocketClose.js +2 -0
  518. package/lib/clients/mp/lazada/offSocketError.d.ts +2 -0
  519. package/lib/clients/mp/lazada/offSocketError.js +2 -0
  520. package/lib/clients/mp/lazada/offSocketMessage.d.ts +2 -0
  521. package/lib/clients/mp/lazada/offSocketMessage.js +2 -0
  522. package/lib/clients/mp/lazada/offSocketOpen.d.ts +2 -0
  523. package/lib/clients/mp/lazada/offSocketOpen.js +2 -0
  524. package/lib/clients/mp/lazada/offUserCaptureScreen.d.ts +2 -0
  525. package/lib/clients/mp/lazada/offUserCaptureScreen.js +2 -0
  526. package/lib/clients/mp/lazada/onAccelerometerChange.d.ts +2 -0
  527. package/lib/clients/mp/lazada/onAccelerometerChange.js +2 -0
  528. package/lib/clients/mp/lazada/onBLECharacteristicValueChange.d.ts +2 -0
  529. package/lib/clients/mp/lazada/onBLECharacteristicValueChange.js +2 -0
  530. package/lib/clients/mp/lazada/onBLEConnectionStateChanged.d.ts +2 -0
  531. package/lib/clients/mp/lazada/onBLEConnectionStateChanged.js +2 -0
  532. package/lib/clients/mp/lazada/onBluetoothAdapterStateChange.d.ts +2 -0
  533. package/lib/clients/mp/lazada/onBluetoothAdapterStateChange.js +2 -0
  534. package/lib/clients/mp/lazada/onBluetoothDeviceFound.d.ts +2 -0
  535. package/lib/clients/mp/lazada/onBluetoothDeviceFound.js +2 -0
  536. package/lib/clients/mp/lazada/onCompassChange.d.ts +2 -0
  537. package/lib/clients/mp/lazada/onCompassChange.js +2 -0
  538. package/lib/clients/mp/lazada/onMemoryWarning.d.ts +2 -0
  539. package/lib/clients/mp/lazada/onMemoryWarning.js +2 -0
  540. package/lib/clients/mp/lazada/onSocketClose.d.ts +2 -0
  541. package/lib/clients/mp/lazada/onSocketClose.js +2 -0
  542. package/lib/clients/mp/lazada/onSocketError.d.ts +2 -0
  543. package/lib/clients/mp/lazada/onSocketError.js +2 -0
  544. package/lib/clients/mp/lazada/onSocketMessage.d.ts +2 -0
  545. package/lib/clients/mp/lazada/onSocketMessage.js +2 -0
  546. package/lib/clients/mp/lazada/onSocketOpen.d.ts +2 -0
  547. package/lib/clients/mp/lazada/onSocketOpen.js +2 -0
  548. package/lib/clients/mp/lazada/onUserCaptureScreen.d.ts +2 -0
  549. package/lib/clients/mp/lazada/onUserCaptureScreen.js +2 -0
  550. package/lib/clients/mp/lazada/openBluetoothAdapter.d.ts +2 -0
  551. package/lib/clients/mp/lazada/openBluetoothAdapter.js +2 -0
  552. package/lib/clients/mp/lazada/openDocument.d.ts +2 -0
  553. package/lib/clients/mp/lazada/openDocument.js +2 -0
  554. package/lib/clients/mp/lazada/openSchemeWithBacking.d.ts +2 -0
  555. package/lib/clients/mp/lazada/openSchemeWithBacking.js +2 -0
  556. package/lib/clients/mp/lazada/openSetting.d.ts +2 -0
  557. package/lib/clients/mp/lazada/openSetting.js +2 -0
  558. package/lib/clients/mp/lazada/pageScrollTo.d.ts +2 -0
  559. package/lib/clients/mp/lazada/pageScrollTo.js +2 -0
  560. package/lib/clients/mp/lazada/paySignCenter.d.ts +2 -0
  561. package/lib/clients/mp/lazada/paySignCenter.js +2 -0
  562. package/lib/clients/mp/lazada/previewImage.d.ts +2 -0
  563. package/lib/clients/mp/lazada/previewImage.js +2 -0
  564. package/lib/clients/mp/lazada/prompt.d.ts +2 -0
  565. package/lib/clients/mp/lazada/prompt.js +2 -0
  566. package/lib/clients/mp/lazada/reLaunch.d.ts +2 -0
  567. package/lib/clients/mp/lazada/reLaunch.js +2 -0
  568. package/lib/clients/mp/lazada/readBLECharacteristicValue.d.ts +2 -0
  569. package/lib/clients/mp/lazada/readBLECharacteristicValue.js +2 -0
  570. package/lib/clients/mp/lazada/redirectTo.d.ts +2 -0
  571. package/lib/clients/mp/lazada/redirectTo.js +2 -0
  572. package/lib/clients/mp/lazada/regionFetchAllApps.d.ts +2 -0
  573. package/lib/clients/mp/lazada/regionFetchAllApps.js +2 -0
  574. package/lib/clients/mp/lazada/regionSearchAppsByKeywords.d.ts +2 -0
  575. package/lib/clients/mp/lazada/regionSearchAppsByKeywords.js +2 -0
  576. package/lib/clients/mp/lazada/removeSavedFile.d.ts +2 -0
  577. package/lib/clients/mp/lazada/removeSavedFile.js +2 -0
  578. package/lib/clients/mp/lazada/removeStorage.d.ts +2 -0
  579. package/lib/clients/mp/lazada/removeStorage.js +2 -0
  580. package/lib/clients/mp/lazada/removeStorageSync.d.ts +2 -0
  581. package/lib/clients/mp/lazada/removeStorageSync.js +2 -0
  582. package/lib/clients/mp/lazada/request.d.ts +2 -0
  583. package/lib/clients/mp/lazada/request.js +2 -0
  584. package/lib/clients/mp/lazada/rpc.d.ts +2 -0
  585. package/lib/clients/mp/lazada/rpc.js +2 -0
  586. package/lib/clients/mp/lazada/saveFile.d.ts +2 -0
  587. package/lib/clients/mp/lazada/saveFile.js +2 -0
  588. package/lib/clients/mp/lazada/saveImage.d.ts +2 -0
  589. package/lib/clients/mp/lazada/saveImage.js +2 -0
  590. package/lib/clients/mp/lazada/scan.d.ts +2 -0
  591. package/lib/clients/mp/lazada/scan.js +2 -0
  592. package/lib/clients/mp/lazada/sendSocketMessage.d.ts +2 -0
  593. package/lib/clients/mp/lazada/sendSocketMessage.js +2 -0
  594. package/lib/clients/mp/lazada/setBackgroundColor.d.ts +2 -0
  595. package/lib/clients/mp/lazada/setBackgroundColor.js +2 -0
  596. package/lib/clients/mp/lazada/setCanPullDown.d.ts +2 -0
  597. package/lib/clients/mp/lazada/setCanPullDown.js +2 -0
  598. package/lib/clients/mp/lazada/setClipboard.d.ts +2 -0
  599. package/lib/clients/mp/lazada/setClipboard.js +2 -0
  600. package/lib/clients/mp/lazada/setKeepScreenOn.d.ts +2 -0
  601. package/lib/clients/mp/lazada/setKeepScreenOn.js +2 -0
  602. package/lib/clients/mp/lazada/setNavigationBar.d.ts +2 -0
  603. package/lib/clients/mp/lazada/setNavigationBar.js +2 -0
  604. package/lib/clients/mp/lazada/setOptionMenu.d.ts +2 -0
  605. package/lib/clients/mp/lazada/setOptionMenu.js +2 -0
  606. package/lib/clients/mp/lazada/setScreenBrightness.d.ts +2 -0
  607. package/lib/clients/mp/lazada/setScreenBrightness.js +2 -0
  608. package/lib/clients/mp/lazada/setStorage.d.ts +2 -0
  609. package/lib/clients/mp/lazada/setStorage.js +2 -0
  610. package/lib/clients/mp/lazada/setStorageSync.d.ts +2 -0
  611. package/lib/clients/mp/lazada/setStorageSync.js +2 -0
  612. package/lib/clients/mp/lazada/setTabBarStyle.d.ts +2 -0
  613. package/lib/clients/mp/lazada/setTabBarStyle.js +2 -0
  614. package/lib/clients/mp/lazada/showActionSheet.d.ts +2 -0
  615. package/lib/clients/mp/lazada/showActionSheet.js +2 -0
  616. package/lib/clients/mp/lazada/showAuthGuide.d.ts +2 -0
  617. package/lib/clients/mp/lazada/showAuthGuide.js +2 -0
  618. package/lib/clients/mp/lazada/showLoading.d.ts +2 -0
  619. package/lib/clients/mp/lazada/showLoading.js +2 -0
  620. package/lib/clients/mp/lazada/showNavigationBarLoading.d.ts +2 -0
  621. package/lib/clients/mp/lazada/showNavigationBarLoading.js +2 -0
  622. package/lib/clients/mp/lazada/showToast.d.ts +2 -0
  623. package/lib/clients/mp/lazada/showToast.js +2 -0
  624. package/lib/clients/mp/lazada/signContract.d.ts +2 -0
  625. package/lib/clients/mp/lazada/signContract.js +2 -0
  626. package/lib/clients/mp/lazada/startApp.d.ts +2 -0
  627. package/lib/clients/mp/lazada/startApp.js +2 -0
  628. package/lib/clients/mp/lazada/startBizService.d.ts +2 -0
  629. package/lib/clients/mp/lazada/startBizService.js +2 -0
  630. package/lib/clients/mp/lazada/startBluetoothDevicesDiscovery.d.ts +2 -0
  631. package/lib/clients/mp/lazada/startBluetoothDevicesDiscovery.js +2 -0
  632. package/lib/clients/mp/lazada/startPullDownRefresh.d.ts +2 -0
  633. package/lib/clients/mp/lazada/startPullDownRefresh.js +2 -0
  634. package/lib/clients/mp/lazada/stopBluetoothDevicesDiscovery.d.ts +2 -0
  635. package/lib/clients/mp/lazada/stopBluetoothDevicesDiscovery.js +2 -0
  636. package/lib/clients/mp/lazada/stopPullDownRefresh.d.ts +2 -0
  637. package/lib/clients/mp/lazada/stopPullDownRefresh.js +2 -0
  638. package/lib/clients/mp/lazada/switchTab.d.ts +2 -0
  639. package/lib/clients/mp/lazada/switchTab.js +2 -0
  640. package/lib/clients/mp/lazada/thirdPartyAuthForAc.d.ts +2 -0
  641. package/lib/clients/mp/lazada/thirdPartyAuthForAc.js +2 -0
  642. package/lib/clients/mp/lazada/tradePay.d.ts +2 -0
  643. package/lib/clients/mp/lazada/tradePay.js +2 -0
  644. package/lib/clients/mp/lazada/uploadApdidToken.d.ts +2 -0
  645. package/lib/clients/mp/lazada/uploadApdidToken.js +2 -0
  646. package/lib/clients/mp/lazada/uploadFile.d.ts +2 -0
  647. package/lib/clients/mp/lazada/uploadFile.js +2 -0
  648. package/lib/clients/mp/lazada/vibrate.d.ts +2 -0
  649. package/lib/clients/mp/lazada/vibrate.js +2 -0
  650. package/lib/clients/mp/lazada/watchShake.d.ts +2 -0
  651. package/lib/clients/mp/lazada/watchShake.js +2 -0
  652. package/lib/clients/mp/lazada/writeBLECharacteristicValue.d.ts +2 -0
  653. package/lib/clients/mp/lazada/writeBLECharacteristicValue.js +2 -0
  654. package/lib/clients/mp/taobao/alert.d.ts +2 -0
  655. package/lib/clients/mp/taobao/alert.js +2 -0
  656. package/lib/clients/mp/taobao/clearStorage.d.ts +2 -0
  657. package/lib/clients/mp/taobao/clearStorage.js +2 -0
  658. package/lib/clients/mp/taobao/clearStorageSync.d.ts +2 -0
  659. package/lib/clients/mp/taobao/clearStorageSync.js +2 -0
  660. package/lib/clients/mp/taobao/confirm.d.ts +2 -0
  661. package/lib/clients/mp/taobao/confirm.js +2 -0
  662. package/lib/clients/mp/taobao/createAnimation.d.ts +2 -0
  663. package/lib/clients/mp/taobao/createAnimation.js +2 -0
  664. package/lib/clients/mp/taobao/createWebViewContext.d.ts +2 -0
  665. package/lib/clients/mp/taobao/createWebViewContext.js +2 -0
  666. package/lib/clients/mp/taobao/crossPay.d.ts +2 -0
  667. package/lib/clients/mp/taobao/crossPay.js +2 -0
  668. package/lib/clients/mp/taobao/custom.d.ts +6 -0
  669. package/lib/clients/mp/taobao/custom.js +8 -0
  670. package/lib/clients/mp/taobao/generated.d.ts +62 -0
  671. package/lib/clients/mp/taobao/generated.js +90 -0
  672. package/lib/clients/mp/taobao/getAuthCode.d.ts +3 -0
  673. package/lib/clients/mp/taobao/getAuthCode.js +39 -0
  674. package/lib/clients/mp/taobao/getClipboard.d.ts +2 -0
  675. package/lib/clients/mp/taobao/getClipboard.js +2 -0
  676. package/lib/clients/mp/taobao/getLocation.d.ts +2 -0
  677. package/lib/clients/mp/taobao/getLocation.js +2 -0
  678. package/lib/clients/mp/taobao/getNetworkType.d.ts +2 -0
  679. package/lib/clients/mp/taobao/getNetworkType.js +2 -0
  680. package/lib/clients/mp/taobao/getOpenUserInfo.d.ts +3 -0
  681. package/lib/clients/mp/taobao/getOpenUserInfo.js +27 -0
  682. package/lib/clients/mp/taobao/getStorage.d.ts +2 -0
  683. package/lib/clients/mp/taobao/getStorage.js +2 -0
  684. package/lib/clients/mp/taobao/getStorageSync.d.ts +2 -0
  685. package/lib/clients/mp/taobao/getStorageSync.js +2 -0
  686. package/lib/clients/mp/taobao/getSystemInfo.d.ts +2 -0
  687. package/lib/clients/mp/taobao/getSystemInfo.js +2 -0
  688. package/lib/clients/mp/taobao/hideBackHome.d.ts +2 -0
  689. package/lib/clients/mp/taobao/hideBackHome.js +2 -0
  690. package/lib/clients/mp/taobao/hideKeyboard.d.ts +2 -0
  691. package/lib/clients/mp/taobao/hideKeyboard.js +2 -0
  692. package/lib/clients/mp/taobao/hideLoading.d.ts +2 -0
  693. package/lib/clients/mp/taobao/hideLoading.js +2 -0
  694. package/lib/clients/mp/taobao/hideTabBar.d.ts +2 -0
  695. package/lib/clients/mp/taobao/hideTabBar.js +2 -0
  696. package/lib/clients/mp/taobao/hideToast.d.ts +2 -0
  697. package/lib/clients/mp/taobao/hideToast.js +2 -0
  698. package/lib/clients/mp/taobao/index.d.ts +65 -0
  699. package/lib/clients/mp/taobao/index.js +13 -0
  700. package/lib/clients/mp/taobao/navigateBack.d.ts +2 -0
  701. package/lib/clients/mp/taobao/navigateBack.js +2 -0
  702. package/lib/clients/mp/taobao/navigateTo.d.ts +2 -0
  703. package/lib/clients/mp/taobao/navigateTo.js +2 -0
  704. package/lib/clients/mp/taobao/offMemoryWarning.d.ts +2 -0
  705. package/lib/clients/mp/taobao/offMemoryWarning.js +2 -0
  706. package/lib/clients/mp/taobao/onMemoryWarning.d.ts +2 -0
  707. package/lib/clients/mp/taobao/onMemoryWarning.js +2 -0
  708. package/lib/clients/mp/taobao/pageScrollTo.d.ts +2 -0
  709. package/lib/clients/mp/taobao/pageScrollTo.js +2 -0
  710. package/lib/clients/mp/taobao/prompt.d.ts +2 -0
  711. package/lib/clients/mp/taobao/prompt.js +2 -0
  712. package/lib/clients/mp/taobao/reLaunch.d.ts +2 -0
  713. package/lib/clients/mp/taobao/reLaunch.js +2 -0
  714. package/lib/clients/mp/taobao/redirectTo.d.ts +2 -0
  715. package/lib/clients/mp/taobao/redirectTo.js +2 -0
  716. package/lib/clients/mp/taobao/removeStorage.d.ts +2 -0
  717. package/lib/clients/mp/taobao/removeStorage.js +2 -0
  718. package/lib/clients/mp/taobao/removeStorageSync.d.ts +2 -0
  719. package/lib/clients/mp/taobao/removeStorageSync.js +2 -0
  720. package/lib/clients/mp/taobao/request.d.ts +2 -0
  721. package/lib/clients/mp/taobao/request.js +2 -0
  722. package/lib/clients/mp/taobao/scan.d.ts +2 -0
  723. package/lib/clients/mp/taobao/scan.js +2 -0
  724. package/lib/clients/mp/taobao/setBackgroundColor.d.ts +2 -0
  725. package/lib/clients/mp/taobao/setBackgroundColor.js +2 -0
  726. package/lib/clients/mp/taobao/setCanPullDown.d.ts +2 -0
  727. package/lib/clients/mp/taobao/setCanPullDown.js +2 -0
  728. package/lib/clients/mp/taobao/setClipboard.d.ts +2 -0
  729. package/lib/clients/mp/taobao/setClipboard.js +2 -0
  730. package/lib/clients/mp/taobao/setNavigationBar.d.ts +2 -0
  731. package/lib/clients/mp/taobao/setNavigationBar.js +2 -0
  732. package/lib/clients/mp/taobao/setStorage.d.ts +2 -0
  733. package/lib/clients/mp/taobao/setStorage.js +2 -0
  734. package/lib/clients/mp/taobao/setStorageSync.d.ts +2 -0
  735. package/lib/clients/mp/taobao/setStorageSync.js +2 -0
  736. package/lib/clients/mp/taobao/setTabBarStyle.d.ts +2 -0
  737. package/lib/clients/mp/taobao/setTabBarStyle.js +2 -0
  738. package/lib/clients/mp/taobao/showActionSheet.d.ts +2 -0
  739. package/lib/clients/mp/taobao/showActionSheet.js +2 -0
  740. package/lib/clients/mp/taobao/showAuthGuide.d.ts +2 -0
  741. package/lib/clients/mp/taobao/showAuthGuide.js +2 -0
  742. package/lib/clients/mp/taobao/showLoading.d.ts +2 -0
  743. package/lib/clients/mp/taobao/showLoading.js +2 -0
  744. package/lib/clients/mp/taobao/showToast.d.ts +2 -0
  745. package/lib/clients/mp/taobao/showToast.js +2 -0
  746. package/lib/clients/mp/taobao/startPullDownRefresh.d.ts +2 -0
  747. package/lib/clients/mp/taobao/startPullDownRefresh.js +2 -0
  748. package/lib/clients/mp/taobao/stopPullDownRefresh.d.ts +2 -0
  749. package/lib/clients/mp/taobao/stopPullDownRefresh.js +2 -0
  750. package/lib/clients/mp/taobao/switchTab.d.ts +2 -0
  751. package/lib/clients/mp/taobao/switchTab.js +2 -0
  752. package/lib/clients/mp/taobao/tradePay.d.ts +2 -0
  753. package/lib/clients/mp/taobao/tradePay.js +2 -0
  754. package/lib/clients/mp/tmall/custom.d.ts +2 -0
  755. package/lib/clients/mp/tmall/custom.js +1 -0
  756. package/lib/clients/mp/tmall/generated.d.ts +2 -0
  757. package/lib/clients/mp/tmall/generated.js +1 -0
  758. package/lib/clients/mp/tmall/index.d.ts +1 -0
  759. package/lib/clients/mp/tmall/index.js +1 -0
  760. package/lib/clients/mp/tmn/custom.d.ts +2 -0
  761. package/lib/clients/mp/tmn/custom.js +1 -0
  762. package/lib/clients/mp/tmn/generated.d.ts +2 -0
  763. package/lib/clients/mp/tmn/generated.js +1 -0
  764. package/lib/clients/mp/tmn/index.d.ts +1 -0
  765. package/lib/clients/mp/tmn/index.js +1 -0
  766. package/lib/clients/mp/tngd/custom.d.ts +2 -0
  767. package/lib/clients/mp/tngd/custom.js +1 -0
  768. package/lib/clients/mp/tngd/generated.d.ts +2 -0
  769. package/lib/clients/mp/tngd/generated.js +1 -0
  770. package/lib/clients/mp/tngd/index.d.ts +1 -0
  771. package/lib/clients/mp/tngd/index.js +1 -0
  772. package/lib/clients/mp/wx/custom.d.ts +2 -0
  773. package/lib/clients/mp/wx/custom.js +1 -0
  774. package/lib/clients/mp/wx/generated.d.ts +2 -0
  775. package/lib/clients/mp/wx/generated.js +1 -0
  776. package/lib/clients/mp_web/alipay/alert.d.ts +2 -0
  777. package/lib/clients/mp_web/alipay/alert.js +2 -0
  778. package/lib/clients/mp_web/alipay/chooseImage.d.ts +2 -0
  779. package/lib/clients/mp_web/alipay/chooseImage.js +2 -0
  780. package/lib/clients/mp_web/alipay/clearStorage.d.ts +2 -0
  781. package/lib/clients/mp_web/alipay/clearStorage.js +2 -0
  782. package/lib/clients/mp_web/alipay/confirm.d.ts +2 -0
  783. package/lib/clients/mp_web/alipay/confirm.js +2 -0
  784. package/lib/clients/mp_web/alipay/crossPay.d.ts +3 -0
  785. package/lib/clients/mp_web/alipay/crossPay.js +6 -0
  786. package/lib/clients/mp_web/alipay/custom.d.ts +7 -0
  787. package/lib/clients/mp_web/alipay/custom.js +6 -0
  788. package/lib/clients/mp_web/alipay/generated.d.ts +43 -0
  789. package/lib/clients/mp_web/alipay/generated.js +78 -0
  790. package/lib/clients/mp_web/alipay/getAppIdSync.d.ts +2 -0
  791. package/lib/clients/mp_web/alipay/getAppIdSync.js +3 -0
  792. package/lib/clients/mp_web/alipay/getAuthCode.d.ts +2 -0
  793. package/lib/clients/mp_web/alipay/getAuthCode.js +2 -0
  794. package/lib/clients/mp_web/alipay/getClipboard.d.ts +2 -0
  795. package/lib/clients/mp_web/alipay/getClipboard.js +2 -0
  796. package/lib/clients/mp_web/alipay/getImageInfo.d.ts +2 -0
  797. package/lib/clients/mp_web/alipay/getImageInfo.js +2 -0
  798. package/lib/clients/mp_web/alipay/getLocation.d.ts +2 -0
  799. package/lib/clients/mp_web/alipay/getLocation.js +2 -0
  800. package/lib/clients/mp_web/alipay/getNetworkType.d.ts +2 -0
  801. package/lib/clients/mp_web/alipay/getNetworkType.js +2 -0
  802. package/lib/clients/mp_web/alipay/getPhoneNumber.d.ts +2 -0
  803. package/lib/clients/mp_web/alipay/getPhoneNumber.js +2 -0
  804. package/lib/clients/mp_web/alipay/getStorage.d.ts +2 -0
  805. package/lib/clients/mp_web/alipay/getStorage.js +2 -0
  806. package/lib/clients/mp_web/alipay/getSystemInfo.d.ts +2 -0
  807. package/lib/clients/mp_web/alipay/getSystemInfo.js +2 -0
  808. package/lib/clients/mp_web/alipay/getSystemInfoSync.d.ts +2 -0
  809. package/lib/clients/mp_web/alipay/getSystemInfoSync.js +2 -0
  810. package/lib/clients/mp_web/alipay/hideKeyboard.d.ts +2 -0
  811. package/lib/clients/mp_web/alipay/hideKeyboard.js +2 -0
  812. package/lib/clients/mp_web/alipay/hideLoading.d.ts +2 -0
  813. package/lib/clients/mp_web/alipay/hideLoading.js +2 -0
  814. package/lib/clients/mp_web/alipay/hideNavigationBarLoading.d.ts +2 -0
  815. package/lib/clients/mp_web/alipay/hideNavigationBarLoading.js +2 -0
  816. package/lib/clients/mp_web/alipay/hideToast.d.ts +2 -0
  817. package/lib/clients/mp_web/alipay/hideToast.js +2 -0
  818. package/lib/clients/mp_web/alipay/index.d.ts +47 -0
  819. package/lib/clients/mp_web/alipay/index.js +13 -0
  820. package/lib/clients/mp_web/alipay/makePhoneCall.d.ts +2 -0
  821. package/lib/clients/mp_web/alipay/makePhoneCall.js +2 -0
  822. package/lib/clients/mp_web/alipay/multiLevelSelect.d.ts +2 -0
  823. package/lib/clients/mp_web/alipay/multiLevelSelect.js +2 -0
  824. package/lib/clients/mp_web/alipay/navigateBackMiniProgram.d.ts +2 -0
  825. package/lib/clients/mp_web/alipay/navigateBackMiniProgram.js +2 -0
  826. package/lib/clients/mp_web/alipay/navigateTo.d.ts +2 -0
  827. package/lib/clients/mp_web/alipay/navigateTo.js +2 -0
  828. package/lib/clients/mp_web/alipay/navigateToMiniProgram.d.ts +2 -0
  829. package/lib/clients/mp_web/alipay/navigateToMiniProgram.js +2 -0
  830. package/lib/clients/mp_web/alipay/previewImage.d.ts +2 -0
  831. package/lib/clients/mp_web/alipay/previewImage.js +2 -0
  832. package/lib/clients/mp_web/alipay/prompt.d.ts +2 -0
  833. package/lib/clients/mp_web/alipay/prompt.js +2 -0
  834. package/lib/clients/mp_web/alipay/removeStorage.d.ts +2 -0
  835. package/lib/clients/mp_web/alipay/removeStorage.js +2 -0
  836. package/lib/clients/mp_web/alipay/request.d.ts +2 -0
  837. package/lib/clients/mp_web/alipay/request.js +2 -0
  838. package/lib/clients/mp_web/alipay/rpc.d.ts +2 -0
  839. package/lib/clients/mp_web/alipay/rpc.js +2 -0
  840. package/lib/clients/mp_web/alipay/saveImage.d.ts +2 -0
  841. package/lib/clients/mp_web/alipay/saveImage.js +2 -0
  842. package/lib/clients/mp_web/alipay/scan.d.ts +2 -0
  843. package/lib/clients/mp_web/alipay/scan.js +2 -0
  844. package/lib/clients/mp_web/alipay/setClipboard.d.ts +2 -0
  845. package/lib/clients/mp_web/alipay/setClipboard.js +2 -0
  846. package/lib/clients/mp_web/alipay/setNavigationBar.d.ts +2 -0
  847. package/lib/clients/mp_web/alipay/setNavigationBar.js +2 -0
  848. package/lib/clients/mp_web/alipay/setOptionMenu.d.ts +2 -0
  849. package/lib/clients/mp_web/alipay/setOptionMenu.js +2 -0
  850. package/lib/clients/mp_web/alipay/setStorage.d.ts +2 -0
  851. package/lib/clients/mp_web/alipay/setStorage.js +2 -0
  852. package/lib/clients/mp_web/alipay/showAuthGuide.d.ts +2 -0
  853. package/lib/clients/mp_web/alipay/showAuthGuide.js +2 -0
  854. package/lib/clients/mp_web/alipay/showLoading.d.ts +2 -0
  855. package/lib/clients/mp_web/alipay/showLoading.js +2 -0
  856. package/lib/clients/mp_web/alipay/showNavigationBarLoading.d.ts +2 -0
  857. package/lib/clients/mp_web/alipay/showNavigationBarLoading.js +2 -0
  858. package/lib/clients/mp_web/alipay/showToast.d.ts +2 -0
  859. package/lib/clients/mp_web/alipay/showToast.js +2 -0
  860. package/lib/clients/mp_web/alipay/tradePay.d.ts +2 -0
  861. package/lib/clients/mp_web/alipay/tradePay.js +2 -0
  862. package/lib/clients/mp_web/alipay/vibrate.d.ts +2 -0
  863. package/lib/clients/mp_web/alipay/vibrate.js +2 -0
  864. package/lib/clients/mp_web/alipay_plus/APRegionRPC.d.ts +2 -0
  865. package/lib/clients/mp_web/alipay_plus/APRegionRPC.js +2 -0
  866. package/lib/clients/mp_web/alipay_plus/addFatigueAction.d.ts +2 -0
  867. package/lib/clients/mp_web/alipay_plus/addFatigueAction.js +2 -0
  868. package/lib/clients/mp_web/alipay_plus/addPhoneContact.d.ts +2 -0
  869. package/lib/clients/mp_web/alipay_plus/addPhoneContact.js +2 -0
  870. package/lib/clients/mp_web/alipay_plus/alert.d.ts +2 -0
  871. package/lib/clients/mp_web/alipay_plus/alert.js +2 -0
  872. package/lib/clients/mp_web/alipay_plus/apDisableJSAPI.d.ts +2 -0
  873. package/lib/clients/mp_web/alipay_plus/apDisableJSAPI.js +2 -0
  874. package/lib/clients/mp_web/alipay_plus/appxrpc.d.ts +2 -0
  875. package/lib/clients/mp_web/alipay_plus/appxrpc.js +2 -0
  876. package/lib/clients/mp_web/alipay_plus/batchQueryCdpSpaceInfo.d.ts +2 -0
  877. package/lib/clients/mp_web/alipay_plus/batchQueryCdpSpaceInfo.js +2 -0
  878. package/lib/clients/mp_web/alipay_plus/chooseImage.d.ts +2 -0
  879. package/lib/clients/mp_web/alipay_plus/chooseImage.js +2 -0
  880. package/lib/clients/mp_web/alipay_plus/choosePhoneContact.d.ts +2 -0
  881. package/lib/clients/mp_web/alipay_plus/choosePhoneContact.js +2 -0
  882. package/lib/clients/mp_web/alipay_plus/clearStorage.d.ts +2 -0
  883. package/lib/clients/mp_web/alipay_plus/clearStorage.js +2 -0
  884. package/lib/clients/mp_web/alipay_plus/closeBluetoothAdapter.d.ts +2 -0
  885. package/lib/clients/mp_web/alipay_plus/closeBluetoothAdapter.js +2 -0
  886. package/lib/clients/mp_web/alipay_plus/closeSocket.d.ts +2 -0
  887. package/lib/clients/mp_web/alipay_plus/closeSocket.js +2 -0
  888. package/lib/clients/mp_web/alipay_plus/confirm.d.ts +2 -0
  889. package/lib/clients/mp_web/alipay_plus/confirm.js +2 -0
  890. package/lib/clients/mp_web/alipay_plus/connectBLEDevice.d.ts +2 -0
  891. package/lib/clients/mp_web/alipay_plus/connectBLEDevice.js +2 -0
  892. package/lib/clients/mp_web/alipay_plus/connectSocket.d.ts +2 -0
  893. package/lib/clients/mp_web/alipay_plus/connectSocket.js +2 -0
  894. package/lib/clients/mp_web/alipay_plus/crossPay.d.ts +2 -0
  895. package/lib/clients/mp_web/alipay_plus/crossPay.js +2 -0
  896. package/lib/clients/mp_web/alipay_plus/custom.d.ts +6 -0
  897. package/lib/clients/mp_web/alipay_plus/custom.js +4 -0
  898. package/lib/clients/mp_web/alipay_plus/datePicker.d.ts +2 -0
  899. package/lib/clients/mp_web/alipay_plus/datePicker.js +2 -0
  900. package/lib/clients/mp_web/alipay_plus/disconnectBLEDevice.d.ts +2 -0
  901. package/lib/clients/mp_web/alipay_plus/disconnectBLEDevice.js +2 -0
  902. package/lib/clients/mp_web/alipay_plus/downloadFile.d.ts +2 -0
  903. package/lib/clients/mp_web/alipay_plus/downloadFile.js +2 -0
  904. package/lib/clients/mp_web/alipay_plus/exitApp.d.ts +2 -0
  905. package/lib/clients/mp_web/alipay_plus/exitApp.js +2 -0
  906. package/lib/clients/mp_web/alipay_plus/generated.d.ts +204 -0
  907. package/lib/clients/mp_web/alipay_plus/generated.js +238 -0
  908. package/lib/clients/mp_web/alipay_plus/getAppIdSync.d.ts +2 -0
  909. package/lib/clients/mp_web/alipay_plus/getAppIdSync.js +3 -0
  910. package/lib/clients/mp_web/alipay_plus/getAppToken.d.ts +2 -0
  911. package/lib/clients/mp_web/alipay_plus/getAppToken.js +2 -0
  912. package/lib/clients/mp_web/alipay_plus/getAuthCode.d.ts +2 -0
  913. package/lib/clients/mp_web/alipay_plus/getAuthCode.js +2 -0
  914. package/lib/clients/mp_web/alipay_plus/getBLEDeviceCharacteristics.d.ts +2 -0
  915. package/lib/clients/mp_web/alipay_plus/getBLEDeviceCharacteristics.js +2 -0
  916. package/lib/clients/mp_web/alipay_plus/getBLEDeviceServices.d.ts +2 -0
  917. package/lib/clients/mp_web/alipay_plus/getBLEDeviceServices.js +2 -0
  918. package/lib/clients/mp_web/alipay_plus/getBatteryInfo.d.ts +2 -0
  919. package/lib/clients/mp_web/alipay_plus/getBatteryInfo.js +2 -0
  920. package/lib/clients/mp_web/alipay_plus/getBluetoothAdapterState.d.ts +2 -0
  921. package/lib/clients/mp_web/alipay_plus/getBluetoothAdapterState.js +2 -0
  922. package/lib/clients/mp_web/alipay_plus/getBluetoothDevices.d.ts +2 -0
  923. package/lib/clients/mp_web/alipay_plus/getBluetoothDevices.js +2 -0
  924. package/lib/clients/mp_web/alipay_plus/getClipboard.d.ts +2 -0
  925. package/lib/clients/mp_web/alipay_plus/getClipboard.js +2 -0
  926. package/lib/clients/mp_web/alipay_plus/getComponentAuth.d.ts +2 -0
  927. package/lib/clients/mp_web/alipay_plus/getComponentAuth.js +2 -0
  928. package/lib/clients/mp_web/alipay_plus/getConnectedBluetoothDevices.d.ts +2 -0
  929. package/lib/clients/mp_web/alipay_plus/getConnectedBluetoothDevices.js +2 -0
  930. package/lib/clients/mp_web/alipay_plus/getFileInfo.d.ts +2 -0
  931. package/lib/clients/mp_web/alipay_plus/getFileInfo.js +2 -0
  932. package/lib/clients/mp_web/alipay_plus/getImageInfo.d.ts +2 -0
  933. package/lib/clients/mp_web/alipay_plus/getImageInfo.js +2 -0
  934. package/lib/clients/mp_web/alipay_plus/getLocation.d.ts +2 -0
  935. package/lib/clients/mp_web/alipay_plus/getLocation.js +2 -0
  936. package/lib/clients/mp_web/alipay_plus/getNetworkType.d.ts +2 -0
  937. package/lib/clients/mp_web/alipay_plus/getNetworkType.js +2 -0
  938. package/lib/clients/mp_web/alipay_plus/getOpenUserInfo.d.ts +3 -0
  939. package/lib/clients/mp_web/alipay_plus/getOpenUserInfo.js +35 -0
  940. package/lib/clients/mp_web/alipay_plus/getPaymentCode.d.ts +2 -0
  941. package/lib/clients/mp_web/alipay_plus/getPaymentCode.js +2 -0
  942. package/lib/clients/mp_web/alipay_plus/getPhoneNumber.d.ts +2 -0
  943. package/lib/clients/mp_web/alipay_plus/getPhoneNumber.js +2 -0
  944. package/lib/clients/mp_web/alipay_plus/getSavedFileInfo.d.ts +2 -0
  945. package/lib/clients/mp_web/alipay_plus/getSavedFileInfo.js +2 -0
  946. package/lib/clients/mp_web/alipay_plus/getSavedFileList.d.ts +2 -0
  947. package/lib/clients/mp_web/alipay_plus/getSavedFileList.js +2 -0
  948. package/lib/clients/mp_web/alipay_plus/getScreenBrightness.d.ts +2 -0
  949. package/lib/clients/mp_web/alipay_plus/getScreenBrightness.js +2 -0
  950. package/lib/clients/mp_web/alipay_plus/getServerTime.d.ts +2 -0
  951. package/lib/clients/mp_web/alipay_plus/getServerTime.js +2 -0
  952. package/lib/clients/mp_web/alipay_plus/getSetting.d.ts +2 -0
  953. package/lib/clients/mp_web/alipay_plus/getSetting.js +2 -0
  954. package/lib/clients/mp_web/alipay_plus/getSiteInfo.d.ts +2 -0
  955. package/lib/clients/mp_web/alipay_plus/getSiteInfo.js +2 -0
  956. package/lib/clients/mp_web/alipay_plus/getStorage.d.ts +2 -0
  957. package/lib/clients/mp_web/alipay_plus/getStorage.js +2 -0
  958. package/lib/clients/mp_web/alipay_plus/getSystemInfo.d.ts +2 -0
  959. package/lib/clients/mp_web/alipay_plus/getSystemInfo.js +2 -0
  960. package/lib/clients/mp_web/alipay_plus/getSystemInfoSync.d.ts +2 -0
  961. package/lib/clients/mp_web/alipay_plus/getSystemInfoSync.js +2 -0
  962. package/lib/clients/mp_web/alipay_plus/hideBackHome.d.ts +2 -0
  963. package/lib/clients/mp_web/alipay_plus/hideBackHome.js +2 -0
  964. package/lib/clients/mp_web/alipay_plus/hideKeyboard.d.ts +2 -0
  965. package/lib/clients/mp_web/alipay_plus/hideKeyboard.js +2 -0
  966. package/lib/clients/mp_web/alipay_plus/hideLoading.d.ts +2 -0
  967. package/lib/clients/mp_web/alipay_plus/hideLoading.js +2 -0
  968. package/lib/clients/mp_web/alipay_plus/hideNavigationBarLoading.d.ts +2 -0
  969. package/lib/clients/mp_web/alipay_plus/hideNavigationBarLoading.js +2 -0
  970. package/lib/clients/mp_web/alipay_plus/hideTabBar.d.ts +2 -0
  971. package/lib/clients/mp_web/alipay_plus/hideTabBar.js +2 -0
  972. package/lib/clients/mp_web/alipay_plus/hideToast.d.ts +2 -0
  973. package/lib/clients/mp_web/alipay_plus/hideToast.js +2 -0
  974. package/lib/clients/mp_web/alipay_plus/index.d.ts +207 -0
  975. package/lib/clients/mp_web/alipay_plus/index.js +13 -0
  976. package/lib/clients/mp_web/alipay_plus/inquireQuote.d.ts +2 -0
  977. package/lib/clients/mp_web/alipay_plus/inquireQuote.js +2 -0
  978. package/lib/clients/mp_web/alipay_plus/isInstalledApp.d.ts +2 -0
  979. package/lib/clients/mp_web/alipay_plus/isInstalledApp.js +2 -0
  980. package/lib/clients/mp_web/alipay_plus/makePhoneCall.d.ts +2 -0
  981. package/lib/clients/mp_web/alipay_plus/makePhoneCall.js +2 -0
  982. package/lib/clients/mp_web/alipay_plus/multiLevelSelect.d.ts +2 -0
  983. package/lib/clients/mp_web/alipay_plus/multiLevelSelect.js +2 -0
  984. package/lib/clients/mp_web/alipay_plus/navigateBackMiniProgram.d.ts +2 -0
  985. package/lib/clients/mp_web/alipay_plus/navigateBackMiniProgram.js +2 -0
  986. package/lib/clients/mp_web/alipay_plus/navigateToBizScene.d.ts +2 -0
  987. package/lib/clients/mp_web/alipay_plus/navigateToBizScene.js +2 -0
  988. package/lib/clients/mp_web/alipay_plus/navigateToMiniProgram.d.ts +2 -0
  989. package/lib/clients/mp_web/alipay_plus/navigateToMiniProgram.js +2 -0
  990. package/lib/clients/mp_web/alipay_plus/notifyBLECharacteristicValueChange.d.ts +2 -0
  991. package/lib/clients/mp_web/alipay_plus/notifyBLECharacteristicValueChange.js +2 -0
  992. package/lib/clients/mp_web/alipay_plus/offAccelerometerChange.d.ts +2 -0
  993. package/lib/clients/mp_web/alipay_plus/offAccelerometerChange.js +2 -0
  994. package/lib/clients/mp_web/alipay_plus/offBLECharacteristicValueChange.d.ts +2 -0
  995. package/lib/clients/mp_web/alipay_plus/offBLECharacteristicValueChange.js +2 -0
  996. package/lib/clients/mp_web/alipay_plus/offBLEConnectionStateChanged.d.ts +2 -0
  997. package/lib/clients/mp_web/alipay_plus/offBLEConnectionStateChanged.js +2 -0
  998. package/lib/clients/mp_web/alipay_plus/offBluetoothAdapterStateChange.d.ts +2 -0
  999. package/lib/clients/mp_web/alipay_plus/offBluetoothAdapterStateChange.js +2 -0
  1000. package/lib/clients/mp_web/alipay_plus/offBluetoothDeviceFound.d.ts +2 -0
  1001. package/lib/clients/mp_web/alipay_plus/offBluetoothDeviceFound.js +2 -0
  1002. package/lib/clients/mp_web/alipay_plus/offCompassChange.d.ts +2 -0
  1003. package/lib/clients/mp_web/alipay_plus/offCompassChange.js +2 -0
  1004. package/lib/clients/mp_web/alipay_plus/offMemoryWarning.d.ts +2 -0
  1005. package/lib/clients/mp_web/alipay_plus/offMemoryWarning.js +2 -0
  1006. package/lib/clients/mp_web/alipay_plus/offSocketClose.d.ts +2 -0
  1007. package/lib/clients/mp_web/alipay_plus/offSocketClose.js +2 -0
  1008. package/lib/clients/mp_web/alipay_plus/offSocketError.d.ts +2 -0
  1009. package/lib/clients/mp_web/alipay_plus/offSocketError.js +2 -0
  1010. package/lib/clients/mp_web/alipay_plus/offSocketMessage.d.ts +2 -0
  1011. package/lib/clients/mp_web/alipay_plus/offSocketMessage.js +2 -0
  1012. package/lib/clients/mp_web/alipay_plus/offSocketOpen.d.ts +2 -0
  1013. package/lib/clients/mp_web/alipay_plus/offSocketOpen.js +2 -0
  1014. package/lib/clients/mp_web/alipay_plus/offUserCaptureScreen.d.ts +2 -0
  1015. package/lib/clients/mp_web/alipay_plus/offUserCaptureScreen.js +2 -0
  1016. package/lib/clients/mp_web/alipay_plus/onAccelerometerChange.d.ts +2 -0
  1017. package/lib/clients/mp_web/alipay_plus/onAccelerometerChange.js +2 -0
  1018. package/lib/clients/mp_web/alipay_plus/onBLECharacteristicValueChange.d.ts +2 -0
  1019. package/lib/clients/mp_web/alipay_plus/onBLECharacteristicValueChange.js +2 -0
  1020. package/lib/clients/mp_web/alipay_plus/onBLEConnectionStateChanged.d.ts +2 -0
  1021. package/lib/clients/mp_web/alipay_plus/onBLEConnectionStateChanged.js +2 -0
  1022. package/lib/clients/mp_web/alipay_plus/onBluetoothAdapterStateChange.d.ts +2 -0
  1023. package/lib/clients/mp_web/alipay_plus/onBluetoothAdapterStateChange.js +2 -0
  1024. package/lib/clients/mp_web/alipay_plus/onBluetoothDeviceFound.d.ts +2 -0
  1025. package/lib/clients/mp_web/alipay_plus/onBluetoothDeviceFound.js +2 -0
  1026. package/lib/clients/mp_web/alipay_plus/onCompassChange.d.ts +2 -0
  1027. package/lib/clients/mp_web/alipay_plus/onCompassChange.js +2 -0
  1028. package/lib/clients/mp_web/alipay_plus/onMemoryWarning.d.ts +2 -0
  1029. package/lib/clients/mp_web/alipay_plus/onMemoryWarning.js +2 -0
  1030. package/lib/clients/mp_web/alipay_plus/onSocketClose.d.ts +2 -0
  1031. package/lib/clients/mp_web/alipay_plus/onSocketClose.js +2 -0
  1032. package/lib/clients/mp_web/alipay_plus/onSocketError.d.ts +2 -0
  1033. package/lib/clients/mp_web/alipay_plus/onSocketError.js +2 -0
  1034. package/lib/clients/mp_web/alipay_plus/onSocketMessage.d.ts +2 -0
  1035. package/lib/clients/mp_web/alipay_plus/onSocketMessage.js +2 -0
  1036. package/lib/clients/mp_web/alipay_plus/onSocketOpen.d.ts +2 -0
  1037. package/lib/clients/mp_web/alipay_plus/onSocketOpen.js +2 -0
  1038. package/lib/clients/mp_web/alipay_plus/onUserCaptureScreen.d.ts +2 -0
  1039. package/lib/clients/mp_web/alipay_plus/onUserCaptureScreen.js +2 -0
  1040. package/lib/clients/mp_web/alipay_plus/openBluetoothAdapter.d.ts +2 -0
  1041. package/lib/clients/mp_web/alipay_plus/openBluetoothAdapter.js +2 -0
  1042. package/lib/clients/mp_web/alipay_plus/openDocument.d.ts +2 -0
  1043. package/lib/clients/mp_web/alipay_plus/openDocument.js +2 -0
  1044. package/lib/clients/mp_web/alipay_plus/openSchemeWithBacking.d.ts +2 -0
  1045. package/lib/clients/mp_web/alipay_plus/openSchemeWithBacking.js +2 -0
  1046. package/lib/clients/mp_web/alipay_plus/openSetting.d.ts +2 -0
  1047. package/lib/clients/mp_web/alipay_plus/openSetting.js +2 -0
  1048. package/lib/clients/mp_web/alipay_plus/paySignCenter.d.ts +2 -0
  1049. package/lib/clients/mp_web/alipay_plus/paySignCenter.js +2 -0
  1050. package/lib/clients/mp_web/alipay_plus/previewImage.d.ts +2 -0
  1051. package/lib/clients/mp_web/alipay_plus/previewImage.js +2 -0
  1052. package/lib/clients/mp_web/alipay_plus/prompt.d.ts +2 -0
  1053. package/lib/clients/mp_web/alipay_plus/prompt.js +2 -0
  1054. package/lib/clients/mp_web/alipay_plus/readBLECharacteristicValue.d.ts +2 -0
  1055. package/lib/clients/mp_web/alipay_plus/readBLECharacteristicValue.js +2 -0
  1056. package/lib/clients/mp_web/alipay_plus/regionFetchAllApps.d.ts +2 -0
  1057. package/lib/clients/mp_web/alipay_plus/regionFetchAllApps.js +2 -0
  1058. package/lib/clients/mp_web/alipay_plus/regionSearchAppsByKeywords.d.ts +2 -0
  1059. package/lib/clients/mp_web/alipay_plus/regionSearchAppsByKeywords.js +2 -0
  1060. package/lib/clients/mp_web/alipay_plus/removeSavedFile.d.ts +2 -0
  1061. package/lib/clients/mp_web/alipay_plus/removeSavedFile.js +2 -0
  1062. package/lib/clients/mp_web/alipay_plus/removeStorage.d.ts +2 -0
  1063. package/lib/clients/mp_web/alipay_plus/removeStorage.js +2 -0
  1064. package/lib/clients/mp_web/alipay_plus/request.d.ts +2 -0
  1065. package/lib/clients/mp_web/alipay_plus/request.js +2 -0
  1066. package/lib/clients/mp_web/alipay_plus/rpc.d.ts +2 -0
  1067. package/lib/clients/mp_web/alipay_plus/rpc.js +2 -0
  1068. package/lib/clients/mp_web/alipay_plus/saveFile.d.ts +2 -0
  1069. package/lib/clients/mp_web/alipay_plus/saveFile.js +2 -0
  1070. package/lib/clients/mp_web/alipay_plus/saveImage.d.ts +2 -0
  1071. package/lib/clients/mp_web/alipay_plus/saveImage.js +2 -0
  1072. package/lib/clients/mp_web/alipay_plus/scan.d.ts +2 -0
  1073. package/lib/clients/mp_web/alipay_plus/scan.js +2 -0
  1074. package/lib/clients/mp_web/alipay_plus/sendSocketMessage.d.ts +2 -0
  1075. package/lib/clients/mp_web/alipay_plus/sendSocketMessage.js +2 -0
  1076. package/lib/clients/mp_web/alipay_plus/setBackgroundColor.d.ts +2 -0
  1077. package/lib/clients/mp_web/alipay_plus/setBackgroundColor.js +2 -0
  1078. package/lib/clients/mp_web/alipay_plus/setClipboard.d.ts +2 -0
  1079. package/lib/clients/mp_web/alipay_plus/setClipboard.js +2 -0
  1080. package/lib/clients/mp_web/alipay_plus/setKeepScreenOn.d.ts +2 -0
  1081. package/lib/clients/mp_web/alipay_plus/setKeepScreenOn.js +2 -0
  1082. package/lib/clients/mp_web/alipay_plus/setNavigationBar.d.ts +2 -0
  1083. package/lib/clients/mp_web/alipay_plus/setNavigationBar.js +2 -0
  1084. package/lib/clients/mp_web/alipay_plus/setOptionMenu.d.ts +2 -0
  1085. package/lib/clients/mp_web/alipay_plus/setOptionMenu.js +2 -0
  1086. package/lib/clients/mp_web/alipay_plus/setScreenBrightness.d.ts +2 -0
  1087. package/lib/clients/mp_web/alipay_plus/setScreenBrightness.js +2 -0
  1088. package/lib/clients/mp_web/alipay_plus/setStorage.d.ts +2 -0
  1089. package/lib/clients/mp_web/alipay_plus/setStorage.js +2 -0
  1090. package/lib/clients/mp_web/alipay_plus/setTabBarStyle.d.ts +2 -0
  1091. package/lib/clients/mp_web/alipay_plus/setTabBarStyle.js +2 -0
  1092. package/lib/clients/mp_web/alipay_plus/showActionSheet.d.ts +2 -0
  1093. package/lib/clients/mp_web/alipay_plus/showActionSheet.js +2 -0
  1094. package/lib/clients/mp_web/alipay_plus/showAuthGuide.d.ts +2 -0
  1095. package/lib/clients/mp_web/alipay_plus/showAuthGuide.js +2 -0
  1096. package/lib/clients/mp_web/alipay_plus/showLoading.d.ts +2 -0
  1097. package/lib/clients/mp_web/alipay_plus/showLoading.js +2 -0
  1098. package/lib/clients/mp_web/alipay_plus/showNavigationBarLoading.d.ts +2 -0
  1099. package/lib/clients/mp_web/alipay_plus/showNavigationBarLoading.js +2 -0
  1100. package/lib/clients/mp_web/alipay_plus/showToast.d.ts +2 -0
  1101. package/lib/clients/mp_web/alipay_plus/showToast.js +2 -0
  1102. package/lib/clients/mp_web/alipay_plus/signContract.d.ts +2 -0
  1103. package/lib/clients/mp_web/alipay_plus/signContract.js +2 -0
  1104. package/lib/clients/mp_web/alipay_plus/startApp.d.ts +2 -0
  1105. package/lib/clients/mp_web/alipay_plus/startApp.js +2 -0
  1106. package/lib/clients/mp_web/alipay_plus/startBizService.d.ts +2 -0
  1107. package/lib/clients/mp_web/alipay_plus/startBizService.js +2 -0
  1108. package/lib/clients/mp_web/alipay_plus/startBluetoothDevicesDiscovery.d.ts +2 -0
  1109. package/lib/clients/mp_web/alipay_plus/startBluetoothDevicesDiscovery.js +2 -0
  1110. package/lib/clients/mp_web/alipay_plus/stopBluetoothDevicesDiscovery.d.ts +2 -0
  1111. package/lib/clients/mp_web/alipay_plus/stopBluetoothDevicesDiscovery.js +2 -0
  1112. package/lib/clients/mp_web/alipay_plus/thirdPartyAuthForAc.d.ts +2 -0
  1113. package/lib/clients/mp_web/alipay_plus/thirdPartyAuthForAc.js +2 -0
  1114. package/lib/clients/mp_web/alipay_plus/tradePay.d.ts +2 -0
  1115. package/lib/clients/mp_web/alipay_plus/tradePay.js +2 -0
  1116. package/lib/clients/mp_web/alipay_plus/uploadApdidToken.d.ts +2 -0
  1117. package/lib/clients/mp_web/alipay_plus/uploadApdidToken.js +2 -0
  1118. package/lib/clients/mp_web/alipay_plus/uploadFile.d.ts +2 -0
  1119. package/lib/clients/mp_web/alipay_plus/uploadFile.js +2 -0
  1120. package/lib/clients/mp_web/alipay_plus/vibrate.d.ts +2 -0
  1121. package/lib/clients/mp_web/alipay_plus/vibrate.js +2 -0
  1122. package/lib/clients/mp_web/alipay_plus/watchShake.d.ts +2 -0
  1123. package/lib/clients/mp_web/alipay_plus/watchShake.js +2 -0
  1124. package/lib/clients/mp_web/alipay_plus/writeBLECharacteristicValue.d.ts +2 -0
  1125. package/lib/clients/mp_web/alipay_plus/writeBLECharacteristicValue.js +2 -0
  1126. package/lib/clients/web/ae/custom.d.ts +2 -0
  1127. package/lib/clients/web/ae/custom.js +1 -0
  1128. package/lib/clients/web/ae/generated.d.ts +2 -0
  1129. package/lib/clients/web/ae/generated.js +1 -0
  1130. package/lib/clients/web/ae/index.d.ts +1 -0
  1131. package/lib/clients/web/ae/index.js +1 -0
  1132. package/lib/clients/web/alipay/addPhoneContact.d.ts +2 -0
  1133. package/lib/clients/web/alipay/addPhoneContact.js +2 -0
  1134. package/lib/clients/web/alipay/alert.d.ts +2 -0
  1135. package/lib/clients/web/alipay/alert.js +2 -0
  1136. package/lib/clients/web/alipay/chooseImage.d.ts +2 -0
  1137. package/lib/clients/web/alipay/chooseImage.js +5 -0
  1138. package/lib/clients/web/alipay/choosePhoneContact.d.ts +2 -0
  1139. package/lib/clients/web/alipay/choosePhoneContact.js +2 -0
  1140. package/lib/clients/web/alipay/clearStorage.d.ts +2 -0
  1141. package/lib/clients/web/alipay/clearStorage.js +2 -0
  1142. package/lib/clients/web/alipay/closeBluetoothAdapter.d.ts +2 -0
  1143. package/lib/clients/web/alipay/closeBluetoothAdapter.js +2 -0
  1144. package/lib/clients/web/alipay/closeSocket.d.ts +2 -0
  1145. package/lib/clients/web/alipay/closeSocket.js +2 -0
  1146. package/lib/clients/web/alipay/confirm.d.ts +2 -0
  1147. package/lib/clients/web/alipay/confirm.js +2 -0
  1148. package/lib/clients/web/alipay/connectBLEDevice.d.ts +2 -0
  1149. package/lib/clients/web/alipay/connectBLEDevice.js +2 -0
  1150. package/lib/clients/web/alipay/connectSocket.d.ts +2 -0
  1151. package/lib/clients/web/alipay/connectSocket.js +2 -0
  1152. package/lib/clients/web/alipay/custom.d.ts +31 -0
  1153. package/lib/clients/web/alipay/custom.js +58 -0
  1154. package/lib/clients/web/alipay/datePicker.d.ts +2 -0
  1155. package/lib/clients/web/alipay/datePicker.js +2 -0
  1156. package/lib/clients/web/alipay/disconnectBLEDevice.d.ts +2 -0
  1157. package/lib/clients/web/alipay/disconnectBLEDevice.js +2 -0
  1158. package/lib/clients/web/alipay/downloadFile.d.ts +2 -0
  1159. package/lib/clients/web/alipay/downloadFile.js +2 -0
  1160. package/lib/clients/web/alipay/generated.d.ts +62 -0
  1161. package/lib/clients/web/alipay/generated.js +64 -0
  1162. package/lib/clients/web/alipay/getAuthCode.d.ts +2 -0
  1163. package/lib/clients/web/alipay/getAuthCode.js +2 -0
  1164. package/lib/clients/web/alipay/getBLEDeviceCharacteristics.d.ts +2 -0
  1165. package/lib/clients/web/alipay/getBLEDeviceCharacteristics.js +2 -0
  1166. package/lib/clients/web/alipay/getBLEDeviceServices.d.ts +2 -0
  1167. package/lib/clients/web/alipay/getBLEDeviceServices.js +2 -0
  1168. package/lib/clients/web/alipay/getBatteryInfo.d.ts +2 -0
  1169. package/lib/clients/web/alipay/getBatteryInfo.js +2 -0
  1170. package/lib/clients/web/alipay/getBluetoothAdapterState.d.ts +2 -0
  1171. package/lib/clients/web/alipay/getBluetoothAdapterState.js +2 -0
  1172. package/lib/clients/web/alipay/getBluetoothDevices.d.ts +2 -0
  1173. package/lib/clients/web/alipay/getBluetoothDevices.js +2 -0
  1174. package/lib/clients/web/alipay/getClipboard.d.ts +2 -0
  1175. package/lib/clients/web/alipay/getClipboard.js +2 -0
  1176. package/lib/clients/web/alipay/getConnectedBluetoothDevices.d.ts +2 -0
  1177. package/lib/clients/web/alipay/getConnectedBluetoothDevices.js +2 -0
  1178. package/lib/clients/web/alipay/getFileInfo.d.ts +2 -0
  1179. package/lib/clients/web/alipay/getFileInfo.js +2 -0
  1180. package/lib/clients/web/alipay/getImageInfo.d.ts +2 -0
  1181. package/lib/clients/web/alipay/getImageInfo.js +2 -0
  1182. package/lib/clients/web/alipay/getLocation.d.ts +2 -0
  1183. package/lib/clients/web/alipay/getLocation.js +2 -0
  1184. package/lib/clients/web/alipay/getNetworkType.d.ts +2 -0
  1185. package/lib/clients/web/alipay/getNetworkType.js +2 -0
  1186. package/lib/clients/web/alipay/getPhoneNumber.d.ts +2 -0
  1187. package/lib/clients/web/alipay/getPhoneNumber.js +2 -0
  1188. package/lib/clients/web/alipay/getSavedFileInfo.d.ts +2 -0
  1189. package/lib/clients/web/alipay/getSavedFileInfo.js +2 -0
  1190. package/lib/clients/web/alipay/getSavedFileList.d.ts +2 -0
  1191. package/lib/clients/web/alipay/getSavedFileList.js +2 -0
  1192. package/lib/clients/web/alipay/getScreenBrightness.d.ts +2 -0
  1193. package/lib/clients/web/alipay/getScreenBrightness.js +2 -0
  1194. package/lib/clients/web/alipay/getServerTime.d.ts +2 -0
  1195. package/lib/clients/web/alipay/getServerTime.js +2 -0
  1196. package/lib/clients/web/alipay/getSetting.d.ts +2 -0
  1197. package/lib/clients/web/alipay/getSetting.js +2 -0
  1198. package/lib/clients/web/alipay/getSiteInfo.d.ts +2 -0
  1199. package/lib/clients/web/alipay/getSiteInfo.js +2 -0
  1200. package/lib/clients/web/alipay/getStorage.d.ts +2 -0
  1201. package/lib/clients/web/alipay/getStorage.js +2 -0
  1202. package/lib/clients/web/alipay/getSystemInfo.d.ts +2 -0
  1203. package/lib/clients/web/alipay/getSystemInfo.js +2 -0
  1204. package/lib/clients/web/alipay/getSystemInfoSync.d.ts +2 -0
  1205. package/lib/clients/web/alipay/getSystemInfoSync.js +2 -0
  1206. package/lib/clients/web/alipay/hideKeyboard.d.ts +2 -0
  1207. package/lib/clients/web/alipay/hideKeyboard.js +2 -0
  1208. package/lib/clients/web/alipay/hideLoading.d.ts +2 -0
  1209. package/lib/clients/web/alipay/hideLoading.js +2 -0
  1210. package/lib/clients/web/alipay/hideNavigationBarLoading.d.ts +2 -0
  1211. package/lib/clients/web/alipay/hideNavigationBarLoading.js +2 -0
  1212. package/lib/clients/web/alipay/hideToast.d.ts +2 -0
  1213. package/lib/clients/web/alipay/hideToast.js +2 -0
  1214. package/lib/clients/web/alipay/index.d.ts +90 -0
  1215. package/lib/clients/web/alipay/index.js +13 -0
  1216. package/lib/clients/web/alipay/makePhoneCall.d.ts +2 -0
  1217. package/lib/clients/web/alipay/makePhoneCall.js +2 -0
  1218. package/lib/clients/web/alipay/multiLevelSelect.d.ts +2 -0
  1219. package/lib/clients/web/alipay/multiLevelSelect.js +2 -0
  1220. package/lib/clients/web/alipay/navigateBack.d.ts +2 -0
  1221. package/lib/clients/web/alipay/navigateBack.js +2 -0
  1222. package/lib/clients/web/alipay/navigateBackMiniProgram.d.ts +2 -0
  1223. package/lib/clients/web/alipay/navigateBackMiniProgram.js +2 -0
  1224. package/lib/clients/web/alipay/navigateTo.d.ts +2 -0
  1225. package/lib/clients/web/alipay/navigateTo.js +2 -0
  1226. package/lib/clients/web/alipay/navigateToMiniProgram.d.ts +2 -0
  1227. package/lib/clients/web/alipay/navigateToMiniProgram.js +2 -0
  1228. package/lib/clients/web/alipay/notifyBLECharacteristicValueChange.d.ts +2 -0
  1229. package/lib/clients/web/alipay/notifyBLECharacteristicValueChange.js +2 -0
  1230. package/lib/clients/web/alipay/offBLECharacteristicValueChange.d.ts +2 -0
  1231. package/lib/clients/web/alipay/offBLECharacteristicValueChange.js +2 -0
  1232. package/lib/clients/web/alipay/offBLEConnectionStateChanged.d.ts +2 -0
  1233. package/lib/clients/web/alipay/offBLEConnectionStateChanged.js +2 -0
  1234. package/lib/clients/web/alipay/offBluetoothAdapterStateChange.d.ts +2 -0
  1235. package/lib/clients/web/alipay/offBluetoothAdapterStateChange.js +2 -0
  1236. package/lib/clients/web/alipay/offBluetoothDeviceFound.d.ts +2 -0
  1237. package/lib/clients/web/alipay/offBluetoothDeviceFound.js +2 -0
  1238. package/lib/clients/web/alipay/offSocketClose.d.ts +2 -0
  1239. package/lib/clients/web/alipay/offSocketClose.js +2 -0
  1240. package/lib/clients/web/alipay/offSocketError.d.ts +2 -0
  1241. package/lib/clients/web/alipay/offSocketError.js +2 -0
  1242. package/lib/clients/web/alipay/offSocketMessage.d.ts +2 -0
  1243. package/lib/clients/web/alipay/offSocketMessage.js +2 -0
  1244. package/lib/clients/web/alipay/offSocketOpen.d.ts +2 -0
  1245. package/lib/clients/web/alipay/offSocketOpen.js +2 -0
  1246. package/lib/clients/web/alipay/onBLECharacteristicValueChange.d.ts +2 -0
  1247. package/lib/clients/web/alipay/onBLECharacteristicValueChange.js +2 -0
  1248. package/lib/clients/web/alipay/onBLEConnectionStateChanged.d.ts +2 -0
  1249. package/lib/clients/web/alipay/onBLEConnectionStateChanged.js +2 -0
  1250. package/lib/clients/web/alipay/onBluetoothAdapterStateChange.d.ts +2 -0
  1251. package/lib/clients/web/alipay/onBluetoothAdapterStateChange.js +2 -0
  1252. package/lib/clients/web/alipay/onBluetoothDeviceFound.d.ts +2 -0
  1253. package/lib/clients/web/alipay/onBluetoothDeviceFound.js +2 -0
  1254. package/lib/clients/web/alipay/onSocketClose.d.ts +2 -0
  1255. package/lib/clients/web/alipay/onSocketClose.js +2 -0
  1256. package/lib/clients/web/alipay/onSocketError.d.ts +2 -0
  1257. package/lib/clients/web/alipay/onSocketError.js +2 -0
  1258. package/lib/clients/web/alipay/onSocketMessage.d.ts +2 -0
  1259. package/lib/clients/web/alipay/onSocketMessage.js +2 -0
  1260. package/lib/clients/web/alipay/onSocketOpen.d.ts +2 -0
  1261. package/lib/clients/web/alipay/onSocketOpen.js +2 -0
  1262. package/lib/clients/web/alipay/openBluetoothAdapter.d.ts +2 -0
  1263. package/lib/clients/web/alipay/openBluetoothAdapter.js +2 -0
  1264. package/lib/clients/web/alipay/openDocument.d.ts +2 -0
  1265. package/lib/clients/web/alipay/openDocument.js +2 -0
  1266. package/lib/clients/web/alipay/openSetting.d.ts +2 -0
  1267. package/lib/clients/web/alipay/openSetting.js +2 -0
  1268. package/lib/clients/web/alipay/previewImage.d.ts +2 -0
  1269. package/lib/clients/web/alipay/previewImage.js +2 -0
  1270. package/lib/clients/web/alipay/prompt.d.ts +2 -0
  1271. package/lib/clients/web/alipay/prompt.js +2 -0
  1272. package/lib/clients/web/alipay/reLaunch.d.ts +2 -0
  1273. package/lib/clients/web/alipay/reLaunch.js +2 -0
  1274. package/lib/clients/web/alipay/readBLECharacteristicValue.d.ts +2 -0
  1275. package/lib/clients/web/alipay/readBLECharacteristicValue.js +2 -0
  1276. package/lib/clients/web/alipay/redirectTo.d.ts +2 -0
  1277. package/lib/clients/web/alipay/redirectTo.js +2 -0
  1278. package/lib/clients/web/alipay/removeSavedFile.d.ts +2 -0
  1279. package/lib/clients/web/alipay/removeSavedFile.js +2 -0
  1280. package/lib/clients/web/alipay/removeStorage.d.ts +2 -0
  1281. package/lib/clients/web/alipay/removeStorage.js +2 -0
  1282. package/lib/clients/web/alipay/request.d.ts +2 -0
  1283. package/lib/clients/web/alipay/request.js +2 -0
  1284. package/lib/clients/web/alipay/rpc.d.ts +2 -0
  1285. package/lib/clients/web/alipay/rpc.js +2 -0
  1286. package/lib/clients/web/alipay/saveFile.d.ts +2 -0
  1287. package/lib/clients/web/alipay/saveFile.js +2 -0
  1288. package/lib/clients/web/alipay/saveImage.d.ts +2 -0
  1289. package/lib/clients/web/alipay/saveImage.js +2 -0
  1290. package/lib/clients/web/alipay/scan.d.ts +2 -0
  1291. package/lib/clients/web/alipay/scan.js +2 -0
  1292. package/lib/clients/web/alipay/sendSocketMessage.d.ts +2 -0
  1293. package/lib/clients/web/alipay/sendSocketMessage.js +2 -0
  1294. package/lib/clients/web/alipay/setBackgroundColor.d.ts +2 -0
  1295. package/lib/clients/web/alipay/setBackgroundColor.js +2 -0
  1296. package/lib/clients/web/alipay/setClipboard.d.ts +2 -0
  1297. package/lib/clients/web/alipay/setClipboard.js +2 -0
  1298. package/lib/clients/web/alipay/setKeepScreenOn.d.ts +2 -0
  1299. package/lib/clients/web/alipay/setKeepScreenOn.js +2 -0
  1300. package/lib/clients/web/alipay/setNavigationBar.d.ts +2 -0
  1301. package/lib/clients/web/alipay/setNavigationBar.js +2 -0
  1302. package/lib/clients/web/alipay/setOptionMenu.d.ts +2 -0
  1303. package/lib/clients/web/alipay/setOptionMenu.js +2 -0
  1304. package/lib/clients/web/alipay/setScreenBrightness.d.ts +2 -0
  1305. package/lib/clients/web/alipay/setScreenBrightness.js +2 -0
  1306. package/lib/clients/web/alipay/setStorage.d.ts +2 -0
  1307. package/lib/clients/web/alipay/setStorage.js +2 -0
  1308. package/lib/clients/web/alipay/setTabBarStyle.d.ts +2 -0
  1309. package/lib/clients/web/alipay/setTabBarStyle.js +2 -0
  1310. package/lib/clients/web/alipay/showActionSheet.d.ts +2 -0
  1311. package/lib/clients/web/alipay/showActionSheet.js +2 -0
  1312. package/lib/clients/web/alipay/showAuthGuide.d.ts +2 -0
  1313. package/lib/clients/web/alipay/showAuthGuide.js +2 -0
  1314. package/lib/clients/web/alipay/showLoading.d.ts +2 -0
  1315. package/lib/clients/web/alipay/showLoading.js +2 -0
  1316. package/lib/clients/web/alipay/showNavigationBarLoading.d.ts +2 -0
  1317. package/lib/clients/web/alipay/showNavigationBarLoading.js +2 -0
  1318. package/lib/clients/web/alipay/showToast.d.ts +2 -0
  1319. package/lib/clients/web/alipay/showToast.js +2 -0
  1320. package/lib/clients/web/alipay/signContract.d.ts +2 -0
  1321. package/lib/clients/web/alipay/signContract.js +2 -0
  1322. package/lib/clients/web/alipay/startBluetoothDevicesDiscovery.d.ts +2 -0
  1323. package/lib/clients/web/alipay/startBluetoothDevicesDiscovery.js +2 -0
  1324. package/lib/clients/web/alipay/startPullDownRefresh.d.ts +2 -0
  1325. package/lib/clients/web/alipay/startPullDownRefresh.js +2 -0
  1326. package/lib/clients/web/alipay/stopBluetoothDevicesDiscovery.d.ts +2 -0
  1327. package/lib/clients/web/alipay/stopBluetoothDevicesDiscovery.js +2 -0
  1328. package/lib/clients/web/alipay/stopPullDownRefresh.d.ts +2 -0
  1329. package/lib/clients/web/alipay/stopPullDownRefresh.js +2 -0
  1330. package/lib/clients/web/alipay/tradePay.d.ts +2 -0
  1331. package/lib/clients/web/alipay/tradePay.js +2 -0
  1332. package/lib/clients/web/alipay/uploadFile.d.ts +2 -0
  1333. package/lib/clients/web/alipay/uploadFile.js +2 -0
  1334. package/lib/clients/web/alipay/vibrate.d.ts +2 -0
  1335. package/lib/clients/web/alipay/vibrate.js +2 -0
  1336. package/lib/clients/web/alipay/watchShake.d.ts +2 -0
  1337. package/lib/clients/web/alipay/watchShake.js +2 -0
  1338. package/lib/clients/web/alipay/writeBLECharacteristicValue.d.ts +2 -0
  1339. package/lib/clients/web/alipay/writeBLECharacteristicValue.js +2 -0
  1340. package/lib/clients/web/alipay_hk/custom.d.ts +2 -0
  1341. package/lib/clients/web/alipay_hk/custom.js +1 -0
  1342. package/lib/clients/web/alipay_hk/generated.d.ts +2 -0
  1343. package/lib/clients/web/alipay_hk/generated.js +1 -0
  1344. package/lib/clients/web/alipay_hk/index.d.ts +1 -0
  1345. package/lib/clients/web/alipay_hk/index.js +1 -0
  1346. package/lib/clients/web/alipay_mo/custom.d.ts +2 -0
  1347. package/lib/clients/web/alipay_mo/custom.js +1 -0
  1348. package/lib/clients/web/alipay_mo/generated.d.ts +2 -0
  1349. package/lib/clients/web/alipay_mo/generated.js +1 -0
  1350. package/lib/clients/web/alipay_mo/index.d.ts +1 -0
  1351. package/lib/clients/web/alipay_mo/index.js +1 -0
  1352. package/lib/clients/web/alipay_plus/APRegionRPC.d.ts +2 -0
  1353. package/lib/clients/web/alipay_plus/APRegionRPC.js +2 -0
  1354. package/lib/clients/web/alipay_plus/addFatigueAction.d.ts +2 -0
  1355. package/lib/clients/web/alipay_plus/addFatigueAction.js +2 -0
  1356. package/lib/clients/web/alipay_plus/addPhoneContact.d.ts +2 -0
  1357. package/lib/clients/web/alipay_plus/addPhoneContact.js +2 -0
  1358. package/lib/clients/web/alipay_plus/alert.d.ts +2 -0
  1359. package/lib/clients/web/alipay_plus/alert.js +2 -0
  1360. package/lib/clients/web/alipay_plus/apDisableJSAPI.d.ts +2 -0
  1361. package/lib/clients/web/alipay_plus/apDisableJSAPI.js +2 -0
  1362. package/lib/clients/web/alipay_plus/appxrpc.d.ts +2 -0
  1363. package/lib/clients/web/alipay_plus/appxrpc.js +2 -0
  1364. package/lib/clients/web/alipay_plus/batchQueryCdpSpaceInfo.d.ts +2 -0
  1365. package/lib/clients/web/alipay_plus/batchQueryCdpSpaceInfo.js +2 -0
  1366. package/lib/clients/web/alipay_plus/chooseImage.d.ts +2 -0
  1367. package/lib/clients/web/alipay_plus/chooseImage.js +16 -0
  1368. package/lib/clients/web/alipay_plus/choosePhoneContact.d.ts +2 -0
  1369. package/lib/clients/web/alipay_plus/choosePhoneContact.js +2 -0
  1370. package/lib/clients/web/alipay_plus/clearStorage.d.ts +2 -0
  1371. package/lib/clients/web/alipay_plus/clearStorage.js +2 -0
  1372. package/lib/clients/web/alipay_plus/closeBluetoothAdapter.d.ts +2 -0
  1373. package/lib/clients/web/alipay_plus/closeBluetoothAdapter.js +2 -0
  1374. package/lib/clients/web/alipay_plus/closeSocket.d.ts +2 -0
  1375. package/lib/clients/web/alipay_plus/closeSocket.js +2 -0
  1376. package/lib/clients/web/alipay_plus/confirm.d.ts +2 -0
  1377. package/lib/clients/web/alipay_plus/confirm.js +2 -0
  1378. package/lib/clients/web/alipay_plus/connectBLEDevice.d.ts +2 -0
  1379. package/lib/clients/web/alipay_plus/connectBLEDevice.js +2 -0
  1380. package/lib/clients/web/alipay_plus/connectSocket.d.ts +2 -0
  1381. package/lib/clients/web/alipay_plus/connectSocket.js +2 -0
  1382. package/lib/clients/web/alipay_plus/crossPay.d.ts +2 -0
  1383. package/lib/clients/web/alipay_plus/crossPay.js +2 -0
  1384. package/lib/clients/web/alipay_plus/custom.d.ts +32 -0
  1385. package/lib/clients/web/alipay_plus/custom.js +60 -0
  1386. package/lib/clients/web/alipay_plus/datePicker.d.ts +2 -0
  1387. package/lib/clients/web/alipay_plus/datePicker.js +2 -0
  1388. package/lib/clients/web/alipay_plus/disconnectBLEDevice.d.ts +2 -0
  1389. package/lib/clients/web/alipay_plus/disconnectBLEDevice.js +2 -0
  1390. package/lib/clients/web/alipay_plus/downloadFile.d.ts +2 -0
  1391. package/lib/clients/web/alipay_plus/downloadFile.js +2 -0
  1392. package/lib/clients/web/alipay_plus/exitApp.d.ts +2 -0
  1393. package/lib/clients/web/alipay_plus/exitApp.js +2 -0
  1394. package/lib/clients/web/alipay_plus/generated.d.ts +84 -0
  1395. package/lib/clients/web/alipay_plus/generated.js +104 -0
  1396. package/lib/clients/web/alipay_plus/getAppToken.d.ts +2 -0
  1397. package/lib/clients/web/alipay_plus/getAppToken.js +2 -0
  1398. package/lib/clients/web/alipay_plus/getAuthCode.d.ts +2 -0
  1399. package/lib/clients/web/alipay_plus/getAuthCode.js +2 -0
  1400. package/lib/clients/web/alipay_plus/getBLEDeviceCharacteristics.d.ts +2 -0
  1401. package/lib/clients/web/alipay_plus/getBLEDeviceCharacteristics.js +2 -0
  1402. package/lib/clients/web/alipay_plus/getBLEDeviceServices.d.ts +2 -0
  1403. package/lib/clients/web/alipay_plus/getBLEDeviceServices.js +2 -0
  1404. package/lib/clients/web/alipay_plus/getBatteryInfo.d.ts +2 -0
  1405. package/lib/clients/web/alipay_plus/getBatteryInfo.js +2 -0
  1406. package/lib/clients/web/alipay_plus/getBluetoothAdapterState.d.ts +2 -0
  1407. package/lib/clients/web/alipay_plus/getBluetoothAdapterState.js +2 -0
  1408. package/lib/clients/web/alipay_plus/getBluetoothDevices.d.ts +2 -0
  1409. package/lib/clients/web/alipay_plus/getBluetoothDevices.js +2 -0
  1410. package/lib/clients/web/alipay_plus/getClipboard.d.ts +2 -0
  1411. package/lib/clients/web/alipay_plus/getClipboard.js +2 -0
  1412. package/lib/clients/web/alipay_plus/getComponentAuth.d.ts +2 -0
  1413. package/lib/clients/web/alipay_plus/getComponentAuth.js +2 -0
  1414. package/lib/clients/web/alipay_plus/getConnectedBluetoothDevices.d.ts +2 -0
  1415. package/lib/clients/web/alipay_plus/getConnectedBluetoothDevices.js +2 -0
  1416. package/lib/clients/web/alipay_plus/getFileInfo.d.ts +2 -0
  1417. package/lib/clients/web/alipay_plus/getFileInfo.js +2 -0
  1418. package/lib/clients/web/alipay_plus/getImageInfo.d.ts +2 -0
  1419. package/lib/clients/web/alipay_plus/getImageInfo.js +2 -0
  1420. package/lib/clients/web/alipay_plus/getLocation.d.ts +2 -0
  1421. package/lib/clients/web/alipay_plus/getLocation.js +2 -0
  1422. package/lib/clients/web/alipay_plus/getNetworkType.d.ts +2 -0
  1423. package/lib/clients/web/alipay_plus/getNetworkType.js +2 -0
  1424. package/lib/clients/web/alipay_plus/getOpenUserInfo.d.ts +3 -0
  1425. package/lib/clients/web/alipay_plus/getOpenUserInfo.js +21 -0
  1426. package/lib/clients/web/alipay_plus/getPaymentCode.d.ts +2 -0
  1427. package/lib/clients/web/alipay_plus/getPaymentCode.js +2 -0
  1428. package/lib/clients/web/alipay_plus/getPhoneNumber.d.ts +2 -0
  1429. package/lib/clients/web/alipay_plus/getPhoneNumber.js +2 -0
  1430. package/lib/clients/web/alipay_plus/getSavedFileInfo.d.ts +2 -0
  1431. package/lib/clients/web/alipay_plus/getSavedFileInfo.js +2 -0
  1432. package/lib/clients/web/alipay_plus/getSavedFileList.d.ts +2 -0
  1433. package/lib/clients/web/alipay_plus/getSavedFileList.js +2 -0
  1434. package/lib/clients/web/alipay_plus/getScreenBrightness.d.ts +2 -0
  1435. package/lib/clients/web/alipay_plus/getScreenBrightness.js +2 -0
  1436. package/lib/clients/web/alipay_plus/getServerTime.d.ts +2 -0
  1437. package/lib/clients/web/alipay_plus/getServerTime.js +2 -0
  1438. package/lib/clients/web/alipay_plus/getSetting.d.ts +2 -0
  1439. package/lib/clients/web/alipay_plus/getSetting.js +2 -0
  1440. package/lib/clients/web/alipay_plus/getSiteInfo.d.ts +2 -0
  1441. package/lib/clients/web/alipay_plus/getSiteInfo.js +2 -0
  1442. package/lib/clients/web/alipay_plus/getStorage.d.ts +2 -0
  1443. package/lib/clients/web/alipay_plus/getStorage.js +2 -0
  1444. package/lib/clients/web/alipay_plus/getSystemInfo.d.ts +2 -0
  1445. package/lib/clients/web/alipay_plus/getSystemInfo.js +2 -0
  1446. package/lib/clients/web/alipay_plus/hideBackHome.d.ts +2 -0
  1447. package/lib/clients/web/alipay_plus/hideBackHome.js +2 -0
  1448. package/lib/clients/web/alipay_plus/hideKeyboard.d.ts +2 -0
  1449. package/lib/clients/web/alipay_plus/hideKeyboard.js +2 -0
  1450. package/lib/clients/web/alipay_plus/hideLoading.d.ts +2 -0
  1451. package/lib/clients/web/alipay_plus/hideLoading.js +2 -0
  1452. package/lib/clients/web/alipay_plus/hideNavigationBarLoading.d.ts +2 -0
  1453. package/lib/clients/web/alipay_plus/hideNavigationBarLoading.js +2 -0
  1454. package/lib/clients/web/alipay_plus/hideTabBar.d.ts +2 -0
  1455. package/lib/clients/web/alipay_plus/hideTabBar.js +2 -0
  1456. package/lib/clients/web/alipay_plus/hideToast.d.ts +2 -0
  1457. package/lib/clients/web/alipay_plus/hideToast.js +2 -0
  1458. package/lib/clients/web/alipay_plus/index.d.ts +113 -0
  1459. package/lib/clients/web/alipay_plus/index.js +13 -0
  1460. package/lib/clients/web/alipay_plus/inquireQuote.d.ts +2 -0
  1461. package/lib/clients/web/alipay_plus/inquireQuote.js +2 -0
  1462. package/lib/clients/web/alipay_plus/isInstalledApp.d.ts +2 -0
  1463. package/lib/clients/web/alipay_plus/isInstalledApp.js +2 -0
  1464. package/lib/clients/web/alipay_plus/makePhoneCall.d.ts +2 -0
  1465. package/lib/clients/web/alipay_plus/makePhoneCall.js +2 -0
  1466. package/lib/clients/web/alipay_plus/multiLevelSelect.d.ts +2 -0
  1467. package/lib/clients/web/alipay_plus/multiLevelSelect.js +2 -0
  1468. package/lib/clients/web/alipay_plus/navigateBack.d.ts +2 -0
  1469. package/lib/clients/web/alipay_plus/navigateBack.js +2 -0
  1470. package/lib/clients/web/alipay_plus/navigateBackMiniProgram.d.ts +2 -0
  1471. package/lib/clients/web/alipay_plus/navigateBackMiniProgram.js +2 -0
  1472. package/lib/clients/web/alipay_plus/navigateTo.d.ts +2 -0
  1473. package/lib/clients/web/alipay_plus/navigateTo.js +2 -0
  1474. package/lib/clients/web/alipay_plus/navigateToBizScene.d.ts +2 -0
  1475. package/lib/clients/web/alipay_plus/navigateToBizScene.js +2 -0
  1476. package/lib/clients/web/alipay_plus/navigateToMiniProgram.d.ts +2 -0
  1477. package/lib/clients/web/alipay_plus/navigateToMiniProgram.js +2 -0
  1478. package/lib/clients/web/alipay_plus/notifyBLECharacteristicValueChange.d.ts +2 -0
  1479. package/lib/clients/web/alipay_plus/notifyBLECharacteristicValueChange.js +2 -0
  1480. package/lib/clients/web/alipay_plus/offBLECharacteristicValueChange.d.ts +2 -0
  1481. package/lib/clients/web/alipay_plus/offBLECharacteristicValueChange.js +2 -0
  1482. package/lib/clients/web/alipay_plus/offBLEConnectionStateChanged.d.ts +2 -0
  1483. package/lib/clients/web/alipay_plus/offBLEConnectionStateChanged.js +2 -0
  1484. package/lib/clients/web/alipay_plus/offBluetoothAdapterStateChange.d.ts +2 -0
  1485. package/lib/clients/web/alipay_plus/offBluetoothAdapterStateChange.js +2 -0
  1486. package/lib/clients/web/alipay_plus/offBluetoothDeviceFound.d.ts +2 -0
  1487. package/lib/clients/web/alipay_plus/offBluetoothDeviceFound.js +2 -0
  1488. package/lib/clients/web/alipay_plus/offMemoryWarning.d.ts +2 -0
  1489. package/lib/clients/web/alipay_plus/offMemoryWarning.js +2 -0
  1490. package/lib/clients/web/alipay_plus/offSocketClose.d.ts +2 -0
  1491. package/lib/clients/web/alipay_plus/offSocketClose.js +2 -0
  1492. package/lib/clients/web/alipay_plus/offSocketError.d.ts +2 -0
  1493. package/lib/clients/web/alipay_plus/offSocketError.js +2 -0
  1494. package/lib/clients/web/alipay_plus/offSocketMessage.d.ts +2 -0
  1495. package/lib/clients/web/alipay_plus/offSocketMessage.js +2 -0
  1496. package/lib/clients/web/alipay_plus/offSocketOpen.d.ts +2 -0
  1497. package/lib/clients/web/alipay_plus/offSocketOpen.js +2 -0
  1498. package/lib/clients/web/alipay_plus/onBLECharacteristicValueChange.d.ts +2 -0
  1499. package/lib/clients/web/alipay_plus/onBLECharacteristicValueChange.js +2 -0
  1500. package/lib/clients/web/alipay_plus/onBLEConnectionStateChanged.d.ts +2 -0
  1501. package/lib/clients/web/alipay_plus/onBLEConnectionStateChanged.js +2 -0
  1502. package/lib/clients/web/alipay_plus/onBluetoothAdapterStateChange.d.ts +2 -0
  1503. package/lib/clients/web/alipay_plus/onBluetoothAdapterStateChange.js +2 -0
  1504. package/lib/clients/web/alipay_plus/onBluetoothDeviceFound.d.ts +2 -0
  1505. package/lib/clients/web/alipay_plus/onBluetoothDeviceFound.js +2 -0
  1506. package/lib/clients/web/alipay_plus/onMemoryWarning.d.ts +2 -0
  1507. package/lib/clients/web/alipay_plus/onMemoryWarning.js +2 -0
  1508. package/lib/clients/web/alipay_plus/onSocketClose.d.ts +2 -0
  1509. package/lib/clients/web/alipay_plus/onSocketClose.js +2 -0
  1510. package/lib/clients/web/alipay_plus/onSocketError.d.ts +2 -0
  1511. package/lib/clients/web/alipay_plus/onSocketError.js +2 -0
  1512. package/lib/clients/web/alipay_plus/onSocketMessage.d.ts +2 -0
  1513. package/lib/clients/web/alipay_plus/onSocketMessage.js +2 -0
  1514. package/lib/clients/web/alipay_plus/onSocketOpen.d.ts +2 -0
  1515. package/lib/clients/web/alipay_plus/onSocketOpen.js +2 -0
  1516. package/lib/clients/web/alipay_plus/openBluetoothAdapter.d.ts +2 -0
  1517. package/lib/clients/web/alipay_plus/openBluetoothAdapter.js +2 -0
  1518. package/lib/clients/web/alipay_plus/openDocument.d.ts +2 -0
  1519. package/lib/clients/web/alipay_plus/openDocument.js +2 -0
  1520. package/lib/clients/web/alipay_plus/openSchemeWithBacking.d.ts +2 -0
  1521. package/lib/clients/web/alipay_plus/openSchemeWithBacking.js +2 -0
  1522. package/lib/clients/web/alipay_plus/openSetting.d.ts +2 -0
  1523. package/lib/clients/web/alipay_plus/openSetting.js +2 -0
  1524. package/lib/clients/web/alipay_plus/paySignCenter.d.ts +2 -0
  1525. package/lib/clients/web/alipay_plus/paySignCenter.js +21 -0
  1526. package/lib/clients/web/alipay_plus/previewImage.d.ts +2 -0
  1527. package/lib/clients/web/alipay_plus/previewImage.js +2 -0
  1528. package/lib/clients/web/alipay_plus/prompt.d.ts +2 -0
  1529. package/lib/clients/web/alipay_plus/prompt.js +2 -0
  1530. package/lib/clients/web/alipay_plus/reLaunch.d.ts +2 -0
  1531. package/lib/clients/web/alipay_plus/reLaunch.js +2 -0
  1532. package/lib/clients/web/alipay_plus/readBLECharacteristicValue.d.ts +2 -0
  1533. package/lib/clients/web/alipay_plus/readBLECharacteristicValue.js +2 -0
  1534. package/lib/clients/web/alipay_plus/redirectTo.d.ts +2 -0
  1535. package/lib/clients/web/alipay_plus/redirectTo.js +2 -0
  1536. package/lib/clients/web/alipay_plus/regionFetchAllApps.d.ts +2 -0
  1537. package/lib/clients/web/alipay_plus/regionFetchAllApps.js +2 -0
  1538. package/lib/clients/web/alipay_plus/regionSearchAppsByKeywords.d.ts +2 -0
  1539. package/lib/clients/web/alipay_plus/regionSearchAppsByKeywords.js +2 -0
  1540. package/lib/clients/web/alipay_plus/removeSavedFile.d.ts +2 -0
  1541. package/lib/clients/web/alipay_plus/removeSavedFile.js +2 -0
  1542. package/lib/clients/web/alipay_plus/removeStorage.d.ts +2 -0
  1543. package/lib/clients/web/alipay_plus/removeStorage.js +2 -0
  1544. package/lib/clients/web/alipay_plus/request.d.ts +2 -0
  1545. package/lib/clients/web/alipay_plus/request.js +2 -0
  1546. package/lib/clients/web/alipay_plus/rpc.d.ts +2 -0
  1547. package/lib/clients/web/alipay_plus/rpc.js +2 -0
  1548. package/lib/clients/web/alipay_plus/saveFile.d.ts +2 -0
  1549. package/lib/clients/web/alipay_plus/saveFile.js +2 -0
  1550. package/lib/clients/web/alipay_plus/saveImage.d.ts +2 -0
  1551. package/lib/clients/web/alipay_plus/saveImage.js +2 -0
  1552. package/lib/clients/web/alipay_plus/scan.d.ts +2 -0
  1553. package/lib/clients/web/alipay_plus/scan.js +2 -0
  1554. package/lib/clients/web/alipay_plus/sendSocketMessage.d.ts +2 -0
  1555. package/lib/clients/web/alipay_plus/sendSocketMessage.js +2 -0
  1556. package/lib/clients/web/alipay_plus/setBackgroundColor.d.ts +2 -0
  1557. package/lib/clients/web/alipay_plus/setBackgroundColor.js +2 -0
  1558. package/lib/clients/web/alipay_plus/setClipboard.d.ts +2 -0
  1559. package/lib/clients/web/alipay_plus/setClipboard.js +2 -0
  1560. package/lib/clients/web/alipay_plus/setKeepScreenOn.d.ts +2 -0
  1561. package/lib/clients/web/alipay_plus/setKeepScreenOn.js +2 -0
  1562. package/lib/clients/web/alipay_plus/setNavigationBar.d.ts +2 -0
  1563. package/lib/clients/web/alipay_plus/setNavigationBar.js +2 -0
  1564. package/lib/clients/web/alipay_plus/setOptionMenu.d.ts +2 -0
  1565. package/lib/clients/web/alipay_plus/setOptionMenu.js +2 -0
  1566. package/lib/clients/web/alipay_plus/setScreenBrightness.d.ts +2 -0
  1567. package/lib/clients/web/alipay_plus/setScreenBrightness.js +2 -0
  1568. package/lib/clients/web/alipay_plus/setStorage.d.ts +2 -0
  1569. package/lib/clients/web/alipay_plus/setStorage.js +2 -0
  1570. package/lib/clients/web/alipay_plus/setTabBarStyle.d.ts +2 -0
  1571. package/lib/clients/web/alipay_plus/setTabBarStyle.js +2 -0
  1572. package/lib/clients/web/alipay_plus/showActionSheet.d.ts +2 -0
  1573. package/lib/clients/web/alipay_plus/showActionSheet.js +2 -0
  1574. package/lib/clients/web/alipay_plus/showAuthGuide.d.ts +2 -0
  1575. package/lib/clients/web/alipay_plus/showAuthGuide.js +2 -0
  1576. package/lib/clients/web/alipay_plus/showLoading.d.ts +2 -0
  1577. package/lib/clients/web/alipay_plus/showLoading.js +2 -0
  1578. package/lib/clients/web/alipay_plus/showNavigationBarLoading.d.ts +2 -0
  1579. package/lib/clients/web/alipay_plus/showNavigationBarLoading.js +2 -0
  1580. package/lib/clients/web/alipay_plus/showToast.d.ts +2 -0
  1581. package/lib/clients/web/alipay_plus/showToast.js +2 -0
  1582. package/lib/clients/web/alipay_plus/signContract.d.ts +2 -0
  1583. package/lib/clients/web/alipay_plus/signContract.js +2 -0
  1584. package/lib/clients/web/alipay_plus/startApp.d.ts +2 -0
  1585. package/lib/clients/web/alipay_plus/startApp.js +2 -0
  1586. package/lib/clients/web/alipay_plus/startBizService.d.ts +2 -0
  1587. package/lib/clients/web/alipay_plus/startBizService.js +2 -0
  1588. package/lib/clients/web/alipay_plus/startBluetoothDevicesDiscovery.d.ts +2 -0
  1589. package/lib/clients/web/alipay_plus/startBluetoothDevicesDiscovery.js +2 -0
  1590. package/lib/clients/web/alipay_plus/startPullDownRefresh.d.ts +2 -0
  1591. package/lib/clients/web/alipay_plus/startPullDownRefresh.js +2 -0
  1592. package/lib/clients/web/alipay_plus/stopBluetoothDevicesDiscovery.d.ts +2 -0
  1593. package/lib/clients/web/alipay_plus/stopBluetoothDevicesDiscovery.js +2 -0
  1594. package/lib/clients/web/alipay_plus/stopPullDownRefresh.d.ts +2 -0
  1595. package/lib/clients/web/alipay_plus/stopPullDownRefresh.js +2 -0
  1596. package/lib/clients/web/alipay_plus/thirdPartyAuthForAc.d.ts +2 -0
  1597. package/lib/clients/web/alipay_plus/thirdPartyAuthForAc.js +2 -0
  1598. package/lib/clients/web/alipay_plus/tradePay.d.ts +2 -0
  1599. package/lib/clients/web/alipay_plus/tradePay.js +2 -0
  1600. package/lib/clients/web/alipay_plus/uploadApdidToken.d.ts +2 -0
  1601. package/lib/clients/web/alipay_plus/uploadApdidToken.js +2 -0
  1602. package/lib/clients/web/alipay_plus/uploadFile.d.ts +2 -0
  1603. package/lib/clients/web/alipay_plus/uploadFile.js +2 -0
  1604. package/lib/clients/web/alipay_plus/vibrate.d.ts +2 -0
  1605. package/lib/clients/web/alipay_plus/vibrate.js +2 -0
  1606. package/lib/clients/web/alipay_plus/watchShake.d.ts +2 -0
  1607. package/lib/clients/web/alipay_plus/watchShake.js +2 -0
  1608. package/lib/clients/web/alipay_plus/writeBLECharacteristicValue.d.ts +2 -0
  1609. package/lib/clients/web/alipay_plus/writeBLECharacteristicValue.js +2 -0
  1610. package/lib/clients/web/alipay_vn/custom.d.ts +2 -0
  1611. package/lib/clients/web/alipay_vn/custom.js +1 -0
  1612. package/lib/clients/web/alipay_vn/generated.d.ts +2 -0
  1613. package/lib/clients/web/alipay_vn/generated.js +1 -0
  1614. package/lib/clients/web/alipay_vn/index.d.ts +1 -0
  1615. package/lib/clients/web/alipay_vn/index.js +1 -0
  1616. package/lib/clients/web/daraz/custom.d.ts +2 -0
  1617. package/lib/clients/web/daraz/custom.js +1 -0
  1618. package/lib/clients/web/daraz/generated.d.ts +2 -0
  1619. package/lib/clients/web/daraz/generated.js +1 -0
  1620. package/lib/clients/web/daraz/index.d.ts +1 -0
  1621. package/lib/clients/web/daraz/index.js +1 -0
  1622. package/lib/clients/web/h5/alert.d.ts +2 -0
  1623. package/lib/clients/web/h5/alert.js +4 -0
  1624. package/lib/clients/web/h5/clearStorage.d.ts +2 -0
  1625. package/lib/clients/web/h5/clearStorage.js +4 -0
  1626. package/lib/clients/web/h5/clearStorageSync.d.ts +1 -0
  1627. package/lib/clients/web/h5/clearStorageSync.js +4 -0
  1628. package/lib/clients/web/h5/confirm.d.ts +1 -0
  1629. package/lib/clients/web/h5/confirm.js +1 -0
  1630. package/lib/clients/web/h5/createSelectorQuery.d.ts +2 -0
  1631. package/lib/clients/web/h5/createSelectorQuery.js +4 -0
  1632. package/lib/clients/web/h5/custom.d.ts +67 -0
  1633. package/lib/clients/web/h5/custom.js +66 -0
  1634. package/lib/clients/web/h5/generated.d.ts +2 -0
  1635. package/lib/clients/web/h5/generated.js +1 -0
  1636. package/lib/clients/web/h5/getAppIdSync.d.ts +1 -0
  1637. package/lib/clients/web/h5/getAppIdSync.js +4 -0
  1638. package/lib/clients/web/h5/getClipboard.d.ts +2 -0
  1639. package/lib/clients/web/h5/getClipboard.js +4 -0
  1640. package/lib/clients/web/h5/getLaunchOptionsSync.d.ts +2 -0
  1641. package/lib/clients/web/h5/getLaunchOptionsSync.js +4 -0
  1642. package/lib/clients/web/h5/getLocation.d.ts +1 -0
  1643. package/lib/clients/web/h5/getLocation.js +4 -0
  1644. package/lib/clients/web/h5/getNetworkType.d.ts +2 -0
  1645. package/lib/clients/web/h5/getNetworkType.js +4 -0
  1646. package/lib/clients/web/h5/getServerTime.d.ts +4 -0
  1647. package/lib/clients/web/h5/getServerTime.js +4 -0
  1648. package/lib/clients/web/h5/getSiteInfo.d.ts +2 -0
  1649. package/lib/clients/web/h5/getSiteInfo.js +4 -0
  1650. package/lib/clients/web/h5/getStorage.d.ts +2 -0
  1651. package/lib/clients/web/h5/getStorage.js +4 -0
  1652. package/lib/clients/web/h5/getStorageSync.d.ts +3 -0
  1653. package/lib/clients/web/h5/getStorageSync.js +4 -0
  1654. package/lib/clients/web/h5/getSystemInfo.d.ts +2 -0
  1655. package/lib/clients/web/h5/getSystemInfo.js +4 -0
  1656. package/lib/clients/web/h5/getSystemInfoSync.d.ts +2 -0
  1657. package/lib/clients/web/h5/getSystemInfoSync.js +4 -0
  1658. package/lib/clients/web/h5/hideLoading.d.ts +1 -0
  1659. package/lib/clients/web/h5/hideLoading.js +1 -0
  1660. package/lib/clients/web/h5/hideToast.d.ts +2 -0
  1661. package/lib/clients/web/h5/hideToast.js +4 -0
  1662. package/lib/clients/web/h5/index.d.ts +35 -0
  1663. package/lib/clients/web/h5/index.js +13 -0
  1664. package/lib/clients/web/h5/makePhoneCall.d.ts +3 -0
  1665. package/lib/clients/web/h5/makePhoneCall.js +4 -0
  1666. package/lib/clients/web/h5/navigateToBizScene.d.ts +2 -0
  1667. package/lib/clients/web/h5/navigateToBizScene.js +4 -0
  1668. package/lib/clients/web/h5/navigateToMiniProgram.d.ts +2 -0
  1669. package/lib/clients/web/h5/navigateToMiniProgram.js +4 -0
  1670. package/lib/clients/web/h5/pageScrollTo.d.ts +2 -0
  1671. package/lib/clients/web/h5/pageScrollTo.js +4 -0
  1672. package/lib/clients/web/h5/removeStorage.d.ts +2 -0
  1673. package/lib/clients/web/h5/removeStorage.js +4 -0
  1674. package/lib/clients/web/h5/removeStorageSync.d.ts +3 -0
  1675. package/lib/clients/web/h5/removeStorageSync.js +4 -0
  1676. package/lib/clients/web/h5/request.d.ts +2 -0
  1677. package/lib/clients/web/h5/request.js +4 -0
  1678. package/lib/clients/web/h5/rpc.d.ts +2 -0
  1679. package/lib/clients/web/h5/rpc.js +16 -0
  1680. package/lib/clients/web/h5/setClipboard.d.ts +2 -0
  1681. package/lib/clients/web/h5/setClipboard.js +4 -0
  1682. package/lib/clients/web/h5/setNavigationBar.d.ts +2 -0
  1683. package/lib/clients/web/h5/setNavigationBar.js +4 -0
  1684. package/lib/clients/web/h5/setStorage.d.ts +2 -0
  1685. package/lib/clients/web/h5/setStorage.js +4 -0
  1686. package/lib/clients/web/h5/setStorageSync.d.ts +4 -0
  1687. package/lib/clients/web/h5/setStorageSync.js +4 -0
  1688. package/lib/clients/web/h5/showLoading.d.ts +2 -0
  1689. package/lib/clients/web/h5/showLoading.js +4 -0
  1690. package/lib/clients/web/h5/showToast.d.ts +2 -0
  1691. package/lib/clients/web/h5/showToast.js +4 -0
  1692. package/lib/clients/web/kkp/custom.d.ts +2 -0
  1693. package/lib/clients/web/kkp/custom.js +1 -0
  1694. package/lib/clients/web/kkp/generated.d.ts +2 -0
  1695. package/lib/clients/web/kkp/generated.js +1 -0
  1696. package/lib/clients/web/kkp/index.d.ts +1 -0
  1697. package/lib/clients/web/kkp/index.js +1 -0
  1698. package/lib/clients/web/lazada/custom.d.ts +2 -0
  1699. package/lib/clients/web/lazada/custom.js +1 -0
  1700. package/lib/clients/web/lazada/generated.d.ts +2 -0
  1701. package/lib/clients/web/lazada/generated.js +1 -0
  1702. package/lib/clients/web/lazada/index.d.ts +1 -0
  1703. package/lib/clients/web/lazada/index.js +1 -0
  1704. package/lib/clients/web/taobao/custom.d.ts +2 -0
  1705. package/lib/clients/web/taobao/custom.js +1 -0
  1706. package/lib/clients/web/taobao/generated.d.ts +2 -0
  1707. package/lib/clients/web/taobao/generated.js +1 -0
  1708. package/lib/clients/web/taobao/index.d.ts +1 -0
  1709. package/lib/clients/web/taobao/index.js +1 -0
  1710. package/lib/clients/web/taobao_overseas/custom.d.ts +2 -0
  1711. package/lib/clients/web/taobao_overseas/custom.js +1 -0
  1712. package/lib/clients/web/taobao_overseas/generated.d.ts +2 -0
  1713. package/lib/clients/web/taobao_overseas/generated.js +1 -0
  1714. package/lib/clients/web/taobao_overseas/index.d.ts +1 -0
  1715. package/lib/clients/web/taobao_overseas/index.js +1 -0
  1716. package/lib/common/apis/custom/mp/crossPay.d.ts +3 -0
  1717. package/lib/common/apis/custom/mp/crossPay.js +5 -0
  1718. package/lib/common/apis/custom/mp_web/getAppIdSync.d.ts +4 -0
  1719. package/lib/common/apis/custom/mp_web/getAppIdSync.js +6 -0
  1720. package/lib/common/apis/custom/tradePay.d.ts +3 -0
  1721. package/lib/common/apis/custom/tradePay.js +34 -0
  1722. package/lib/common/apis/custom/web/alert.d.ts +2 -0
  1723. package/lib/common/apis/custom/web/alert.js +31 -0
  1724. package/lib/common/apis/custom/web/choosePhoneContact.d.ts +3 -0
  1725. package/lib/common/apis/custom/web/choosePhoneContact.js +5 -0
  1726. package/lib/common/apis/custom/web/clearStorage.d.ts +3 -0
  1727. package/lib/common/apis/custom/web/clearStorage.js +5 -0
  1728. package/lib/common/apis/custom/web/confirm.d.ts +3 -0
  1729. package/lib/common/apis/custom/web/confirm.js +34 -0
  1730. package/lib/common/apis/custom/web/datePicker.d.ts +3 -0
  1731. package/lib/common/apis/custom/web/datePicker.js +41 -0
  1732. package/lib/common/apis/custom/web/downloadFile.d.ts +3 -0
  1733. package/lib/common/apis/custom/web/downloadFile.js +45 -0
  1734. package/lib/common/apis/custom/web/getAuthCode.d.ts +3 -0
  1735. package/lib/common/apis/custom/web/getAuthCode.js +30 -0
  1736. package/lib/common/apis/custom/web/getLocation.d.ts +3 -0
  1737. package/lib/common/apis/custom/web/getLocation.js +31 -0
  1738. package/lib/common/apis/custom/web/getNetworkType.d.ts +3 -0
  1739. package/lib/common/apis/custom/web/getNetworkType.js +24 -0
  1740. package/lib/common/apis/custom/web/getPhoneNumber.d.ts +3 -0
  1741. package/lib/common/apis/custom/web/getPhoneNumber.js +21 -0
  1742. package/lib/common/apis/custom/web/getStorage.d.ts +3 -0
  1743. package/lib/common/apis/custom/web/getStorage.js +25 -0
  1744. package/lib/common/apis/custom/web/hideNavigationBarLoading.d.ts +3 -0
  1745. package/lib/common/apis/custom/web/hideNavigationBarLoading.js +5 -0
  1746. package/lib/common/apis/custom/web/multiLevelSelect.d.ts +3 -0
  1747. package/lib/common/apis/custom/web/multiLevelSelect.js +5 -0
  1748. package/lib/common/apis/custom/web/navigateBack.d.ts +3 -0
  1749. package/lib/common/apis/custom/web/navigateBack.js +32 -0
  1750. package/lib/common/apis/custom/web/navigateTo.d.ts +3 -0
  1751. package/lib/common/apis/custom/web/navigateTo.js +5 -0
  1752. package/lib/common/apis/custom/web/previewImage.d.ts +3 -0
  1753. package/lib/common/apis/custom/web/previewImage.js +36 -0
  1754. package/lib/common/apis/custom/web/reLaunch.d.ts +3 -0
  1755. package/lib/common/apis/custom/web/reLaunch.js +5 -0
  1756. package/lib/common/apis/custom/web/redirectTo.d.ts +3 -0
  1757. package/lib/common/apis/custom/web/redirectTo.js +12 -0
  1758. package/lib/common/apis/custom/web/removeStorage.d.ts +3 -0
  1759. package/lib/common/apis/custom/web/removeStorage.js +5 -0
  1760. package/lib/common/apis/custom/web/request.d.ts +3 -0
  1761. package/lib/common/apis/custom/web/request.js +65 -0
  1762. package/lib/common/apis/custom/web/saveFile.d.ts +3 -0
  1763. package/lib/common/apis/custom/web/saveFile.js +30 -0
  1764. package/lib/common/apis/custom/web/saveImage.d.ts +3 -0
  1765. package/lib/common/apis/custom/web/saveImage.js +30 -0
  1766. package/lib/common/apis/custom/web/setKeepScreenOn.d.ts +3 -0
  1767. package/lib/common/apis/custom/web/setKeepScreenOn.js +19 -0
  1768. package/lib/common/apis/custom/web/setNavigationBar.d.ts +3 -0
  1769. package/lib/common/apis/custom/web/setNavigationBar.js +58 -0
  1770. package/lib/common/apis/custom/web/setOptionMenu.d.ts +3 -0
  1771. package/lib/common/apis/custom/web/setOptionMenu.js +10 -0
  1772. package/lib/common/apis/custom/web/setStorage.d.ts +3 -0
  1773. package/lib/common/apis/custom/web/setStorage.js +31 -0
  1774. package/lib/common/apis/custom/web/setTabBarStyle.d.ts +3 -0
  1775. package/lib/common/apis/custom/web/setTabBarStyle.js +19 -0
  1776. package/lib/common/apis/custom/web/showActionSheet.d.ts +3 -0
  1777. package/lib/common/apis/custom/web/showActionSheet.js +32 -0
  1778. package/lib/common/apis/custom/web/showAuthGuide.d.ts +3 -0
  1779. package/lib/common/apis/custom/web/showAuthGuide.js +19 -0
  1780. package/lib/common/apis/custom/web/showNavigationBarLoading.d.ts +3 -0
  1781. package/lib/common/apis/custom/web/showNavigationBarLoading.js +5 -0
  1782. package/lib/common/apis/custom/web/showToast.d.ts +3 -0
  1783. package/lib/common/apis/custom/web/showToast.js +19 -0
  1784. package/lib/common/apis/custom/web/startPullDownRefresh.d.ts +3 -0
  1785. package/lib/common/apis/custom/web/startPullDownRefresh.js +5 -0
  1786. package/lib/common/apis/custom/web/stopPullDownRefresh.d.ts +3 -0
  1787. package/lib/common/apis/custom/web/stopPullDownRefresh.js +5 -0
  1788. package/lib/common/apis/custom/web/uploadFile.d.ts +3 -0
  1789. package/lib/common/apis/custom/web/uploadFile.js +32 -0
  1790. package/lib/common/apis/generated/APRegionRPC.d.ts +2 -0
  1791. package/lib/common/apis/generated/APRegionRPC.js +4 -0
  1792. package/lib/common/apis/generated/addFatigueAction.d.ts +2 -0
  1793. package/lib/common/apis/generated/addFatigueAction.js +4 -0
  1794. package/lib/common/apis/generated/addPhoneContact.d.ts +2 -0
  1795. package/lib/common/apis/generated/addPhoneContact.js +4 -0
  1796. package/lib/common/apis/generated/alert.d.ts +2 -0
  1797. package/lib/common/apis/generated/alert.js +4 -0
  1798. package/lib/common/apis/generated/apDisableJSAPI.d.ts +2 -0
  1799. package/lib/common/apis/generated/apDisableJSAPI.js +4 -0
  1800. package/lib/common/apis/generated/appxrpc.d.ts +4 -0
  1801. package/lib/common/apis/generated/appxrpc.js +4 -0
  1802. package/lib/common/apis/generated/batchQueryCdpSpaceInfo.d.ts +2 -0
  1803. package/lib/common/apis/generated/batchQueryCdpSpaceInfo.js +4 -0
  1804. package/lib/common/apis/generated/chooseImage.d.ts +2 -0
  1805. package/lib/common/apis/generated/chooseImage.js +4 -0
  1806. package/lib/common/apis/generated/choosePhoneContact.d.ts +2 -0
  1807. package/lib/common/apis/generated/choosePhoneContact.js +4 -0
  1808. package/lib/common/apis/generated/clearStorage.d.ts +2 -0
  1809. package/lib/common/apis/generated/clearStorage.js +4 -0
  1810. package/lib/common/apis/generated/clearStorageSync.d.ts +2 -0
  1811. package/lib/common/apis/generated/clearStorageSync.js +4 -0
  1812. package/lib/common/apis/generated/closeBluetoothAdapter.d.ts +2 -0
  1813. package/lib/common/apis/generated/closeBluetoothAdapter.js +4 -0
  1814. package/lib/common/apis/generated/closeSocket.d.ts +2 -0
  1815. package/lib/common/apis/generated/closeSocket.js +4 -0
  1816. package/lib/common/apis/generated/confirm.d.ts +2 -0
  1817. package/lib/common/apis/generated/confirm.js +4 -0
  1818. package/lib/common/apis/generated/connectBLEDevice.d.ts +4 -0
  1819. package/lib/common/apis/generated/connectBLEDevice.js +4 -0
  1820. package/lib/common/apis/generated/connectSocket.d.ts +2 -0
  1821. package/lib/common/apis/generated/connectSocket.js +4 -0
  1822. package/lib/common/apis/generated/createAnimation.d.ts +2 -0
  1823. package/lib/common/apis/generated/createAnimation.js +4 -0
  1824. package/lib/common/apis/generated/createSelectorQuery.d.ts +2 -0
  1825. package/lib/common/apis/generated/createSelectorQuery.js +4 -0
  1826. package/lib/common/apis/generated/createWebViewContext.d.ts +2 -0
  1827. package/lib/common/apis/generated/createWebViewContext.js +4 -0
  1828. package/lib/common/apis/generated/crossPay.d.ts +2 -0
  1829. package/lib/common/apis/generated/crossPay.js +4 -0
  1830. package/lib/common/apis/generated/datePicker.d.ts +2 -0
  1831. package/lib/common/apis/generated/datePicker.js +4 -0
  1832. package/lib/common/apis/generated/disconnectBLEDevice.d.ts +4 -0
  1833. package/lib/common/apis/generated/disconnectBLEDevice.js +4 -0
  1834. package/lib/common/apis/generated/downloadFile.d.ts +2 -0
  1835. package/lib/common/apis/generated/downloadFile.js +4 -0
  1836. package/lib/common/apis/generated/exitApp.d.ts +2 -0
  1837. package/lib/common/apis/generated/exitApp.js +4 -0
  1838. package/lib/common/apis/generated/getAppIdSync.d.ts +4 -0
  1839. package/lib/common/apis/generated/getAppIdSync.js +4 -0
  1840. package/lib/common/apis/generated/getAppToken.d.ts +2 -0
  1841. package/lib/common/apis/generated/getAppToken.js +4 -0
  1842. package/lib/common/apis/generated/getAuthCode.d.ts +2 -0
  1843. package/lib/common/apis/generated/getAuthCode.js +4 -0
  1844. package/lib/common/apis/generated/getBLEDeviceCharacteristics.d.ts +17 -0
  1845. package/lib/common/apis/generated/getBLEDeviceCharacteristics.js +4 -0
  1846. package/lib/common/apis/generated/getBLEDeviceServices.d.ts +9 -0
  1847. package/lib/common/apis/generated/getBLEDeviceServices.js +4 -0
  1848. package/lib/common/apis/generated/getBatteryInfo.d.ts +5 -0
  1849. package/lib/common/apis/generated/getBatteryInfo.js +4 -0
  1850. package/lib/common/apis/generated/getBluetoothAdapterState.d.ts +5 -0
  1851. package/lib/common/apis/generated/getBluetoothAdapterState.js +4 -0
  1852. package/lib/common/apis/generated/getBluetoothDevices.d.ts +4 -0
  1853. package/lib/common/apis/generated/getBluetoothDevices.js +4 -0
  1854. package/lib/common/apis/generated/getClipboard.d.ts +2 -0
  1855. package/lib/common/apis/generated/getClipboard.js +4 -0
  1856. package/lib/common/apis/generated/getComponentAuth.d.ts +2 -0
  1857. package/lib/common/apis/generated/getComponentAuth.js +4 -0
  1858. package/lib/common/apis/generated/getConnectedBluetoothDevices.d.ts +4 -0
  1859. package/lib/common/apis/generated/getConnectedBluetoothDevices.js +4 -0
  1860. package/lib/common/apis/generated/getFileInfo.d.ts +2 -0
  1861. package/lib/common/apis/generated/getFileInfo.js +4 -0
  1862. package/lib/common/apis/generated/getImageInfo.d.ts +2 -0
  1863. package/lib/common/apis/generated/getImageInfo.js +4 -0
  1864. package/lib/common/apis/generated/getLocation.d.ts +2 -0
  1865. package/lib/common/apis/generated/getLocation.js +4 -0
  1866. package/lib/common/apis/generated/getNetworkType.d.ts +2 -0
  1867. package/lib/common/apis/generated/getNetworkType.js +4 -0
  1868. package/lib/common/apis/generated/getOpenUserInfo.d.ts +2 -0
  1869. package/lib/common/apis/generated/getOpenUserInfo.js +4 -0
  1870. package/lib/common/apis/generated/getPaymentCode.d.ts +2 -0
  1871. package/lib/common/apis/generated/getPaymentCode.js +4 -0
  1872. package/lib/common/apis/generated/getPhoneNumber.d.ts +2 -0
  1873. package/lib/common/apis/generated/getPhoneNumber.js +4 -0
  1874. package/lib/common/apis/generated/getSavedFileInfo.d.ts +2 -0
  1875. package/lib/common/apis/generated/getSavedFileInfo.js +4 -0
  1876. package/lib/common/apis/generated/getSavedFileList.d.ts +2 -0
  1877. package/lib/common/apis/generated/getSavedFileList.js +4 -0
  1878. package/lib/common/apis/generated/getScreenBrightness.d.ts +4 -0
  1879. package/lib/common/apis/generated/getScreenBrightness.js +4 -0
  1880. package/lib/common/apis/generated/getServerTime.d.ts +4 -0
  1881. package/lib/common/apis/generated/getServerTime.js +4 -0
  1882. package/lib/common/apis/generated/getSetting.d.ts +10 -0
  1883. package/lib/common/apis/generated/getSetting.js +4 -0
  1884. package/lib/common/apis/generated/getSiteInfo.d.ts +2 -0
  1885. package/lib/common/apis/generated/getSiteInfo.js +4 -0
  1886. package/lib/common/apis/generated/getStorage.d.ts +2 -0
  1887. package/lib/common/apis/generated/getStorage.js +4 -0
  1888. package/lib/common/apis/generated/getStorageInfo.d.ts +2 -0
  1889. package/lib/common/apis/generated/getStorageInfo.js +4 -0
  1890. package/lib/common/apis/generated/getStorageInfoSync.d.ts +2 -0
  1891. package/lib/common/apis/generated/getStorageInfoSync.js +4 -0
  1892. package/lib/common/apis/generated/getStorageSync.d.ts +6 -0
  1893. package/lib/common/apis/generated/getStorageSync.js +4 -0
  1894. package/lib/common/apis/generated/getSystemInfo.d.ts +2 -0
  1895. package/lib/common/apis/generated/getSystemInfo.js +4 -0
  1896. package/lib/common/apis/generated/getSystemInfoSync.d.ts +2 -0
  1897. package/lib/common/apis/generated/getSystemInfoSync.js +4 -0
  1898. package/lib/common/apis/generated/hideBackHome.d.ts +2 -0
  1899. package/lib/common/apis/generated/hideBackHome.js +4 -0
  1900. package/lib/common/apis/generated/hideKeyboard.d.ts +2 -0
  1901. package/lib/common/apis/generated/hideKeyboard.js +4 -0
  1902. package/lib/common/apis/generated/hideLoading.d.ts +2 -0
  1903. package/lib/common/apis/generated/hideLoading.js +4 -0
  1904. package/lib/common/apis/generated/hideNavigationBarLoading.d.ts +2 -0
  1905. package/lib/common/apis/generated/hideNavigationBarLoading.js +4 -0
  1906. package/lib/common/apis/generated/hideTabBar.d.ts +2 -0
  1907. package/lib/common/apis/generated/hideTabBar.js +4 -0
  1908. package/lib/common/apis/generated/hideToast.d.ts +2 -0
  1909. package/lib/common/apis/generated/hideToast.js +4 -0
  1910. package/lib/common/apis/generated/inquireQuote.d.ts +2 -0
  1911. package/lib/common/apis/generated/inquireQuote.js +4 -0
  1912. package/lib/common/apis/generated/isInstalledApp.d.ts +2 -0
  1913. package/lib/common/apis/generated/isInstalledApp.js +4 -0
  1914. package/lib/common/apis/generated/makePhoneCall.d.ts +4 -0
  1915. package/lib/common/apis/generated/makePhoneCall.js +4 -0
  1916. package/lib/common/apis/generated/multiLevelSelect.d.ts +2 -0
  1917. package/lib/common/apis/generated/multiLevelSelect.js +4 -0
  1918. package/lib/common/apis/generated/navigateBack.d.ts +2 -0
  1919. package/lib/common/apis/generated/navigateBack.js +4 -0
  1920. package/lib/common/apis/generated/navigateBackMiniProgram.d.ts +2 -0
  1921. package/lib/common/apis/generated/navigateBackMiniProgram.js +4 -0
  1922. package/lib/common/apis/generated/navigateTo.d.ts +2 -0
  1923. package/lib/common/apis/generated/navigateTo.js +4 -0
  1924. package/lib/common/apis/generated/navigateToBizScene.d.ts +2 -0
  1925. package/lib/common/apis/generated/navigateToBizScene.js +4 -0
  1926. package/lib/common/apis/generated/navigateToMiniProgram.d.ts +2 -0
  1927. package/lib/common/apis/generated/navigateToMiniProgram.js +4 -0
  1928. package/lib/common/apis/generated/notifyBLECharacteristicValueChange.d.ts +8 -0
  1929. package/lib/common/apis/generated/notifyBLECharacteristicValueChange.js +4 -0
  1930. package/lib/common/apis/generated/offAccelerometerChange.d.ts +2 -0
  1931. package/lib/common/apis/generated/offAccelerometerChange.js +4 -0
  1932. package/lib/common/apis/generated/offBLECharacteristicValueChange.d.ts +2 -0
  1933. package/lib/common/apis/generated/offBLECharacteristicValueChange.js +4 -0
  1934. package/lib/common/apis/generated/offBLEConnectionStateChanged.d.ts +2 -0
  1935. package/lib/common/apis/generated/offBLEConnectionStateChanged.js +4 -0
  1936. package/lib/common/apis/generated/offBluetoothAdapterStateChange.d.ts +2 -0
  1937. package/lib/common/apis/generated/offBluetoothAdapterStateChange.js +4 -0
  1938. package/lib/common/apis/generated/offBluetoothDeviceFound.d.ts +2 -0
  1939. package/lib/common/apis/generated/offBluetoothDeviceFound.js +4 -0
  1940. package/lib/common/apis/generated/offCompassChange.d.ts +2 -0
  1941. package/lib/common/apis/generated/offCompassChange.js +4 -0
  1942. package/lib/common/apis/generated/offMemoryWarning.d.ts +4 -0
  1943. package/lib/common/apis/generated/offMemoryWarning.js +4 -0
  1944. package/lib/common/apis/generated/offSocketClose.d.ts +2 -0
  1945. package/lib/common/apis/generated/offSocketClose.js +4 -0
  1946. package/lib/common/apis/generated/offSocketError.d.ts +2 -0
  1947. package/lib/common/apis/generated/offSocketError.js +4 -0
  1948. package/lib/common/apis/generated/offSocketMessage.d.ts +2 -0
  1949. package/lib/common/apis/generated/offSocketMessage.js +4 -0
  1950. package/lib/common/apis/generated/offSocketOpen.d.ts +2 -0
  1951. package/lib/common/apis/generated/offSocketOpen.js +4 -0
  1952. package/lib/common/apis/generated/offUserCaptureScreen.d.ts +2 -0
  1953. package/lib/common/apis/generated/offUserCaptureScreen.js +4 -0
  1954. package/lib/common/apis/generated/onAccelerometerChange.d.ts +6 -0
  1955. package/lib/common/apis/generated/onAccelerometerChange.js +4 -0
  1956. package/lib/common/apis/generated/onBLECharacteristicValueChange.d.ts +5 -0
  1957. package/lib/common/apis/generated/onBLECharacteristicValueChange.js +4 -0
  1958. package/lib/common/apis/generated/onBLEConnectionStateChanged.d.ts +5 -0
  1959. package/lib/common/apis/generated/onBLEConnectionStateChanged.js +4 -0
  1960. package/lib/common/apis/generated/onBluetoothAdapterStateChange.d.ts +5 -0
  1961. package/lib/common/apis/generated/onBluetoothAdapterStateChange.js +4 -0
  1962. package/lib/common/apis/generated/onBluetoothDeviceFound.d.ts +4 -0
  1963. package/lib/common/apis/generated/onBluetoothDeviceFound.js +4 -0
  1964. package/lib/common/apis/generated/onCompassChange.d.ts +4 -0
  1965. package/lib/common/apis/generated/onCompassChange.js +4 -0
  1966. package/lib/common/apis/generated/onMemoryWarning.d.ts +4 -0
  1967. package/lib/common/apis/generated/onMemoryWarning.js +4 -0
  1968. package/lib/common/apis/generated/onMessage.d.ts +2 -0
  1969. package/lib/common/apis/generated/onMessage.js +4 -0
  1970. package/lib/common/apis/generated/onSocketClose.d.ts +2 -0
  1971. package/lib/common/apis/generated/onSocketClose.js +4 -0
  1972. package/lib/common/apis/generated/onSocketError.d.ts +2 -0
  1973. package/lib/common/apis/generated/onSocketError.js +4 -0
  1974. package/lib/common/apis/generated/onSocketMessage.d.ts +5 -0
  1975. package/lib/common/apis/generated/onSocketMessage.js +4 -0
  1976. package/lib/common/apis/generated/onSocketOpen.d.ts +2 -0
  1977. package/lib/common/apis/generated/onSocketOpen.js +4 -0
  1978. package/lib/common/apis/generated/onUserCaptureScreen.d.ts +2 -0
  1979. package/lib/common/apis/generated/onUserCaptureScreen.js +4 -0
  1980. package/lib/common/apis/generated/openBluetoothAdapter.d.ts +2 -0
  1981. package/lib/common/apis/generated/openBluetoothAdapter.js +4 -0
  1982. package/lib/common/apis/generated/openDocument.d.ts +5 -0
  1983. package/lib/common/apis/generated/openDocument.js +4 -0
  1984. package/lib/common/apis/generated/openSchemeWithBacking.d.ts +2 -0
  1985. package/lib/common/apis/generated/openSchemeWithBacking.js +4 -0
  1986. package/lib/common/apis/generated/openSetting.d.ts +10 -0
  1987. package/lib/common/apis/generated/openSetting.js +4 -0
  1988. package/lib/common/apis/generated/pageScrollTo.d.ts +2 -0
  1989. package/lib/common/apis/generated/pageScrollTo.js +4 -0
  1990. package/lib/common/apis/generated/paySignCenter.d.ts +2 -0
  1991. package/lib/common/apis/generated/paySignCenter.js +4 -0
  1992. package/lib/common/apis/generated/postMessage.d.ts +2 -0
  1993. package/lib/common/apis/generated/postMessage.js +4 -0
  1994. package/lib/common/apis/generated/previewImage.d.ts +2 -0
  1995. package/lib/common/apis/generated/previewImage.js +4 -0
  1996. package/lib/common/apis/generated/prompt.d.ts +2 -0
  1997. package/lib/common/apis/generated/prompt.js +4 -0
  1998. package/lib/common/apis/generated/reLaunch.d.ts +2 -0
  1999. package/lib/common/apis/generated/reLaunch.js +4 -0
  2000. package/lib/common/apis/generated/readBLECharacteristicValue.d.ts +2 -0
  2001. package/lib/common/apis/generated/readBLECharacteristicValue.js +4 -0
  2002. package/lib/common/apis/generated/redirectTo.d.ts +2 -0
  2003. package/lib/common/apis/generated/redirectTo.js +4 -0
  2004. package/lib/common/apis/generated/regionFetchAllApps.d.ts +2 -0
  2005. package/lib/common/apis/generated/regionFetchAllApps.js +4 -0
  2006. package/lib/common/apis/generated/regionSearchAppsByKeywords.d.ts +2 -0
  2007. package/lib/common/apis/generated/regionSearchAppsByKeywords.js +4 -0
  2008. package/lib/common/apis/generated/removeSavedFile.d.ts +2 -0
  2009. package/lib/common/apis/generated/removeSavedFile.js +4 -0
  2010. package/lib/common/apis/generated/removeStorage.d.ts +2 -0
  2011. package/lib/common/apis/generated/removeStorage.js +4 -0
  2012. package/lib/common/apis/generated/removeStorageSync.d.ts +4 -0
  2013. package/lib/common/apis/generated/removeStorageSync.js +4 -0
  2014. package/lib/common/apis/generated/request.d.ts +2 -0
  2015. package/lib/common/apis/generated/request.js +4 -0
  2016. package/lib/common/apis/generated/rpc.d.ts +2 -0
  2017. package/lib/common/apis/generated/rpc.js +4 -0
  2018. package/lib/common/apis/generated/saveFile.d.ts +2 -0
  2019. package/lib/common/apis/generated/saveFile.js +4 -0
  2020. package/lib/common/apis/generated/saveImage.d.ts +2 -0
  2021. package/lib/common/apis/generated/saveImage.js +4 -0
  2022. package/lib/common/apis/generated/scan.d.ts +2 -0
  2023. package/lib/common/apis/generated/scan.js +4 -0
  2024. package/lib/common/apis/generated/sendSocketMessage.d.ts +2 -0
  2025. package/lib/common/apis/generated/sendSocketMessage.js +4 -0
  2026. package/lib/common/apis/generated/setBackgroundColor.d.ts +2 -0
  2027. package/lib/common/apis/generated/setBackgroundColor.js +4 -0
  2028. package/lib/common/apis/generated/setCanPullDown.d.ts +4 -0
  2029. package/lib/common/apis/generated/setCanPullDown.js +4 -0
  2030. package/lib/common/apis/generated/setClipboard.d.ts +2 -0
  2031. package/lib/common/apis/generated/setClipboard.js +4 -0
  2032. package/lib/common/apis/generated/setKeepScreenOn.d.ts +2 -0
  2033. package/lib/common/apis/generated/setKeepScreenOn.js +4 -0
  2034. package/lib/common/apis/generated/setNavigationBar.d.ts +2 -0
  2035. package/lib/common/apis/generated/setNavigationBar.js +4 -0
  2036. package/lib/common/apis/generated/setOptionMenu.d.ts +2 -0
  2037. package/lib/common/apis/generated/setOptionMenu.js +4 -0
  2038. package/lib/common/apis/generated/setScreenBrightness.d.ts +2 -0
  2039. package/lib/common/apis/generated/setScreenBrightness.js +4 -0
  2040. package/lib/common/apis/generated/setStorage.d.ts +2 -0
  2041. package/lib/common/apis/generated/setStorage.js +4 -0
  2042. package/lib/common/apis/generated/setStorageSync.d.ts +5 -0
  2043. package/lib/common/apis/generated/setStorageSync.js +4 -0
  2044. package/lib/common/apis/generated/setTabBarStyle.d.ts +2 -0
  2045. package/lib/common/apis/generated/setTabBarStyle.js +4 -0
  2046. package/lib/common/apis/generated/showActionSheet.d.ts +2 -0
  2047. package/lib/common/apis/generated/showActionSheet.js +4 -0
  2048. package/lib/common/apis/generated/showAuthGuide.d.ts +2 -0
  2049. package/lib/common/apis/generated/showAuthGuide.js +4 -0
  2050. package/lib/common/apis/generated/showLoading.d.ts +2 -0
  2051. package/lib/common/apis/generated/showLoading.js +4 -0
  2052. package/lib/common/apis/generated/showNavigationBarLoading.d.ts +2 -0
  2053. package/lib/common/apis/generated/showNavigationBarLoading.js +4 -0
  2054. package/lib/common/apis/generated/showSharePanel.d.ts +2 -0
  2055. package/lib/common/apis/generated/showSharePanel.js +4 -0
  2056. package/lib/common/apis/generated/showToast.d.ts +2 -0
  2057. package/lib/common/apis/generated/showToast.js +4 -0
  2058. package/lib/common/apis/generated/signContract.d.ts +2 -0
  2059. package/lib/common/apis/generated/signContract.js +4 -0
  2060. package/lib/common/apis/generated/startApp.d.ts +2 -0
  2061. package/lib/common/apis/generated/startApp.js +4 -0
  2062. package/lib/common/apis/generated/startBizService.d.ts +2 -0
  2063. package/lib/common/apis/generated/startBizService.js +4 -0
  2064. package/lib/common/apis/generated/startBluetoothDevicesDiscovery.d.ts +2 -0
  2065. package/lib/common/apis/generated/startBluetoothDevicesDiscovery.js +4 -0
  2066. package/lib/common/apis/generated/startPullDownRefresh.d.ts +2 -0
  2067. package/lib/common/apis/generated/startPullDownRefresh.js +4 -0
  2068. package/lib/common/apis/generated/stopBluetoothDevicesDiscovery.d.ts +2 -0
  2069. package/lib/common/apis/generated/stopBluetoothDevicesDiscovery.js +4 -0
  2070. package/lib/common/apis/generated/stopPullDownRefresh.d.ts +2 -0
  2071. package/lib/common/apis/generated/stopPullDownRefresh.js +4 -0
  2072. package/lib/common/apis/generated/switchTab.d.ts +2 -0
  2073. package/lib/common/apis/generated/switchTab.js +4 -0
  2074. package/lib/common/apis/generated/thirdPartyAuthForAc.d.ts +2 -0
  2075. package/lib/common/apis/generated/thirdPartyAuthForAc.js +4 -0
  2076. package/lib/common/apis/generated/tradePay.d.ts +2 -0
  2077. package/lib/common/apis/generated/tradePay.js +4 -0
  2078. package/lib/common/apis/generated/uploadApdidToken.d.ts +2 -0
  2079. package/lib/common/apis/generated/uploadApdidToken.js +4 -0
  2080. package/lib/common/apis/generated/uploadFile.d.ts +2 -0
  2081. package/lib/common/apis/generated/uploadFile.js +4 -0
  2082. package/lib/common/apis/generated/vibrate.d.ts +2 -0
  2083. package/lib/common/apis/generated/vibrate.js +4 -0
  2084. package/lib/common/apis/generated/watchShake.d.ts +2 -0
  2085. package/lib/common/apis/generated/watchShake.js +4 -0
  2086. package/lib/common/apis/generated/writeBLECharacteristicValue.d.ts +2 -0
  2087. package/lib/common/apis/generated/writeBLECharacteristicValue.js +4 -0
  2088. package/lib/common/call/index.d.ts +12 -0
  2089. package/lib/common/call/index.js +85 -0
  2090. package/lib/common/call/mp.d.ts +2 -0
  2091. package/lib/common/call/mp.js +6 -0
  2092. package/lib/common/call/mpWeb.d.ts +4 -0
  2093. package/lib/common/call/mpWeb.js +62 -0
  2094. package/lib/common/call/web.d.ts +2 -0
  2095. package/lib/common/call/web.js +18 -0
  2096. package/lib/common/constants.d.ts +48 -0
  2097. package/lib/common/constants.js +53 -0
  2098. package/lib/common/logger.d.ts +15 -0
  2099. package/lib/common/logger.js +17 -0
  2100. package/lib/common/notFound.d.ts +2 -0
  2101. package/lib/common/notFound.js +19 -0
  2102. package/lib/common/utils.d.ts +11 -0
  2103. package/lib/common/utils.js +95 -0
  2104. package/lib/common/webview-bridge.d.ts +6 -0
  2105. package/lib/common/webview-bridge.js +202 -0
  2106. package/lib/common/whichCanIUse.d.ts +3 -0
  2107. package/lib/common/whichCanIUse.js +161 -0
  2108. package/lib/index.d.ts +9 -0
  2109. package/lib/index.js +30 -0
  2110. package/lib/objectSpread.d.ts +1 -0
  2111. package/lib/objectSpread.js +3 -0
  2112. package/lib/types/common.d.ts +4 -0
  2113. package/lib/types/common.js +1 -0
  2114. package/lib/types/index.d.ts +3 -0
  2115. package/lib/types/index.js +3 -0
  2116. package/lib/types/jsapi.d.ts +250 -0
  2117. package/lib/types/jsapi.js +1 -0
  2118. package/lib/types/mp.d.ts +60 -0
  2119. package/lib/types/mp.js +1 -0
  2120. package/lib/umd/index.js +6350 -0
  2121. package/lib/umd/mp_ae.js +45 -0
  2122. package/lib/umd/mp_alipay.js +1766 -0
  2123. package/lib/umd/mp_alipay_hk.js +45 -0
  2124. package/lib/umd/mp_alipay_plus.js +3339 -0
  2125. package/lib/umd/mp_alipay_vn.js +45 -0
  2126. package/lib/umd/mp_dana.js +45 -0
  2127. package/lib/umd/mp_gcash.js +45 -0
  2128. package/lib/umd/mp_lazada.js +3251 -0
  2129. package/lib/umd/mp_taobao.js +2217 -0
  2130. package/lib/umd/mp_tmall.js +45 -0
  2131. package/lib/umd/mp_tmn.js +45 -0
  2132. package/lib/umd/mp_tngd.js +45 -0
  2133. package/lib/umd/mp_web_alipay.js +2173 -0
  2134. package/lib/umd/mp_web_alipay_plus.js +3009 -0
  2135. package/lib/umd/web_ae.js +45 -0
  2136. package/lib/umd/web_alipay.js +2657 -0
  2137. package/lib/umd/web_alipay_hk.js +45 -0
  2138. package/lib/umd/web_alipay_mo.js +45 -0
  2139. package/lib/umd/web_alipay_plus.js +2877 -0
  2140. package/lib/umd/web_alipay_vn.js +45 -0
  2141. package/lib/umd/web_daraz.js +45 -0
  2142. package/lib/umd/web_h5.js +2140 -0
  2143. package/lib/umd/web_kkp.js +45 -0
  2144. package/lib/umd/web_lazada.js +45 -0
  2145. package/lib/umd/web_taobao.js +45 -0
  2146. package/lib/umd/web_taobao_overseas.js +45 -0
  2147. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,25 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [2.11.0] (2023-03-01)
7
+
8
+
9
+ ### Features
10
+
11
+ * 升级 mp-compile
12
+ * 细节调整
13
+ * 自动生成
14
+ * add flowType
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * 格式化
20
+ * 减少 getEnv 调用
21
+ * postMessage 通信异常
22
+
23
+
24
+
6
25
  ## [2.10.0] (2023-02-22)
7
26
 
8
27
 
@@ -0,0 +1,21 @@
1
+ import { platformType, detectType, clientName } from '../common/constants';
2
+ export declare const clients: {
3
+ name: clientName;
4
+ regs: RegExp[];
5
+ detectType: detectType;
6
+ type: platformType;
7
+ }[];
8
+ export declare const clientDefault: {
9
+ mp: {
10
+ name: clientName;
11
+ type: platformType;
12
+ };
13
+ mpWeb: {
14
+ name: clientName;
15
+ type: platformType;
16
+ };
17
+ web: {
18
+ name: clientName;
19
+ type: platformType;
20
+ };
21
+ };
@@ -0,0 +1,61 @@
1
+ import { platformType, detectType, clientName } from "../common/constants";
2
+ export var clients = [{
3
+ name: clientName.mpWebAlipayPlus,
4
+ regs: [/alipayIDE/i],
5
+ detectType: detectType.ua,
6
+ type: platformType.mpWeb
7
+ }, {
8
+ name: clientName.mpWebAlipayPlus,
9
+ regs: [/miniprogram/i, /griver/i],
10
+ detectType: detectType.ua,
11
+ type: platformType.mpWeb
12
+ }, {
13
+ name: clientName.mpWebAlipay,
14
+ regs: [/miniprogram/i, /alipay/i, /^((?!griver).)*$/i],
15
+ detectType: detectType.ua,
16
+ type: platformType.mpWeb
17
+ }, {
18
+ name: clientName.webAlipayPlus,
19
+ regs: [/^((?!miniprogram).)*$/i, /griver/i],
20
+ detectType: detectType.ua,
21
+ type: platformType.web
22
+ }, {
23
+ name: clientName.webAlipay,
24
+ regs: [/^((?!miniprogram).)*$/i, /alipay/i, /^((?!griver).)*$/i],
25
+ detectType: detectType.ua,
26
+ type: platformType.web
27
+ }, {
28
+ name: clientName.mpTaobao,
29
+ regs: [/taobao|tb/i],
30
+ detectType: detectType.app,
31
+ type: platformType.mp
32
+ }, {
33
+ name: clientName.mpLazada,
34
+ regs: [/lazada|la/i],
35
+ detectType: detectType.app,
36
+ type: platformType.mp
37
+ }, {
38
+ name: clientName.mpAlipay,
39
+ regs: [/alipay/i],
40
+ detectType: detectType.app,
41
+ type: platformType.mp
42
+ }, {
43
+ name: clientName.mpAlipayPlus,
44
+ regs: [],
45
+ detectType: detectType.app,
46
+ type: platformType.mp
47
+ }];
48
+ export var clientDefault = {
49
+ mp: {
50
+ name: clientName.mpAlipayPlus,
51
+ type: platformType.mp
52
+ },
53
+ mpWeb: {
54
+ name: clientName.mpWebAlipayPlus,
55
+ type: platformType.mpWeb
56
+ },
57
+ web: {
58
+ name: clientName.webAlipayPlus,
59
+ type: platformType.web
60
+ }
61
+ };
@@ -0,0 +1,20 @@
1
+ import { clientName, platformType } from '../common/constants';
2
+ export interface AppEnv {
3
+ isMpAlipayPlus: boolean;
4
+ isMpLazada: boolean;
5
+ isMpTaobao: boolean;
6
+ isWebAlipayPlus: boolean;
7
+ isWebAlipay: boolean;
8
+ isMpWebAlipayPlus: boolean;
9
+ isMpWebAlipay: boolean;
10
+ isMpAlipay: boolean;
11
+ isWebH5: boolean;
12
+ isWebAlipayHk: boolean;
13
+ }
14
+ interface Env {
15
+ appEnv: AppEnv;
16
+ platform?: platformType;
17
+ client?: clientName;
18
+ }
19
+ export default function getEnv(): Env | undefined;
20
+ export {};
@@ -0,0 +1,145 @@
1
+ import _silent from "@goldfishjs/utils/lib/silent";
2
+ import _find from "@goldfishjs/utils/lib/find";
3
+ import { upFirst } from "../common/utils";
4
+ import { clients } from "./clients";
5
+ import { clientName, detectType, platformType } from "../common/constants";
6
+ function setDefaultWebH5(env) {
7
+ if (!env.client) {
8
+ env.client = clientName.webH5;
9
+ }
10
+ if (!env.platform) {
11
+ env.platform = platformType.web;
12
+ }
13
+ var hasTrue = false;
14
+ for (var key in env.appEnv) {
15
+ if (env.appEnv[key]) {
16
+ hasTrue = true;
17
+ break;
18
+ }
19
+ }
20
+ if (!hasTrue) {
21
+ env.appEnv.isWebH5 = true;
22
+ }
23
+ }
24
+ function parseAppAndUA(clientsParam, info) {
25
+ var targetClient = _find(clientsParam, function (client) {
26
+ return client.regs.every(function (reg) {
27
+ return reg.test(info);
28
+ });
29
+ });
30
+ var env = {};
31
+ var appEnv = Object.keys(clientName).reduce(function (result, clientNameKey) {
32
+ var name = clientName[clientNameKey];
33
+ var key = "is".concat(name.split('_').map(upFirst).join(''));
34
+ result[key] = name === (targetClient === null || targetClient === void 0 ? void 0 : targetClient.name);
35
+ if (result[key]) {
36
+ env.client = name;
37
+ }
38
+ return result;
39
+ }, {});
40
+ env.appEnv = appEnv;
41
+ env.platform = targetClient === null || targetClient === void 0 ? void 0 : targetClient.type;
42
+ return env;
43
+ }
44
+ function getEnvFromSystemInfo() {
45
+ var info = _silent(function () {
46
+ return my.getSystemInfoSync();
47
+ })();
48
+ if (!info || !info.app) {
49
+ return;
50
+ }
51
+ var localClients = clients.filter(function (client) {
52
+ return client.detectType === detectType.app;
53
+ });
54
+ return parseAppAndUA(localClients, info.app);
55
+ }
56
+ function getEnvFromUA() {
57
+ var info = _silent(function () {
58
+ var env = window;
59
+ return env.navigator.userAgent;
60
+ })();
61
+ if (!info) {
62
+ return;
63
+ }
64
+ var localClients = clients.filter(function (client) {
65
+ return client.detectType === detectType.ua;
66
+ });
67
+ var env = parseAppAndUA(localClients, info);
68
+ // Since we can visit the `window`, we can also return the pure H5 environment
69
+ setDefaultWebH5(env);
70
+ return env;
71
+ }
72
+ function parseApp(app) {
73
+ var normalizeClientName = function normalizeClientName(str) {
74
+ return str.replace(/_/g, '').toLocaleLowerCase();
75
+ };
76
+ var normalizedApp = normalizeClientName(app);
77
+ var client = undefined;
78
+ var platform = undefined;
79
+ var appEnv = Object.keys(clientName).reduce(function (result, clientNameKey) {
80
+ var name = clientName[clientNameKey];
81
+ var key = "is".concat(name.split('_').map(upFirst).join(''));
82
+ result[key] = normalizeClientName(name) === normalizedApp;
83
+ if (result[key]) {
84
+ client = name;
85
+ platform = name.match(/mp_web|mp|web/)[0];
86
+ }
87
+ return result;
88
+ }, {});
89
+ return {
90
+ appEnv: appEnv,
91
+ client: client,
92
+ platform: platform
93
+ };
94
+ }
95
+ function getEnvFromUrl() {
96
+ // The value of `__app__` is MpAlipayHK, WebAlipay and so on.
97
+ var app = _silent(function () {
98
+ return (window.location.search.match(/[?&]__app__=([^?&=]+)/) || [])[1];
99
+ })();
100
+ var env = app ? parseApp(app) : undefined;
101
+ if (env) {
102
+ // Since we can visit the `window`, we can also return the pure H5 environment
103
+ setDefaultWebH5(env);
104
+ }
105
+ return env;
106
+ }
107
+ function getEnvFromLocalStorage() {
108
+ // The value of `__app__` is MpAlipayHK, WebAlipay and so on.
109
+ var app = _silent(function () {
110
+ return localStorage.getItem('__app__');
111
+ })();
112
+ var env = app ? parseApp(app) : undefined;
113
+ if (env) {
114
+ // Since we can visit the `window`, we can also return the pure H5 environment
115
+ setDefaultWebH5(env);
116
+ }
117
+ return env;
118
+ }
119
+ export default function getEnv() {
120
+ var env = getEnvFromSystemInfo();
121
+ if (env) {
122
+ return env;
123
+ }
124
+ env = getEnvFromUrl();
125
+ if (env) {
126
+ return env;
127
+ }
128
+ env = getEnvFromLocalStorage();
129
+ if (env) {
130
+ return env;
131
+ }
132
+ env = getEnvFromUA();
133
+ if (env) {
134
+ return env;
135
+ }
136
+ // It is H5 environment, and use the pure H5.
137
+ if (typeof window !== 'undefined') {
138
+ var app = 'WebH5';
139
+ env = parseApp(app);
140
+ if (env) {
141
+ return env;
142
+ }
143
+ }
144
+ return;
145
+ }
@@ -0,0 +1,6 @@
1
+ import { AppEnv } from './getEnv';
2
+ export { default as getEnv } from './getEnv';
3
+ export declare const appEnv: Partial<AppEnv>;
4
+ export declare const platform: import("../common/constants").platformType | undefined;
5
+ export declare const client: import("../common/constants").clientName | undefined;
6
+ export default appEnv;
@@ -0,0 +1,7 @@
1
+ import getEnv from "./getEnv";
2
+ export { default as getEnv } from "./getEnv";
3
+ var env = getEnv();
4
+ export var appEnv = (env === null || env === void 0 ? void 0 : env.appEnv) || {};
5
+ export var platform = env === null || env === void 0 ? void 0 : env.platform;
6
+ export var client = env === null || env === void 0 ? void 0 : env.client;
7
+ export default appEnv;
@@ -0,0 +1,8 @@
1
+ export declare function detectClientInfo(): {
2
+ info: string;
3
+ detectType: string;
4
+ };
5
+ export declare function getDefaultClient(): {
6
+ name: import("../common/constants").clientName;
7
+ type: import("../common/constants").platformType;
8
+ };
@@ -0,0 +1,29 @@
1
+ import { clientDefault } from "./clients";
2
+ export function detectClientInfo() {
3
+ var info = '';
4
+ var detectType = '';
5
+ try {
6
+ var env = window;
7
+ info = env.navigator.userAgent;
8
+ detectType = 'ua';
9
+ } catch (e) {
10
+ // @ts-ignore
11
+ info = (my.getSystemInfoSync() || {}).app;
12
+ detectType = 'app';
13
+ }
14
+ return {
15
+ info: info,
16
+ detectType: detectType
17
+ };
18
+ }
19
+ export function getDefaultClient() {
20
+ try {
21
+ var env = window;
22
+ if (/miniprogram/.test(env.navigator.userAgent)) {
23
+ return clientDefault.mpWeb;
24
+ }
25
+ return clientDefault.web;
26
+ } catch (e) {
27
+ return clientDefault.mp;
28
+ }
29
+ }
@@ -0,0 +1,152 @@
1
+ import { PickMPAttr } from './types';
2
+ export declare const addFatigueAction: PickMPAttr<'addFatigueAction'>;
3
+ export declare const addPhoneContact: PickMPAttr<'addPhoneContact'>;
4
+ export declare const alert: PickMPAttr<'alert'>;
5
+ export declare const apDisableJSAPI: PickMPAttr<'apDisableJSAPI'>;
6
+ export declare const appxrpc: PickMPAttr<'appxrpc'>;
7
+ export declare const APRegionRPC: PickMPAttr<'APRegionRPC'>;
8
+ export declare const batchQueryCdpSpaceInfo: PickMPAttr<'batchQueryCdpSpaceInfo'>;
9
+ export declare const chooseImage: PickMPAttr<'chooseImage'>;
10
+ export declare const choosePhoneContact: PickMPAttr<'choosePhoneContact'>;
11
+ export declare const clearStorage: PickMPAttr<'clearStorage'>;
12
+ export declare const clearStorageSync: PickMPAttr<'clearStorageSync'>;
13
+ export declare const closeBluetoothAdapter: PickMPAttr<'closeBluetoothAdapter'>;
14
+ export declare const closeSocket: PickMPAttr<'closeSocket'>;
15
+ export declare const confirm: PickMPAttr<'confirm'>;
16
+ export declare const connectBLEDevice: PickMPAttr<'connectBLEDevice'>;
17
+ export declare const connectSocket: PickMPAttr<'connectSocket'>;
18
+ export declare const createAnimation: PickMPAttr<'createAnimation'>;
19
+ export declare const createWebViewContext: PickMPAttr<'createWebViewContext'>;
20
+ export declare const crossPay: PickMPAttr<'crossPay'>;
21
+ export declare const datePicker: PickMPAttr<'datePicker'>;
22
+ export declare const disconnectBLEDevice: PickMPAttr<'disconnectBLEDevice'>;
23
+ export declare const downloadFile: PickMPAttr<'downloadFile'>;
24
+ export declare const exitApp: PickMPAttr<'exitApp'>;
25
+ export declare const getAppIdSync: PickMPAttr<'getAppIdSync'>;
26
+ export declare const getAppToken: PickMPAttr<'getAppToken'>;
27
+ export declare const getAuthCode: PickMPAttr<'getAuthCode'>;
28
+ export declare const getBatteryInfo: PickMPAttr<'getBatteryInfo'>;
29
+ export declare const getBLEDeviceCharacteristics: PickMPAttr<'getBLEDeviceCharacteristics'>;
30
+ export declare const getBLEDeviceServices: PickMPAttr<'getBLEDeviceServices'>;
31
+ export declare const getBluetoothAdapterState: PickMPAttr<'getBluetoothAdapterState'>;
32
+ export declare const getBluetoothDevices: PickMPAttr<'getBluetoothDevices'>;
33
+ export declare const getClipboard: PickMPAttr<'getClipboard'>;
34
+ export declare const getComponentAuth: PickMPAttr<'getComponentAuth'>;
35
+ export declare const getConnectedBluetoothDevices: PickMPAttr<'getConnectedBluetoothDevices'>;
36
+ export declare const getFileInfo: PickMPAttr<'getFileInfo'>;
37
+ export declare const getImageInfo: PickMPAttr<'getImageInfo'>;
38
+ export declare const getLocation: PickMPAttr<'getLocation'>;
39
+ export declare const getNetworkType: PickMPAttr<'getNetworkType'>;
40
+ export declare const getOpenUserInfo: PickMPAttr<'getOpenUserInfo'>;
41
+ export declare const getPaymentCode: PickMPAttr<'getPaymentCode'>;
42
+ export declare const getPhoneNumber: PickMPAttr<'getPhoneNumber'>;
43
+ export declare const getSavedFileInfo: PickMPAttr<'getSavedFileInfo'>;
44
+ export declare const getSavedFileList: PickMPAttr<'getSavedFileList'>;
45
+ export declare const getScreenBrightness: PickMPAttr<'getScreenBrightness'>;
46
+ export declare const getServerTime: PickMPAttr<'getServerTime'>;
47
+ export declare const getSetting: PickMPAttr<'getSetting'>;
48
+ export declare const getSiteInfo: PickMPAttr<'getSiteInfo'>;
49
+ export declare const getStorage: PickMPAttr<'getStorage'>;
50
+ export declare const getStorageSync: PickMPAttr<'getStorageSync'>;
51
+ export declare const getSystemInfo: PickMPAttr<'getSystemInfo'>;
52
+ export declare const getSystemInfoSync: PickMPAttr<'getSystemInfoSync'>;
53
+ export declare const hideBackHome: PickMPAttr<'hideBackHome'>;
54
+ export declare const hideKeyboard: PickMPAttr<'hideKeyboard'>;
55
+ export declare const hideLoading: PickMPAttr<'hideLoading'>;
56
+ export declare const hideNavigationBarLoading: PickMPAttr<'hideNavigationBarLoading'>;
57
+ export declare const hideTabBar: PickMPAttr<'hideTabBar'>;
58
+ export declare const hideToast: PickMPAttr<'hideToast'>;
59
+ export declare const inquireQuote: PickMPAttr<'inquireQuote'>;
60
+ export declare const isInstalledApp: PickMPAttr<'isInstalledApp'>;
61
+ export declare const makePhoneCall: PickMPAttr<'makePhoneCall'>;
62
+ export declare const multiLevelSelect: PickMPAttr<'multiLevelSelect'>;
63
+ export declare const navigateBack: PickMPAttr<'navigateBack'>;
64
+ export declare const navigateBackMiniProgram: PickMPAttr<'navigateBackMiniProgram'>;
65
+ export declare const navigateTo: PickMPAttr<'navigateTo'>;
66
+ export declare const navigateToBizScene: PickMPAttr<'navigateToBizScene'>;
67
+ export declare const navigateToMiniProgram: PickMPAttr<'navigateToMiniProgram'>;
68
+ export declare const notifyBLECharacteristicValueChange: PickMPAttr<'notifyBLECharacteristicValueChange'>;
69
+ export declare const offAccelerometerChange: PickMPAttr<'offAccelerometerChange'>;
70
+ export declare const offBLECharacteristicValueChange: PickMPAttr<'offBLECharacteristicValueChange'>;
71
+ export declare const offBLEConnectionStateChanged: PickMPAttr<'offBLEConnectionStateChanged'>;
72
+ export declare const offBluetoothAdapterStateChange: PickMPAttr<'offBluetoothAdapterStateChange'>;
73
+ export declare const offBluetoothDeviceFound: PickMPAttr<'offBluetoothDeviceFound'>;
74
+ export declare const offCompassChange: PickMPAttr<'offCompassChange'>;
75
+ export declare const offMemoryWarning: PickMPAttr<'offMemoryWarning'>;
76
+ export declare const offSocketClose: PickMPAttr<'offSocketClose'>;
77
+ export declare const offSocketError: PickMPAttr<'offSocketError'>;
78
+ export declare const offSocketMessage: PickMPAttr<'offSocketMessage'>;
79
+ export declare const offSocketOpen: PickMPAttr<'offSocketOpen'>;
80
+ export declare const offUserCaptureScreen: PickMPAttr<'offUserCaptureScreen'>;
81
+ export declare const onAccelerometerChange: PickMPAttr<'onAccelerometerChange'>;
82
+ export declare const onBLECharacteristicValueChange: PickMPAttr<'onBLECharacteristicValueChange'>;
83
+ export declare const onBLEConnectionStateChanged: PickMPAttr<'onBLEConnectionStateChanged'>;
84
+ export declare const onBluetoothAdapterStateChange: PickMPAttr<'onBluetoothAdapterStateChange'>;
85
+ export declare const onBluetoothDeviceFound: PickMPAttr<'onBluetoothDeviceFound'>;
86
+ export declare const onCompassChange: PickMPAttr<'onCompassChange'>;
87
+ export declare const onMemoryWarning: PickMPAttr<'onMemoryWarning'>;
88
+ export declare const onSocketClose: PickMPAttr<'onSocketClose'>;
89
+ export declare const onSocketError: PickMPAttr<'onSocketError'>;
90
+ export declare const onSocketMessage: PickMPAttr<'onSocketMessage'>;
91
+ export declare const onSocketOpen: PickMPAttr<'onSocketOpen'>;
92
+ export declare const onUserCaptureScreen: PickMPAttr<'onUserCaptureScreen'>;
93
+ export declare const openBluetoothAdapter: PickMPAttr<'openBluetoothAdapter'>;
94
+ export declare const openDocument: PickMPAttr<'openDocument'>;
95
+ export declare const openSchemeWithBacking: PickMPAttr<'openSchemeWithBacking'>;
96
+ export declare const openSetting: PickMPAttr<'openSetting'>;
97
+ export declare const pageScrollTo: PickMPAttr<'pageScrollTo'>;
98
+ export declare const paySignCenter: PickMPAttr<'paySignCenter'>;
99
+ export declare const previewImage: PickMPAttr<'previewImage'>;
100
+ export declare const prompt: PickMPAttr<'prompt'>;
101
+ export declare const readBLECharacteristicValue: PickMPAttr<'readBLECharacteristicValue'>;
102
+ export declare const redirectTo: PickMPAttr<'redirectTo'>;
103
+ export declare const regionFetchAllApps: PickMPAttr<'regionFetchAllApps'>;
104
+ export declare const regionSearchAppsByKeywords: PickMPAttr<'regionSearchAppsByKeywords'>;
105
+ export declare const reLaunch: PickMPAttr<'reLaunch'>;
106
+ export declare const removeSavedFile: PickMPAttr<'removeSavedFile'>;
107
+ export declare const removeStorage: PickMPAttr<'removeStorage'>;
108
+ export declare const removeStorageSync: PickMPAttr<'removeStorageSync'>;
109
+ export declare const request: PickMPAttr<'request'>;
110
+ export declare const rpc: PickMPAttr<'rpc'>;
111
+ export declare const saveFile: PickMPAttr<'saveFile'>;
112
+ export declare const saveImage: PickMPAttr<'saveImage'>;
113
+ export declare const scan: PickMPAttr<'scan'>;
114
+ export declare const sendSocketMessage: PickMPAttr<'sendSocketMessage'>;
115
+ export declare const setBackgroundColor: PickMPAttr<'setBackgroundColor'>;
116
+ export declare const setCanPullDown: PickMPAttr<'setCanPullDown'>;
117
+ export declare const setClipboard: PickMPAttr<'setClipboard'>;
118
+ export declare const setKeepScreenOn: PickMPAttr<'setKeepScreenOn'>;
119
+ export declare const setNavigationBar: PickMPAttr<'setNavigationBar'>;
120
+ export declare const setOptionMenu: PickMPAttr<'setOptionMenu'>;
121
+ export declare const setScreenBrightness: PickMPAttr<'setScreenBrightness'>;
122
+ export declare const setStorage: PickMPAttr<'setStorage'>;
123
+ export declare const setStorageSync: PickMPAttr<'setStorageSync'>;
124
+ export declare const setTabBarStyle: PickMPAttr<'setTabBarStyle'>;
125
+ export declare const showActionSheet: PickMPAttr<'showActionSheet'>;
126
+ export declare const showAuthGuide: PickMPAttr<'showAuthGuide'>;
127
+ export declare const showLoading: PickMPAttr<'showLoading'>;
128
+ export declare const showNavigationBarLoading: PickMPAttr<'showNavigationBarLoading'>;
129
+ export declare const showToast: PickMPAttr<'showToast'>;
130
+ export declare const signContract: PickMPAttr<'signContract'>;
131
+ export declare const startApp: PickMPAttr<'startApp'>;
132
+ export declare const startBizService: PickMPAttr<'startBizService'>;
133
+ export declare const startBluetoothDevicesDiscovery: PickMPAttr<'startBluetoothDevicesDiscovery'>;
134
+ export declare const startPullDownRefresh: PickMPAttr<'startPullDownRefresh'>;
135
+ export declare const stopBluetoothDevicesDiscovery: PickMPAttr<'stopBluetoothDevicesDiscovery'>;
136
+ export declare const stopPullDownRefresh: PickMPAttr<'stopPullDownRefresh'>;
137
+ export declare const switchTab: PickMPAttr<'switchTab'>;
138
+ export declare const thirdPartyAuthForAc: PickMPAttr<'thirdPartyAuthForAc'>;
139
+ export declare const tradePay: PickMPAttr<'tradePay'>;
140
+ export declare const uploadApdidToken: PickMPAttr<'uploadApdidToken'>;
141
+ export declare const uploadFile: PickMPAttr<'uploadFile'>;
142
+ export declare const vibrate: PickMPAttr<'vibrate'>;
143
+ export declare const watchShake: PickMPAttr<'watchShake'>;
144
+ export declare const writeBLECharacteristicValue: PickMPAttr<'writeBLECharacteristicValue'>;
145
+ export declare const getLaunchOptionsSync: PickMPAttr<'getLaunchOptionsSync'>;
146
+ export declare const createSelectorQuery: PickMPAttr<'createSelectorQuery'>;
147
+ export declare const canIUse: PickMPAttr<'canIUse'>;
148
+ export declare const getStorageInfo: PickMPAttr<'getStorageInfo'>;
149
+ export declare const getStorageInfoSync: PickMPAttr<'getStorageInfoSync'>;
150
+ export declare const showSharePanel: PickMPAttr<'showSharePanel'>;
151
+ export declare const postMessage: PickMPAttr<'postMessage'>;
152
+ export declare const onMessage: PickMPAttr<'onMessage'>;