hylid-bridge 4.0.8 → 4.0.11

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 (1160) hide show
  1. package/README.md +144 -126
  2. package/canIUse.json +1 -1
  3. package/lib/bridges.d.ts +611 -442
  4. package/lib/bridges.js +1155 -694
  5. package/lib/clients/mp/demo/index.d.ts +2 -4
  6. package/lib/clients/mp/demo/index.js +2 -4
  7. package/lib/clients/mp_web/alipayhk/chooseFileFromDisk.d.ts +2 -0
  8. package/lib/clients/mp_web/alipayhk/chooseFileFromDisk.js +3 -0
  9. package/lib/clients/mp_web/alipayhk/chooseVideo.d.ts +2 -0
  10. package/lib/clients/mp_web/alipayhk/chooseVideo.js +3 -0
  11. package/lib/clients/mp_web/alipayhk/compressImage.d.ts +2 -0
  12. package/lib/clients/mp_web/alipayhk/compressImage.js +3 -0
  13. package/lib/clients/mp_web/alipayhk/exitApp.d.ts +2 -0
  14. package/lib/clients/mp_web/alipayhk/exitApp.js +3 -0
  15. package/lib/clients/mp_web/alipayhk/getRunScene.d.ts +2 -0
  16. package/lib/clients/mp_web/alipayhk/getRunScene.js +3 -0
  17. package/lib/clients/mp_web/alipayhk/index.d.ts +59 -2
  18. package/lib/clients/mp_web/alipayhk/index.js +18 -2
  19. package/lib/clients/mp_web/alipayhk/setTabBarItem.d.ts +2 -0
  20. package/lib/clients/mp_web/alipayhk/setTabBarItem.js +3 -0
  21. package/lib/clients/mp_web/alipayhk/showTabBar.d.ts +2 -0
  22. package/lib/clients/mp_web/alipayhk/showTabBar.js +3 -0
  23. package/lib/clients/mp_web/dana/chooseFileFromDisk.d.ts +2 -0
  24. package/lib/clients/mp_web/dana/chooseFileFromDisk.js +3 -0
  25. package/lib/clients/mp_web/dana/chooseVideo.d.ts +2 -0
  26. package/lib/clients/mp_web/dana/chooseVideo.js +3 -0
  27. package/lib/clients/mp_web/dana/compressImage.d.ts +2 -0
  28. package/lib/clients/mp_web/dana/compressImage.js +3 -0
  29. package/lib/clients/mp_web/dana/getRunScene.d.ts +2 -0
  30. package/lib/clients/mp_web/dana/getRunScene.js +3 -0
  31. package/lib/clients/mp_web/dana/index.d.ts +57 -2
  32. package/lib/clients/mp_web/dana/index.js +16 -2
  33. package/lib/clients/mp_web/dana/navigateToBizScene.d.ts +2 -0
  34. package/lib/clients/mp_web/dana/navigateToBizScene.js +3 -0
  35. package/lib/clients/mp_web/dana/setTabBarItem.d.ts +2 -0
  36. package/lib/clients/mp_web/dana/setTabBarItem.js +3 -0
  37. package/lib/clients/mp_web/dana/showTabBar.d.ts +2 -0
  38. package/lib/clients/mp_web/dana/showTabBar.js +3 -0
  39. package/lib/clients/mp_web/demo/index.d.ts +2 -4
  40. package/lib/clients/mp_web/demo/index.js +2 -4
  41. package/lib/clients/mp_web/gcash/chooseFileFromDisk.d.ts +2 -0
  42. package/lib/clients/mp_web/gcash/chooseFileFromDisk.js +3 -0
  43. package/lib/clients/mp_web/gcash/chooseVideo.d.ts +2 -0
  44. package/lib/clients/mp_web/gcash/chooseVideo.js +3 -0
  45. package/lib/clients/mp_web/gcash/compressImage.d.ts +2 -0
  46. package/lib/clients/mp_web/gcash/compressImage.js +3 -0
  47. package/lib/clients/mp_web/gcash/getRunScene.d.ts +2 -0
  48. package/lib/clients/mp_web/gcash/getRunScene.js +3 -0
  49. package/lib/clients/mp_web/gcash/index.d.ts +57 -2
  50. package/lib/clients/mp_web/gcash/index.js +16 -2
  51. package/lib/clients/mp_web/gcash/navigateToBizScene.d.ts +2 -0
  52. package/lib/clients/mp_web/gcash/navigateToBizScene.js +3 -0
  53. package/lib/clients/mp_web/gcash/setTabBarItem.d.ts +2 -0
  54. package/lib/clients/mp_web/gcash/setTabBarItem.js +3 -0
  55. package/lib/clients/mp_web/gcash/showTabBar.d.ts +2 -0
  56. package/lib/clients/mp_web/gcash/showTabBar.js +3 -0
  57. package/lib/clients/mp_web/mpay/chooseFileFromDisk.d.ts +2 -0
  58. package/lib/clients/mp_web/mpay/chooseFileFromDisk.js +3 -0
  59. package/lib/clients/mp_web/mpay/chooseVideo.d.ts +2 -0
  60. package/lib/clients/mp_web/mpay/chooseVideo.js +3 -0
  61. package/lib/clients/mp_web/mpay/compressImage.d.ts +2 -0
  62. package/lib/clients/mp_web/mpay/compressImage.js +3 -0
  63. package/lib/clients/mp_web/mpay/getAppId.d.ts +1 -1
  64. package/lib/clients/mp_web/mpay/getAppId.js +1 -1
  65. package/lib/clients/mp_web/mpay/getAppToken.d.ts +1 -1
  66. package/lib/clients/mp_web/mpay/getAppToken.js +1 -1
  67. package/lib/clients/mp_web/mpay/getRunScene.d.ts +2 -0
  68. package/lib/clients/mp_web/mpay/getRunScene.js +3 -0
  69. package/lib/clients/mp_web/mpay/index.d.ts +378 -4
  70. package/lib/clients/mp_web/mpay/index.js +234 -4
  71. package/lib/clients/mp_web/mpay/navigateToBizScene.d.ts +2 -0
  72. package/lib/clients/mp_web/mpay/navigateToBizScene.js +3 -0
  73. package/lib/clients/mp_web/mpay/setTabBarItem.d.ts +2 -0
  74. package/lib/clients/mp_web/mpay/setTabBarItem.js +3 -0
  75. package/lib/clients/mp_web/mpay/showTabBar.d.ts +2 -0
  76. package/lib/clients/mp_web/mpay/showTabBar.js +3 -0
  77. package/lib/clients/mp_web/tmn/addPhoneContact.d.ts +2 -0
  78. package/lib/clients/mp_web/tmn/addPhoneContact.js +3 -0
  79. package/lib/clients/mp_web/tmn/alert.d.ts +2 -0
  80. package/lib/clients/mp_web/tmn/alert.js +3 -0
  81. package/lib/clients/mp_web/tmn/chooseFileFromDisk.d.ts +2 -0
  82. package/lib/clients/mp_web/tmn/chooseFileFromDisk.js +3 -0
  83. package/lib/clients/mp_web/tmn/chooseImage.d.ts +2 -0
  84. package/lib/clients/mp_web/tmn/chooseImage.js +3 -0
  85. package/lib/clients/mp_web/tmn/choosePhoneContact.d.ts +2 -0
  86. package/lib/clients/mp_web/tmn/choosePhoneContact.js +3 -0
  87. package/lib/clients/mp_web/tmn/chooseVideo.d.ts +2 -0
  88. package/lib/clients/mp_web/tmn/chooseVideo.js +3 -0
  89. package/lib/clients/mp_web/tmn/clearStorage.d.ts +2 -0
  90. package/lib/clients/mp_web/tmn/clearStorage.js +3 -0
  91. package/lib/clients/mp_web/tmn/closeBluetoothAdapter.d.ts +2 -0
  92. package/lib/clients/mp_web/tmn/closeBluetoothAdapter.js +3 -0
  93. package/lib/clients/mp_web/tmn/closeSocket.d.ts +2 -0
  94. package/lib/clients/mp_web/tmn/closeSocket.js +3 -0
  95. package/lib/clients/mp_web/tmn/compressImage.d.ts +2 -0
  96. package/lib/clients/mp_web/tmn/compressImage.js +3 -0
  97. package/lib/clients/mp_web/tmn/confirm.d.ts +2 -0
  98. package/lib/clients/mp_web/tmn/confirm.js +3 -0
  99. package/lib/clients/mp_web/tmn/connectBLEDevice.d.ts +2 -0
  100. package/lib/clients/mp_web/tmn/connectBLEDevice.js +3 -0
  101. package/lib/clients/mp_web/tmn/connectSocket.d.ts +2 -0
  102. package/lib/clients/mp_web/tmn/connectSocket.js +3 -0
  103. package/lib/clients/mp_web/tmn/datePicker.d.ts +2 -0
  104. package/lib/clients/mp_web/tmn/datePicker.js +3 -0
  105. package/lib/clients/mp_web/tmn/disconnectBLEDevice.d.ts +2 -0
  106. package/lib/clients/mp_web/tmn/disconnectBLEDevice.js +3 -0
  107. package/lib/clients/mp_web/tmn/downloadFile.d.ts +2 -0
  108. package/lib/clients/mp_web/tmn/downloadFile.js +3 -0
  109. package/lib/clients/mp_web/tmn/getBLEDeviceCharacteristics.d.ts +2 -0
  110. package/lib/clients/mp_web/tmn/getBLEDeviceCharacteristics.js +3 -0
  111. package/lib/clients/mp_web/tmn/getBLEDeviceServices.d.ts +2 -0
  112. package/lib/clients/mp_web/tmn/getBLEDeviceServices.js +3 -0
  113. package/lib/clients/mp_web/tmn/getBatteryInfo.d.ts +2 -0
  114. package/lib/clients/mp_web/tmn/getBatteryInfo.js +3 -0
  115. package/lib/clients/mp_web/tmn/getBluetoothAdapterState.d.ts +2 -0
  116. package/lib/clients/mp_web/tmn/getBluetoothAdapterState.js +3 -0
  117. package/lib/clients/mp_web/tmn/getBluetoothDevices.d.ts +2 -0
  118. package/lib/clients/mp_web/tmn/getBluetoothDevices.js +3 -0
  119. package/lib/clients/mp_web/tmn/getClipboard.d.ts +2 -0
  120. package/lib/clients/mp_web/tmn/getClipboard.js +3 -0
  121. package/lib/clients/mp_web/tmn/getConnectedBluetoothDevices.d.ts +2 -0
  122. package/lib/clients/mp_web/tmn/getConnectedBluetoothDevices.js +3 -0
  123. package/lib/clients/mp_web/tmn/getFileInfo.d.ts +2 -0
  124. package/lib/clients/mp_web/tmn/getFileInfo.js +3 -0
  125. package/lib/clients/mp_web/tmn/getImageInfo.d.ts +2 -0
  126. package/lib/clients/mp_web/tmn/getImageInfo.js +3 -0
  127. package/lib/clients/mp_web/tmn/getLocation.d.ts +2 -0
  128. package/lib/clients/mp_web/tmn/getLocation.js +3 -0
  129. package/lib/clients/mp_web/tmn/getNetworkType.d.ts +2 -0
  130. package/lib/clients/mp_web/tmn/getNetworkType.js +3 -0
  131. package/lib/clients/mp_web/tmn/getOpenUserInfo.d.ts +2 -0
  132. package/lib/clients/mp_web/tmn/getOpenUserInfo.js +3 -0
  133. package/lib/clients/mp_web/tmn/getRunScene.d.ts +2 -0
  134. package/lib/clients/mp_web/tmn/getRunScene.js +3 -0
  135. package/lib/clients/mp_web/tmn/getSavedFileInfo.d.ts +2 -0
  136. package/lib/clients/mp_web/tmn/getSavedFileInfo.js +3 -0
  137. package/lib/clients/mp_web/tmn/getSavedFileList.d.ts +2 -0
  138. package/lib/clients/mp_web/tmn/getSavedFileList.js +3 -0
  139. package/lib/clients/mp_web/tmn/getScreenBrightness.d.ts +2 -0
  140. package/lib/clients/mp_web/tmn/getScreenBrightness.js +3 -0
  141. package/lib/clients/mp_web/tmn/getServerTime.d.ts +2 -0
  142. package/lib/clients/mp_web/tmn/getServerTime.js +3 -0
  143. package/lib/clients/mp_web/tmn/getSetting.d.ts +2 -0
  144. package/lib/clients/mp_web/tmn/getSetting.js +3 -0
  145. package/lib/clients/mp_web/tmn/getSiteInfo.d.ts +2 -0
  146. package/lib/clients/mp_web/tmn/getSiteInfo.js +3 -0
  147. package/lib/clients/mp_web/tmn/getSystemInfo.d.ts +2 -0
  148. package/lib/clients/mp_web/tmn/getSystemInfo.js +3 -0
  149. package/lib/clients/mp_web/tmn/hideBackHome.d.ts +2 -0
  150. package/lib/clients/mp_web/tmn/hideBackHome.js +3 -0
  151. package/lib/clients/mp_web/tmn/hideKeyboard.d.ts +2 -0
  152. package/lib/clients/mp_web/tmn/hideKeyboard.js +3 -0
  153. package/lib/clients/mp_web/tmn/hideLoading.d.ts +2 -0
  154. package/lib/clients/mp_web/tmn/hideLoading.js +3 -0
  155. package/lib/clients/mp_web/tmn/hideNavigationBarLoading.d.ts +2 -0
  156. package/lib/clients/mp_web/tmn/hideNavigationBarLoading.js +3 -0
  157. package/lib/clients/mp_web/tmn/hideTabBar.d.ts +2 -0
  158. package/lib/clients/mp_web/tmn/hideTabBar.js +3 -0
  159. package/lib/clients/mp_web/tmn/hideToast.d.ts +2 -0
  160. package/lib/clients/mp_web/tmn/hideToast.js +3 -0
  161. package/lib/clients/mp_web/tmn/index.d.ts +419 -0
  162. package/lib/clients/mp_web/tmn/index.js +253 -0
  163. package/lib/clients/mp_web/tmn/makePhoneCall.d.ts +2 -0
  164. package/lib/clients/mp_web/tmn/makePhoneCall.js +3 -0
  165. package/lib/clients/mp_web/tmn/multiLevelSelect.d.ts +2 -0
  166. package/lib/clients/mp_web/tmn/multiLevelSelect.js +3 -0
  167. package/lib/clients/mp_web/tmn/navigateBack.d.ts +2 -0
  168. package/lib/clients/mp_web/tmn/navigateBack.js +3 -0
  169. package/lib/clients/mp_web/tmn/navigateBackMiniProgram.d.ts +2 -0
  170. package/lib/clients/mp_web/tmn/navigateBackMiniProgram.js +3 -0
  171. package/lib/clients/mp_web/tmn/navigateTo.d.ts +2 -0
  172. package/lib/clients/mp_web/tmn/navigateTo.js +3 -0
  173. package/lib/clients/mp_web/tmn/navigateToBizScene.d.ts +2 -0
  174. package/lib/clients/mp_web/tmn/navigateToBizScene.js +3 -0
  175. package/lib/clients/mp_web/tmn/navigateToMiniProgram.d.ts +2 -0
  176. package/lib/clients/mp_web/tmn/navigateToMiniProgram.js +3 -0
  177. package/lib/clients/mp_web/tmn/notifyBLECharacteristicValueChange.d.ts +2 -0
  178. package/lib/clients/mp_web/tmn/notifyBLECharacteristicValueChange.js +3 -0
  179. package/lib/clients/mp_web/tmn/offAccelerometerChange.d.ts +2 -0
  180. package/lib/clients/mp_web/tmn/offAccelerometerChange.js +3 -0
  181. package/lib/clients/mp_web/tmn/offBLECharacteristicValueChange.d.ts +2 -0
  182. package/lib/clients/mp_web/tmn/offBLECharacteristicValueChange.js +3 -0
  183. package/lib/clients/mp_web/tmn/offBLEConnectionStateChanged.d.ts +2 -0
  184. package/lib/clients/mp_web/tmn/offBLEConnectionStateChanged.js +3 -0
  185. package/lib/clients/mp_web/tmn/offBluetoothAdapterStateChange.d.ts +2 -0
  186. package/lib/clients/mp_web/tmn/offBluetoothAdapterStateChange.js +3 -0
  187. package/lib/clients/mp_web/tmn/offBluetoothDeviceFound.d.ts +2 -0
  188. package/lib/clients/mp_web/tmn/offBluetoothDeviceFound.js +3 -0
  189. package/lib/clients/mp_web/tmn/offCompassChange.d.ts +2 -0
  190. package/lib/clients/mp_web/tmn/offCompassChange.js +3 -0
  191. package/lib/clients/mp_web/tmn/offMemoryWarning.d.ts +2 -0
  192. package/lib/clients/mp_web/tmn/offMemoryWarning.js +3 -0
  193. package/lib/clients/mp_web/tmn/offSocketClose.d.ts +2 -0
  194. package/lib/clients/mp_web/tmn/offSocketClose.js +3 -0
  195. package/lib/clients/mp_web/tmn/offSocketError.d.ts +2 -0
  196. package/lib/clients/mp_web/tmn/offSocketError.js +3 -0
  197. package/lib/clients/mp_web/tmn/offSocketMessage.d.ts +2 -0
  198. package/lib/clients/mp_web/tmn/offSocketMessage.js +3 -0
  199. package/lib/clients/mp_web/tmn/offSocketOpen.d.ts +2 -0
  200. package/lib/clients/mp_web/tmn/offSocketOpen.js +3 -0
  201. package/lib/clients/mp_web/tmn/offUserCaptureScreen.d.ts +2 -0
  202. package/lib/clients/mp_web/tmn/offUserCaptureScreen.js +3 -0
  203. package/lib/clients/mp_web/tmn/onAccelerometerChange.d.ts +2 -0
  204. package/lib/clients/mp_web/tmn/onAccelerometerChange.js +3 -0
  205. package/lib/clients/mp_web/tmn/onBLECharacteristicValueChange.d.ts +2 -0
  206. package/lib/clients/mp_web/tmn/onBLECharacteristicValueChange.js +3 -0
  207. package/lib/clients/mp_web/tmn/onBLEConnectionStateChanged.d.ts +2 -0
  208. package/lib/clients/mp_web/tmn/onBLEConnectionStateChanged.js +3 -0
  209. package/lib/clients/mp_web/tmn/onBluetoothAdapterStateChange.d.ts +2 -0
  210. package/lib/clients/mp_web/tmn/onBluetoothAdapterStateChange.js +3 -0
  211. package/lib/clients/mp_web/tmn/onBluetoothDeviceFound.d.ts +2 -0
  212. package/lib/clients/mp_web/tmn/onBluetoothDeviceFound.js +3 -0
  213. package/lib/clients/mp_web/tmn/onCompassChange.d.ts +2 -0
  214. package/lib/clients/mp_web/tmn/onCompassChange.js +3 -0
  215. package/lib/clients/mp_web/tmn/onMemoryWarning.d.ts +2 -0
  216. package/lib/clients/mp_web/tmn/onMemoryWarning.js +3 -0
  217. package/lib/clients/mp_web/tmn/onSocketClose.d.ts +2 -0
  218. package/lib/clients/mp_web/tmn/onSocketClose.js +3 -0
  219. package/lib/clients/mp_web/tmn/onSocketError.d.ts +2 -0
  220. package/lib/clients/mp_web/tmn/onSocketError.js +3 -0
  221. package/lib/clients/mp_web/tmn/onSocketMessage.d.ts +2 -0
  222. package/lib/clients/mp_web/tmn/onSocketMessage.js +3 -0
  223. package/lib/clients/mp_web/tmn/onSocketOpen.d.ts +2 -0
  224. package/lib/clients/mp_web/tmn/onSocketOpen.js +3 -0
  225. package/lib/clients/mp_web/tmn/onUserCaptureScreen.d.ts +2 -0
  226. package/lib/clients/mp_web/tmn/onUserCaptureScreen.js +3 -0
  227. package/lib/clients/mp_web/tmn/openBluetoothAdapter.d.ts +2 -0
  228. package/lib/clients/mp_web/tmn/openBluetoothAdapter.js +3 -0
  229. package/lib/clients/mp_web/tmn/openDocument.d.ts +2 -0
  230. package/lib/clients/mp_web/tmn/openDocument.js +3 -0
  231. package/lib/clients/mp_web/tmn/openSetting.d.ts +2 -0
  232. package/lib/clients/mp_web/tmn/openSetting.js +3 -0
  233. package/lib/clients/mp_web/tmn/pageScrollTo.d.ts +2 -0
  234. package/lib/clients/mp_web/tmn/pageScrollTo.js +3 -0
  235. package/lib/clients/mp_web/tmn/previewImage.d.ts +2 -0
  236. package/lib/clients/mp_web/tmn/previewImage.js +3 -0
  237. package/lib/clients/mp_web/tmn/prompt.d.ts +2 -0
  238. package/lib/clients/mp_web/tmn/prompt.js +3 -0
  239. package/lib/clients/mp_web/tmn/reLaunch.d.ts +2 -0
  240. package/lib/clients/mp_web/tmn/reLaunch.js +3 -0
  241. package/lib/clients/mp_web/tmn/readBLECharacteristicValue.d.ts +2 -0
  242. package/lib/clients/mp_web/tmn/readBLECharacteristicValue.js +3 -0
  243. package/lib/clients/mp_web/tmn/redirectTo.d.ts +2 -0
  244. package/lib/clients/mp_web/tmn/redirectTo.js +3 -0
  245. package/lib/clients/mp_web/tmn/removeSavedFile.d.ts +2 -0
  246. package/lib/clients/mp_web/tmn/removeSavedFile.js +3 -0
  247. package/lib/clients/mp_web/tmn/removeStorage.d.ts +2 -0
  248. package/lib/clients/mp_web/tmn/removeStorage.js +3 -0
  249. package/lib/clients/mp_web/tmn/saveFile.d.ts +2 -0
  250. package/lib/clients/mp_web/tmn/saveFile.js +3 -0
  251. package/lib/clients/mp_web/tmn/saveImage.d.ts +2 -0
  252. package/lib/clients/mp_web/tmn/saveImage.js +3 -0
  253. package/lib/clients/mp_web/tmn/scan.d.ts +2 -0
  254. package/lib/clients/mp_web/tmn/scan.js +3 -0
  255. package/lib/clients/mp_web/tmn/sendSocketMessage.d.ts +2 -0
  256. package/lib/clients/mp_web/tmn/sendSocketMessage.js +3 -0
  257. package/lib/clients/mp_web/tmn/setBackgroundColor.d.ts +2 -0
  258. package/lib/clients/mp_web/tmn/setBackgroundColor.js +3 -0
  259. package/lib/clients/mp_web/tmn/setCanPullDown.d.ts +2 -0
  260. package/lib/clients/mp_web/tmn/setCanPullDown.js +3 -0
  261. package/lib/clients/mp_web/tmn/setClipboard.d.ts +2 -0
  262. package/lib/clients/mp_web/tmn/setClipboard.js +3 -0
  263. package/lib/clients/mp_web/tmn/setKeepScreenOn.d.ts +2 -0
  264. package/lib/clients/mp_web/tmn/setKeepScreenOn.js +3 -0
  265. package/lib/clients/mp_web/tmn/setNavigationBar.d.ts +2 -0
  266. package/lib/clients/mp_web/tmn/setNavigationBar.js +3 -0
  267. package/lib/clients/mp_web/tmn/setScreenBrightness.d.ts +2 -0
  268. package/lib/clients/mp_web/tmn/setScreenBrightness.js +3 -0
  269. package/lib/clients/mp_web/tmn/setTabBarItem.d.ts +2 -0
  270. package/lib/clients/mp_web/tmn/setTabBarItem.js +3 -0
  271. package/lib/clients/mp_web/tmn/setTabBarStyle.d.ts +2 -0
  272. package/lib/clients/mp_web/tmn/setTabBarStyle.js +3 -0
  273. package/lib/clients/mp_web/tmn/showActionSheet.d.ts +2 -0
  274. package/lib/clients/mp_web/tmn/showActionSheet.js +3 -0
  275. package/lib/clients/mp_web/tmn/showAuthGuide.d.ts +2 -0
  276. package/lib/clients/mp_web/tmn/showAuthGuide.js +3 -0
  277. package/lib/clients/mp_web/tmn/showLoading.d.ts +2 -0
  278. package/lib/clients/mp_web/tmn/showLoading.js +3 -0
  279. package/lib/clients/mp_web/tmn/showNavigationBarLoading.d.ts +2 -0
  280. package/lib/clients/mp_web/tmn/showNavigationBarLoading.js +3 -0
  281. package/lib/clients/mp_web/tmn/showSharePanel.d.ts +2 -0
  282. package/lib/clients/mp_web/tmn/showSharePanel.js +3 -0
  283. package/lib/clients/mp_web/tmn/showTabBar.d.ts +2 -0
  284. package/lib/clients/mp_web/tmn/showTabBar.js +3 -0
  285. package/lib/clients/mp_web/tmn/showToast.d.ts +2 -0
  286. package/lib/clients/mp_web/tmn/showToast.js +3 -0
  287. package/lib/clients/mp_web/tmn/signContract.d.ts +2 -0
  288. package/lib/clients/mp_web/tmn/signContract.js +3 -0
  289. package/lib/clients/mp_web/tmn/startBluetoothDevicesDiscovery.d.ts +2 -0
  290. package/lib/clients/mp_web/tmn/startBluetoothDevicesDiscovery.js +3 -0
  291. package/lib/clients/mp_web/tmn/startPullDownRefresh.d.ts +2 -0
  292. package/lib/clients/mp_web/tmn/startPullDownRefresh.js +3 -0
  293. package/lib/clients/mp_web/tmn/stopBluetoothDevicesDiscovery.d.ts +2 -0
  294. package/lib/clients/mp_web/tmn/stopBluetoothDevicesDiscovery.js +3 -0
  295. package/lib/clients/mp_web/tmn/stopPullDownRefresh.d.ts +2 -0
  296. package/lib/clients/mp_web/tmn/stopPullDownRefresh.js +3 -0
  297. package/lib/clients/mp_web/tmn/switchTab.d.ts +2 -0
  298. package/lib/clients/mp_web/tmn/switchTab.js +3 -0
  299. package/lib/clients/mp_web/tmn/tradePay.d.ts +2 -0
  300. package/lib/clients/mp_web/tmn/tradePay.js +3 -0
  301. package/lib/clients/mp_web/tmn/uploadFile.d.ts +2 -0
  302. package/lib/clients/mp_web/tmn/uploadFile.js +3 -0
  303. package/lib/clients/mp_web/tmn/vibrate.d.ts +2 -0
  304. package/lib/clients/mp_web/tmn/vibrate.js +3 -0
  305. package/lib/clients/mp_web/tmn/watchShake.d.ts +2 -0
  306. package/lib/clients/mp_web/tmn/watchShake.js +3 -0
  307. package/lib/clients/mp_web/tmn/writeBLECharacteristicValue.d.ts +2 -0
  308. package/lib/clients/mp_web/tmn/writeBLECharacteristicValue.js +3 -0
  309. package/lib/clients/mp_web/tngd/chooseFileFromDisk.d.ts +2 -0
  310. package/lib/clients/mp_web/tngd/chooseFileFromDisk.js +3 -0
  311. package/lib/clients/mp_web/tngd/chooseVideo.d.ts +2 -0
  312. package/lib/clients/mp_web/tngd/chooseVideo.js +3 -0
  313. package/lib/clients/mp_web/tngd/compressImage.d.ts +2 -0
  314. package/lib/clients/mp_web/tngd/compressImage.js +3 -0
  315. package/lib/clients/mp_web/tngd/getRunScene.d.ts +2 -0
  316. package/lib/clients/mp_web/tngd/getRunScene.js +3 -0
  317. package/lib/clients/mp_web/tngd/index.d.ts +57 -2
  318. package/lib/clients/mp_web/tngd/index.js +16 -2
  319. package/lib/clients/mp_web/tngd/navigateToBizScene.d.ts +2 -0
  320. package/lib/clients/mp_web/tngd/navigateToBizScene.js +3 -0
  321. package/lib/clients/mp_web/tngd/setTabBarItem.d.ts +2 -0
  322. package/lib/clients/mp_web/tngd/setTabBarItem.js +3 -0
  323. package/lib/clients/mp_web/tngd/showTabBar.d.ts +2 -0
  324. package/lib/clients/mp_web/tngd/showTabBar.js +3 -0
  325. package/lib/clients/mp_web/toss/addPhoneContact.d.ts +2 -0
  326. package/lib/clients/mp_web/toss/addPhoneContact.js +3 -0
  327. package/lib/clients/mp_web/toss/alert.d.ts +2 -0
  328. package/lib/clients/mp_web/toss/alert.js +3 -0
  329. package/lib/clients/mp_web/toss/chooseFileFromDisk.d.ts +2 -0
  330. package/lib/clients/mp_web/toss/chooseFileFromDisk.js +3 -0
  331. package/lib/clients/mp_web/toss/chooseImage.d.ts +2 -0
  332. package/lib/clients/mp_web/toss/chooseImage.js +3 -0
  333. package/lib/clients/mp_web/toss/choosePhoneContact.d.ts +2 -0
  334. package/lib/clients/mp_web/toss/choosePhoneContact.js +3 -0
  335. package/lib/clients/mp_web/toss/chooseVideo.d.ts +2 -0
  336. package/lib/clients/mp_web/toss/chooseVideo.js +3 -0
  337. package/lib/clients/mp_web/toss/clearStorage.d.ts +2 -0
  338. package/lib/clients/mp_web/toss/clearStorage.js +3 -0
  339. package/lib/clients/mp_web/toss/closeBluetoothAdapter.d.ts +2 -0
  340. package/lib/clients/mp_web/toss/closeBluetoothAdapter.js +3 -0
  341. package/lib/clients/mp_web/toss/closeSocket.d.ts +2 -0
  342. package/lib/clients/mp_web/toss/closeSocket.js +3 -0
  343. package/lib/clients/mp_web/toss/compressImage.d.ts +2 -0
  344. package/lib/clients/mp_web/toss/compressImage.js +3 -0
  345. package/lib/clients/mp_web/toss/confirm.d.ts +2 -0
  346. package/lib/clients/mp_web/toss/confirm.js +3 -0
  347. package/lib/clients/mp_web/toss/connectBLEDevice.d.ts +2 -0
  348. package/lib/clients/mp_web/toss/connectBLEDevice.js +3 -0
  349. package/lib/clients/mp_web/toss/connectSocket.d.ts +2 -0
  350. package/lib/clients/mp_web/toss/connectSocket.js +3 -0
  351. package/lib/clients/mp_web/toss/datePicker.d.ts +2 -0
  352. package/lib/clients/mp_web/toss/datePicker.js +3 -0
  353. package/lib/clients/mp_web/toss/disconnectBLEDevice.d.ts +2 -0
  354. package/lib/clients/mp_web/toss/disconnectBLEDevice.js +3 -0
  355. package/lib/clients/mp_web/toss/downloadFile.d.ts +2 -0
  356. package/lib/clients/mp_web/toss/downloadFile.js +3 -0
  357. package/lib/clients/mp_web/toss/exitApp.d.ts +2 -0
  358. package/lib/clients/mp_web/toss/exitApp.js +3 -0
  359. package/lib/clients/mp_web/toss/getAppToken.d.ts +2 -0
  360. package/lib/clients/mp_web/toss/getAppToken.js +3 -0
  361. package/lib/clients/mp_web/toss/getBLEDeviceCharacteristics.d.ts +2 -0
  362. package/lib/clients/mp_web/toss/getBLEDeviceCharacteristics.js +3 -0
  363. package/lib/clients/mp_web/toss/getBLEDeviceServices.d.ts +2 -0
  364. package/lib/clients/mp_web/toss/getBLEDeviceServices.js +3 -0
  365. package/lib/clients/mp_web/toss/getBatteryInfo.d.ts +2 -0
  366. package/lib/clients/mp_web/toss/getBatteryInfo.js +3 -0
  367. package/lib/clients/mp_web/toss/getBluetoothAdapterState.d.ts +2 -0
  368. package/lib/clients/mp_web/toss/getBluetoothAdapterState.js +3 -0
  369. package/lib/clients/mp_web/toss/getBluetoothDevices.d.ts +2 -0
  370. package/lib/clients/mp_web/toss/getBluetoothDevices.js +3 -0
  371. package/lib/clients/mp_web/toss/getClipboard.d.ts +2 -0
  372. package/lib/clients/mp_web/toss/getClipboard.js +3 -0
  373. package/lib/clients/mp_web/toss/getConnectedBluetoothDevices.d.ts +2 -0
  374. package/lib/clients/mp_web/toss/getConnectedBluetoothDevices.js +3 -0
  375. package/lib/clients/mp_web/toss/getFileInfo.d.ts +2 -0
  376. package/lib/clients/mp_web/toss/getFileInfo.js +3 -0
  377. package/lib/clients/mp_web/toss/getImageInfo.d.ts +2 -0
  378. package/lib/clients/mp_web/toss/getImageInfo.js +3 -0
  379. package/lib/clients/mp_web/toss/getLocation.d.ts +2 -0
  380. package/lib/clients/mp_web/toss/getLocation.js +3 -0
  381. package/lib/clients/mp_web/toss/getNetworkType.d.ts +2 -0
  382. package/lib/clients/mp_web/toss/getNetworkType.js +3 -0
  383. package/lib/clients/mp_web/toss/getOpenUserInfo.d.ts +2 -0
  384. package/lib/clients/mp_web/toss/getOpenUserInfo.js +3 -0
  385. package/lib/clients/mp_web/toss/getRunScene.d.ts +2 -0
  386. package/lib/clients/mp_web/toss/getRunScene.js +3 -0
  387. package/lib/clients/mp_web/toss/getSavedFileInfo.d.ts +2 -0
  388. package/lib/clients/mp_web/toss/getSavedFileInfo.js +3 -0
  389. package/lib/clients/mp_web/toss/getSavedFileList.d.ts +2 -0
  390. package/lib/clients/mp_web/toss/getSavedFileList.js +3 -0
  391. package/lib/clients/mp_web/toss/getScreenBrightness.d.ts +2 -0
  392. package/lib/clients/mp_web/toss/getScreenBrightness.js +3 -0
  393. package/lib/clients/mp_web/toss/getServerTime.d.ts +2 -0
  394. package/lib/clients/mp_web/toss/getServerTime.js +3 -0
  395. package/lib/clients/mp_web/toss/getSetting.d.ts +2 -0
  396. package/lib/clients/mp_web/toss/getSetting.js +3 -0
  397. package/lib/clients/mp_web/toss/getSiteInfo.d.ts +2 -0
  398. package/lib/clients/mp_web/toss/getSiteInfo.js +3 -0
  399. package/lib/clients/mp_web/toss/getSystemInfo.d.ts +2 -0
  400. package/lib/clients/mp_web/toss/getSystemInfo.js +3 -0
  401. package/lib/clients/mp_web/toss/hideBackHome.d.ts +2 -0
  402. package/lib/clients/mp_web/toss/hideBackHome.js +3 -0
  403. package/lib/clients/mp_web/toss/hideKeyboard.d.ts +2 -0
  404. package/lib/clients/mp_web/toss/hideKeyboard.js +3 -0
  405. package/lib/clients/mp_web/toss/hideLoading.d.ts +2 -0
  406. package/lib/clients/mp_web/toss/hideLoading.js +3 -0
  407. package/lib/clients/mp_web/toss/hideNavigationBarLoading.d.ts +2 -0
  408. package/lib/clients/mp_web/toss/hideNavigationBarLoading.js +3 -0
  409. package/lib/clients/mp_web/toss/hideTabBar.d.ts +2 -0
  410. package/lib/clients/mp_web/toss/hideTabBar.js +3 -0
  411. package/lib/clients/mp_web/toss/hideToast.d.ts +2 -0
  412. package/lib/clients/mp_web/toss/hideToast.js +3 -0
  413. package/lib/clients/mp_web/toss/index.d.ts +385 -2
  414. package/lib/clients/mp_web/toss/index.js +238 -2
  415. package/lib/clients/mp_web/toss/makePhoneCall.d.ts +2 -0
  416. package/lib/clients/mp_web/toss/makePhoneCall.js +3 -0
  417. package/lib/clients/mp_web/toss/multiLevelSelect.d.ts +2 -0
  418. package/lib/clients/mp_web/toss/multiLevelSelect.js +3 -0
  419. package/lib/clients/mp_web/toss/navigateBack.d.ts +2 -0
  420. package/lib/clients/mp_web/toss/navigateBack.js +3 -0
  421. package/lib/clients/mp_web/toss/navigateBackMiniProgram.d.ts +2 -0
  422. package/lib/clients/mp_web/toss/navigateBackMiniProgram.js +3 -0
  423. package/lib/clients/mp_web/toss/navigateTo.d.ts +2 -0
  424. package/lib/clients/mp_web/toss/navigateTo.js +3 -0
  425. package/lib/clients/mp_web/toss/navigateToBizScene.d.ts +2 -0
  426. package/lib/clients/mp_web/toss/navigateToBizScene.js +3 -0
  427. package/lib/clients/mp_web/toss/navigateToMiniProgram.d.ts +2 -0
  428. package/lib/clients/mp_web/toss/navigateToMiniProgram.js +3 -0
  429. package/lib/clients/mp_web/toss/notifyBLECharacteristicValueChange.d.ts +2 -0
  430. package/lib/clients/mp_web/toss/notifyBLECharacteristicValueChange.js +3 -0
  431. package/lib/clients/mp_web/toss/offAccelerometerChange.d.ts +2 -0
  432. package/lib/clients/mp_web/toss/offAccelerometerChange.js +3 -0
  433. package/lib/clients/mp_web/toss/offBLECharacteristicValueChange.d.ts +2 -0
  434. package/lib/clients/mp_web/toss/offBLECharacteristicValueChange.js +3 -0
  435. package/lib/clients/mp_web/toss/offBLEConnectionStateChanged.d.ts +2 -0
  436. package/lib/clients/mp_web/toss/offBLEConnectionStateChanged.js +3 -0
  437. package/lib/clients/mp_web/toss/offBluetoothAdapterStateChange.d.ts +2 -0
  438. package/lib/clients/mp_web/toss/offBluetoothAdapterStateChange.js +3 -0
  439. package/lib/clients/mp_web/toss/offBluetoothDeviceFound.d.ts +2 -0
  440. package/lib/clients/mp_web/toss/offBluetoothDeviceFound.js +3 -0
  441. package/lib/clients/mp_web/toss/offCompassChange.d.ts +2 -0
  442. package/lib/clients/mp_web/toss/offCompassChange.js +3 -0
  443. package/lib/clients/mp_web/toss/offMemoryWarning.d.ts +2 -0
  444. package/lib/clients/mp_web/toss/offMemoryWarning.js +3 -0
  445. package/lib/clients/mp_web/toss/offSocketClose.d.ts +2 -0
  446. package/lib/clients/mp_web/toss/offSocketClose.js +3 -0
  447. package/lib/clients/mp_web/toss/offSocketError.d.ts +2 -0
  448. package/lib/clients/mp_web/toss/offSocketError.js +3 -0
  449. package/lib/clients/mp_web/toss/offSocketMessage.d.ts +2 -0
  450. package/lib/clients/mp_web/toss/offSocketMessage.js +3 -0
  451. package/lib/clients/mp_web/toss/offSocketOpen.d.ts +2 -0
  452. package/lib/clients/mp_web/toss/offSocketOpen.js +3 -0
  453. package/lib/clients/mp_web/toss/offUserCaptureScreen.d.ts +2 -0
  454. package/lib/clients/mp_web/toss/offUserCaptureScreen.js +3 -0
  455. package/lib/clients/mp_web/toss/onAccelerometerChange.d.ts +2 -0
  456. package/lib/clients/mp_web/toss/onAccelerometerChange.js +3 -0
  457. package/lib/clients/mp_web/toss/onBLECharacteristicValueChange.d.ts +2 -0
  458. package/lib/clients/mp_web/toss/onBLECharacteristicValueChange.js +3 -0
  459. package/lib/clients/mp_web/toss/onBLEConnectionStateChanged.d.ts +2 -0
  460. package/lib/clients/mp_web/toss/onBLEConnectionStateChanged.js +3 -0
  461. package/lib/clients/mp_web/toss/onBluetoothAdapterStateChange.d.ts +2 -0
  462. package/lib/clients/mp_web/toss/onBluetoothAdapterStateChange.js +3 -0
  463. package/lib/clients/mp_web/toss/onBluetoothDeviceFound.d.ts +2 -0
  464. package/lib/clients/mp_web/toss/onBluetoothDeviceFound.js +3 -0
  465. package/lib/clients/mp_web/toss/onCompassChange.d.ts +2 -0
  466. package/lib/clients/mp_web/toss/onCompassChange.js +3 -0
  467. package/lib/clients/mp_web/toss/onMemoryWarning.d.ts +2 -0
  468. package/lib/clients/mp_web/toss/onMemoryWarning.js +3 -0
  469. package/lib/clients/mp_web/toss/onSocketClose.d.ts +2 -0
  470. package/lib/clients/mp_web/toss/onSocketClose.js +3 -0
  471. package/lib/clients/mp_web/toss/onSocketError.d.ts +2 -0
  472. package/lib/clients/mp_web/toss/onSocketError.js +3 -0
  473. package/lib/clients/mp_web/toss/onSocketMessage.d.ts +2 -0
  474. package/lib/clients/mp_web/toss/onSocketMessage.js +3 -0
  475. package/lib/clients/mp_web/toss/onSocketOpen.d.ts +2 -0
  476. package/lib/clients/mp_web/toss/onSocketOpen.js +3 -0
  477. package/lib/clients/mp_web/toss/onUserCaptureScreen.d.ts +2 -0
  478. package/lib/clients/mp_web/toss/onUserCaptureScreen.js +3 -0
  479. package/lib/clients/mp_web/toss/openBluetoothAdapter.d.ts +2 -0
  480. package/lib/clients/mp_web/toss/openBluetoothAdapter.js +3 -0
  481. package/lib/clients/mp_web/toss/openDocument.d.ts +2 -0
  482. package/lib/clients/mp_web/toss/openDocument.js +3 -0
  483. package/lib/clients/mp_web/toss/openSetting.d.ts +2 -0
  484. package/lib/clients/mp_web/toss/openSetting.js +3 -0
  485. package/lib/clients/mp_web/toss/pageScrollTo.d.ts +2 -0
  486. package/lib/clients/mp_web/toss/pageScrollTo.js +3 -0
  487. package/lib/clients/mp_web/toss/previewImage.d.ts +2 -0
  488. package/lib/clients/mp_web/toss/previewImage.js +3 -0
  489. package/lib/clients/mp_web/toss/prompt.d.ts +2 -0
  490. package/lib/clients/mp_web/toss/prompt.js +3 -0
  491. package/lib/clients/mp_web/toss/reLaunch.d.ts +2 -0
  492. package/lib/clients/mp_web/toss/reLaunch.js +3 -0
  493. package/lib/clients/mp_web/toss/readBLECharacteristicValue.d.ts +2 -0
  494. package/lib/clients/mp_web/toss/readBLECharacteristicValue.js +3 -0
  495. package/lib/clients/mp_web/toss/redirectTo.d.ts +2 -0
  496. package/lib/clients/mp_web/toss/redirectTo.js +3 -0
  497. package/lib/clients/mp_web/toss/removeSavedFile.d.ts +2 -0
  498. package/lib/clients/mp_web/toss/removeSavedFile.js +3 -0
  499. package/lib/clients/mp_web/toss/removeStorage.d.ts +2 -0
  500. package/lib/clients/mp_web/toss/removeStorage.js +3 -0
  501. package/lib/clients/mp_web/toss/rpc.d.ts +2 -0
  502. package/lib/clients/mp_web/toss/rpc.js +3 -0
  503. package/lib/clients/mp_web/toss/saveFile.d.ts +2 -0
  504. package/lib/clients/mp_web/toss/saveFile.js +3 -0
  505. package/lib/clients/mp_web/toss/saveImage.d.ts +2 -0
  506. package/lib/clients/mp_web/toss/saveImage.js +3 -0
  507. package/lib/clients/mp_web/toss/scan.d.ts +2 -0
  508. package/lib/clients/mp_web/toss/scan.js +3 -0
  509. package/lib/clients/mp_web/toss/sendSocketMessage.d.ts +2 -0
  510. package/lib/clients/mp_web/toss/sendSocketMessage.js +3 -0
  511. package/lib/clients/mp_web/toss/setBackgroundColor.d.ts +2 -0
  512. package/lib/clients/mp_web/toss/setBackgroundColor.js +3 -0
  513. package/lib/clients/mp_web/toss/setCanPullDown.d.ts +2 -0
  514. package/lib/clients/mp_web/toss/setCanPullDown.js +3 -0
  515. package/lib/clients/mp_web/toss/setClipboard.d.ts +2 -0
  516. package/lib/clients/mp_web/toss/setClipboard.js +3 -0
  517. package/lib/clients/mp_web/toss/setKeepScreenOn.d.ts +2 -0
  518. package/lib/clients/mp_web/toss/setKeepScreenOn.js +3 -0
  519. package/lib/clients/mp_web/toss/setNavigationBar.d.ts +2 -0
  520. package/lib/clients/mp_web/toss/setNavigationBar.js +3 -0
  521. package/lib/clients/mp_web/toss/setScreenBrightness.d.ts +2 -0
  522. package/lib/clients/mp_web/toss/setScreenBrightness.js +3 -0
  523. package/lib/clients/mp_web/toss/setTabBarItem.d.ts +2 -0
  524. package/lib/clients/mp_web/toss/setTabBarItem.js +3 -0
  525. package/lib/clients/mp_web/toss/setTabBarStyle.d.ts +2 -0
  526. package/lib/clients/mp_web/toss/setTabBarStyle.js +3 -0
  527. package/lib/clients/mp_web/toss/showActionSheet.d.ts +2 -0
  528. package/lib/clients/mp_web/toss/showActionSheet.js +3 -0
  529. package/lib/clients/mp_web/toss/showAuthGuide.d.ts +2 -0
  530. package/lib/clients/mp_web/toss/showAuthGuide.js +3 -0
  531. package/lib/clients/mp_web/toss/showLoading.d.ts +2 -0
  532. package/lib/clients/mp_web/toss/showLoading.js +3 -0
  533. package/lib/clients/mp_web/toss/showNavigationBarLoading.d.ts +2 -0
  534. package/lib/clients/mp_web/toss/showNavigationBarLoading.js +3 -0
  535. package/lib/clients/mp_web/toss/showSharePanel.d.ts +2 -0
  536. package/lib/clients/mp_web/toss/showSharePanel.js +3 -0
  537. package/lib/clients/mp_web/toss/showTabBar.d.ts +2 -0
  538. package/lib/clients/mp_web/toss/showTabBar.js +3 -0
  539. package/lib/clients/mp_web/toss/showToast.d.ts +2 -0
  540. package/lib/clients/mp_web/toss/showToast.js +3 -0
  541. package/lib/clients/mp_web/toss/signContract.d.ts +2 -0
  542. package/lib/clients/mp_web/toss/signContract.js +3 -0
  543. package/lib/clients/mp_web/toss/startBluetoothDevicesDiscovery.d.ts +2 -0
  544. package/lib/clients/mp_web/toss/startBluetoothDevicesDiscovery.js +3 -0
  545. package/lib/clients/mp_web/toss/startPullDownRefresh.d.ts +2 -0
  546. package/lib/clients/mp_web/toss/startPullDownRefresh.js +3 -0
  547. package/lib/clients/mp_web/toss/stopBluetoothDevicesDiscovery.d.ts +2 -0
  548. package/lib/clients/mp_web/toss/stopBluetoothDevicesDiscovery.js +3 -0
  549. package/lib/clients/mp_web/toss/stopPullDownRefresh.d.ts +2 -0
  550. package/lib/clients/mp_web/toss/stopPullDownRefresh.js +3 -0
  551. package/lib/clients/mp_web/toss/switchTab.d.ts +2 -0
  552. package/lib/clients/mp_web/toss/switchTab.js +3 -0
  553. package/lib/clients/mp_web/toss/tradePay.d.ts +2 -0
  554. package/lib/clients/mp_web/toss/tradePay.js +3 -0
  555. package/lib/clients/mp_web/toss/uploadFile.d.ts +2 -0
  556. package/lib/clients/mp_web/toss/uploadFile.js +3 -0
  557. package/lib/clients/mp_web/toss/vibrate.d.ts +2 -0
  558. package/lib/clients/mp_web/toss/vibrate.js +3 -0
  559. package/lib/clients/mp_web/toss/watchShake.d.ts +2 -0
  560. package/lib/clients/mp_web/toss/watchShake.js +3 -0
  561. package/lib/clients/mp_web/toss/writeBLECharacteristicValue.d.ts +2 -0
  562. package/lib/clients/mp_web/toss/writeBLECharacteristicValue.js +3 -0
  563. package/lib/clients/web/alipay/chooseFileFromDisk.d.ts +2 -0
  564. package/lib/clients/web/alipay/chooseFileFromDisk.js +3 -0
  565. package/lib/clients/web/alipay/chooseVideo.d.ts +2 -0
  566. package/lib/clients/web/alipay/chooseVideo.js +3 -0
  567. package/lib/clients/web/alipay/compressImage.d.ts +2 -0
  568. package/lib/clients/web/alipay/compressImage.js +3 -0
  569. package/lib/clients/web/alipay/getRunScene.d.ts +2 -0
  570. package/lib/clients/web/alipay/getRunScene.js +3 -0
  571. package/lib/clients/web/alipay/hideBackHome.d.ts +2 -0
  572. package/lib/clients/web/alipay/hideBackHome.js +3 -0
  573. package/lib/clients/web/alipay/hideTabBar.d.ts +2 -0
  574. package/lib/clients/web/alipay/hideTabBar.js +3 -0
  575. package/lib/clients/web/alipay/index.d.ts +73 -4
  576. package/lib/clients/web/alipay/index.js +37 -5
  577. package/lib/clients/web/alipay/onUserCaptureScreen.d.ts +2 -0
  578. package/lib/clients/web/alipay/onUserCaptureScreen.js +3 -0
  579. package/lib/clients/web/alipay/setBackgroundColor.d.ts +2 -0
  580. package/lib/clients/web/alipay/setBackgroundColor.js +3 -0
  581. package/lib/clients/web/alipay/setCanPullDown.d.ts +2 -0
  582. package/lib/clients/web/alipay/setCanPullDown.js +3 -0
  583. package/lib/clients/web/alipay/setKeepScreenOn.d.ts +1 -1
  584. package/lib/clients/web/alipay/setKeepScreenOn.js +1 -1
  585. package/lib/clients/web/alipay/setOptionMenu.d.ts +2 -0
  586. package/lib/clients/web/alipay/setOptionMenu.js +3 -0
  587. package/lib/clients/web/alipay/setTabBarItem.d.ts +2 -0
  588. package/lib/clients/web/alipay/setTabBarItem.js +3 -0
  589. package/lib/clients/web/alipay/setTabBarStyle.d.ts +2 -0
  590. package/lib/clients/web/alipay/setTabBarStyle.js +3 -0
  591. package/lib/clients/web/alipay/showTabBar.d.ts +2 -0
  592. package/lib/clients/web/alipay/showTabBar.js +3 -0
  593. package/lib/clients/web/alipay/startPullDownRefresh.d.ts +2 -0
  594. package/lib/clients/web/alipay/startPullDownRefresh.js +3 -0
  595. package/lib/clients/web/alipay/stopPullDownRefresh.d.ts +2 -0
  596. package/lib/clients/web/alipay/stopPullDownRefresh.js +3 -0
  597. package/lib/clients/web/alipay/watchShake.d.ts +2 -0
  598. package/lib/clients/web/alipay/watchShake.js +3 -0
  599. package/lib/clients/web/demo/index.d.ts +2 -4
  600. package/lib/clients/web/demo/index.js +2 -4
  601. package/lib/clients/web/h5/index.d.ts +7 -1
  602. package/lib/common/apis/custom/mp_web/mpay/getAppId.d.ts +4 -0
  603. package/lib/common/apis/custom/mp_web/mpay/getAppId.js +4 -0
  604. package/lib/common/apis/custom/mp_web/mpay/getAppToken.d.ts +2 -0
  605. package/lib/common/apis/custom/mp_web/mpay/getAppToken.js +165 -0
  606. package/lib/common/apis/custom/web/getAppId.js +2 -1
  607. package/lib/common/apis/custom/web/h5/getStorage.js +3 -1
  608. package/lib/common/apis/custom/web/hideBackHome.d.ts +3 -0
  609. package/lib/common/apis/custom/web/hideBackHome.js +7 -0
  610. package/lib/common/apis/custom/web/hideTabBar.d.ts +3 -0
  611. package/lib/common/apis/custom/web/hideTabBar.js +17 -0
  612. package/lib/common/apis/custom/web/onUserCaptureScreen.d.ts +3 -0
  613. package/lib/common/apis/custom/web/onUserCaptureScreen.js +5 -0
  614. package/lib/common/apis/custom/web/setKeepScreenOn.js +12 -2
  615. package/lib/common/apis/custom/web/setTabBarItem.d.ts +3 -0
  616. package/lib/common/apis/custom/web/setTabBarItem.js +17 -0
  617. package/lib/common/apis/custom/web/showTabBar.d.ts +3 -0
  618. package/lib/common/apis/custom/web/showTabBar.js +17 -0
  619. package/lib/common/apis/custom/web/uploadFile.js +1 -1
  620. package/lib/common/apis/generated/mp_web/chooseFileFromDisk.d.ts +16 -0
  621. package/lib/common/apis/generated/mp_web/chooseFileFromDisk.js +8 -0
  622. package/lib/common/apis/generated/mp_web/chooseVideo.d.ts +34 -0
  623. package/lib/common/apis/generated/mp_web/chooseVideo.js +8 -0
  624. package/lib/common/apis/generated/mp_web/compressImage.d.ts +23 -0
  625. package/lib/common/apis/generated/mp_web/compressImage.js +8 -0
  626. package/lib/common/apis/generated/mp_web/getRunScene.d.ts +9 -0
  627. package/lib/common/apis/generated/mp_web/getRunScene.js +8 -0
  628. package/lib/common/apis/generated/mp_web/navigateToBizScene.d.ts +14 -2
  629. package/lib/common/apis/generated/mp_web/setTabBarItem.d.ts +13 -0
  630. package/lib/common/apis/generated/mp_web/setTabBarItem.js +8 -0
  631. package/lib/common/apis/generated/mp_web/showTabBar.d.ts +7 -0
  632. package/lib/common/apis/generated/mp_web/showTabBar.js +8 -0
  633. package/lib/common/apis/generated/web/chooseFileFromDisk.d.ts +16 -0
  634. package/lib/common/apis/generated/web/chooseFileFromDisk.js +8 -0
  635. package/lib/common/apis/generated/web/chooseVideo.d.ts +34 -0
  636. package/lib/common/apis/generated/web/chooseVideo.js +8 -0
  637. package/lib/common/apis/generated/web/compressImage.d.ts +23 -0
  638. package/lib/common/apis/generated/web/compressImage.js +8 -0
  639. package/lib/common/apis/generated/web/getRunScene.d.ts +9 -0
  640. package/lib/common/apis/generated/web/getRunScene.js +8 -0
  641. package/lib/common/apis/generated/web/navigateToBizScene.d.ts +14 -2
  642. package/lib/common/apis/generated/web/setBackgroundColor.d.ts +9 -0
  643. package/lib/common/apis/generated/web/setBackgroundColor.js +14 -0
  644. package/lib/common/apis/generated/web/setCanPullDown.d.ts +13 -0
  645. package/lib/common/apis/generated/web/setCanPullDown.js +14 -0
  646. package/lib/common/apis/generated/web/setOptionMenu.d.ts +3 -0
  647. package/lib/common/apis/generated/web/setOptionMenu.js +8 -0
  648. package/lib/common/apis/generated/web/startPullDownRefresh.d.ts +9 -0
  649. package/lib/common/apis/generated/web/startPullDownRefresh.js +14 -0
  650. package/lib/common/apis/generated/web/watchShake.d.ts +9 -0
  651. package/lib/common/apis/generated/web/watchShake.js +14 -0
  652. package/lib/dsl.d.ts +444 -446
  653. package/lib/dsl.js +557 -576
  654. package/lib/umd/index.js +1 -1
  655. package/lib/umd/mp_web_alipay.js +1 -1
  656. package/lib/umd/mp_web_alipayhk.js +1 -1
  657. package/lib/umd/mp_web_chope.js +1 -1
  658. package/lib/umd/mp_web_dana.js +1 -1
  659. package/lib/umd/mp_web_demo.js +1 -1
  660. package/lib/umd/mp_web_gcash.js +1 -1
  661. package/lib/umd/mp_web_mpay.js +2 -1
  662. package/lib/umd/mp_web_mpay.js.LICENSE.txt +1 -0
  663. package/lib/umd/mp_web_tmn.js +1 -0
  664. package/lib/umd/mp_web_tngd.js +1 -1
  665. package/lib/umd/mp_web_toss.js +1 -1
  666. package/lib/umd/web_alipay.js +1 -1
  667. package/lib/umd/web_demo.js +1 -1
  668. package/lib/umd/web_h5.js +1 -1
  669. package/package.json +18 -9
  670. package/lib/clients/mp/demo/navigateToBizScene.d.ts +0 -2
  671. package/lib/clients/mp/demo/navigateToBizScene.js +0 -3
  672. package/lib/clients/mp_web/truemoney/index.d.ts +0 -364
  673. package/lib/clients/mp_web/truemoney/index.js +0 -239
  674. package/lib/clients/web/demo/navigateToBizScene.d.ts +0 -2
  675. package/lib/clients/web/demo/navigateToBizScene.js +0 -3
  676. package/lib/common/apis/generated/mp/navigateToBizScene.d.ts +0 -3
  677. package/lib/common/apis/generated/mp/navigateToBizScene.js +0 -8
  678. package/lib/umd/mp_web_truemoney.js +0 -1
  679. /package/lib/clients/mp/{truemoney → tmn}/addPhoneContact.d.ts +0 -0
  680. /package/lib/clients/mp/{truemoney → tmn}/addPhoneContact.js +0 -0
  681. /package/lib/clients/mp/{truemoney → tmn}/alert.d.ts +0 -0
  682. /package/lib/clients/mp/{truemoney → tmn}/alert.js +0 -0
  683. /package/lib/clients/mp/{truemoney → tmn}/canIUse.d.ts +0 -0
  684. /package/lib/clients/mp/{truemoney → tmn}/canIUse.js +0 -0
  685. /package/lib/clients/mp/{truemoney → tmn}/chooseImage.d.ts +0 -0
  686. /package/lib/clients/mp/{truemoney → tmn}/chooseImage.js +0 -0
  687. /package/lib/clients/mp/{truemoney → tmn}/choosePhoneContact.d.ts +0 -0
  688. /package/lib/clients/mp/{truemoney → tmn}/choosePhoneContact.js +0 -0
  689. /package/lib/clients/mp/{truemoney → tmn}/clearStorage.d.ts +0 -0
  690. /package/lib/clients/mp/{truemoney → tmn}/clearStorage.js +0 -0
  691. /package/lib/clients/mp/{truemoney → tmn}/clearStorageSync.d.ts +0 -0
  692. /package/lib/clients/mp/{truemoney → tmn}/clearStorageSync.js +0 -0
  693. /package/lib/clients/mp/{truemoney → tmn}/closeBluetoothAdapter.d.ts +0 -0
  694. /package/lib/clients/mp/{truemoney → tmn}/closeBluetoothAdapter.js +0 -0
  695. /package/lib/clients/mp/{truemoney → tmn}/closeSocket.d.ts +0 -0
  696. /package/lib/clients/mp/{truemoney → tmn}/closeSocket.js +0 -0
  697. /package/lib/clients/mp/{truemoney → tmn}/confirm.d.ts +0 -0
  698. /package/lib/clients/mp/{truemoney → tmn}/confirm.js +0 -0
  699. /package/lib/clients/mp/{truemoney → tmn}/connectBLEDevice.d.ts +0 -0
  700. /package/lib/clients/mp/{truemoney → tmn}/connectBLEDevice.js +0 -0
  701. /package/lib/clients/mp/{truemoney → tmn}/connectSocket.d.ts +0 -0
  702. /package/lib/clients/mp/{truemoney → tmn}/connectSocket.js +0 -0
  703. /package/lib/clients/mp/{truemoney → tmn}/createAnimation.d.ts +0 -0
  704. /package/lib/clients/mp/{truemoney → tmn}/createAnimation.js +0 -0
  705. /package/lib/clients/mp/{truemoney → tmn}/createSelectorQuery.d.ts +0 -0
  706. /package/lib/clients/mp/{truemoney → tmn}/createSelectorQuery.js +0 -0
  707. /package/lib/clients/mp/{truemoney → tmn}/createWebViewContext.d.ts +0 -0
  708. /package/lib/clients/mp/{truemoney → tmn}/createWebViewContext.js +0 -0
  709. /package/lib/clients/mp/{truemoney → tmn}/datePicker.d.ts +0 -0
  710. /package/lib/clients/mp/{truemoney → tmn}/datePicker.js +0 -0
  711. /package/lib/clients/mp/{truemoney → tmn}/disconnectBLEDevice.d.ts +0 -0
  712. /package/lib/clients/mp/{truemoney → tmn}/disconnectBLEDevice.js +0 -0
  713. /package/lib/clients/mp/{truemoney → tmn}/downloadFile.d.ts +0 -0
  714. /package/lib/clients/mp/{truemoney → tmn}/downloadFile.js +0 -0
  715. /package/lib/clients/mp/{truemoney → tmn}/getAppIdSync.d.ts +0 -0
  716. /package/lib/clients/mp/{truemoney → tmn}/getAppIdSync.js +0 -0
  717. /package/lib/clients/mp/{truemoney → tmn}/getAuthCode.d.ts +0 -0
  718. /package/lib/clients/mp/{truemoney → tmn}/getAuthCode.js +0 -0
  719. /package/lib/clients/mp/{truemoney → tmn}/getBLEDeviceCharacteristics.d.ts +0 -0
  720. /package/lib/clients/mp/{truemoney → tmn}/getBLEDeviceCharacteristics.js +0 -0
  721. /package/lib/clients/mp/{truemoney → tmn}/getBLEDeviceServices.d.ts +0 -0
  722. /package/lib/clients/mp/{truemoney → tmn}/getBLEDeviceServices.js +0 -0
  723. /package/lib/clients/mp/{truemoney → tmn}/getBatteryInfo.d.ts +0 -0
  724. /package/lib/clients/mp/{truemoney → tmn}/getBatteryInfo.js +0 -0
  725. /package/lib/clients/mp/{truemoney → tmn}/getBluetoothAdapterState.d.ts +0 -0
  726. /package/lib/clients/mp/{truemoney → tmn}/getBluetoothAdapterState.js +0 -0
  727. /package/lib/clients/mp/{truemoney → tmn}/getBluetoothDevices.d.ts +0 -0
  728. /package/lib/clients/mp/{truemoney → tmn}/getBluetoothDevices.js +0 -0
  729. /package/lib/clients/mp/{truemoney → tmn}/getClipboard.d.ts +0 -0
  730. /package/lib/clients/mp/{truemoney → tmn}/getClipboard.js +0 -0
  731. /package/lib/clients/mp/{truemoney → tmn}/getConnectedBluetoothDevices.d.ts +0 -0
  732. /package/lib/clients/mp/{truemoney → tmn}/getConnectedBluetoothDevices.js +0 -0
  733. /package/lib/clients/mp/{truemoney → tmn}/getFileInfo.d.ts +0 -0
  734. /package/lib/clients/mp/{truemoney → tmn}/getFileInfo.js +0 -0
  735. /package/lib/clients/mp/{truemoney → tmn}/getImageInfo.d.ts +0 -0
  736. /package/lib/clients/mp/{truemoney → tmn}/getImageInfo.js +0 -0
  737. /package/lib/clients/mp/{truemoney → tmn}/getLocation.d.ts +0 -0
  738. /package/lib/clients/mp/{truemoney → tmn}/getLocation.js +0 -0
  739. /package/lib/clients/mp/{truemoney → tmn}/getNetworkType.d.ts +0 -0
  740. /package/lib/clients/mp/{truemoney → tmn}/getNetworkType.js +0 -0
  741. /package/lib/clients/mp/{truemoney → tmn}/getOpenUserInfo.d.ts +0 -0
  742. /package/lib/clients/mp/{truemoney → tmn}/getOpenUserInfo.js +0 -0
  743. /package/lib/clients/mp/{truemoney → tmn}/getSavedFileInfo.d.ts +0 -0
  744. /package/lib/clients/mp/{truemoney → tmn}/getSavedFileInfo.js +0 -0
  745. /package/lib/clients/mp/{truemoney → tmn}/getSavedFileList.d.ts +0 -0
  746. /package/lib/clients/mp/{truemoney → tmn}/getSavedFileList.js +0 -0
  747. /package/lib/clients/mp/{truemoney → tmn}/getScreenBrightness.d.ts +0 -0
  748. /package/lib/clients/mp/{truemoney → tmn}/getScreenBrightness.js +0 -0
  749. /package/lib/clients/mp/{truemoney → tmn}/getServerTime.d.ts +0 -0
  750. /package/lib/clients/mp/{truemoney → tmn}/getServerTime.js +0 -0
  751. /package/lib/clients/mp/{truemoney → tmn}/getSetting.d.ts +0 -0
  752. /package/lib/clients/mp/{truemoney → tmn}/getSetting.js +0 -0
  753. /package/lib/clients/mp/{truemoney → tmn}/getSiteInfo.d.ts +0 -0
  754. /package/lib/clients/mp/{truemoney → tmn}/getSiteInfo.js +0 -0
  755. /package/lib/clients/mp/{truemoney → tmn}/getStorage.d.ts +0 -0
  756. /package/lib/clients/mp/{truemoney → tmn}/getStorage.js +0 -0
  757. /package/lib/clients/mp/{truemoney → tmn}/getStorageSync.d.ts +0 -0
  758. /package/lib/clients/mp/{truemoney → tmn}/getStorageSync.js +0 -0
  759. /package/lib/clients/mp/{truemoney → tmn}/getSystemInfo.d.ts +0 -0
  760. /package/lib/clients/mp/{truemoney → tmn}/getSystemInfo.js +0 -0
  761. /package/lib/clients/mp/{truemoney → tmn}/getSystemInfoSync.d.ts +0 -0
  762. /package/lib/clients/mp/{truemoney → tmn}/getSystemInfoSync.js +0 -0
  763. /package/lib/clients/mp/{truemoney → tmn}/hideBackHome.d.ts +0 -0
  764. /package/lib/clients/mp/{truemoney → tmn}/hideBackHome.js +0 -0
  765. /package/lib/clients/mp/{truemoney → tmn}/hideKeyboard.d.ts +0 -0
  766. /package/lib/clients/mp/{truemoney → tmn}/hideKeyboard.js +0 -0
  767. /package/lib/clients/mp/{truemoney → tmn}/hideLoading.d.ts +0 -0
  768. /package/lib/clients/mp/{truemoney → tmn}/hideLoading.js +0 -0
  769. /package/lib/clients/mp/{truemoney → tmn}/hideNavigationBarLoading.d.ts +0 -0
  770. /package/lib/clients/mp/{truemoney → tmn}/hideNavigationBarLoading.js +0 -0
  771. /package/lib/clients/mp/{truemoney → tmn}/hideTabBar.d.ts +0 -0
  772. /package/lib/clients/mp/{truemoney → tmn}/hideTabBar.js +0 -0
  773. /package/lib/clients/mp/{truemoney → tmn}/hideToast.d.ts +0 -0
  774. /package/lib/clients/mp/{truemoney → tmn}/hideToast.js +0 -0
  775. /package/lib/clients/mp/{truemoney → tmn}/index.d.ts +0 -0
  776. /package/lib/clients/mp/{truemoney → tmn}/index.js +0 -0
  777. /package/lib/clients/mp/{truemoney → tmn}/makePhoneCall.d.ts +0 -0
  778. /package/lib/clients/mp/{truemoney → tmn}/makePhoneCall.js +0 -0
  779. /package/lib/clients/mp/{truemoney → tmn}/multiLevelSelect.d.ts +0 -0
  780. /package/lib/clients/mp/{truemoney → tmn}/multiLevelSelect.js +0 -0
  781. /package/lib/clients/mp/{truemoney → tmn}/navigateBack.d.ts +0 -0
  782. /package/lib/clients/mp/{truemoney → tmn}/navigateBack.js +0 -0
  783. /package/lib/clients/mp/{truemoney → tmn}/navigateBackMiniProgram.d.ts +0 -0
  784. /package/lib/clients/mp/{truemoney → tmn}/navigateBackMiniProgram.js +0 -0
  785. /package/lib/clients/mp/{truemoney → tmn}/navigateTo.d.ts +0 -0
  786. /package/lib/clients/mp/{truemoney → tmn}/navigateTo.js +0 -0
  787. /package/lib/clients/mp/{truemoney → tmn}/navigateToMiniProgram.d.ts +0 -0
  788. /package/lib/clients/mp/{truemoney → tmn}/navigateToMiniProgram.js +0 -0
  789. /package/lib/clients/mp/{truemoney → tmn}/notifyBLECharacteristicValueChange.d.ts +0 -0
  790. /package/lib/clients/mp/{truemoney → tmn}/notifyBLECharacteristicValueChange.js +0 -0
  791. /package/lib/clients/mp/{truemoney → tmn}/offAccelerometerChange.d.ts +0 -0
  792. /package/lib/clients/mp/{truemoney → tmn}/offAccelerometerChange.js +0 -0
  793. /package/lib/clients/mp/{truemoney → tmn}/offBLECharacteristicValueChange.d.ts +0 -0
  794. /package/lib/clients/mp/{truemoney → tmn}/offBLECharacteristicValueChange.js +0 -0
  795. /package/lib/clients/mp/{truemoney → tmn}/offBLEConnectionStateChanged.d.ts +0 -0
  796. /package/lib/clients/mp/{truemoney → tmn}/offBLEConnectionStateChanged.js +0 -0
  797. /package/lib/clients/mp/{truemoney → tmn}/offBluetoothAdapterStateChange.d.ts +0 -0
  798. /package/lib/clients/mp/{truemoney → tmn}/offBluetoothAdapterStateChange.js +0 -0
  799. /package/lib/clients/mp/{truemoney → tmn}/offBluetoothDeviceFound.d.ts +0 -0
  800. /package/lib/clients/mp/{truemoney → tmn}/offBluetoothDeviceFound.js +0 -0
  801. /package/lib/clients/mp/{truemoney → tmn}/offCompassChange.d.ts +0 -0
  802. /package/lib/clients/mp/{truemoney → tmn}/offCompassChange.js +0 -0
  803. /package/lib/clients/mp/{truemoney → tmn}/offMemoryWarning.d.ts +0 -0
  804. /package/lib/clients/mp/{truemoney → tmn}/offMemoryWarning.js +0 -0
  805. /package/lib/clients/mp/{truemoney → tmn}/offSocketClose.d.ts +0 -0
  806. /package/lib/clients/mp/{truemoney → tmn}/offSocketClose.js +0 -0
  807. /package/lib/clients/mp/{truemoney → tmn}/offSocketError.d.ts +0 -0
  808. /package/lib/clients/mp/{truemoney → tmn}/offSocketError.js +0 -0
  809. /package/lib/clients/mp/{truemoney → tmn}/offSocketMessage.d.ts +0 -0
  810. /package/lib/clients/mp/{truemoney → tmn}/offSocketMessage.js +0 -0
  811. /package/lib/clients/mp/{truemoney → tmn}/offSocketOpen.d.ts +0 -0
  812. /package/lib/clients/mp/{truemoney → tmn}/offSocketOpen.js +0 -0
  813. /package/lib/clients/mp/{truemoney → tmn}/offUserCaptureScreen.d.ts +0 -0
  814. /package/lib/clients/mp/{truemoney → tmn}/offUserCaptureScreen.js +0 -0
  815. /package/lib/clients/mp/{truemoney → tmn}/onAccelerometerChange.d.ts +0 -0
  816. /package/lib/clients/mp/{truemoney → tmn}/onAccelerometerChange.js +0 -0
  817. /package/lib/clients/mp/{truemoney → tmn}/onBLECharacteristicValueChange.d.ts +0 -0
  818. /package/lib/clients/mp/{truemoney → tmn}/onBLECharacteristicValueChange.js +0 -0
  819. /package/lib/clients/mp/{truemoney → tmn}/onBLEConnectionStateChanged.d.ts +0 -0
  820. /package/lib/clients/mp/{truemoney → tmn}/onBLEConnectionStateChanged.js +0 -0
  821. /package/lib/clients/mp/{truemoney → tmn}/onBluetoothAdapterStateChange.d.ts +0 -0
  822. /package/lib/clients/mp/{truemoney → tmn}/onBluetoothAdapterStateChange.js +0 -0
  823. /package/lib/clients/mp/{truemoney → tmn}/onBluetoothDeviceFound.d.ts +0 -0
  824. /package/lib/clients/mp/{truemoney → tmn}/onBluetoothDeviceFound.js +0 -0
  825. /package/lib/clients/mp/{truemoney → tmn}/onCompassChange.d.ts +0 -0
  826. /package/lib/clients/mp/{truemoney → tmn}/onCompassChange.js +0 -0
  827. /package/lib/clients/mp/{truemoney → tmn}/onMemoryWarning.d.ts +0 -0
  828. /package/lib/clients/mp/{truemoney → tmn}/onMemoryWarning.js +0 -0
  829. /package/lib/clients/mp/{truemoney → tmn}/onSocketClose.d.ts +0 -0
  830. /package/lib/clients/mp/{truemoney → tmn}/onSocketClose.js +0 -0
  831. /package/lib/clients/mp/{truemoney → tmn}/onSocketError.d.ts +0 -0
  832. /package/lib/clients/mp/{truemoney → tmn}/onSocketError.js +0 -0
  833. /package/lib/clients/mp/{truemoney → tmn}/onSocketMessage.d.ts +0 -0
  834. /package/lib/clients/mp/{truemoney → tmn}/onSocketMessage.js +0 -0
  835. /package/lib/clients/mp/{truemoney → tmn}/onSocketOpen.d.ts +0 -0
  836. /package/lib/clients/mp/{truemoney → tmn}/onSocketOpen.js +0 -0
  837. /package/lib/clients/mp/{truemoney → tmn}/onUserCaptureScreen.d.ts +0 -0
  838. /package/lib/clients/mp/{truemoney → tmn}/onUserCaptureScreen.js +0 -0
  839. /package/lib/clients/mp/{truemoney → tmn}/openBluetoothAdapter.d.ts +0 -0
  840. /package/lib/clients/mp/{truemoney → tmn}/openBluetoothAdapter.js +0 -0
  841. /package/lib/clients/mp/{truemoney → tmn}/openDocument.d.ts +0 -0
  842. /package/lib/clients/mp/{truemoney → tmn}/openDocument.js +0 -0
  843. /package/lib/clients/mp/{truemoney → tmn}/openSetting.d.ts +0 -0
  844. /package/lib/clients/mp/{truemoney → tmn}/openSetting.js +0 -0
  845. /package/lib/clients/mp/{truemoney → tmn}/pageScrollTo.d.ts +0 -0
  846. /package/lib/clients/mp/{truemoney → tmn}/pageScrollTo.js +0 -0
  847. /package/lib/clients/mp/{truemoney → tmn}/previewImage.d.ts +0 -0
  848. /package/lib/clients/mp/{truemoney → tmn}/previewImage.js +0 -0
  849. /package/lib/clients/mp/{truemoney → tmn}/prompt.d.ts +0 -0
  850. /package/lib/clients/mp/{truemoney → tmn}/prompt.js +0 -0
  851. /package/lib/clients/mp/{truemoney → tmn}/reLaunch.d.ts +0 -0
  852. /package/lib/clients/mp/{truemoney → tmn}/reLaunch.js +0 -0
  853. /package/lib/clients/mp/{truemoney → tmn}/readBLECharacteristicValue.d.ts +0 -0
  854. /package/lib/clients/mp/{truemoney → tmn}/readBLECharacteristicValue.js +0 -0
  855. /package/lib/clients/mp/{truemoney → tmn}/redirectTo.d.ts +0 -0
  856. /package/lib/clients/mp/{truemoney → tmn}/redirectTo.js +0 -0
  857. /package/lib/clients/mp/{truemoney → tmn}/removeSavedFile.d.ts +0 -0
  858. /package/lib/clients/mp/{truemoney → tmn}/removeSavedFile.js +0 -0
  859. /package/lib/clients/mp/{truemoney → tmn}/removeStorage.d.ts +0 -0
  860. /package/lib/clients/mp/{truemoney → tmn}/removeStorage.js +0 -0
  861. /package/lib/clients/mp/{truemoney → tmn}/removeStorageSync.d.ts +0 -0
  862. /package/lib/clients/mp/{truemoney → tmn}/removeStorageSync.js +0 -0
  863. /package/lib/clients/mp/{truemoney → tmn}/request.d.ts +0 -0
  864. /package/lib/clients/mp/{truemoney → tmn}/request.js +0 -0
  865. /package/lib/clients/mp/{truemoney → tmn}/saveFile.d.ts +0 -0
  866. /package/lib/clients/mp/{truemoney → tmn}/saveFile.js +0 -0
  867. /package/lib/clients/mp/{truemoney → tmn}/saveImage.d.ts +0 -0
  868. /package/lib/clients/mp/{truemoney → tmn}/saveImage.js +0 -0
  869. /package/lib/clients/mp/{truemoney → tmn}/scan.d.ts +0 -0
  870. /package/lib/clients/mp/{truemoney → tmn}/scan.js +0 -0
  871. /package/lib/clients/mp/{truemoney → tmn}/sendSocketMessage.d.ts +0 -0
  872. /package/lib/clients/mp/{truemoney → tmn}/sendSocketMessage.js +0 -0
  873. /package/lib/clients/mp/{truemoney → tmn}/setBackgroundColor.d.ts +0 -0
  874. /package/lib/clients/mp/{truemoney → tmn}/setBackgroundColor.js +0 -0
  875. /package/lib/clients/mp/{truemoney → tmn}/setCanPullDown.d.ts +0 -0
  876. /package/lib/clients/mp/{truemoney → tmn}/setCanPullDown.js +0 -0
  877. /package/lib/clients/mp/{truemoney → tmn}/setClipboard.d.ts +0 -0
  878. /package/lib/clients/mp/{truemoney → tmn}/setClipboard.js +0 -0
  879. /package/lib/clients/mp/{truemoney → tmn}/setKeepScreenOn.d.ts +0 -0
  880. /package/lib/clients/mp/{truemoney → tmn}/setKeepScreenOn.js +0 -0
  881. /package/lib/clients/mp/{truemoney → tmn}/setNavigationBar.d.ts +0 -0
  882. /package/lib/clients/mp/{truemoney → tmn}/setNavigationBar.js +0 -0
  883. /package/lib/clients/mp/{truemoney → tmn}/setScreenBrightness.d.ts +0 -0
  884. /package/lib/clients/mp/{truemoney → tmn}/setScreenBrightness.js +0 -0
  885. /package/lib/clients/mp/{truemoney → tmn}/setStorage.d.ts +0 -0
  886. /package/lib/clients/mp/{truemoney → tmn}/setStorage.js +0 -0
  887. /package/lib/clients/mp/{truemoney → tmn}/setStorageSync.d.ts +0 -0
  888. /package/lib/clients/mp/{truemoney → tmn}/setStorageSync.js +0 -0
  889. /package/lib/clients/mp/{truemoney → tmn}/setTabBarStyle.d.ts +0 -0
  890. /package/lib/clients/mp/{truemoney → tmn}/setTabBarStyle.js +0 -0
  891. /package/lib/clients/mp/{truemoney → tmn}/showActionSheet.d.ts +0 -0
  892. /package/lib/clients/mp/{truemoney → tmn}/showActionSheet.js +0 -0
  893. /package/lib/clients/mp/{truemoney → tmn}/showAuthGuide.d.ts +0 -0
  894. /package/lib/clients/mp/{truemoney → tmn}/showAuthGuide.js +0 -0
  895. /package/lib/clients/mp/{truemoney → tmn}/showLoading.d.ts +0 -0
  896. /package/lib/clients/mp/{truemoney → tmn}/showLoading.js +0 -0
  897. /package/lib/clients/mp/{truemoney → tmn}/showNavigationBarLoading.d.ts +0 -0
  898. /package/lib/clients/mp/{truemoney → tmn}/showNavigationBarLoading.js +0 -0
  899. /package/lib/clients/mp/{truemoney → tmn}/showSharePanel.d.ts +0 -0
  900. /package/lib/clients/mp/{truemoney → tmn}/showSharePanel.js +0 -0
  901. /package/lib/clients/mp/{truemoney → tmn}/showToast.d.ts +0 -0
  902. /package/lib/clients/mp/{truemoney → tmn}/showToast.js +0 -0
  903. /package/lib/clients/mp/{truemoney → tmn}/signContract.d.ts +0 -0
  904. /package/lib/clients/mp/{truemoney → tmn}/signContract.js +0 -0
  905. /package/lib/clients/mp/{truemoney → tmn}/startBluetoothDevicesDiscovery.d.ts +0 -0
  906. /package/lib/clients/mp/{truemoney → tmn}/startBluetoothDevicesDiscovery.js +0 -0
  907. /package/lib/clients/mp/{truemoney → tmn}/startPullDownRefresh.d.ts +0 -0
  908. /package/lib/clients/mp/{truemoney → tmn}/startPullDownRefresh.js +0 -0
  909. /package/lib/clients/mp/{truemoney → tmn}/stopBluetoothDevicesDiscovery.d.ts +0 -0
  910. /package/lib/clients/mp/{truemoney → tmn}/stopBluetoothDevicesDiscovery.js +0 -0
  911. /package/lib/clients/mp/{truemoney → tmn}/stopPullDownRefresh.d.ts +0 -0
  912. /package/lib/clients/mp/{truemoney → tmn}/stopPullDownRefresh.js +0 -0
  913. /package/lib/clients/mp/{truemoney → tmn}/switchTab.d.ts +0 -0
  914. /package/lib/clients/mp/{truemoney → tmn}/switchTab.js +0 -0
  915. /package/lib/clients/mp/{truemoney → tmn}/tradePay.d.ts +0 -0
  916. /package/lib/clients/mp/{truemoney → tmn}/tradePay.js +0 -0
  917. /package/lib/clients/mp/{truemoney → tmn}/uploadFile.d.ts +0 -0
  918. /package/lib/clients/mp/{truemoney → tmn}/uploadFile.js +0 -0
  919. /package/lib/clients/mp/{truemoney → tmn}/vibrate.d.ts +0 -0
  920. /package/lib/clients/mp/{truemoney → tmn}/vibrate.js +0 -0
  921. /package/lib/clients/mp/{truemoney → tmn}/watchShake.d.ts +0 -0
  922. /package/lib/clients/mp/{truemoney → tmn}/watchShake.js +0 -0
  923. /package/lib/clients/mp/{truemoney → tmn}/writeBLECharacteristicValue.d.ts +0 -0
  924. /package/lib/clients/mp/{truemoney → tmn}/writeBLECharacteristicValue.js +0 -0
  925. /package/lib/clients/mp_web/{demo → alipayhk}/navigateToBizScene.d.ts +0 -0
  926. /package/lib/clients/mp_web/{demo → alipayhk}/navigateToBizScene.js +0 -0
  927. /package/lib/clients/mp_web/{truemoney → mpay}/addPhoneContact.d.ts +0 -0
  928. /package/lib/clients/mp_web/{truemoney → mpay}/addPhoneContact.js +0 -0
  929. /package/lib/clients/mp_web/{truemoney → mpay}/alert.d.ts +0 -0
  930. /package/lib/clients/mp_web/{truemoney → mpay}/alert.js +0 -0
  931. /package/lib/clients/mp_web/{truemoney → mpay}/chooseImage.d.ts +0 -0
  932. /package/lib/clients/mp_web/{truemoney → mpay}/chooseImage.js +0 -0
  933. /package/lib/clients/mp_web/{truemoney → mpay}/choosePhoneContact.d.ts +0 -0
  934. /package/lib/clients/mp_web/{truemoney → mpay}/choosePhoneContact.js +0 -0
  935. /package/lib/clients/mp_web/{truemoney → mpay}/clearStorage.d.ts +0 -0
  936. /package/lib/clients/mp_web/{truemoney → mpay}/clearStorage.js +0 -0
  937. /package/lib/clients/mp_web/{truemoney → mpay}/closeBluetoothAdapter.d.ts +0 -0
  938. /package/lib/clients/mp_web/{truemoney → mpay}/closeBluetoothAdapter.js +0 -0
  939. /package/lib/clients/mp_web/{truemoney → mpay}/closeSocket.d.ts +0 -0
  940. /package/lib/clients/mp_web/{truemoney → mpay}/closeSocket.js +0 -0
  941. /package/lib/clients/mp_web/{truemoney → mpay}/confirm.d.ts +0 -0
  942. /package/lib/clients/mp_web/{truemoney → mpay}/confirm.js +0 -0
  943. /package/lib/clients/mp_web/{truemoney → mpay}/connectBLEDevice.d.ts +0 -0
  944. /package/lib/clients/mp_web/{truemoney → mpay}/connectBLEDevice.js +0 -0
  945. /package/lib/clients/mp_web/{truemoney → mpay}/connectSocket.d.ts +0 -0
  946. /package/lib/clients/mp_web/{truemoney → mpay}/connectSocket.js +0 -0
  947. /package/lib/clients/mp_web/{truemoney → mpay}/datePicker.d.ts +0 -0
  948. /package/lib/clients/mp_web/{truemoney → mpay}/datePicker.js +0 -0
  949. /package/lib/clients/mp_web/{truemoney → mpay}/disconnectBLEDevice.d.ts +0 -0
  950. /package/lib/clients/mp_web/{truemoney → mpay}/disconnectBLEDevice.js +0 -0
  951. /package/lib/clients/mp_web/{truemoney → mpay}/downloadFile.d.ts +0 -0
  952. /package/lib/clients/mp_web/{truemoney → mpay}/downloadFile.js +0 -0
  953. /package/lib/clients/mp_web/{truemoney → mpay}/getBLEDeviceCharacteristics.d.ts +0 -0
  954. /package/lib/clients/mp_web/{truemoney → mpay}/getBLEDeviceCharacteristics.js +0 -0
  955. /package/lib/clients/mp_web/{truemoney → mpay}/getBLEDeviceServices.d.ts +0 -0
  956. /package/lib/clients/mp_web/{truemoney → mpay}/getBLEDeviceServices.js +0 -0
  957. /package/lib/clients/mp_web/{truemoney → mpay}/getBatteryInfo.d.ts +0 -0
  958. /package/lib/clients/mp_web/{truemoney → mpay}/getBatteryInfo.js +0 -0
  959. /package/lib/clients/mp_web/{truemoney → mpay}/getBluetoothAdapterState.d.ts +0 -0
  960. /package/lib/clients/mp_web/{truemoney → mpay}/getBluetoothAdapterState.js +0 -0
  961. /package/lib/clients/mp_web/{truemoney → mpay}/getBluetoothDevices.d.ts +0 -0
  962. /package/lib/clients/mp_web/{truemoney → mpay}/getBluetoothDevices.js +0 -0
  963. /package/lib/clients/mp_web/{truemoney → mpay}/getClipboard.d.ts +0 -0
  964. /package/lib/clients/mp_web/{truemoney → mpay}/getClipboard.js +0 -0
  965. /package/lib/clients/mp_web/{truemoney → mpay}/getConnectedBluetoothDevices.d.ts +0 -0
  966. /package/lib/clients/mp_web/{truemoney → mpay}/getConnectedBluetoothDevices.js +0 -0
  967. /package/lib/clients/mp_web/{truemoney → mpay}/getFileInfo.d.ts +0 -0
  968. /package/lib/clients/mp_web/{truemoney → mpay}/getFileInfo.js +0 -0
  969. /package/lib/clients/mp_web/{truemoney → mpay}/getImageInfo.d.ts +0 -0
  970. /package/lib/clients/mp_web/{truemoney → mpay}/getImageInfo.js +0 -0
  971. /package/lib/clients/mp_web/{truemoney → mpay}/getLocation.d.ts +0 -0
  972. /package/lib/clients/mp_web/{truemoney → mpay}/getLocation.js +0 -0
  973. /package/lib/clients/mp_web/{truemoney → mpay}/getNetworkType.d.ts +0 -0
  974. /package/lib/clients/mp_web/{truemoney → mpay}/getNetworkType.js +0 -0
  975. /package/lib/clients/mp_web/{truemoney → mpay}/getOpenUserInfo.d.ts +0 -0
  976. /package/lib/clients/mp_web/{truemoney → mpay}/getOpenUserInfo.js +0 -0
  977. /package/lib/clients/mp_web/{truemoney → mpay}/getSavedFileInfo.d.ts +0 -0
  978. /package/lib/clients/mp_web/{truemoney → mpay}/getSavedFileInfo.js +0 -0
  979. /package/lib/clients/mp_web/{truemoney → mpay}/getSavedFileList.d.ts +0 -0
  980. /package/lib/clients/mp_web/{truemoney → mpay}/getSavedFileList.js +0 -0
  981. /package/lib/clients/mp_web/{truemoney → mpay}/getScreenBrightness.d.ts +0 -0
  982. /package/lib/clients/mp_web/{truemoney → mpay}/getScreenBrightness.js +0 -0
  983. /package/lib/clients/mp_web/{truemoney → mpay}/getServerTime.d.ts +0 -0
  984. /package/lib/clients/mp_web/{truemoney → mpay}/getServerTime.js +0 -0
  985. /package/lib/clients/mp_web/{truemoney → mpay}/getSetting.d.ts +0 -0
  986. /package/lib/clients/mp_web/{truemoney → mpay}/getSetting.js +0 -0
  987. /package/lib/clients/mp_web/{truemoney → mpay}/getSiteInfo.d.ts +0 -0
  988. /package/lib/clients/mp_web/{truemoney → mpay}/getSiteInfo.js +0 -0
  989. /package/lib/clients/mp_web/{truemoney → mpay}/getSystemInfo.d.ts +0 -0
  990. /package/lib/clients/mp_web/{truemoney → mpay}/getSystemInfo.js +0 -0
  991. /package/lib/clients/mp_web/{truemoney → mpay}/hideBackHome.d.ts +0 -0
  992. /package/lib/clients/mp_web/{truemoney → mpay}/hideBackHome.js +0 -0
  993. /package/lib/clients/mp_web/{truemoney → mpay}/hideKeyboard.d.ts +0 -0
  994. /package/lib/clients/mp_web/{truemoney → mpay}/hideKeyboard.js +0 -0
  995. /package/lib/clients/mp_web/{truemoney → mpay}/hideLoading.d.ts +0 -0
  996. /package/lib/clients/mp_web/{truemoney → mpay}/hideLoading.js +0 -0
  997. /package/lib/clients/mp_web/{truemoney → mpay}/hideNavigationBarLoading.d.ts +0 -0
  998. /package/lib/clients/mp_web/{truemoney → mpay}/hideNavigationBarLoading.js +0 -0
  999. /package/lib/clients/mp_web/{truemoney → mpay}/hideTabBar.d.ts +0 -0
  1000. /package/lib/clients/mp_web/{truemoney → mpay}/hideTabBar.js +0 -0
  1001. /package/lib/clients/mp_web/{truemoney → mpay}/hideToast.d.ts +0 -0
  1002. /package/lib/clients/mp_web/{truemoney → mpay}/hideToast.js +0 -0
  1003. /package/lib/clients/mp_web/{truemoney → mpay}/makePhoneCall.d.ts +0 -0
  1004. /package/lib/clients/mp_web/{truemoney → mpay}/makePhoneCall.js +0 -0
  1005. /package/lib/clients/mp_web/{truemoney → mpay}/multiLevelSelect.d.ts +0 -0
  1006. /package/lib/clients/mp_web/{truemoney → mpay}/multiLevelSelect.js +0 -0
  1007. /package/lib/clients/mp_web/{truemoney → mpay}/navigateBack.d.ts +0 -0
  1008. /package/lib/clients/mp_web/{truemoney → mpay}/navigateBack.js +0 -0
  1009. /package/lib/clients/mp_web/{truemoney → mpay}/navigateBackMiniProgram.d.ts +0 -0
  1010. /package/lib/clients/mp_web/{truemoney → mpay}/navigateBackMiniProgram.js +0 -0
  1011. /package/lib/clients/mp_web/{truemoney → mpay}/navigateTo.d.ts +0 -0
  1012. /package/lib/clients/mp_web/{truemoney → mpay}/navigateTo.js +0 -0
  1013. /package/lib/clients/mp_web/{truemoney → mpay}/navigateToMiniProgram.d.ts +0 -0
  1014. /package/lib/clients/mp_web/{truemoney → mpay}/navigateToMiniProgram.js +0 -0
  1015. /package/lib/clients/mp_web/{truemoney → mpay}/notifyBLECharacteristicValueChange.d.ts +0 -0
  1016. /package/lib/clients/mp_web/{truemoney → mpay}/notifyBLECharacteristicValueChange.js +0 -0
  1017. /package/lib/clients/mp_web/{truemoney → mpay}/offAccelerometerChange.d.ts +0 -0
  1018. /package/lib/clients/mp_web/{truemoney → mpay}/offAccelerometerChange.js +0 -0
  1019. /package/lib/clients/mp_web/{truemoney → mpay}/offBLECharacteristicValueChange.d.ts +0 -0
  1020. /package/lib/clients/mp_web/{truemoney → mpay}/offBLECharacteristicValueChange.js +0 -0
  1021. /package/lib/clients/mp_web/{truemoney → mpay}/offBLEConnectionStateChanged.d.ts +0 -0
  1022. /package/lib/clients/mp_web/{truemoney → mpay}/offBLEConnectionStateChanged.js +0 -0
  1023. /package/lib/clients/mp_web/{truemoney → mpay}/offBluetoothAdapterStateChange.d.ts +0 -0
  1024. /package/lib/clients/mp_web/{truemoney → mpay}/offBluetoothAdapterStateChange.js +0 -0
  1025. /package/lib/clients/mp_web/{truemoney → mpay}/offBluetoothDeviceFound.d.ts +0 -0
  1026. /package/lib/clients/mp_web/{truemoney → mpay}/offBluetoothDeviceFound.js +0 -0
  1027. /package/lib/clients/mp_web/{truemoney → mpay}/offCompassChange.d.ts +0 -0
  1028. /package/lib/clients/mp_web/{truemoney → mpay}/offCompassChange.js +0 -0
  1029. /package/lib/clients/mp_web/{truemoney → mpay}/offMemoryWarning.d.ts +0 -0
  1030. /package/lib/clients/mp_web/{truemoney → mpay}/offMemoryWarning.js +0 -0
  1031. /package/lib/clients/mp_web/{truemoney → mpay}/offSocketClose.d.ts +0 -0
  1032. /package/lib/clients/mp_web/{truemoney → mpay}/offSocketClose.js +0 -0
  1033. /package/lib/clients/mp_web/{truemoney → mpay}/offSocketError.d.ts +0 -0
  1034. /package/lib/clients/mp_web/{truemoney → mpay}/offSocketError.js +0 -0
  1035. /package/lib/clients/mp_web/{truemoney → mpay}/offSocketMessage.d.ts +0 -0
  1036. /package/lib/clients/mp_web/{truemoney → mpay}/offSocketMessage.js +0 -0
  1037. /package/lib/clients/mp_web/{truemoney → mpay}/offSocketOpen.d.ts +0 -0
  1038. /package/lib/clients/mp_web/{truemoney → mpay}/offSocketOpen.js +0 -0
  1039. /package/lib/clients/mp_web/{truemoney → mpay}/offUserCaptureScreen.d.ts +0 -0
  1040. /package/lib/clients/mp_web/{truemoney → mpay}/offUserCaptureScreen.js +0 -0
  1041. /package/lib/clients/mp_web/{truemoney → mpay}/onAccelerometerChange.d.ts +0 -0
  1042. /package/lib/clients/mp_web/{truemoney → mpay}/onAccelerometerChange.js +0 -0
  1043. /package/lib/clients/mp_web/{truemoney → mpay}/onBLECharacteristicValueChange.d.ts +0 -0
  1044. /package/lib/clients/mp_web/{truemoney → mpay}/onBLECharacteristicValueChange.js +0 -0
  1045. /package/lib/clients/mp_web/{truemoney → mpay}/onBLEConnectionStateChanged.d.ts +0 -0
  1046. /package/lib/clients/mp_web/{truemoney → mpay}/onBLEConnectionStateChanged.js +0 -0
  1047. /package/lib/clients/mp_web/{truemoney → mpay}/onBluetoothAdapterStateChange.d.ts +0 -0
  1048. /package/lib/clients/mp_web/{truemoney → mpay}/onBluetoothAdapterStateChange.js +0 -0
  1049. /package/lib/clients/mp_web/{truemoney → mpay}/onBluetoothDeviceFound.d.ts +0 -0
  1050. /package/lib/clients/mp_web/{truemoney → mpay}/onBluetoothDeviceFound.js +0 -0
  1051. /package/lib/clients/mp_web/{truemoney → mpay}/onCompassChange.d.ts +0 -0
  1052. /package/lib/clients/mp_web/{truemoney → mpay}/onCompassChange.js +0 -0
  1053. /package/lib/clients/mp_web/{truemoney → mpay}/onMemoryWarning.d.ts +0 -0
  1054. /package/lib/clients/mp_web/{truemoney → mpay}/onMemoryWarning.js +0 -0
  1055. /package/lib/clients/mp_web/{truemoney → mpay}/onSocketClose.d.ts +0 -0
  1056. /package/lib/clients/mp_web/{truemoney → mpay}/onSocketClose.js +0 -0
  1057. /package/lib/clients/mp_web/{truemoney → mpay}/onSocketError.d.ts +0 -0
  1058. /package/lib/clients/mp_web/{truemoney → mpay}/onSocketError.js +0 -0
  1059. /package/lib/clients/mp_web/{truemoney → mpay}/onSocketMessage.d.ts +0 -0
  1060. /package/lib/clients/mp_web/{truemoney → mpay}/onSocketMessage.js +0 -0
  1061. /package/lib/clients/mp_web/{truemoney → mpay}/onSocketOpen.d.ts +0 -0
  1062. /package/lib/clients/mp_web/{truemoney → mpay}/onSocketOpen.js +0 -0
  1063. /package/lib/clients/mp_web/{truemoney → mpay}/onUserCaptureScreen.d.ts +0 -0
  1064. /package/lib/clients/mp_web/{truemoney → mpay}/onUserCaptureScreen.js +0 -0
  1065. /package/lib/clients/mp_web/{truemoney → mpay}/openBluetoothAdapter.d.ts +0 -0
  1066. /package/lib/clients/mp_web/{truemoney → mpay}/openBluetoothAdapter.js +0 -0
  1067. /package/lib/clients/mp_web/{truemoney → mpay}/openDocument.d.ts +0 -0
  1068. /package/lib/clients/mp_web/{truemoney → mpay}/openDocument.js +0 -0
  1069. /package/lib/clients/mp_web/{truemoney → mpay}/openSetting.d.ts +0 -0
  1070. /package/lib/clients/mp_web/{truemoney → mpay}/openSetting.js +0 -0
  1071. /package/lib/clients/mp_web/{truemoney → mpay}/pageScrollTo.d.ts +0 -0
  1072. /package/lib/clients/mp_web/{truemoney → mpay}/pageScrollTo.js +0 -0
  1073. /package/lib/clients/mp_web/{truemoney → mpay}/previewImage.d.ts +0 -0
  1074. /package/lib/clients/mp_web/{truemoney → mpay}/previewImage.js +0 -0
  1075. /package/lib/clients/mp_web/{truemoney → mpay}/prompt.d.ts +0 -0
  1076. /package/lib/clients/mp_web/{truemoney → mpay}/prompt.js +0 -0
  1077. /package/lib/clients/mp_web/{truemoney → mpay}/reLaunch.d.ts +0 -0
  1078. /package/lib/clients/mp_web/{truemoney → mpay}/reLaunch.js +0 -0
  1079. /package/lib/clients/mp_web/{truemoney → mpay}/readBLECharacteristicValue.d.ts +0 -0
  1080. /package/lib/clients/mp_web/{truemoney → mpay}/readBLECharacteristicValue.js +0 -0
  1081. /package/lib/clients/mp_web/{truemoney → mpay}/redirectTo.d.ts +0 -0
  1082. /package/lib/clients/mp_web/{truemoney → mpay}/redirectTo.js +0 -0
  1083. /package/lib/clients/mp_web/{truemoney → mpay}/removeSavedFile.d.ts +0 -0
  1084. /package/lib/clients/mp_web/{truemoney → mpay}/removeSavedFile.js +0 -0
  1085. /package/lib/clients/mp_web/{truemoney → mpay}/removeStorage.d.ts +0 -0
  1086. /package/lib/clients/mp_web/{truemoney → mpay}/removeStorage.js +0 -0
  1087. /package/lib/clients/mp_web/{truemoney → mpay}/saveFile.d.ts +0 -0
  1088. /package/lib/clients/mp_web/{truemoney → mpay}/saveFile.js +0 -0
  1089. /package/lib/clients/mp_web/{truemoney → mpay}/saveImage.d.ts +0 -0
  1090. /package/lib/clients/mp_web/{truemoney → mpay}/saveImage.js +0 -0
  1091. /package/lib/clients/mp_web/{truemoney → mpay}/scan.d.ts +0 -0
  1092. /package/lib/clients/mp_web/{truemoney → mpay}/scan.js +0 -0
  1093. /package/lib/clients/mp_web/{truemoney → mpay}/sendSocketMessage.d.ts +0 -0
  1094. /package/lib/clients/mp_web/{truemoney → mpay}/sendSocketMessage.js +0 -0
  1095. /package/lib/clients/mp_web/{truemoney → mpay}/setBackgroundColor.d.ts +0 -0
  1096. /package/lib/clients/mp_web/{truemoney → mpay}/setBackgroundColor.js +0 -0
  1097. /package/lib/clients/mp_web/{truemoney → mpay}/setCanPullDown.d.ts +0 -0
  1098. /package/lib/clients/mp_web/{truemoney → mpay}/setCanPullDown.js +0 -0
  1099. /package/lib/clients/mp_web/{truemoney → mpay}/setClipboard.d.ts +0 -0
  1100. /package/lib/clients/mp_web/{truemoney → mpay}/setClipboard.js +0 -0
  1101. /package/lib/clients/mp_web/{truemoney → mpay}/setKeepScreenOn.d.ts +0 -0
  1102. /package/lib/clients/mp_web/{truemoney → mpay}/setKeepScreenOn.js +0 -0
  1103. /package/lib/clients/mp_web/{truemoney → mpay}/setNavigationBar.d.ts +0 -0
  1104. /package/lib/clients/mp_web/{truemoney → mpay}/setNavigationBar.js +0 -0
  1105. /package/lib/clients/mp_web/{truemoney → mpay}/setScreenBrightness.d.ts +0 -0
  1106. /package/lib/clients/mp_web/{truemoney → mpay}/setScreenBrightness.js +0 -0
  1107. /package/lib/clients/mp_web/{truemoney → mpay}/setTabBarStyle.d.ts +0 -0
  1108. /package/lib/clients/mp_web/{truemoney → mpay}/setTabBarStyle.js +0 -0
  1109. /package/lib/clients/mp_web/{truemoney → mpay}/showActionSheet.d.ts +0 -0
  1110. /package/lib/clients/mp_web/{truemoney → mpay}/showActionSheet.js +0 -0
  1111. /package/lib/clients/mp_web/{truemoney → mpay}/showAuthGuide.d.ts +0 -0
  1112. /package/lib/clients/mp_web/{truemoney → mpay}/showAuthGuide.js +0 -0
  1113. /package/lib/clients/mp_web/{truemoney → mpay}/showLoading.d.ts +0 -0
  1114. /package/lib/clients/mp_web/{truemoney → mpay}/showLoading.js +0 -0
  1115. /package/lib/clients/mp_web/{truemoney → mpay}/showNavigationBarLoading.d.ts +0 -0
  1116. /package/lib/clients/mp_web/{truemoney → mpay}/showNavigationBarLoading.js +0 -0
  1117. /package/lib/clients/mp_web/{truemoney → mpay}/showSharePanel.d.ts +0 -0
  1118. /package/lib/clients/mp_web/{truemoney → mpay}/showSharePanel.js +0 -0
  1119. /package/lib/clients/mp_web/{truemoney → mpay}/showToast.d.ts +0 -0
  1120. /package/lib/clients/mp_web/{truemoney → mpay}/showToast.js +0 -0
  1121. /package/lib/clients/mp_web/{truemoney → mpay}/signContract.d.ts +0 -0
  1122. /package/lib/clients/mp_web/{truemoney → mpay}/signContract.js +0 -0
  1123. /package/lib/clients/mp_web/{truemoney → mpay}/startBluetoothDevicesDiscovery.d.ts +0 -0
  1124. /package/lib/clients/mp_web/{truemoney → mpay}/startBluetoothDevicesDiscovery.js +0 -0
  1125. /package/lib/clients/mp_web/{truemoney → mpay}/startPullDownRefresh.d.ts +0 -0
  1126. /package/lib/clients/mp_web/{truemoney → mpay}/startPullDownRefresh.js +0 -0
  1127. /package/lib/clients/mp_web/{truemoney → mpay}/stopBluetoothDevicesDiscovery.d.ts +0 -0
  1128. /package/lib/clients/mp_web/{truemoney → mpay}/stopBluetoothDevicesDiscovery.js +0 -0
  1129. /package/lib/clients/mp_web/{truemoney → mpay}/stopPullDownRefresh.d.ts +0 -0
  1130. /package/lib/clients/mp_web/{truemoney → mpay}/stopPullDownRefresh.js +0 -0
  1131. /package/lib/clients/mp_web/{truemoney → mpay}/switchTab.d.ts +0 -0
  1132. /package/lib/clients/mp_web/{truemoney → mpay}/switchTab.js +0 -0
  1133. /package/lib/clients/mp_web/{truemoney → mpay}/tradePay.d.ts +0 -0
  1134. /package/lib/clients/mp_web/{truemoney → mpay}/tradePay.js +0 -0
  1135. /package/lib/clients/mp_web/{truemoney → mpay}/uploadFile.d.ts +0 -0
  1136. /package/lib/clients/mp_web/{truemoney → mpay}/uploadFile.js +0 -0
  1137. /package/lib/clients/mp_web/{truemoney → mpay}/vibrate.d.ts +0 -0
  1138. /package/lib/clients/mp_web/{truemoney → mpay}/vibrate.js +0 -0
  1139. /package/lib/clients/mp_web/{truemoney → mpay}/watchShake.d.ts +0 -0
  1140. /package/lib/clients/mp_web/{truemoney → mpay}/watchShake.js +0 -0
  1141. /package/lib/clients/mp_web/{truemoney → mpay}/writeBLECharacteristicValue.d.ts +0 -0
  1142. /package/lib/clients/mp_web/{truemoney → mpay}/writeBLECharacteristicValue.js +0 -0
  1143. /package/lib/clients/mp_web/{truemoney → tmn}/getAppId.d.ts +0 -0
  1144. /package/lib/clients/mp_web/{truemoney → tmn}/getAppId.js +0 -0
  1145. /package/lib/clients/mp_web/{truemoney → tmn}/getAppToken.d.ts +0 -0
  1146. /package/lib/clients/mp_web/{truemoney → tmn}/getAppToken.js +0 -0
  1147. /package/lib/clients/mp_web/{truemoney → tmn}/getAuthCode.d.ts +0 -0
  1148. /package/lib/clients/mp_web/{truemoney → tmn}/getAuthCode.js +0 -0
  1149. /package/lib/clients/mp_web/{truemoney → tmn}/getCurrentPages.d.ts +0 -0
  1150. /package/lib/clients/mp_web/{truemoney → tmn}/getCurrentPages.js +0 -0
  1151. /package/lib/clients/mp_web/{truemoney → tmn}/getSDKVersion.d.ts +0 -0
  1152. /package/lib/clients/mp_web/{truemoney → tmn}/getSDKVersion.js +0 -0
  1153. /package/lib/clients/mp_web/{truemoney → tmn}/getStorage.d.ts +0 -0
  1154. /package/lib/clients/mp_web/{truemoney → tmn}/getStorage.js +0 -0
  1155. /package/lib/clients/mp_web/{truemoney → tmn}/request.d.ts +0 -0
  1156. /package/lib/clients/mp_web/{truemoney → tmn}/request.js +0 -0
  1157. /package/lib/clients/mp_web/{truemoney → tmn}/setStorage.d.ts +0 -0
  1158. /package/lib/clients/mp_web/{truemoney → tmn}/setStorage.js +0 -0
  1159. /package/lib/clients/mp_web/{truemoney → tmn}/setTransparentTitle.d.ts +0 -0
  1160. /package/lib/clients/mp_web/{truemoney → tmn}/setTransparentTitle.js +0 -0
package/lib/bridges.d.ts CHANGED
@@ -22,8 +22,8 @@ export declare const addFatigueActionAsync: (args?: import("@hylid/call/lib/prom
22
22
  * @support
23
23
  * | Platform | Apps |
24
24
  * | ------------- | -------- |
25
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
26
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
25
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
26
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
27
27
  * | web | demo,alipay |
28
28
  */
29
29
  export declare const addPhoneContact: PickMPAttr<'addPhoneContact'>;
@@ -32,8 +32,8 @@ export declare const addPhoneContact: PickMPAttr<'addPhoneContact'>;
32
32
  * @support
33
33
  * | Platform | Apps |
34
34
  * | ------------- | -------- |
35
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
36
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
35
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
36
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
37
37
  * | web | demo,alipay |
38
38
  */
39
39
  export declare const addPhoneContactAsync: (args?: Partial<AddPhoneContactArgs> | undefined) => Promise<{
@@ -44,8 +44,8 @@ export declare const addPhoneContactAsync: (args?: Partial<AddPhoneContactArgs>
44
44
  * @support
45
45
  * | Platform | Apps |
46
46
  * | ------------- | -------- |
47
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
48
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
47
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
48
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
49
49
  * | web | demo,alipay,h5,tngdh5ng |
50
50
  */
51
51
  export declare const alert: PickMPAttr<'alert'>;
@@ -54,8 +54,8 @@ export declare const alert: PickMPAttr<'alert'>;
54
54
  * @support
55
55
  * | Platform | Apps |
56
56
  * | ------------- | -------- |
57
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
58
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
57
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
58
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
59
59
  * | web | demo,alipay,h5,tngdh5ng |
60
60
  */
61
61
  export declare const alertAsync: (args?: import("@hylid/call/lib/promisify").Options | undefined) => Promise<any>;
@@ -136,8 +136,8 @@ export declare const batchQueryCdpSpaceInfoAsync: (args?: any) => Promise<unknow
136
136
  * @support
137
137
  * | Platform | Apps |
138
138
  * | ------------- | -------- |
139
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
140
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
139
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
140
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
141
141
  * | web | demo,alipay |
142
142
  */
143
143
  export declare const chooseImage: PickMPAttr<'chooseImage'>;
@@ -146,8 +146,8 @@ export declare const chooseImage: PickMPAttr<'chooseImage'>;
146
146
  * @support
147
147
  * | Platform | Apps |
148
148
  * | ------------- | -------- |
149
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
150
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
149
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
150
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
151
151
  * | web | demo,alipay |
152
152
  */
153
153
  export declare const chooseImageAsync: (args?: ChooseImageArgs | undefined) => Promise<{
@@ -158,8 +158,8 @@ export declare const chooseImageAsync: (args?: ChooseImageArgs | undefined) => P
158
158
  * @support
159
159
  * | Platform | Apps |
160
160
  * | ------------- | -------- |
161
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
162
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
161
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
162
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
163
163
  * | web | demo,alipay |
164
164
  */
165
165
  export declare const choosePhoneContact: PickMPAttr<'choosePhoneContact'>;
@@ -168,8 +168,8 @@ export declare const choosePhoneContact: PickMPAttr<'choosePhoneContact'>;
168
168
  * @support
169
169
  * | Platform | Apps |
170
170
  * | ------------- | -------- |
171
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
172
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
171
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
172
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
173
173
  * | web | demo,alipay |
174
174
  */
175
175
  export declare const choosePhoneContactAsync: (args?: ChoosePhoneContactArgs | undefined) => Promise<ChoosePhoneContactCallbackValue>;
@@ -178,8 +178,8 @@ export declare const choosePhoneContactAsync: (args?: ChoosePhoneContactArgs | u
178
178
  * @support
179
179
  * | Platform | Apps |
180
180
  * | ------------- | -------- |
181
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
182
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
181
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
182
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
183
183
  * | web | demo,alipay,h5 |
184
184
  */
185
185
  export declare const clearStorage: PickMPAttr<'clearStorage'>;
@@ -188,8 +188,8 @@ export declare const clearStorage: PickMPAttr<'clearStorage'>;
188
188
  * @support
189
189
  * | Platform | Apps |
190
190
  * | ------------- | -------- |
191
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
192
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
191
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
192
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
193
193
  * | web | demo,alipay,h5 |
194
194
  */
195
195
  export declare const clearStorageAsync: (args?: import("@hylid/call/lib/promisify").Options | undefined) => Promise<any>;
@@ -198,7 +198,7 @@ export declare const clearStorageAsync: (args?: import("@hylid/call/lib/promisif
198
198
  * @support
199
199
  * | Platform | Apps |
200
200
  * | ------------- | -------- |
201
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
201
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
202
202
  * | web | h5 |
203
203
  */
204
204
  export declare const clearStorageSync: PickMPAttr<'clearStorageSync'>;
@@ -207,8 +207,8 @@ export declare const clearStorageSync: PickMPAttr<'clearStorageSync'>;
207
207
  * @support
208
208
  * | Platform | Apps |
209
209
  * | ------------- | -------- |
210
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
211
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
210
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
211
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
212
212
  * | web | |
213
213
  */
214
214
  export declare const closeBluetoothAdapter: PickMPAttr<'closeBluetoothAdapter'>;
@@ -217,8 +217,8 @@ export declare const closeBluetoothAdapter: PickMPAttr<'closeBluetoothAdapter'>;
217
217
  * @support
218
218
  * | Platform | Apps |
219
219
  * | ------------- | -------- |
220
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
221
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
220
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
221
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
222
222
  * | web | |
223
223
  */
224
224
  export declare const closeBluetoothAdapterAsync: (args?: import("@hylid/call/lib/promisify").Options | undefined) => Promise<any>;
@@ -227,8 +227,8 @@ export declare const closeBluetoothAdapterAsync: (args?: import("@hylid/call/lib
227
227
  * @support
228
228
  * | Platform | Apps |
229
229
  * | ------------- | -------- |
230
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
231
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
230
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
231
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
232
232
  * | web | |
233
233
  */
234
234
  export declare const closeSocket: PickMPAttr<'closeSocket'>;
@@ -237,8 +237,8 @@ export declare const closeSocket: PickMPAttr<'closeSocket'>;
237
237
  * @support
238
238
  * | Platform | Apps |
239
239
  * | ------------- | -------- |
240
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
241
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
240
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
241
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
242
242
  * | web | |
243
243
  */
244
244
  export declare const closeSocketAsync: (args?: import("@hylid/call/lib/promisify").Options | undefined) => Promise<any>;
@@ -247,8 +247,8 @@ export declare const closeSocketAsync: (args?: import("@hylid/call/lib/promisify
247
247
  * @support
248
248
  * | Platform | Apps |
249
249
  * | ------------- | -------- |
250
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
251
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
250
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
251
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
252
252
  * | web | demo,alipay,h5,tngdh5ng |
253
253
  */
254
254
  export declare const confirm: PickMPAttr<'confirm'>;
@@ -257,8 +257,8 @@ export declare const confirm: PickMPAttr<'confirm'>;
257
257
  * @support
258
258
  * | Platform | Apps |
259
259
  * | ------------- | -------- |
260
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
261
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
260
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
261
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
262
262
  * | web | demo,alipay,h5,tngdh5ng |
263
263
  */
264
264
  export declare const confirmAsync: (args?: ConfirmArgs | undefined) => Promise<ConfirmCallbackValue>;
@@ -267,8 +267,8 @@ export declare const confirmAsync: (args?: ConfirmArgs | undefined) => Promise<C
267
267
  * @support
268
268
  * | Platform | Apps |
269
269
  * | ------------- | -------- |
270
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
271
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
270
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
271
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
272
272
  * | web | |
273
273
  */
274
274
  export declare const connectBLEDevice: PickMPAttr<'connectBLEDevice'>;
@@ -277,8 +277,8 @@ export declare const connectBLEDevice: PickMPAttr<'connectBLEDevice'>;
277
277
  * @support
278
278
  * | Platform | Apps |
279
279
  * | ------------- | -------- |
280
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
281
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
280
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
281
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
282
282
  * | web | |
283
283
  */
284
284
  export declare const connectBLEDeviceAsync: (args?: ({
@@ -289,8 +289,8 @@ export declare const connectBLEDeviceAsync: (args?: ({
289
289
  * @support
290
290
  * | Platform | Apps |
291
291
  * | ------------- | -------- |
292
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
293
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
292
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
293
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
294
294
  * | web | |
295
295
  */
296
296
  export declare const connectSocket: PickMPAttr<'connectSocket'>;
@@ -299,8 +299,8 @@ export declare const connectSocket: PickMPAttr<'connectSocket'>;
299
299
  * @support
300
300
  * | Platform | Apps |
301
301
  * | ------------- | -------- |
302
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
303
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
302
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
303
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
304
304
  * | web | |
305
305
  */
306
306
  export declare const connectSocketAsync: (args?: import("@hylid/call/lib/promisify").Options | undefined) => Promise<any>;
@@ -309,7 +309,7 @@ export declare const connectSocketAsync: (args?: import("@hylid/call/lib/promisi
309
309
  * @support
310
310
  * | Platform | Apps |
311
311
  * | ------------- | -------- |
312
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
312
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
313
313
  * | web | |
314
314
  */
315
315
  export declare const createAnimation: PickMPAttr<'createAnimation'>;
@@ -318,7 +318,7 @@ export declare const createAnimation: PickMPAttr<'createAnimation'>;
318
318
  * @support
319
319
  * | Platform | Apps |
320
320
  * | ------------- | -------- |
321
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
321
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
322
322
  * | web | |
323
323
  */
324
324
  export declare const createWebViewContext: PickMPAttr<'createWebViewContext'>;
@@ -327,8 +327,8 @@ export declare const createWebViewContext: PickMPAttr<'createWebViewContext'>;
327
327
  * @support
328
328
  * | Platform | Apps |
329
329
  * | ------------- | -------- |
330
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
331
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
330
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
331
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
332
332
  * | web | demo,alipay |
333
333
  */
334
334
  export declare const datePicker: PickMPAttr<'datePicker'>;
@@ -337,8 +337,8 @@ export declare const datePicker: PickMPAttr<'datePicker'>;
337
337
  * @support
338
338
  * | Platform | Apps |
339
339
  * | ------------- | -------- |
340
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
341
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
340
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
341
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
342
342
  * | web | demo,alipay |
343
343
  */
344
344
  export declare const datePickerAsync: (args?: import("@hylid/call/lib/promisify").Options | undefined) => Promise<any>;
@@ -347,8 +347,8 @@ export declare const datePickerAsync: (args?: import("@hylid/call/lib/promisify"
347
347
  * @support
348
348
  * | Platform | Apps |
349
349
  * | ------------- | -------- |
350
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
351
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
350
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
351
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
352
352
  * | web | |
353
353
  */
354
354
  export declare const disconnectBLEDevice: PickMPAttr<'disconnectBLEDevice'>;
@@ -357,8 +357,8 @@ export declare const disconnectBLEDevice: PickMPAttr<'disconnectBLEDevice'>;
357
357
  * @support
358
358
  * | Platform | Apps |
359
359
  * | ------------- | -------- |
360
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
361
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
360
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
361
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
362
362
  * | web | |
363
363
  */
364
364
  export declare const disconnectBLEDeviceAsync: (args?: ({
@@ -369,8 +369,8 @@ export declare const disconnectBLEDeviceAsync: (args?: ({
369
369
  * @support
370
370
  * | Platform | Apps |
371
371
  * | ------------- | -------- |
372
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
373
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
372
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
373
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
374
374
  * | web | demo,alipay |
375
375
  */
376
376
  export declare const downloadFile: PickMPAttr<'downloadFile'>;
@@ -379,8 +379,8 @@ export declare const downloadFile: PickMPAttr<'downloadFile'>;
379
379
  * @support
380
380
  * | Platform | Apps |
381
381
  * | ------------- | -------- |
382
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
383
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
382
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
383
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
384
384
  * | web | demo,alipay |
385
385
  */
386
386
  export declare const downloadFileAsync: (args?: DownloadFileArgs | undefined) => Promise<{
@@ -391,7 +391,7 @@ export declare const downloadFileAsync: (args?: DownloadFileArgs | undefined) =>
391
391
  * | Platform | Apps |
392
392
  * | ------------- | -------- |
393
393
  * | mp | demo |
394
- * | mp_web | demo |
394
+ * | mp_web | demo,toss,alipayhk |
395
395
  * | web | demo,alipay,h5,tngdh5ng |
396
396
  */
397
397
  export declare const exitApp: PickMPAttr<'exitApp'>;
@@ -400,7 +400,7 @@ export declare const exitApp: PickMPAttr<'exitApp'>;
400
400
  * | Platform | Apps |
401
401
  * | ------------- | -------- |
402
402
  * | mp | demo |
403
- * | mp_web | demo |
403
+ * | mp_web | demo,toss,alipayhk |
404
404
  * | web | demo,alipay,h5,tngdh5ng |
405
405
  */
406
406
  export declare const exitAppAsync: (args?: any) => Promise<unknown>;
@@ -409,7 +409,7 @@ export declare const exitAppAsync: (args?: any) => Promise<unknown>;
409
409
  * @support
410
410
  * | Platform | Apps |
411
411
  * | ------------- | -------- |
412
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
412
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
413
413
  */
414
414
  export declare const getAppIdSync: PickMPAttr<'getAppIdSync'>;
415
415
  /**
@@ -417,7 +417,7 @@ export declare const getAppIdSync: PickMPAttr<'getAppIdSync'>;
417
417
  * | Platform | Apps |
418
418
  * | ------------- | -------- |
419
419
  * | mp | demo |
420
- * | mp_web | demo,alipayhk,dana,gcash,mpay,truemoney,tngd |
420
+ * | mp_web | demo,alipayhk,dana,gcash,mpay,tmn,tngd,toss |
421
421
  * | web | demo,alipay |
422
422
  */
423
423
  export declare const getAppToken: PickMPAttr<'getAppToken'>;
@@ -426,7 +426,7 @@ export declare const getAppToken: PickMPAttr<'getAppToken'>;
426
426
  * | Platform | Apps |
427
427
  * | ------------- | -------- |
428
428
  * | mp | demo |
429
- * | mp_web | demo,alipayhk,dana,gcash,mpay,truemoney,tngd |
429
+ * | mp_web | demo,alipayhk,dana,gcash,mpay,tmn,tngd,toss |
430
430
  * | web | demo,alipay |
431
431
  */
432
432
  export declare const getAppTokenAsync: (args?: any) => Promise<unknown>;
@@ -435,8 +435,8 @@ export declare const getAppTokenAsync: (args?: any) => Promise<unknown>;
435
435
  * @support
436
436
  * | Platform | Apps |
437
437
  * | ------------- | -------- |
438
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
439
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney,toss,mpay |
438
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
439
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
440
440
  * | web | demo,alipay |
441
441
  */
442
442
  export declare const getAuthCode: PickMPAttr<'getAuthCode'>;
@@ -445,8 +445,8 @@ export declare const getAuthCode: PickMPAttr<'getAuthCode'>;
445
445
  * @support
446
446
  * | Platform | Apps |
447
447
  * | ------------- | -------- |
448
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
449
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney,toss,mpay |
448
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
449
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
450
450
  * | web | demo,alipay |
451
451
  */
452
452
  export declare const getAuthCodeAsync: (args?: ({
@@ -458,8 +458,8 @@ export declare const getAuthCodeAsync: (args?: ({
458
458
  * @support
459
459
  * | Platform | Apps |
460
460
  * | ------------- | -------- |
461
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
462
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
461
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
462
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
463
463
  * | web | demo,alipay |
464
464
  */
465
465
  export declare const getBatteryInfo: PickMPAttr<'getBatteryInfo'>;
@@ -468,8 +468,8 @@ export declare const getBatteryInfo: PickMPAttr<'getBatteryInfo'>;
468
468
  * @support
469
469
  * | Platform | Apps |
470
470
  * | ------------- | -------- |
471
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
472
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
471
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
472
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
473
473
  * | web | demo,alipay |
474
474
  */
475
475
  export declare const getBatteryInfoAsync: (args?: import("@hylid/call/lib/promisify").Options | undefined) => Promise<any>;
@@ -478,8 +478,8 @@ export declare const getBatteryInfoAsync: (args?: import("@hylid/call/lib/promis
478
478
  * @support
479
479
  * | Platform | Apps |
480
480
  * | ------------- | -------- |
481
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
482
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
481
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
482
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
483
483
  * | web | |
484
484
  */
485
485
  export declare const getBLEDeviceCharacteristics: PickMPAttr<'getBLEDeviceCharacteristics'>;
@@ -488,8 +488,8 @@ export declare const getBLEDeviceCharacteristics: PickMPAttr<'getBLEDeviceCharac
488
488
  * @support
489
489
  * | Platform | Apps |
490
490
  * | ------------- | -------- |
491
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
492
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
491
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
492
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
493
493
  * | web | |
494
494
  */
495
495
  export declare const getBLEDeviceCharacteristicsAsync: (args?: ({
@@ -525,8 +525,8 @@ export declare const getBLEDeviceCharacteristicsAsync: (args?: ({
525
525
  * @support
526
526
  * | Platform | Apps |
527
527
  * | ------------- | -------- |
528
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
529
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
528
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
529
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
530
530
  * | web | |
531
531
  */
532
532
  export declare const getBLEDeviceServices: PickMPAttr<'getBLEDeviceServices'>;
@@ -535,8 +535,8 @@ export declare const getBLEDeviceServices: PickMPAttr<'getBLEDeviceServices'>;
535
535
  * @support
536
536
  * | Platform | Apps |
537
537
  * | ------------- | -------- |
538
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
539
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
538
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
539
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
540
540
  * | web | |
541
541
  */
542
542
  export declare const getBLEDeviceServicesAsync: (args?: ({
@@ -557,8 +557,8 @@ export declare const getBLEDeviceServicesAsync: (args?: ({
557
557
  * @support
558
558
  * | Platform | Apps |
559
559
  * | ------------- | -------- |
560
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
561
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
560
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
561
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
562
562
  * | web | |
563
563
  */
564
564
  export declare const getBluetoothAdapterState: PickMPAttr<'getBluetoothAdapterState'>;
@@ -567,8 +567,8 @@ export declare const getBluetoothAdapterState: PickMPAttr<'getBluetoothAdapterSt
567
567
  * @support
568
568
  * | Platform | Apps |
569
569
  * | ------------- | -------- |
570
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
571
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
570
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
571
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
572
572
  * | web | |
573
573
  */
574
574
  export declare const getBluetoothAdapterStateAsync: (args?: AsyncCallback<{
@@ -583,8 +583,8 @@ export declare const getBluetoothAdapterStateAsync: (args?: AsyncCallback<{
583
583
  * @support
584
584
  * | Platform | Apps |
585
585
  * | ------------- | -------- |
586
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
587
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
586
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
587
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
588
588
  * | web | |
589
589
  */
590
590
  export declare const getBluetoothDevices: PickMPAttr<'getBluetoothDevices'>;
@@ -593,8 +593,8 @@ export declare const getBluetoothDevices: PickMPAttr<'getBluetoothDevices'>;
593
593
  * @support
594
594
  * | Platform | Apps |
595
595
  * | ------------- | -------- |
596
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
597
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
596
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
597
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
598
598
  * | web | |
599
599
  */
600
600
  export declare const getBluetoothDevicesAsync: (args?: AsyncCallback<{
@@ -607,8 +607,8 @@ export declare const getBluetoothDevicesAsync: (args?: AsyncCallback<{
607
607
  * @support
608
608
  * | Platform | Apps |
609
609
  * | ------------- | -------- |
610
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
611
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
610
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
611
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
612
612
  * | web | demo,alipay,h5 |
613
613
  */
614
614
  export declare const getClipboard: PickMPAttr<'getClipboard'>;
@@ -617,8 +617,8 @@ export declare const getClipboard: PickMPAttr<'getClipboard'>;
617
617
  * @support
618
618
  * | Platform | Apps |
619
619
  * | ------------- | -------- |
620
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
621
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
620
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
621
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
622
622
  * | web | demo,alipay,h5 |
623
623
  */
624
624
  export declare const getClipboardAsync: (args?: GetClipboardArgs | undefined) => Promise<{
@@ -647,8 +647,8 @@ export declare const getComponentAuthAsync: (args?: any) => Promise<unknown>;
647
647
  * @support
648
648
  * | Platform | Apps |
649
649
  * | ------------- | -------- |
650
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
651
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
650
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
651
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
652
652
  * | web | |
653
653
  */
654
654
  export declare const getConnectedBluetoothDevices: PickMPAttr<'getConnectedBluetoothDevices'>;
@@ -657,8 +657,8 @@ export declare const getConnectedBluetoothDevices: PickMPAttr<'getConnectedBluet
657
657
  * @support
658
658
  * | Platform | Apps |
659
659
  * | ------------- | -------- |
660
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
661
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
660
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
661
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
662
662
  * | web | |
663
663
  */
664
664
  export declare const getConnectedBluetoothDevicesAsync: (args?: ({
@@ -669,8 +669,8 @@ export declare const getConnectedBluetoothDevicesAsync: (args?: ({
669
669
  * @support
670
670
  * | Platform | Apps |
671
671
  * | ------------- | -------- |
672
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
673
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
672
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
673
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
674
674
  * | web | demo,alipay |
675
675
  */
676
676
  export declare const getFileInfo: PickMPAttr<'getFileInfo'>;
@@ -679,8 +679,8 @@ export declare const getFileInfo: PickMPAttr<'getFileInfo'>;
679
679
  * @support
680
680
  * | Platform | Apps |
681
681
  * | ------------- | -------- |
682
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
683
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
682
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
683
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
684
684
  * | web | demo,alipay |
685
685
  */
686
686
  export declare const getFileInfoAsync: (args?: GetFileArgs | undefined) => Promise<{
@@ -692,8 +692,8 @@ export declare const getFileInfoAsync: (args?: GetFileArgs | undefined) => Promi
692
692
  * @support
693
693
  * | Platform | Apps |
694
694
  * | ------------- | -------- |
695
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
696
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
695
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
696
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
697
697
  * | web | demo,alipay |
698
698
  */
699
699
  export declare const getImageInfo: PickMPAttr<'getImageInfo'>;
@@ -702,8 +702,8 @@ export declare const getImageInfo: PickMPAttr<'getImageInfo'>;
702
702
  * @support
703
703
  * | Platform | Apps |
704
704
  * | ------------- | -------- |
705
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
706
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
705
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
706
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
707
707
  * | web | demo,alipay |
708
708
  */
709
709
  export declare const getImageInfoAsync: (args?: GetImageInfo | undefined) => Promise<GetImageInfoCallbackValue>;
@@ -712,8 +712,8 @@ export declare const getImageInfoAsync: (args?: GetImageInfo | undefined) => Pro
712
712
  * @support
713
713
  * | Platform | Apps |
714
714
  * | ------------- | -------- |
715
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
716
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
715
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
716
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
717
717
  * | web | demo,alipay,h5,tngdh5ng |
718
718
  */
719
719
  export declare const getLocation: PickMPAttr<'getLocation'>;
@@ -722,8 +722,8 @@ export declare const getLocation: PickMPAttr<'getLocation'>;
722
722
  * @support
723
723
  * | Platform | Apps |
724
724
  * | ------------- | -------- |
725
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
726
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
725
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
726
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
727
727
  * | web | demo,alipay,h5,tngdh5ng |
728
728
  */
729
729
  export declare const getLocationAsync: (args?: ({
@@ -737,8 +737,8 @@ export declare const getLocationAsync: (args?: ({
737
737
  * @support
738
738
  * | Platform | Apps |
739
739
  * | ------------- | -------- |
740
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
741
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
740
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
741
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
742
742
  * | web | demo,alipay,h5,tngdh5ng |
743
743
  */
744
744
  export declare const getNetworkType: PickMPAttr<'getNetworkType'>;
@@ -747,8 +747,8 @@ export declare const getNetworkType: PickMPAttr<'getNetworkType'>;
747
747
  * @support
748
748
  * | Platform | Apps |
749
749
  * | ------------- | -------- |
750
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
751
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
750
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
751
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
752
752
  * | web | demo,alipay,h5,tngdh5ng |
753
753
  */
754
754
  export declare const getNetworkTypeAsync: (args?: GetNetworkTypeArgs | undefined) => Promise<GetNetworkTypeCallbackValue>;
@@ -757,8 +757,8 @@ export declare const getNetworkTypeAsync: (args?: GetNetworkTypeArgs | undefined
757
757
  * @support
758
758
  * | Platform | Apps |
759
759
  * | ------------- | -------- |
760
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
761
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
760
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
761
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
762
762
  * | web | demo |
763
763
  */
764
764
  export declare const getOpenUserInfo: PickMPAttr<'getOpenUserInfo'>;
@@ -767,8 +767,8 @@ export declare const getOpenUserInfo: PickMPAttr<'getOpenUserInfo'>;
767
767
  * @support
768
768
  * | Platform | Apps |
769
769
  * | ------------- | -------- |
770
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
771
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
770
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
771
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
772
772
  * | web | demo |
773
773
  */
774
774
  export declare const getOpenUserInfoAsync: (args?: GetOpenUserInfoArgs | undefined) => Promise<{
@@ -815,8 +815,8 @@ export declare const getPhoneNumberAsync: (args?: any) => Promise<unknown>;
815
815
  * @support
816
816
  * | Platform | Apps |
817
817
  * | ------------- | -------- |
818
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
819
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
818
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
819
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
820
820
  * | web | demo,alipay |
821
821
  */
822
822
  export declare const getSavedFileInfo: PickMPAttr<'getSavedFileInfo'>;
@@ -825,8 +825,8 @@ export declare const getSavedFileInfo: PickMPAttr<'getSavedFileInfo'>;
825
825
  * @support
826
826
  * | Platform | Apps |
827
827
  * | ------------- | -------- |
828
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
829
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
828
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
829
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
830
830
  * | web | demo,alipay |
831
831
  */
832
832
  export declare const getSavedFileInfoAsync: (args?: GetSavedFileInfo | undefined) => Promise<{
@@ -838,8 +838,8 @@ export declare const getSavedFileInfoAsync: (args?: GetSavedFileInfo | undefined
838
838
  * @support
839
839
  * | Platform | Apps |
840
840
  * | ------------- | -------- |
841
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
842
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
841
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
842
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
843
843
  * | web | demo,alipay |
844
844
  */
845
845
  export declare const getSavedFileList: PickMPAttr<'getSavedFileList'>;
@@ -848,8 +848,8 @@ export declare const getSavedFileList: PickMPAttr<'getSavedFileList'>;
848
848
  * @support
849
849
  * | Platform | Apps |
850
850
  * | ------------- | -------- |
851
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
852
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
851
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
852
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
853
853
  * | web | demo,alipay |
854
854
  */
855
855
  export declare const getSavedFileListAsync: (args?: GetSavedFileListArgs | undefined) => Promise<{
@@ -864,8 +864,8 @@ export declare const getSavedFileListAsync: (args?: GetSavedFileListArgs | undef
864
864
  * @support
865
865
  * | Platform | Apps |
866
866
  * | ------------- | -------- |
867
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
868
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
867
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
868
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
869
869
  * | web | demo,alipay |
870
870
  */
871
871
  export declare const getScreenBrightness: PickMPAttr<'getScreenBrightness'>;
@@ -874,8 +874,8 @@ export declare const getScreenBrightness: PickMPAttr<'getScreenBrightness'>;
874
874
  * @support
875
875
  * | Platform | Apps |
876
876
  * | ------------- | -------- |
877
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
878
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
877
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
878
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
879
879
  * | web | demo,alipay |
880
880
  */
881
881
  export declare const getScreenBrightnessAsync: (args?: AsyncCallback<{
@@ -888,8 +888,8 @@ export declare const getScreenBrightnessAsync: (args?: AsyncCallback<{
888
888
  * @support
889
889
  * | Platform | Apps |
890
890
  * | ------------- | -------- |
891
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
892
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
891
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
892
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
893
893
  * | web | demo,alipay |
894
894
  */
895
895
  export declare const getServerTime: PickMPAttr<'getServerTime'>;
@@ -898,8 +898,8 @@ export declare const getServerTime: PickMPAttr<'getServerTime'>;
898
898
  * @support
899
899
  * | Platform | Apps |
900
900
  * | ------------- | -------- |
901
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
902
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
901
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
902
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
903
903
  * | web | demo,alipay |
904
904
  */
905
905
  export declare const getServerTimeAsync: (args?: AsyncCallback<{
@@ -912,8 +912,8 @@ export declare const getServerTimeAsync: (args?: AsyncCallback<{
912
912
  * @support
913
913
  * | Platform | Apps |
914
914
  * | ------------- | -------- |
915
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
916
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
915
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
916
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
917
917
  * | web | demo,alipay |
918
918
  */
919
919
  export declare const getSetting: PickMPAttr<'getSetting'>;
@@ -922,8 +922,8 @@ export declare const getSetting: PickMPAttr<'getSetting'>;
922
922
  * @support
923
923
  * | Platform | Apps |
924
924
  * | ------------- | -------- |
925
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
926
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
925
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
926
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
927
927
  * | web | demo,alipay |
928
928
  */
929
929
  export declare const getSettingAsync: (args?: import("@hylid/call/lib/promisify").Options | undefined) => Promise<any>;
@@ -932,8 +932,8 @@ export declare const getSettingAsync: (args?: import("@hylid/call/lib/promisify"
932
932
  * @support
933
933
  * | Platform | Apps |
934
934
  * | ------------- | -------- |
935
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
936
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
935
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
936
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
937
937
  * | web | demo,alipay,h5 |
938
938
  */
939
939
  export declare const getSiteInfo: PickMPAttr<'getSiteInfo'>;
@@ -942,8 +942,8 @@ export declare const getSiteInfo: PickMPAttr<'getSiteInfo'>;
942
942
  * @support
943
943
  * | Platform | Apps |
944
944
  * | ------------- | -------- |
945
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
946
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
945
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
946
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
947
947
  * | web | demo,alipay,h5 |
948
948
  */
949
949
  export declare const getSiteInfoAsync: (args?: AsyncCallback<GetSiteInfoCallbackValue> | undefined) => Promise<GetSiteInfoCallbackValue>;
@@ -952,8 +952,8 @@ export declare const getSiteInfoAsync: (args?: AsyncCallback<GetSiteInfoCallback
952
952
  * @support
953
953
  * | Platform | Apps |
954
954
  * | ------------- | -------- |
955
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
956
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney,toss,mpay |
955
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
956
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
957
957
  * | web | demo,alipay,h5 |
958
958
  */
959
959
  export declare const getStorage: PickMPAttr<'getStorage'>;
@@ -962,8 +962,8 @@ export declare const getStorage: PickMPAttr<'getStorage'>;
962
962
  * @support
963
963
  * | Platform | Apps |
964
964
  * | ------------- | -------- |
965
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
966
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney,toss,mpay |
965
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
966
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
967
967
  * | web | demo,alipay,h5 |
968
968
  */
969
969
  export declare const getStorageAsync: (args?: GetStorage | undefined) => Promise<{
@@ -974,7 +974,7 @@ export declare const getStorageAsync: (args?: GetStorage | undefined) => Promise
974
974
  * @support
975
975
  * | Platform | Apps |
976
976
  * | ------------- | -------- |
977
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
977
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
978
978
  * | web | h5 |
979
979
  */
980
980
  export declare const getStorageSync: PickMPAttr<'getStorageSync'>;
@@ -983,8 +983,8 @@ export declare const getStorageSync: PickMPAttr<'getStorageSync'>;
983
983
  * @support
984
984
  * | Platform | Apps |
985
985
  * | ------------- | -------- |
986
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
987
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
986
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
987
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
988
988
  * | web | demo,alipay,h5,tngdh5ng |
989
989
  */
990
990
  export declare const getSystemInfo: PickMPAttr<'getSystemInfo'>;
@@ -993,8 +993,8 @@ export declare const getSystemInfo: PickMPAttr<'getSystemInfo'>;
993
993
  * @support
994
994
  * | Platform | Apps |
995
995
  * | ------------- | -------- |
996
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
997
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
996
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
997
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
998
998
  * | web | demo,alipay,h5,tngdh5ng |
999
999
  */
1000
1000
  export declare const getSystemInfoAsync: (args?: GetSystemInfoArgs | undefined) => Promise<GetSystemInfoCallbackValue>;
@@ -1002,7 +1002,7 @@ export declare const getSystemInfoAsync: (args?: GetSystemInfoArgs | undefined)
1002
1002
  * @support
1003
1003
  * | Platform | Apps |
1004
1004
  * | ------------- | -------- |
1005
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1005
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1006
1006
  * | web | h5 |
1007
1007
  */
1008
1008
  export declare const getSystemInfoSync: PickMPAttr<'getSystemInfoSync'>;
@@ -1011,8 +1011,9 @@ export declare const getSystemInfoSync: PickMPAttr<'getSystemInfoSync'>;
1011
1011
  * @support
1012
1012
  * | Platform | Apps |
1013
1013
  * | ------------- | -------- |
1014
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1015
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1014
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1015
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1016
+ * | web | alipay |
1016
1017
  */
1017
1018
  export declare const hideBackHome: PickMPAttr<'hideBackHome'>;
1018
1019
  /**
@@ -1020,8 +1021,9 @@ export declare const hideBackHome: PickMPAttr<'hideBackHome'>;
1020
1021
  * @support
1021
1022
  * | Platform | Apps |
1022
1023
  * | ------------- | -------- |
1023
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1024
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1024
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1025
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1026
+ * | web | alipay |
1025
1027
  */
1026
1028
  export declare const hideBackHomeAsync: (args?: import("@hylid/call/lib/promisify").Options | undefined) => Promise<any>;
1027
1029
  /**
@@ -1029,8 +1031,8 @@ export declare const hideBackHomeAsync: (args?: import("@hylid/call/lib/promisif
1029
1031
  * @support
1030
1032
  * | Platform | Apps |
1031
1033
  * | ------------- | -------- |
1032
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1033
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1034
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1035
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1034
1036
  * | web | demo,alipay |
1035
1037
  */
1036
1038
  export declare const hideKeyboard: PickMPAttr<'hideKeyboard'>;
@@ -1039,8 +1041,8 @@ export declare const hideKeyboard: PickMPAttr<'hideKeyboard'>;
1039
1041
  * @support
1040
1042
  * | Platform | Apps |
1041
1043
  * | ------------- | -------- |
1042
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1043
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1044
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1045
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1044
1046
  * | web | demo,alipay |
1045
1047
  */
1046
1048
  export declare const hideKeyboardAsync: (args?: import("@hylid/call/lib/promisify").Options | undefined) => Promise<any>;
@@ -1049,8 +1051,8 @@ export declare const hideKeyboardAsync: (args?: import("@hylid/call/lib/promisif
1049
1051
  * @support
1050
1052
  * | Platform | Apps |
1051
1053
  * | ------------- | -------- |
1052
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1053
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1054
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1055
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1054
1056
  * | web | demo,alipay,h5,tngdh5ng |
1055
1057
  */
1056
1058
  export declare const hideLoading: PickMPAttr<'hideLoading'>;
@@ -1059,8 +1061,8 @@ export declare const hideLoading: PickMPAttr<'hideLoading'>;
1059
1061
  * @support
1060
1062
  * | Platform | Apps |
1061
1063
  * | ------------- | -------- |
1062
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1063
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1064
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1065
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1064
1066
  * | web | demo,alipay,h5,tngdh5ng |
1065
1067
  */
1066
1068
  export declare const hideLoadingAsync: (args?: import("@hylid/call/lib/promisify").Options | undefined) => Promise<any>;
@@ -1069,8 +1071,8 @@ export declare const hideLoadingAsync: (args?: import("@hylid/call/lib/promisify
1069
1071
  * @support
1070
1072
  * | Platform | Apps |
1071
1073
  * | ------------- | -------- |
1072
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1073
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1074
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1075
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1074
1076
  * | web | demo,alipay |
1075
1077
  */
1076
1078
  export declare const hideNavigationBarLoading: PickMPAttr<'hideNavigationBarLoading'>;
@@ -1079,8 +1081,8 @@ export declare const hideNavigationBarLoading: PickMPAttr<'hideNavigationBarLoad
1079
1081
  * @support
1080
1082
  * | Platform | Apps |
1081
1083
  * | ------------- | -------- |
1082
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1083
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1084
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1085
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1084
1086
  * | web | demo,alipay |
1085
1087
  */
1086
1088
  export declare const hideNavigationBarLoadingAsync: (args?: import("@hylid/call/lib/promisify").Options | undefined) => Promise<any>;
@@ -1089,9 +1091,9 @@ export declare const hideNavigationBarLoadingAsync: (args?: import("@hylid/call/
1089
1091
  * @support
1090
1092
  * | Platform | Apps |
1091
1093
  * | ------------- | -------- |
1092
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1093
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1094
- * | web | |
1094
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1095
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1096
+ * | web | alipay |
1095
1097
  */
1096
1098
  export declare const hideTabBar: PickMPAttr<'hideTabBar'>;
1097
1099
  /**
@@ -1099,9 +1101,9 @@ export declare const hideTabBar: PickMPAttr<'hideTabBar'>;
1099
1101
  * @support
1100
1102
  * | Platform | Apps |
1101
1103
  * | ------------- | -------- |
1102
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1103
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1104
- * | web | |
1104
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1105
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1106
+ * | web | alipay |
1105
1107
  */
1106
1108
  export declare const hideTabBarAsync: (args?: HideTabBarArgs | undefined) => Promise<undefined>;
1107
1109
  /**
@@ -1109,8 +1111,8 @@ export declare const hideTabBarAsync: (args?: HideTabBarArgs | undefined) => Pro
1109
1111
  * @support
1110
1112
  * | Platform | Apps |
1111
1113
  * | ------------- | -------- |
1112
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1113
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1114
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1115
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1114
1116
  * | web | demo,alipay,h5,tngdh5ng |
1115
1117
  */
1116
1118
  export declare const hideToast: PickMPAttr<'hideToast'>;
@@ -1119,8 +1121,8 @@ export declare const hideToast: PickMPAttr<'hideToast'>;
1119
1121
  * @support
1120
1122
  * | Platform | Apps |
1121
1123
  * | ------------- | -------- |
1122
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1123
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1124
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1125
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1124
1126
  * | web | demo,alipay,h5,tngdh5ng |
1125
1127
  */
1126
1128
  export declare const hideToastAsync: (args?: import("@hylid/call/lib/promisify").Options | undefined) => Promise<any>;
@@ -1165,8 +1167,8 @@ export declare const isInstalledAppAsync: (args?: any) => Promise<unknown>;
1165
1167
  * @support
1166
1168
  * | Platform | Apps |
1167
1169
  * | ------------- | -------- |
1168
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1169
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1170
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1171
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1170
1172
  * | web | demo,alipay,h5,tngdh5ng |
1171
1173
  */
1172
1174
  export declare const makePhoneCall: PickMPAttr<'makePhoneCall'>;
@@ -1175,8 +1177,8 @@ export declare const makePhoneCall: PickMPAttr<'makePhoneCall'>;
1175
1177
  * @support
1176
1178
  * | Platform | Apps |
1177
1179
  * | ------------- | -------- |
1178
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1179
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1180
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1181
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1180
1182
  * | web | demo,alipay,h5,tngdh5ng |
1181
1183
  */
1182
1184
  export declare const makePhoneCallAsync: (args?: import("@hylid/call/lib/promisify").Options | undefined) => Promise<any>;
@@ -1185,8 +1187,8 @@ export declare const makePhoneCallAsync: (args?: import("@hylid/call/lib/promisi
1185
1187
  * @support
1186
1188
  * | Platform | Apps |
1187
1189
  * | ------------- | -------- |
1188
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1189
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1190
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1191
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1190
1192
  * | web | demo,alipay |
1191
1193
  */
1192
1194
  export declare const multiLevelSelect: PickMPAttr<'multiLevelSelect'>;
@@ -1195,8 +1197,8 @@ export declare const multiLevelSelect: PickMPAttr<'multiLevelSelect'>;
1195
1197
  * @support
1196
1198
  * | Platform | Apps |
1197
1199
  * | ------------- | -------- |
1198
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1199
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1200
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1201
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1200
1202
  * | web | demo,alipay |
1201
1203
  */
1202
1204
  export declare const multiLevelSelectAsync: (args?: MultiLevelSelectArgs | undefined) => Promise<{
@@ -1208,8 +1210,8 @@ export declare const multiLevelSelectAsync: (args?: MultiLevelSelectArgs | undef
1208
1210
  * @support
1209
1211
  * | Platform | Apps |
1210
1212
  * | ------------- | -------- |
1211
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1212
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1213
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1214
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1213
1215
  * | web | alipay,demo,h5,tngdh5ng |
1214
1216
  */
1215
1217
  export declare const navigateBack: PickMPAttr<'navigateBack'>;
@@ -1218,8 +1220,8 @@ export declare const navigateBack: PickMPAttr<'navigateBack'>;
1218
1220
  * @support
1219
1221
  * | Platform | Apps |
1220
1222
  * | ------------- | -------- |
1221
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1222
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1223
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1224
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1223
1225
  * | web | alipay,demo,h5,tngdh5ng |
1224
1226
  */
1225
1227
  export declare const navigateBackAsync: (args?: import("@hylid/call/lib/promisify").Options | undefined) => Promise<any>;
@@ -1228,8 +1230,8 @@ export declare const navigateBackAsync: (args?: import("@hylid/call/lib/promisif
1228
1230
  * @support
1229
1231
  * | Platform | Apps |
1230
1232
  * | ------------- | -------- |
1231
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1232
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1233
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1234
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1233
1235
  * | web | demo,alipay |
1234
1236
  */
1235
1237
  export declare const navigateBackMiniProgram: PickMPAttr<'navigateBackMiniProgram'>;
@@ -1238,8 +1240,8 @@ export declare const navigateBackMiniProgram: PickMPAttr<'navigateBackMiniProgra
1238
1240
  * @support
1239
1241
  * | Platform | Apps |
1240
1242
  * | ------------- | -------- |
1241
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1242
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1243
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1244
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1243
1245
  * | web | demo,alipay |
1244
1246
  */
1245
1247
  export declare const navigateBackMiniProgramAsync: (args?: NavigateBackMiniProgramArgs | undefined) => Promise<undefined>;
@@ -1248,9 +1250,9 @@ export declare const navigateBackMiniProgramAsync: (args?: NavigateBackMiniProgr
1248
1250
  * @support
1249
1251
  * | Platform | Apps |
1250
1252
  * | ------------- | -------- |
1251
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1253
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1252
1254
  * | web | alipay,demo,h5,tngdh5ng |
1253
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1255
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1254
1256
  */
1255
1257
  export declare const navigateTo: PickMPAttr<'navigateTo'>;
1256
1258
  /**
@@ -1258,36 +1260,40 @@ export declare const navigateTo: PickMPAttr<'navigateTo'>;
1258
1260
  * @support
1259
1261
  * | Platform | Apps |
1260
1262
  * | ------------- | -------- |
1261
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1263
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1262
1264
  * | web | alipay,demo,h5,tngdh5ng |
1263
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1265
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1264
1266
  */
1265
1267
  export declare const navigateToAsync: (args?: NavigateToArgs | undefined) => Promise<undefined>;
1266
1268
  /**
1267
1269
  * @support
1268
1270
  * | Platform | Apps |
1269
1271
  * | ------------- | -------- |
1270
- * | mp | demo |
1271
- * | mp_web | demo |
1272
- * | web | demo,h5 |
1272
+ * | mp_web | alipayhk,dana,gcash,mpay,tmn,tngd,toss |
1273
+ * | web | h5 |
1273
1274
  */
1274
1275
  export declare const navigateToBizScene: PickMPAttr<'navigateToBizScene'>;
1275
1276
  /**
1276
1277
  * @support
1277
1278
  * | Platform | Apps |
1278
1279
  * | ------------- | -------- |
1279
- * | mp | demo |
1280
- * | mp_web | demo |
1281
- * | web | demo,h5 |
1280
+ * | mp_web | alipayhk,dana,gcash,mpay,tmn,tngd,toss |
1281
+ * | web | h5 |
1282
1282
  */
1283
- export declare const navigateToBizSceneAsync: (args?: any) => Promise<unknown>;
1283
+ export declare const navigateToBizSceneAsync: (args?: ({
1284
+ sceneCode: string;
1285
+ param?: {
1286
+ [key: string]: any;
1287
+ scheme?: string | undefined;
1288
+ } | undefined;
1289
+ } & import("@hylid/types").AsyncCallback<void>) | undefined) => Promise<void>;
1284
1290
  /**
1285
1291
  * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_OpenAPI_navigateToMiniProgram
1286
1292
  * @support
1287
1293
  * | Platform | Apps |
1288
1294
  * | ------------- | -------- |
1289
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1290
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1295
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1296
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1291
1297
  * | web | demo,alipay,h5 |
1292
1298
  */
1293
1299
  export declare const navigateToMiniProgram: PickMPAttr<'navigateToMiniProgram'>;
@@ -1296,8 +1302,8 @@ export declare const navigateToMiniProgram: PickMPAttr<'navigateToMiniProgram'>;
1296
1302
  * @support
1297
1303
  * | Platform | Apps |
1298
1304
  * | ------------- | -------- |
1299
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1300
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1305
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1306
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1301
1307
  * | web | demo,alipay,h5 |
1302
1308
  */
1303
1309
  export declare const navigateToMiniProgramAsync: (args?: NavigateToMiniProgramArgs | undefined) => Promise<undefined>;
@@ -1306,8 +1312,8 @@ export declare const navigateToMiniProgramAsync: (args?: NavigateToMiniProgramAr
1306
1312
  * @support
1307
1313
  * | Platform | Apps |
1308
1314
  * | ------------- | -------- |
1309
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1310
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1315
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1316
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1311
1317
  * | web | |
1312
1318
  */
1313
1319
  export declare const notifyBLECharacteristicValueChange: PickMPAttr<'notifyBLECharacteristicValueChange'>;
@@ -1316,8 +1322,8 @@ export declare const notifyBLECharacteristicValueChange: PickMPAttr<'notifyBLECh
1316
1322
  * @support
1317
1323
  * | Platform | Apps |
1318
1324
  * | ------------- | -------- |
1319
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1320
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1325
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1326
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1321
1327
  * | web | |
1322
1328
  */
1323
1329
  export declare const notifyBLECharacteristicValueChangeAsync: (args?: ({
@@ -1332,8 +1338,8 @@ export declare const notifyBLECharacteristicValueChangeAsync: (args?: ({
1332
1338
  * @support
1333
1339
  * | Platform | Apps |
1334
1340
  * | ------------- | -------- |
1335
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1336
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1341
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1342
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1337
1343
  */
1338
1344
  export declare const offAccelerometerChange: PickMPAttr<'offAccelerometerChange'>;
1339
1345
  /**
@@ -1341,8 +1347,8 @@ export declare const offAccelerometerChange: PickMPAttr<'offAccelerometerChange'
1341
1347
  * @support
1342
1348
  * | Platform | Apps |
1343
1349
  * | ------------- | -------- |
1344
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1345
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1350
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1351
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1346
1352
  * | web | |
1347
1353
  */
1348
1354
  export declare const offBLECharacteristicValueChange: PickMPAttr<'offBLECharacteristicValueChange'>;
@@ -1351,8 +1357,8 @@ export declare const offBLECharacteristicValueChange: PickMPAttr<'offBLECharacte
1351
1357
  * @support
1352
1358
  * | Platform | Apps |
1353
1359
  * | ------------- | -------- |
1354
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1355
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1360
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1361
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1356
1362
  * | web | |
1357
1363
  */
1358
1364
  export declare const offBLEConnectionStateChanged: PickMPAttr<'offBLEConnectionStateChanged'>;
@@ -1361,8 +1367,8 @@ export declare const offBLEConnectionStateChanged: PickMPAttr<'offBLEConnectionS
1361
1367
  * @support
1362
1368
  * | Platform | Apps |
1363
1369
  * | ------------- | -------- |
1364
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1365
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1370
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1371
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1366
1372
  * | web | |
1367
1373
  */
1368
1374
  export declare const offBluetoothAdapterStateChange: PickMPAttr<'offBluetoothAdapterStateChange'>;
@@ -1371,8 +1377,8 @@ export declare const offBluetoothAdapterStateChange: PickMPAttr<'offBluetoothAda
1371
1377
  * @support
1372
1378
  * | Platform | Apps |
1373
1379
  * | ------------- | -------- |
1374
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1375
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1380
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1381
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1376
1382
  * | web | |
1377
1383
  */
1378
1384
  export declare const offBluetoothDeviceFound: PickMPAttr<'offBluetoothDeviceFound'>;
@@ -1381,8 +1387,8 @@ export declare const offBluetoothDeviceFound: PickMPAttr<'offBluetoothDeviceFoun
1381
1387
  * @support
1382
1388
  * | Platform | Apps |
1383
1389
  * | ------------- | -------- |
1384
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1385
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1390
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1391
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1386
1392
  */
1387
1393
  export declare const offCompassChange: PickMPAttr<'offCompassChange'>;
1388
1394
  /**
@@ -1390,8 +1396,8 @@ export declare const offCompassChange: PickMPAttr<'offCompassChange'>;
1390
1396
  * @support
1391
1397
  * | Platform | Apps |
1392
1398
  * | ------------- | -------- |
1393
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1394
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1399
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1400
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1395
1401
  */
1396
1402
  export declare const offMemoryWarning: PickMPAttr<'offMemoryWarning'>;
1397
1403
  /**
@@ -1399,8 +1405,8 @@ export declare const offMemoryWarning: PickMPAttr<'offMemoryWarning'>;
1399
1405
  * @support
1400
1406
  * | Platform | Apps |
1401
1407
  * | ------------- | -------- |
1402
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1403
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1408
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1409
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1404
1410
  * | web | |
1405
1411
  */
1406
1412
  export declare const offSocketClose: PickMPAttr<'offSocketClose'>;
@@ -1409,8 +1415,8 @@ export declare const offSocketClose: PickMPAttr<'offSocketClose'>;
1409
1415
  * @support
1410
1416
  * | Platform | Apps |
1411
1417
  * | ------------- | -------- |
1412
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1413
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1418
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1419
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1414
1420
  * | web | |
1415
1421
  */
1416
1422
  export declare const offSocketError: PickMPAttr<'offSocketError'>;
@@ -1419,8 +1425,8 @@ export declare const offSocketError: PickMPAttr<'offSocketError'>;
1419
1425
  * @support
1420
1426
  * | Platform | Apps |
1421
1427
  * | ------------- | -------- |
1422
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1423
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1428
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1429
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1424
1430
  * | web | |
1425
1431
  */
1426
1432
  export declare const offSocketMessage: PickMPAttr<'offSocketMessage'>;
@@ -1429,8 +1435,8 @@ export declare const offSocketMessage: PickMPAttr<'offSocketMessage'>;
1429
1435
  * @support
1430
1436
  * | Platform | Apps |
1431
1437
  * | ------------- | -------- |
1432
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1433
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1438
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1439
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1434
1440
  * | web | |
1435
1441
  */
1436
1442
  export declare const offSocketOpen: PickMPAttr<'offSocketOpen'>;
@@ -1439,8 +1445,8 @@ export declare const offSocketOpen: PickMPAttr<'offSocketOpen'>;
1439
1445
  * @support
1440
1446
  * | Platform | Apps |
1441
1447
  * | ------------- | -------- |
1442
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1443
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1448
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1449
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1444
1450
  * | web | |
1445
1451
  */
1446
1452
  export declare const offUserCaptureScreen: PickMPAttr<'offUserCaptureScreen'>;
@@ -1449,8 +1455,8 @@ export declare const offUserCaptureScreen: PickMPAttr<'offUserCaptureScreen'>;
1449
1455
  * @support
1450
1456
  * | Platform | Apps |
1451
1457
  * | ------------- | -------- |
1452
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1453
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1458
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1459
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1454
1460
  */
1455
1461
  export declare const onAccelerometerChange: PickMPAttr<'onAccelerometerChange'>;
1456
1462
  /**
@@ -1458,8 +1464,8 @@ export declare const onAccelerometerChange: PickMPAttr<'onAccelerometerChange'>;
1458
1464
  * @support
1459
1465
  * | Platform | Apps |
1460
1466
  * | ------------- | -------- |
1461
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1462
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1467
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1468
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1463
1469
  * | web | |
1464
1470
  */
1465
1471
  export declare const onBLECharacteristicValueChange: PickMPAttr<'onBLECharacteristicValueChange'>;
@@ -1468,8 +1474,8 @@ export declare const onBLECharacteristicValueChange: PickMPAttr<'onBLECharacteri
1468
1474
  * @support
1469
1475
  * | Platform | Apps |
1470
1476
  * | ------------- | -------- |
1471
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1472
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1477
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1478
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1473
1479
  * | web | |
1474
1480
  */
1475
1481
  export declare const onBLEConnectionStateChanged: PickMPAttr<'onBLEConnectionStateChanged'>;
@@ -1478,8 +1484,8 @@ export declare const onBLEConnectionStateChanged: PickMPAttr<'onBLEConnectionSta
1478
1484
  * @support
1479
1485
  * | Platform | Apps |
1480
1486
  * | ------------- | -------- |
1481
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1482
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1487
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1488
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1483
1489
  * | web | |
1484
1490
  */
1485
1491
  export declare const onBluetoothAdapterStateChange: PickMPAttr<'onBluetoothAdapterStateChange'>;
@@ -1488,8 +1494,8 @@ export declare const onBluetoothAdapterStateChange: PickMPAttr<'onBluetoothAdapt
1488
1494
  * @support
1489
1495
  * | Platform | Apps |
1490
1496
  * | ------------- | -------- |
1491
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1492
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1497
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1498
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1493
1499
  * | web | |
1494
1500
  */
1495
1501
  export declare const onBluetoothDeviceFound: PickMPAttr<'onBluetoothDeviceFound'>;
@@ -1498,8 +1504,8 @@ export declare const onBluetoothDeviceFound: PickMPAttr<'onBluetoothDeviceFound'
1498
1504
  * @support
1499
1505
  * | Platform | Apps |
1500
1506
  * | ------------- | -------- |
1501
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1502
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1507
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1508
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1503
1509
  */
1504
1510
  export declare const onCompassChange: PickMPAttr<'onCompassChange'>;
1505
1511
  /**
@@ -1507,8 +1513,8 @@ export declare const onCompassChange: PickMPAttr<'onCompassChange'>;
1507
1513
  * @support
1508
1514
  * | Platform | Apps |
1509
1515
  * | ------------- | -------- |
1510
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1511
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1516
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1517
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1512
1518
  */
1513
1519
  export declare const onMemoryWarning: PickMPAttr<'onMemoryWarning'>;
1514
1520
  /**
@@ -1516,8 +1522,8 @@ export declare const onMemoryWarning: PickMPAttr<'onMemoryWarning'>;
1516
1522
  * @support
1517
1523
  * | Platform | Apps |
1518
1524
  * | ------------- | -------- |
1519
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1520
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1525
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1526
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1521
1527
  * | web | |
1522
1528
  */
1523
1529
  export declare const onSocketClose: PickMPAttr<'onSocketClose'>;
@@ -1526,8 +1532,8 @@ export declare const onSocketClose: PickMPAttr<'onSocketClose'>;
1526
1532
  * @support
1527
1533
  * | Platform | Apps |
1528
1534
  * | ------------- | -------- |
1529
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1530
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1535
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1536
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1531
1537
  * | web | |
1532
1538
  */
1533
1539
  export declare const onSocketError: PickMPAttr<'onSocketError'>;
@@ -1536,8 +1542,8 @@ export declare const onSocketError: PickMPAttr<'onSocketError'>;
1536
1542
  * @support
1537
1543
  * | Platform | Apps |
1538
1544
  * | ------------- | -------- |
1539
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1540
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1545
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1546
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1541
1547
  * | web | |
1542
1548
  */
1543
1549
  export declare const onSocketMessage: PickMPAttr<'onSocketMessage'>;
@@ -1546,8 +1552,8 @@ export declare const onSocketMessage: PickMPAttr<'onSocketMessage'>;
1546
1552
  * @support
1547
1553
  * | Platform | Apps |
1548
1554
  * | ------------- | -------- |
1549
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1550
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1555
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1556
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1551
1557
  * | web | |
1552
1558
  */
1553
1559
  export declare const onSocketOpen: PickMPAttr<'onSocketOpen'>;
@@ -1556,9 +1562,9 @@ export declare const onSocketOpen: PickMPAttr<'onSocketOpen'>;
1556
1562
  * @support
1557
1563
  * | Platform | Apps |
1558
1564
  * | ------------- | -------- |
1559
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1560
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1561
- * | web | |
1565
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1566
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1567
+ * | web | alipay |
1562
1568
  */
1563
1569
  export declare const onUserCaptureScreen: PickMPAttr<'onUserCaptureScreen'>;
1564
1570
  /**
@@ -1566,8 +1572,8 @@ export declare const onUserCaptureScreen: PickMPAttr<'onUserCaptureScreen'>;
1566
1572
  * @support
1567
1573
  * | Platform | Apps |
1568
1574
  * | ------------- | -------- |
1569
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1570
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1575
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1576
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1571
1577
  * | web | |
1572
1578
  */
1573
1579
  export declare const openBluetoothAdapter: PickMPAttr<'openBluetoothAdapter'>;
@@ -1576,8 +1582,8 @@ export declare const openBluetoothAdapter: PickMPAttr<'openBluetoothAdapter'>;
1576
1582
  * @support
1577
1583
  * | Platform | Apps |
1578
1584
  * | ------------- | -------- |
1579
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1580
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1585
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1586
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1581
1587
  * | web | |
1582
1588
  */
1583
1589
  export declare const openBluetoothAdapterAsync: (args?: AsyncCallback<any> | undefined) => Promise<any>;
@@ -1586,8 +1592,8 @@ export declare const openBluetoothAdapterAsync: (args?: AsyncCallback<any> | und
1586
1592
  * @support
1587
1593
  * | Platform | Apps |
1588
1594
  * | ------------- | -------- |
1589
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1590
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1595
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1596
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1591
1597
  * | web | demo,alipay |
1592
1598
  */
1593
1599
  export declare const openDocument: PickMPAttr<'openDocument'>;
@@ -1596,8 +1602,8 @@ export declare const openDocument: PickMPAttr<'openDocument'>;
1596
1602
  * @support
1597
1603
  * | Platform | Apps |
1598
1604
  * | ------------- | -------- |
1599
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1600
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1605
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1606
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1601
1607
  * | web | demo,alipay |
1602
1608
  */
1603
1609
  export declare const openDocumentAsync: (args?: ({
@@ -1627,8 +1633,8 @@ export declare const openSchemeWithBackingAsync: (args?: any) => Promise<unknown
1627
1633
  * @support
1628
1634
  * | Platform | Apps |
1629
1635
  * | ------------- | -------- |
1630
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1631
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1636
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1637
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1632
1638
  * | web | demo,alipay |
1633
1639
  */
1634
1640
  export declare const openSetting: PickMPAttr<'openSetting'>;
@@ -1637,8 +1643,8 @@ export declare const openSetting: PickMPAttr<'openSetting'>;
1637
1643
  * @support
1638
1644
  * | Platform | Apps |
1639
1645
  * | ------------- | -------- |
1640
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1641
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1646
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1647
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1642
1648
  * | web | demo,alipay |
1643
1649
  */
1644
1650
  export declare const openSettingAsync: (args?: import("@hylid/call/lib/promisify").Options | undefined) => Promise<any>;
@@ -1647,9 +1653,9 @@ export declare const openSettingAsync: (args?: import("@hylid/call/lib/promisify
1647
1653
  * @support
1648
1654
  * | Platform | Apps |
1649
1655
  * | ------------- | -------- |
1650
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1656
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1651
1657
  * | web | h5 |
1652
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1658
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1653
1659
  */
1654
1660
  export declare const pageScrollTo: PickMPAttr<'pageScrollTo'>;
1655
1661
  /**
@@ -1657,9 +1663,9 @@ export declare const pageScrollTo: PickMPAttr<'pageScrollTo'>;
1657
1663
  * @support
1658
1664
  * | Platform | Apps |
1659
1665
  * | ------------- | -------- |
1660
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1666
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1661
1667
  * | web | h5 |
1662
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1668
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1663
1669
  */
1664
1670
  export declare const pageScrollToAsync: (args?: PageScrollToArgs | undefined) => Promise<undefined>;
1665
1671
  /**
@@ -1683,8 +1689,8 @@ export declare const paySignCenterAsync: (args?: any) => Promise<unknown>;
1683
1689
  * @support
1684
1690
  * | Platform | Apps |
1685
1691
  * | ------------- | -------- |
1686
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1687
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1692
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1693
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1688
1694
  * | web | demo,alipay |
1689
1695
  */
1690
1696
  export declare const previewImage: PickMPAttr<'previewImage'>;
@@ -1693,8 +1699,8 @@ export declare const previewImage: PickMPAttr<'previewImage'>;
1693
1699
  * @support
1694
1700
  * | Platform | Apps |
1695
1701
  * | ------------- | -------- |
1696
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1697
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1702
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1703
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1698
1704
  * | web | demo,alipay |
1699
1705
  */
1700
1706
  export declare const previewImageAsync: (args?: PreviewImageArgs | undefined) => Promise<undefined>;
@@ -1703,8 +1709,8 @@ export declare const previewImageAsync: (args?: PreviewImageArgs | undefined) =>
1703
1709
  * @support
1704
1710
  * | Platform | Apps |
1705
1711
  * | ------------- | -------- |
1706
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1707
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1712
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1713
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1708
1714
  * | web | demo,alipay,tngdh5ng |
1709
1715
  */
1710
1716
  export declare const prompt: PickMPAttr<'prompt'>;
@@ -1713,8 +1719,8 @@ export declare const prompt: PickMPAttr<'prompt'>;
1713
1719
  * @support
1714
1720
  * | Platform | Apps |
1715
1721
  * | ------------- | -------- |
1716
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1717
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1722
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1723
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1718
1724
  * | web | demo,alipay,tngdh5ng |
1719
1725
  */
1720
1726
  export declare const promptAsync: (args?: PromptArgs | undefined) => Promise<PromptCallbackValue>;
@@ -1723,8 +1729,8 @@ export declare const promptAsync: (args?: PromptArgs | undefined) => Promise<Pro
1723
1729
  * @support
1724
1730
  * | Platform | Apps |
1725
1731
  * | ------------- | -------- |
1726
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1727
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1732
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1733
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1728
1734
  * | web | |
1729
1735
  */
1730
1736
  export declare const readBLECharacteristicValue: PickMPAttr<'readBLECharacteristicValue'>;
@@ -1733,8 +1739,8 @@ export declare const readBLECharacteristicValue: PickMPAttr<'readBLECharacterist
1733
1739
  * @support
1734
1740
  * | Platform | Apps |
1735
1741
  * | ------------- | -------- |
1736
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1737
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1742
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1743
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1738
1744
  * | web | |
1739
1745
  */
1740
1746
  export declare const readBLECharacteristicValueAsync: (args?: ReadBLECharacteristicValueArgs | undefined) => Promise<{
@@ -1749,9 +1755,9 @@ export declare const readBLECharacteristicValueAsync: (args?: ReadBLECharacteris
1749
1755
  * @support
1750
1756
  * | Platform | Apps |
1751
1757
  * | ------------- | -------- |
1752
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1758
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1753
1759
  * | web | alipay,demo,h5 |
1754
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1760
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1755
1761
  */
1756
1762
  export declare const redirectTo: PickMPAttr<'redirectTo'>;
1757
1763
  /**
@@ -1759,9 +1765,9 @@ export declare const redirectTo: PickMPAttr<'redirectTo'>;
1759
1765
  * @support
1760
1766
  * | Platform | Apps |
1761
1767
  * | ------------- | -------- |
1762
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1768
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1763
1769
  * | web | alipay,demo,h5 |
1764
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1770
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1765
1771
  */
1766
1772
  export declare const redirectToAsync: (args?: RedirectToArgs | undefined) => Promise<undefined>;
1767
1773
  /**
@@ -1805,9 +1811,9 @@ export declare const regionSearchAppsByKeywordsAsync: (args?: any) => Promise<un
1805
1811
  * @support
1806
1812
  * | Platform | Apps |
1807
1813
  * | ------------- | -------- |
1808
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1814
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1809
1815
  * | web | |
1810
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1816
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1811
1817
  */
1812
1818
  export declare const reLaunch: PickMPAttr<'reLaunch'>;
1813
1819
  /**
@@ -1815,9 +1821,9 @@ export declare const reLaunch: PickMPAttr<'reLaunch'>;
1815
1821
  * @support
1816
1822
  * | Platform | Apps |
1817
1823
  * | ------------- | -------- |
1818
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1824
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1819
1825
  * | web | |
1820
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1826
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1821
1827
  */
1822
1828
  export declare const reLaunchAsync: (args?: ReLaunchArgs | undefined) => Promise<undefined>;
1823
1829
  /**
@@ -1825,8 +1831,8 @@ export declare const reLaunchAsync: (args?: ReLaunchArgs | undefined) => Promise
1825
1831
  * @support
1826
1832
  * | Platform | Apps |
1827
1833
  * | ------------- | -------- |
1828
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1829
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1834
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1835
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1830
1836
  * | web | demo,alipay |
1831
1837
  */
1832
1838
  export declare const removeSavedFile: PickMPAttr<'removeSavedFile'>;
@@ -1835,8 +1841,8 @@ export declare const removeSavedFile: PickMPAttr<'removeSavedFile'>;
1835
1841
  * @support
1836
1842
  * | Platform | Apps |
1837
1843
  * | ------------- | -------- |
1838
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1839
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1844
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1845
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1840
1846
  * | web | demo,alipay |
1841
1847
  */
1842
1848
  export declare const removeSavedFileAsync: (args?: RemoveSavedFileArgs | undefined) => Promise<void>;
@@ -1845,8 +1851,8 @@ export declare const removeSavedFileAsync: (args?: RemoveSavedFileArgs | undefin
1845
1851
  * @support
1846
1852
  * | Platform | Apps |
1847
1853
  * | ------------- | -------- |
1848
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1849
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1854
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1855
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1850
1856
  * | web | demo,alipay,h5 |
1851
1857
  */
1852
1858
  export declare const removeStorage: PickMPAttr<'removeStorage'>;
@@ -1855,8 +1861,8 @@ export declare const removeStorage: PickMPAttr<'removeStorage'>;
1855
1861
  * @support
1856
1862
  * | Platform | Apps |
1857
1863
  * | ------------- | -------- |
1858
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1859
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1864
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1865
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1860
1866
  * | web | demo,alipay,h5 |
1861
1867
  */
1862
1868
  export declare const removeStorageAsync: (args?: RemoveStorageArgs | undefined) => Promise<undefined>;
@@ -1865,7 +1871,7 @@ export declare const removeStorageAsync: (args?: RemoveStorageArgs | undefined)
1865
1871
  * @support
1866
1872
  * | Platform | Apps |
1867
1873
  * | ------------- | -------- |
1868
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1874
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1869
1875
  * | web | h5 |
1870
1876
  */
1871
1877
  export declare const removeStorageSync: PickMPAttr<'removeStorageSync'>;
@@ -1874,8 +1880,8 @@ export declare const removeStorageSync: PickMPAttr<'removeStorageSync'>;
1874
1880
  * @support
1875
1881
  * | Platform | Apps |
1876
1882
  * | ------------- | -------- |
1877
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1878
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney,toss,mpay |
1883
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1884
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1879
1885
  * | web | demo,alipay,h5 |
1880
1886
  */
1881
1887
  export declare const request: PickMPAttr<'request'>;
@@ -1884,8 +1890,8 @@ export declare const request: PickMPAttr<'request'>;
1884
1890
  * @support
1885
1891
  * | Platform | Apps |
1886
1892
  * | ------------- | -------- |
1887
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1888
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney,toss,mpay |
1893
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1894
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1889
1895
  * | web | demo,alipay,h5 |
1890
1896
  */
1891
1897
  export declare const requestAsync: (args?: ({
@@ -1911,7 +1917,7 @@ export declare const requestAsync: (args?: ({
1911
1917
  * | Platform | Apps |
1912
1918
  * | ------------- | -------- |
1913
1919
  * | mp | alipay,demo |
1914
- * | mp_web | alipay,demo |
1920
+ * | mp_web | alipay,demo,toss |
1915
1921
  * | web | alipay,demo,h5 |
1916
1922
  */
1917
1923
  export declare const rpc: PickMPAttr<'rpc'>;
@@ -1920,7 +1926,7 @@ export declare const rpc: PickMPAttr<'rpc'>;
1920
1926
  * | Platform | Apps |
1921
1927
  * | ------------- | -------- |
1922
1928
  * | mp | alipay,demo |
1923
- * | mp_web | alipay,demo |
1929
+ * | mp_web | alipay,demo,toss |
1924
1930
  * | web | alipay,demo,h5 |
1925
1931
  */
1926
1932
  export declare const rpcAsync: (args?: (import("@hylid/types").IRPCArgs & import("@hylid/types").AsyncCallback<{
@@ -1935,8 +1941,8 @@ export declare const rpcAsync: (args?: (import("@hylid/types").IRPCArgs & import
1935
1941
  * @support
1936
1942
  * | Platform | Apps |
1937
1943
  * | ------------- | -------- |
1938
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1939
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1944
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1945
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1940
1946
  * | web | demo,alipay |
1941
1947
  */
1942
1948
  export declare const saveFile: PickMPAttr<'saveFile'>;
@@ -1945,8 +1951,8 @@ export declare const saveFile: PickMPAttr<'saveFile'>;
1945
1951
  * @support
1946
1952
  * | Platform | Apps |
1947
1953
  * | ------------- | -------- |
1948
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1949
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1954
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1955
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1950
1956
  * | web | demo,alipay |
1951
1957
  */
1952
1958
  export declare const saveFileAsync: (args?: SaveFileArgs | undefined) => Promise<{
@@ -1957,8 +1963,8 @@ export declare const saveFileAsync: (args?: SaveFileArgs | undefined) => Promise
1957
1963
  * @support
1958
1964
  * | Platform | Apps |
1959
1965
  * | ------------- | -------- |
1960
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1961
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1966
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1967
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1962
1968
  * | web | demo,alipay |
1963
1969
  */
1964
1970
  export declare const saveImage: PickMPAttr<'saveImage'>;
@@ -1967,8 +1973,8 @@ export declare const saveImage: PickMPAttr<'saveImage'>;
1967
1973
  * @support
1968
1974
  * | Platform | Apps |
1969
1975
  * | ------------- | -------- |
1970
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1971
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1976
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1977
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1972
1978
  * | web | demo,alipay |
1973
1979
  */
1974
1980
  export declare const saveImageAsync: (args?: SaveImageArgs | undefined) => Promise<undefined>;
@@ -1977,8 +1983,8 @@ export declare const saveImageAsync: (args?: SaveImageArgs | undefined) => Promi
1977
1983
  * @support
1978
1984
  * | Platform | Apps |
1979
1985
  * | ------------- | -------- |
1980
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1981
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1986
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1987
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1982
1988
  * | web | demo,alipay |
1983
1989
  */
1984
1990
  export declare const scan: PickMPAttr<'scan'>;
@@ -1987,8 +1993,8 @@ export declare const scan: PickMPAttr<'scan'>;
1987
1993
  * @support
1988
1994
  * | Platform | Apps |
1989
1995
  * | ------------- | -------- |
1990
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1991
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1996
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1997
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1992
1998
  * | web | demo,alipay |
1993
1999
  */
1994
2000
  export declare const scanAsync: (args?: ScanArgs | undefined) => Promise<ScanCallbackValue>;
@@ -1997,8 +2003,8 @@ export declare const scanAsync: (args?: ScanArgs | undefined) => Promise<ScanCal
1997
2003
  * @support
1998
2004
  * | Platform | Apps |
1999
2005
  * | ------------- | -------- |
2000
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2001
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2006
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2007
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2002
2008
  * | web | |
2003
2009
  */
2004
2010
  export declare const sendSocketMessage: PickMPAttr<'sendSocketMessage'>;
@@ -2007,8 +2013,8 @@ export declare const sendSocketMessage: PickMPAttr<'sendSocketMessage'>;
2007
2013
  * @support
2008
2014
  * | Platform | Apps |
2009
2015
  * | ------------- | -------- |
2010
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2011
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2016
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2017
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2012
2018
  * | web | |
2013
2019
  */
2014
2020
  export declare const sendSocketMessageAsync: (args?: import("@hylid/call/lib/promisify").Options | undefined) => Promise<any>;
@@ -2017,8 +2023,9 @@ export declare const sendSocketMessageAsync: (args?: import("@hylid/call/lib/pro
2017
2023
  * @support
2018
2024
  * | Platform | Apps |
2019
2025
  * | ------------- | -------- |
2020
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2021
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2026
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2027
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2028
+ * | web | alipay |
2022
2029
  */
2023
2030
  export declare const setBackgroundColor: PickMPAttr<'setBackgroundColor'>;
2024
2031
  /**
@@ -2026,8 +2033,9 @@ export declare const setBackgroundColor: PickMPAttr<'setBackgroundColor'>;
2026
2033
  * @support
2027
2034
  * | Platform | Apps |
2028
2035
  * | ------------- | -------- |
2029
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2030
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2036
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2037
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2038
+ * | web | alipay |
2031
2039
  */
2032
2040
  export declare const setBackgroundColorAsync: (args?: SetBackgroundColorArgs | undefined) => Promise<undefined>;
2033
2041
  /**
@@ -2035,9 +2043,9 @@ export declare const setBackgroundColorAsync: (args?: SetBackgroundColorArgs | u
2035
2043
  * @support
2036
2044
  * | Platform | Apps |
2037
2045
  * | ------------- | -------- |
2038
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2039
- * | web | |
2040
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2046
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2047
+ * | web | alipay |
2048
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2041
2049
  */
2042
2050
  export declare const setCanPullDown: PickMPAttr<'setCanPullDown'>;
2043
2051
  /**
@@ -2045,9 +2053,9 @@ export declare const setCanPullDown: PickMPAttr<'setCanPullDown'>;
2045
2053
  * @support
2046
2054
  * | Platform | Apps |
2047
2055
  * | ------------- | -------- |
2048
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2049
- * | web | |
2050
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2056
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2057
+ * | web | alipay |
2058
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2051
2059
  */
2052
2060
  export declare const setCanPullDownAsync: (args?: ({
2053
2061
  canPullDown: boolean;
@@ -2057,8 +2065,8 @@ export declare const setCanPullDownAsync: (args?: ({
2057
2065
  * @support
2058
2066
  * | Platform | Apps |
2059
2067
  * | ------------- | -------- |
2060
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2061
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2068
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2069
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2062
2070
  * | web | demo,alipay,h5,tngdh5ng |
2063
2071
  */
2064
2072
  export declare const setClipboard: PickMPAttr<'setClipboard'>;
@@ -2067,8 +2075,8 @@ export declare const setClipboard: PickMPAttr<'setClipboard'>;
2067
2075
  * @support
2068
2076
  * | Platform | Apps |
2069
2077
  * | ------------- | -------- |
2070
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2071
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2078
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2079
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2072
2080
  * | web | demo,alipay,h5,tngdh5ng |
2073
2081
  */
2074
2082
  export declare const setClipboardAsync: (args?: SetClipboardArgs | undefined) => Promise<undefined>;
@@ -2077,8 +2085,8 @@ export declare const setClipboardAsync: (args?: SetClipboardArgs | undefined) =>
2077
2085
  * @support
2078
2086
  * | Platform | Apps |
2079
2087
  * | ------------- | -------- |
2080
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2081
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2088
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2089
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2082
2090
  * | web | demo,alipay |
2083
2091
  */
2084
2092
  export declare const setKeepScreenOn: PickMPAttr<'setKeepScreenOn'>;
@@ -2087,8 +2095,8 @@ export declare const setKeepScreenOn: PickMPAttr<'setKeepScreenOn'>;
2087
2095
  * @support
2088
2096
  * | Platform | Apps |
2089
2097
  * | ------------- | -------- |
2090
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2091
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2098
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2099
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2092
2100
  * | web | demo,alipay |
2093
2101
  */
2094
2102
  export declare const setKeepScreenOnAsync: (args?: SetKeepScreenOnArgs | undefined) => Promise<undefined>;
@@ -2097,8 +2105,8 @@ export declare const setKeepScreenOnAsync: (args?: SetKeepScreenOnArgs | undefin
2097
2105
  * @support
2098
2106
  * | Platform | Apps |
2099
2107
  * | ------------- | -------- |
2100
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2101
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2108
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2109
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2102
2110
  * | web | demo,alipay,h5,tngdh5ng |
2103
2111
  */
2104
2112
  export declare const setNavigationBar: PickMPAttr<'setNavigationBar'>;
@@ -2107,8 +2115,8 @@ export declare const setNavigationBar: PickMPAttr<'setNavigationBar'>;
2107
2115
  * @support
2108
2116
  * | Platform | Apps |
2109
2117
  * | ------------- | -------- |
2110
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2111
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2118
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2119
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2112
2120
  * | web | demo,alipay,h5,tngdh5ng |
2113
2121
  */
2114
2122
  export declare const setNavigationBarAsync: (args?: SetNavigationBarArgs | undefined) => Promise<undefined>;
@@ -2118,6 +2126,7 @@ export declare const setNavigationBarAsync: (args?: SetNavigationBarArgs | undef
2118
2126
  * | ------------- | -------- |
2119
2127
  * | mp | demo |
2120
2128
  * | mp_web | demo,alipay |
2129
+ * | web | alipay |
2121
2130
  */
2122
2131
  export declare const setOptionMenu: PickMPAttr<'setOptionMenu'>;
2123
2132
  /**
@@ -2126,6 +2135,7 @@ export declare const setOptionMenu: PickMPAttr<'setOptionMenu'>;
2126
2135
  * | ------------- | -------- |
2127
2136
  * | mp | demo |
2128
2137
  * | mp_web | demo,alipay |
2138
+ * | web | alipay |
2129
2139
  */
2130
2140
  export declare const setOptionMenuAsync: (args?: import("@hylid/call/lib/promisify").Options | undefined) => Promise<any>;
2131
2141
  /**
@@ -2133,8 +2143,8 @@ export declare const setOptionMenuAsync: (args?: import("@hylid/call/lib/promisi
2133
2143
  * @support
2134
2144
  * | Platform | Apps |
2135
2145
  * | ------------- | -------- |
2136
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2137
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2146
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2147
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2138
2148
  * | web | demo,alipay |
2139
2149
  */
2140
2150
  export declare const setScreenBrightness: PickMPAttr<'setScreenBrightness'>;
@@ -2143,8 +2153,8 @@ export declare const setScreenBrightness: PickMPAttr<'setScreenBrightness'>;
2143
2153
  * @support
2144
2154
  * | Platform | Apps |
2145
2155
  * | ------------- | -------- |
2146
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2147
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2156
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2157
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2148
2158
  * | web | demo,alipay |
2149
2159
  */
2150
2160
  export declare const setScreenBrightnessAsync: (args?: SetScreenBrightnessArgs | undefined) => Promise<undefined>;
@@ -2153,8 +2163,8 @@ export declare const setScreenBrightnessAsync: (args?: SetScreenBrightnessArgs |
2153
2163
  * @support
2154
2164
  * | Platform | Apps |
2155
2165
  * | ------------- | -------- |
2156
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2157
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney,toss,mpay |
2166
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2167
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2158
2168
  * | web | demo,alipay,h5 |
2159
2169
  */
2160
2170
  export declare const setStorage: PickMPAttr<'setStorage'>;
@@ -2163,8 +2173,8 @@ export declare const setStorage: PickMPAttr<'setStorage'>;
2163
2173
  * @support
2164
2174
  * | Platform | Apps |
2165
2175
  * | ------------- | -------- |
2166
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2167
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney,toss,mpay |
2176
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2177
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2168
2178
  * | web | demo,alipay,h5 |
2169
2179
  */
2170
2180
  export declare const setStorageAsync: (args?: SetStorage | undefined) => Promise<undefined>;
@@ -2173,7 +2183,7 @@ export declare const setStorageAsync: (args?: SetStorage | undefined) => Promise
2173
2183
  * @support
2174
2184
  * | Platform | Apps |
2175
2185
  * | ------------- | -------- |
2176
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2186
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2177
2187
  * | web | h5 |
2178
2188
  */
2179
2189
  export declare const setStorageSync: PickMPAttr<'setStorageSync'>;
@@ -2182,9 +2192,9 @@ export declare const setStorageSync: PickMPAttr<'setStorageSync'>;
2182
2192
  * @support
2183
2193
  * | Platform | Apps |
2184
2194
  * | ------------- | -------- |
2185
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2186
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2187
- * | web | |
2195
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2196
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2197
+ * | web | alipay |
2188
2198
  */
2189
2199
  export declare const setTabBarStyle: PickMPAttr<'setTabBarStyle'>;
2190
2200
  /**
@@ -2192,9 +2202,9 @@ export declare const setTabBarStyle: PickMPAttr<'setTabBarStyle'>;
2192
2202
  * @support
2193
2203
  * | Platform | Apps |
2194
2204
  * | ------------- | -------- |
2195
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2196
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2197
- * | web | |
2205
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2206
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2207
+ * | web | alipay |
2198
2208
  */
2199
2209
  export declare const setTabBarStyleAsync: (args?: SetTabBarStyleArgs | undefined) => Promise<any>;
2200
2210
  /**
@@ -2202,8 +2212,8 @@ export declare const setTabBarStyleAsync: (args?: SetTabBarStyleArgs | undefined
2202
2212
  * @support
2203
2213
  * | Platform | Apps |
2204
2214
  * | ------------- | -------- |
2205
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2206
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2215
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2216
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2207
2217
  * | web | demo,alipay |
2208
2218
  */
2209
2219
  export declare const showActionSheet: PickMPAttr<'showActionSheet'>;
@@ -2212,8 +2222,8 @@ export declare const showActionSheet: PickMPAttr<'showActionSheet'>;
2212
2222
  * @support
2213
2223
  * | Platform | Apps |
2214
2224
  * | ------------- | -------- |
2215
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2216
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2225
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2226
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2217
2227
  * | web | demo,alipay |
2218
2228
  */
2219
2229
  export declare const showActionSheetAsync: (args?: ShowActionSheetArgs | undefined) => Promise<any>;
@@ -2222,8 +2232,8 @@ export declare const showActionSheetAsync: (args?: ShowActionSheetArgs | undefin
2222
2232
  * @support
2223
2233
  * | Platform | Apps |
2224
2234
  * | ------------- | -------- |
2225
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2226
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2235
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2236
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2227
2237
  * | web | demo,alipay |
2228
2238
  */
2229
2239
  export declare const showAuthGuide: PickMPAttr<'showAuthGuide'>;
@@ -2232,8 +2242,8 @@ export declare const showAuthGuide: PickMPAttr<'showAuthGuide'>;
2232
2242
  * @support
2233
2243
  * | Platform | Apps |
2234
2244
  * | ------------- | -------- |
2235
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2236
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2245
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2246
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2237
2247
  * | web | demo,alipay |
2238
2248
  */
2239
2249
  export declare const showAuthGuideAsync: (args?: (import("@hylid/types").AsyncCallback<{
@@ -2249,8 +2259,8 @@ export declare const showAuthGuideAsync: (args?: (import("@hylid/types").AsyncCa
2249
2259
  * @support
2250
2260
  * | Platform | Apps |
2251
2261
  * | ------------- | -------- |
2252
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2253
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2262
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2263
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2254
2264
  * | web | demo,alipay,h5,tngdh5ng |
2255
2265
  */
2256
2266
  export declare const showLoading: PickMPAttr<'showLoading'>;
@@ -2259,8 +2269,8 @@ export declare const showLoading: PickMPAttr<'showLoading'>;
2259
2269
  * @support
2260
2270
  * | Platform | Apps |
2261
2271
  * | ------------- | -------- |
2262
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2263
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2272
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2273
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2264
2274
  * | web | demo,alipay,h5,tngdh5ng |
2265
2275
  */
2266
2276
  export declare const showLoadingAsync: (args?: import("@hylid/call/lib/promisify").Options | undefined) => Promise<any>;
@@ -2269,8 +2279,8 @@ export declare const showLoadingAsync: (args?: import("@hylid/call/lib/promisify
2269
2279
  * @support
2270
2280
  * | Platform | Apps |
2271
2281
  * | ------------- | -------- |
2272
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2273
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2282
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2283
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2274
2284
  * | web | demo,alipay |
2275
2285
  */
2276
2286
  export declare const showNavigationBarLoading: PickMPAttr<'showNavigationBarLoading'>;
@@ -2279,8 +2289,8 @@ export declare const showNavigationBarLoading: PickMPAttr<'showNavigationBarLoad
2279
2289
  * @support
2280
2290
  * | Platform | Apps |
2281
2291
  * | ------------- | -------- |
2282
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2283
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2292
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2293
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2284
2294
  * | web | demo,alipay |
2285
2295
  */
2286
2296
  export declare const showNavigationBarLoadingAsync: (args?: import("@hylid/call/lib/promisify").Options | undefined) => Promise<any>;
@@ -2289,8 +2299,8 @@ export declare const showNavigationBarLoadingAsync: (args?: import("@hylid/call/
2289
2299
  * @support
2290
2300
  * | Platform | Apps |
2291
2301
  * | ------------- | -------- |
2292
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney,wechat |
2293
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2302
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,wechat |
2303
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2294
2304
  * | web | demo,alipay,h5,tngdh5ng |
2295
2305
  */
2296
2306
  export declare const showToast: PickMPAttr<'showToast'>;
@@ -2299,8 +2309,8 @@ export declare const showToast: PickMPAttr<'showToast'>;
2299
2309
  * @support
2300
2310
  * | Platform | Apps |
2301
2311
  * | ------------- | -------- |
2302
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney,wechat |
2303
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2312
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,wechat |
2313
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2304
2314
  * | web | demo,alipay,h5,tngdh5ng |
2305
2315
  */
2306
2316
  export declare const showToastAsync: (args?: import("@hylid/call/lib/promisify").Options | undefined) => Promise<any>;
@@ -2309,8 +2319,8 @@ export declare const showToastAsync: (args?: import("@hylid/call/lib/promisify")
2309
2319
  * @support
2310
2320
  * | Platform | Apps |
2311
2321
  * | ------------- | -------- |
2312
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2313
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2322
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2323
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2314
2324
  * | web | demo,alipay |
2315
2325
  */
2316
2326
  export declare const signContract: PickMPAttr<'signContract'>;
@@ -2319,8 +2329,8 @@ export declare const signContract: PickMPAttr<'signContract'>;
2319
2329
  * @support
2320
2330
  * | Platform | Apps |
2321
2331
  * | ------------- | -------- |
2322
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2323
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2332
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2333
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2324
2334
  * | web | demo,alipay |
2325
2335
  */
2326
2336
  export declare const signContractAsync: (args?: SignContractArgs | undefined) => Promise<{
@@ -2368,8 +2378,8 @@ export declare const startBizServiceAsync: (args?: any) => Promise<unknown>;
2368
2378
  * @support
2369
2379
  * | Platform | Apps |
2370
2380
  * | ------------- | -------- |
2371
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2372
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2381
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2382
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2373
2383
  * | web | |
2374
2384
  */
2375
2385
  export declare const startBluetoothDevicesDiscovery: PickMPAttr<'startBluetoothDevicesDiscovery'>;
@@ -2378,8 +2388,8 @@ export declare const startBluetoothDevicesDiscovery: PickMPAttr<'startBluetoothD
2378
2388
  * @support
2379
2389
  * | Platform | Apps |
2380
2390
  * | ------------- | -------- |
2381
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2382
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2391
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2392
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2383
2393
  * | web | |
2384
2394
  */
2385
2395
  export declare const startBluetoothDevicesDiscoveryAsync: (args?: import("@hylid/call/lib/promisify").Options | undefined) => Promise<any>;
@@ -2388,9 +2398,9 @@ export declare const startBluetoothDevicesDiscoveryAsync: (args?: import("@hylid
2388
2398
  * @support
2389
2399
  * | Platform | Apps |
2390
2400
  * | ------------- | -------- |
2391
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2392
- * | web | |
2393
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2401
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2402
+ * | web | alipay |
2403
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2394
2404
  */
2395
2405
  export declare const startPullDownRefresh: PickMPAttr<'startPullDownRefresh'>;
2396
2406
  /**
@@ -2398,9 +2408,9 @@ export declare const startPullDownRefresh: PickMPAttr<'startPullDownRefresh'>;
2398
2408
  * @support
2399
2409
  * | Platform | Apps |
2400
2410
  * | ------------- | -------- |
2401
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2402
- * | web | |
2403
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2411
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2412
+ * | web | alipay |
2413
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2404
2414
  */
2405
2415
  export declare const startPullDownRefreshAsync: (args?: import("@hylid/call/lib/promisify").Options | undefined) => Promise<any>;
2406
2416
  /**
@@ -2408,8 +2418,8 @@ export declare const startPullDownRefreshAsync: (args?: import("@hylid/call/lib/
2408
2418
  * @support
2409
2419
  * | Platform | Apps |
2410
2420
  * | ------------- | -------- |
2411
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2412
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2421
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2422
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2413
2423
  * | web | |
2414
2424
  */
2415
2425
  export declare const stopBluetoothDevicesDiscovery: PickMPAttr<'stopBluetoothDevicesDiscovery'>;
@@ -2418,8 +2428,8 @@ export declare const stopBluetoothDevicesDiscovery: PickMPAttr<'stopBluetoothDev
2418
2428
  * @support
2419
2429
  * | Platform | Apps |
2420
2430
  * | ------------- | -------- |
2421
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2422
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2431
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2432
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2423
2433
  * | web | |
2424
2434
  */
2425
2435
  export declare const stopBluetoothDevicesDiscoveryAsync: (args?: import("@hylid/call/lib/promisify").Options | undefined) => Promise<any>;
@@ -2428,9 +2438,9 @@ export declare const stopBluetoothDevicesDiscoveryAsync: (args?: import("@hylid/
2428
2438
  * @support
2429
2439
  * | Platform | Apps |
2430
2440
  * | ------------- | -------- |
2431
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2432
- * | web | |
2433
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2441
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2442
+ * | web | alipay |
2443
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2434
2444
  */
2435
2445
  export declare const stopPullDownRefresh: PickMPAttr<'stopPullDownRefresh'>;
2436
2446
  /**
@@ -2438,9 +2448,9 @@ export declare const stopPullDownRefresh: PickMPAttr<'stopPullDownRefresh'>;
2438
2448
  * @support
2439
2449
  * | Platform | Apps |
2440
2450
  * | ------------- | -------- |
2441
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2442
- * | web | |
2443
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2451
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2452
+ * | web | alipay |
2453
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2444
2454
  */
2445
2455
  export declare const stopPullDownRefreshAsync: (args?: import("@hylid/call/lib/promisify").Options | undefined) => Promise<any>;
2446
2456
  /**
@@ -2448,9 +2458,9 @@ export declare const stopPullDownRefreshAsync: (args?: import("@hylid/call/lib/p
2448
2458
  * @support
2449
2459
  * | Platform | Apps |
2450
2460
  * | ------------- | -------- |
2451
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2461
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2452
2462
  * | web | |
2453
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2463
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2454
2464
  */
2455
2465
  export declare const switchTab: PickMPAttr<'switchTab'>;
2456
2466
  /**
@@ -2458,9 +2468,9 @@ export declare const switchTab: PickMPAttr<'switchTab'>;
2458
2468
  * @support
2459
2469
  * | Platform | Apps |
2460
2470
  * | ------------- | -------- |
2461
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2471
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2462
2472
  * | web | |
2463
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2473
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2464
2474
  */
2465
2475
  export declare const switchTabAsync: (args?: SwitchTabArgs | undefined) => Promise<undefined>;
2466
2476
  /**
@@ -2487,8 +2497,8 @@ export declare const thirdPartyAuthForAcAsync: (args?: any) => Promise<unknown>;
2487
2497
  * @support
2488
2498
  * | Platform | Apps |
2489
2499
  * | ------------- | -------- |
2490
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2491
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2500
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2501
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2492
2502
  * | web | demo,alipay |
2493
2503
  */
2494
2504
  export declare const tradePay: PickMPAttr<'tradePay'>;
@@ -2498,8 +2508,8 @@ export declare const tradePay: PickMPAttr<'tradePay'>;
2498
2508
  * @support
2499
2509
  * | Platform | Apps |
2500
2510
  * | ------------- | -------- |
2501
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2502
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2511
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2512
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2503
2513
  * | web | demo,alipay |
2504
2514
  */
2505
2515
  export declare const tradePayAsync: (args?: TradePayArgs | undefined) => Promise<{
@@ -2548,8 +2558,8 @@ export declare const uploadApdidTokenAsync: (args?: any) => Promise<unknown>;
2548
2558
  * @support
2549
2559
  * | Platform | Apps |
2550
2560
  * | ------------- | -------- |
2551
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2552
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2561
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2562
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2553
2563
  * | web | demo,alipay |
2554
2564
  */
2555
2565
  export declare const uploadFile: PickMPAttr<'uploadFile'>;
@@ -2558,8 +2568,8 @@ export declare const uploadFile: PickMPAttr<'uploadFile'>;
2558
2568
  * @support
2559
2569
  * | Platform | Apps |
2560
2570
  * | ------------- | -------- |
2561
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2562
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2571
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2572
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2563
2573
  * | web | demo,alipay |
2564
2574
  */
2565
2575
  export declare const uploadFileAsync: (args?: UploadFileArgs | undefined) => Promise<UploadFileCallbackValue>;
@@ -2568,8 +2578,8 @@ export declare const uploadFileAsync: (args?: UploadFileArgs | undefined) => Pro
2568
2578
  * @support
2569
2579
  * | Platform | Apps |
2570
2580
  * | ------------- | -------- |
2571
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2572
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2581
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2582
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2573
2583
  * | web | demo,alipay,tngdh5ng |
2574
2584
  */
2575
2585
  export declare const vibrate: PickMPAttr<'vibrate'>;
@@ -2578,8 +2588,8 @@ export declare const vibrate: PickMPAttr<'vibrate'>;
2578
2588
  * @support
2579
2589
  * | Platform | Apps |
2580
2590
  * | ------------- | -------- |
2581
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2582
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2591
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2592
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2583
2593
  * | web | demo,alipay,tngdh5ng |
2584
2594
  */
2585
2595
  export declare const vibrateAsync: (args?: AsyncCallback<void> | undefined) => Promise<void>;
@@ -2588,8 +2598,9 @@ export declare const vibrateAsync: (args?: AsyncCallback<void> | undefined) => P
2588
2598
  * @support
2589
2599
  * | Platform | Apps |
2590
2600
  * | ------------- | -------- |
2591
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2592
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2601
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2602
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2603
+ * | web | alipay |
2593
2604
  */
2594
2605
  export declare const watchShake: PickMPAttr<'watchShake'>;
2595
2606
  /**
@@ -2597,8 +2608,9 @@ export declare const watchShake: PickMPAttr<'watchShake'>;
2597
2608
  * @support
2598
2609
  * | Platform | Apps |
2599
2610
  * | ------------- | -------- |
2600
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2601
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2611
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2612
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2613
+ * | web | alipay |
2602
2614
  */
2603
2615
  export declare const watchShakeAsync: (args?: import("@hylid/call/lib/promisify").Options | undefined) => Promise<any>;
2604
2616
  /**
@@ -2606,8 +2618,8 @@ export declare const watchShakeAsync: (args?: import("@hylid/call/lib/promisify"
2606
2618
  * @support
2607
2619
  * | Platform | Apps |
2608
2620
  * | ------------- | -------- |
2609
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2610
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2621
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2622
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2611
2623
  * | web | demo |
2612
2624
  */
2613
2625
  export declare const writeBLECharacteristicValue: PickMPAttr<'writeBLECharacteristicValue'>;
@@ -2616,8 +2628,8 @@ export declare const writeBLECharacteristicValue: PickMPAttr<'writeBLECharacteri
2616
2628
  * @support
2617
2629
  * | Platform | Apps |
2618
2630
  * | ------------- | -------- |
2619
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2620
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2631
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2632
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2621
2633
  * | web | demo |
2622
2634
  */
2623
2635
  export declare const writeBLECharacteristicValueAsync: (args?: WriteBLECharacteristicValueArgs | undefined) => Promise<any>;
@@ -2634,7 +2646,7 @@ export declare const getLaunchOptionsSync: PickMPAttr<'getLaunchOptionsSync'>;
2634
2646
  * @support
2635
2647
  * | Platform | Apps |
2636
2648
  * | ------------- | -------- |
2637
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2649
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2638
2650
  * | web | h5 |
2639
2651
  */
2640
2652
  export declare const createSelectorQuery: PickMPAttr<'createSelectorQuery'>;
@@ -2643,7 +2655,7 @@ export declare const createSelectorQuery: PickMPAttr<'createSelectorQuery'>;
2643
2655
  * @support
2644
2656
  * | Platform | Apps |
2645
2657
  * | ------------- | -------- |
2646
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2658
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2647
2659
  * | web | |
2648
2660
  * | mp_web | |
2649
2661
  */
@@ -2677,9 +2689,9 @@ export declare const getStorageInfoSync: PickMPAttr<'getStorageInfoSync'>;
2677
2689
  * @support
2678
2690
  * | Platform | Apps |
2679
2691
  * | ------------- | -------- |
2680
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2692
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2681
2693
  * | web | |
2682
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2694
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2683
2695
  */
2684
2696
  export declare const showSharePanel: PickMPAttr<'showSharePanel'>;
2685
2697
  /**
@@ -2687,9 +2699,9 @@ export declare const showSharePanel: PickMPAttr<'showSharePanel'>;
2687
2699
  * @support
2688
2700
  * | Platform | Apps |
2689
2701
  * | ------------- | -------- |
2690
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2702
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2691
2703
  * | web | |
2692
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2704
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2693
2705
  */
2694
2706
  export declare const showSharePanelAsync: (args?: any) => Promise<unknown>;
2695
2707
  /**
@@ -2713,7 +2725,7 @@ export declare const hideOptionButtonAsync: (args?: any) => Promise<unknown>;
2713
2725
  * | Platform | Apps |
2714
2726
  * | ------------- | -------- |
2715
2727
  * | mp | |
2716
- * | mp_web | alipay,alipayhk,chope,dana,demo,gcash,mpay,tngd,truemoney,toss,mpay |
2728
+ * | mp_web | alipay,alipayhk,chope,dana,demo,gcash,mpay,tngd,tmn,toss |
2717
2729
  */
2718
2730
  export declare const getAppId: PickMPAttr<'getAppId'>;
2719
2731
  /**
@@ -2721,7 +2733,7 @@ export declare const getAppId: PickMPAttr<'getAppId'>;
2721
2733
  * | Platform | Apps |
2722
2734
  * | ------------- | -------- |
2723
2735
  * | mp | |
2724
- * | mp_web | alipay,alipayhk,chope,dana,demo,gcash,mpay,tngd,truemoney,toss,mpay |
2736
+ * | mp_web | alipay,alipayhk,chope,dana,demo,gcash,mpay,tngd,tmn,toss |
2725
2737
  */
2726
2738
  export declare const getAppIdAsync: (args?: import("@hylid/types").AsyncCallback<{
2727
2739
  appId: string;
@@ -2733,7 +2745,7 @@ export declare const getAppIdAsync: (args?: import("@hylid/types").AsyncCallback
2733
2745
  * | Platform | Apps |
2734
2746
  * | ------------- | -------- |
2735
2747
  * | mp | |
2736
- * | mp_web | alipay,alipayhk,chope,dana,demo,gcash,mpay,tngd,truemoney,toss,mpay |
2748
+ * | mp_web | alipay,alipayhk,chope,dana,demo,gcash,mpay,tngd,tmn,toss,mpay |
2737
2749
  */
2738
2750
  export declare const getCurrentPages: PickMPAttr<'getCurrentPages'>;
2739
2751
  /**
@@ -2741,7 +2753,7 @@ export declare const getCurrentPages: PickMPAttr<'getCurrentPages'>;
2741
2753
  * | Platform | Apps |
2742
2754
  * | ------------- | -------- |
2743
2755
  * | mp | |
2744
- * | mp_web | alipay,alipayhk,chope,dana,demo,gcash,mpay,tngd,truemoney,toss,mpay |
2756
+ * | mp_web | alipay,alipayhk,chope,dana,demo,gcash,mpay,tngd,tmn,toss,mpay |
2745
2757
  */
2746
2758
  export declare const getCurrentPagesAsync: (args?: import("@hylid/types").getCurrentPagesOptions | undefined) => Promise<{
2747
2759
  route: string;
@@ -2751,7 +2763,7 @@ export declare const getCurrentPagesAsync: (args?: import("@hylid/types").getCur
2751
2763
  * | Platform | Apps |
2752
2764
  * | ------------- | -------- |
2753
2765
  * | mp | |
2754
- * | mp_web | alipay,alipayhk,chope,dana,demo,gcash,mpay,tngd,truemoney,toss,mpay |
2766
+ * | mp_web | alipay,alipayhk,chope,dana,demo,gcash,mpay,tngd,tmn,toss,mpay |
2755
2767
  */
2756
2768
  export declare const getSDKVersion: PickMPAttr<'getSDKVersion'>;
2757
2769
  /**
@@ -2759,7 +2771,7 @@ export declare const getSDKVersion: PickMPAttr<'getSDKVersion'>;
2759
2771
  * | Platform | Apps |
2760
2772
  * | ------------- | -------- |
2761
2773
  * | mp | |
2762
- * | mp_web | alipay,alipayhk,chope,dana,demo,gcash,mpay,tngd,truemoney,toss,mpay |
2774
+ * | mp_web | alipay,alipayhk,chope,dana,demo,gcash,mpay,tngd,tmn,toss,mpay |
2763
2775
  */
2764
2776
  export declare const getSDKVersionAsync: (args?: import("@hylid/types").AsyncCallback<string> | undefined) => Promise<string>;
2765
2777
  /**
@@ -2767,7 +2779,7 @@ export declare const getSDKVersionAsync: (args?: import("@hylid/types").AsyncCal
2767
2779
  * | Platform | Apps |
2768
2780
  * | ------------- | -------- |
2769
2781
  * | mp | |
2770
- * | mp_web | alipayhk,dana,gcash,mpay,truemoney,tngd,toss |
2782
+ * | mp_web | alipayhk,dana,gcash,mpay,tmn,tngd,toss |
2771
2783
  * | web | alipay |
2772
2784
  */
2773
2785
  export declare const setTransparentTitle: PickMPAttr<'setTransparentTitle'>;
@@ -2776,7 +2788,7 @@ export declare const setTransparentTitle: PickMPAttr<'setTransparentTitle'>;
2776
2788
  * | Platform | Apps |
2777
2789
  * | ------------- | -------- |
2778
2790
  * | mp | |
2779
- * | mp_web | alipayhk,dana,gcash,mpay,truemoney,tngd,toss |
2791
+ * | mp_web | alipayhk,dana,gcash,mpay,tmn,tngd,toss |
2780
2792
  * | web | alipay |
2781
2793
  */
2782
2794
  export declare const setTransparentTitleAsync: (args?: ({
@@ -2786,3 +2798,160 @@ export declare const setTransparentTitleAsync: (args?: ({
2786
2798
  }>) | undefined) => Promise<{
2787
2799
  success: boolean;
2788
2800
  }>;
2801
+ /**
2802
+ * @support
2803
+ * | Platform | Apps |
2804
+ * | ------------- | -------- |
2805
+ * | mp | |
2806
+ * | mp_web | alipayhk,dana,gcash,mpay,tmn,tngd,toss |
2807
+ * | web | alipay |
2808
+ */
2809
+ export declare const getRunScene: PickMPAttr<'getRunScene'>;
2810
+ /**
2811
+ * @support
2812
+ * | Platform | Apps |
2813
+ * | ------------- | -------- |
2814
+ * | mp | |
2815
+ * | mp_web | alipayhk,dana,gcash,mpay,tmn,tngd,toss |
2816
+ * | web | alipay |
2817
+ */
2818
+ export declare const getRunSceneAsync: (args?: import("@hylid/types").AsyncCallback<{
2819
+ envVersion: "develop" | "trial" | "release";
2820
+ }> | undefined) => Promise<{
2821
+ envVersion: "develop" | "trial" | "release";
2822
+ }>;
2823
+ /**
2824
+ * @support
2825
+ * | Platform | Apps |
2826
+ * | ------------- | -------- |
2827
+ * | mp | |
2828
+ * | mp_web | alipayhk,dana,gcash,mpay,tmn,tngd,toss |
2829
+ * | web | alipay |
2830
+ */
2831
+ export declare const chooseFileFromDisk: PickMPAttr<'chooseFileFromDisk'>;
2832
+ /**
2833
+ * @support
2834
+ * | Platform | Apps |
2835
+ * | ------------- | -------- |
2836
+ * | mp | |
2837
+ * | mp_web | alipayhk,dana,gcash,mpay,tmn,tngd,toss |
2838
+ * | web | alipay |
2839
+ */
2840
+ export declare const chooseFileFromDiskAsync: (args?: (import("@hylid/types").AsyncCallback<{
2841
+ success: boolean;
2842
+ apFilePath: string;
2843
+ }> & {
2844
+ appId?: string | undefined;
2845
+ }) | undefined) => Promise<{
2846
+ success: boolean;
2847
+ apFilePath: string;
2848
+ }>;
2849
+ /**
2850
+ * @support
2851
+ * | Platform | Apps |
2852
+ * | ------------- | -------- |
2853
+ * | mp | |
2854
+ * | mp_web | alipayhk,dana,gcash,mpay,tmn,tngd,toss |
2855
+ * | web | alipay |
2856
+ */
2857
+ export declare const chooseVideo: PickMPAttr<'chooseVideo'>;
2858
+ /**
2859
+ * @support
2860
+ * | Platform | Apps |
2861
+ * | ------------- | -------- |
2862
+ * | mp | |
2863
+ * | mp_web | alipayhk,dana,gcash,mpay,tmn,tngd,toss |
2864
+ * | web | alipay |
2865
+ */
2866
+ export declare const chooseVideoAsync: (args?: (import("@hylid/types").AsyncCallback<{
2867
+ filePath: string;
2868
+ duration: number;
2869
+ size: number;
2870
+ height: number;
2871
+ width: number;
2872
+ tempFilePath: string;
2873
+ }> & {
2874
+ sourceType?: string[] | undefined;
2875
+ compressed?: boolean | undefined;
2876
+ maxDuration?: number | undefined;
2877
+ camera?: string | undefined;
2878
+ }) | undefined) => Promise<{
2879
+ filePath: string;
2880
+ duration: number;
2881
+ size: number;
2882
+ height: number;
2883
+ width: number;
2884
+ tempFilePath: string;
2885
+ }>;
2886
+ /**
2887
+ * @support
2888
+ * | Platform | Apps |
2889
+ * | ------------- | -------- |
2890
+ * | mp | |
2891
+ * | mp_web | alipayhk,dana,gcash,mpay,tmn,tngd,toss |
2892
+ * | web | alipay |
2893
+ */
2894
+ export declare const compressImage: PickMPAttr<'compressImage'>;
2895
+ /**
2896
+ * @support
2897
+ * | Platform | Apps |
2898
+ * | ------------- | -------- |
2899
+ * | mp | |
2900
+ * | mp_web | alipayhk,dana,gcash,mpay,tmn,tngd,toss |
2901
+ * | web | alipay |
2902
+ */
2903
+ export declare const compressImageAsync: (args?: (import("@hylid/types").AsyncCallback<{
2904
+ apFilePaths: string[];
2905
+ }> & {
2906
+ apFilePaths: string[];
2907
+ compressLevel?: number | undefined;
2908
+ compressedWidth?: number | undefined;
2909
+ compressedHeight?: number | undefined;
2910
+ maxWidth?: number | undefined;
2911
+ maxHeight?: number | undefined;
2912
+ }) | undefined) => Promise<{
2913
+ apFilePaths: string[];
2914
+ }>;
2915
+ /**
2916
+ * @support
2917
+ * | Platform | Apps |
2918
+ * | ------------- | -------- |
2919
+ * | mp | |
2920
+ * | mp_web | alipayhk,dana,gcash,mpay,tmn,tngd,toss |
2921
+ * | web | alipay |
2922
+ */
2923
+ export declare const setTabBarItem: PickMPAttr<'setTabBarItem'>;
2924
+ /**
2925
+ * @support
2926
+ * | Platform | Apps |
2927
+ * | ------------- | -------- |
2928
+ * | mp | |
2929
+ * | mp_web | alipayhk,dana,gcash,mpay,tmn,tngd,toss |
2930
+ * | web | alipay |
2931
+ */
2932
+ export declare const setTabBarItemAsync: (args?: ({
2933
+ index?: number | undefined;
2934
+ text: string;
2935
+ iconPath: string;
2936
+ selectedIconPath: string;
2937
+ } & import("@hylid/types").AsyncCallback<void>) | undefined) => Promise<void>;
2938
+ /**
2939
+ * @support
2940
+ * | Platform | Apps |
2941
+ * | ------------- | -------- |
2942
+ * | mp | |
2943
+ * | mp_web | alipayhk,dana,gcash,mpay,tmn,tngd,toss |
2944
+ * | web | alipay |
2945
+ */
2946
+ export declare const showTabBar: PickMPAttr<'showTabBar'>;
2947
+ /**
2948
+ * @support
2949
+ * | Platform | Apps |
2950
+ * | ------------- | -------- |
2951
+ * | mp | |
2952
+ * | mp_web | alipayhk,dana,gcash,mpay,tmn,tngd,toss |
2953
+ * | web | alipay |
2954
+ */
2955
+ export declare const showTabBarAsync: (args?: ({
2956
+ animation?: boolean | undefined;
2957
+ } & import("@hylid/types").AsyncCallback<void>) | undefined) => Promise<void>;