hylid-bridge 4.0.8 → 4.0.10

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 +166 -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/dsl.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,12 +535,20 @@ 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?: ({
543
- deviceId: string;
543
+ deviceId: string; /**
544
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Feedback_hideToast
545
+ * @support
546
+ * | Platform | Apps |
547
+ * | ------------- | -------- |
548
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
549
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
550
+ * | web | demo,alipay,h5,tngdh5ng |
551
+ */
544
552
  } & AsyncCallback<{
545
553
  services: {
546
554
  isPrimary: boolean;
@@ -557,8 +565,8 @@ export declare const getBLEDeviceServicesAsync: (args?: ({
557
565
  * @support
558
566
  * | Platform | Apps |
559
567
  * | ------------- | -------- |
560
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
561
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
568
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
569
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
562
570
  * | web | |
563
571
  */
564
572
  export declare const getBluetoothAdapterState: PickMPAttr<'getBluetoothAdapterState'>;
@@ -567,8 +575,8 @@ export declare const getBluetoothAdapterState: PickMPAttr<'getBluetoothAdapterSt
567
575
  * @support
568
576
  * | Platform | Apps |
569
577
  * | ------------- | -------- |
570
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
571
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
578
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
579
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
572
580
  * | web | |
573
581
  */
574
582
  export declare const getBluetoothAdapterStateAsync: (args?: AsyncCallback<{
@@ -583,8 +591,8 @@ export declare const getBluetoothAdapterStateAsync: (args?: AsyncCallback<{
583
591
  * @support
584
592
  * | Platform | Apps |
585
593
  * | ------------- | -------- |
586
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
587
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
594
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
595
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
588
596
  * | web | |
589
597
  */
590
598
  export declare const getBluetoothDevices: PickMPAttr<'getBluetoothDevices'>;
@@ -593,8 +601,8 @@ export declare const getBluetoothDevices: PickMPAttr<'getBluetoothDevices'>;
593
601
  * @support
594
602
  * | Platform | Apps |
595
603
  * | ------------- | -------- |
596
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
597
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
604
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
605
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
598
606
  * | web | |
599
607
  */
600
608
  export declare const getBluetoothDevicesAsync: (args?: AsyncCallback<{
@@ -607,8 +615,8 @@ export declare const getBluetoothDevicesAsync: (args?: AsyncCallback<{
607
615
  * @support
608
616
  * | Platform | Apps |
609
617
  * | ------------- | -------- |
610
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
611
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
618
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
619
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
612
620
  * | web | demo,alipay,h5 |
613
621
  */
614
622
  export declare const getClipboard: PickMPAttr<'getClipboard'>;
@@ -617,8 +625,8 @@ export declare const getClipboard: PickMPAttr<'getClipboard'>;
617
625
  * @support
618
626
  * | Platform | Apps |
619
627
  * | ------------- | -------- |
620
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
621
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
628
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
629
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
622
630
  * | web | demo,alipay,h5 |
623
631
  */
624
632
  export declare const getClipboardAsync: (args?: GetClipboardArgs | undefined) => Promise<{
@@ -647,8 +655,8 @@ export declare const getComponentAuthAsync: (args?: any) => Promise<unknown>;
647
655
  * @support
648
656
  * | Platform | Apps |
649
657
  * | ------------- | -------- |
650
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
651
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
658
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
659
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
652
660
  * | web | |
653
661
  */
654
662
  export declare const getConnectedBluetoothDevices: PickMPAttr<'getConnectedBluetoothDevices'>;
@@ -657,8 +665,8 @@ export declare const getConnectedBluetoothDevices: PickMPAttr<'getConnectedBluet
657
665
  * @support
658
666
  * | Platform | Apps |
659
667
  * | ------------- | -------- |
660
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
661
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
668
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
669
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
662
670
  * | web | |
663
671
  */
664
672
  export declare const getConnectedBluetoothDevicesAsync: (args?: ({
@@ -669,8 +677,8 @@ export declare const getConnectedBluetoothDevicesAsync: (args?: ({
669
677
  * @support
670
678
  * | Platform | Apps |
671
679
  * | ------------- | -------- |
672
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
673
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
680
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
681
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
674
682
  * | web | demo,alipay |
675
683
  */
676
684
  export declare const getFileInfo: PickMPAttr<'getFileInfo'>;
@@ -679,8 +687,8 @@ export declare const getFileInfo: PickMPAttr<'getFileInfo'>;
679
687
  * @support
680
688
  * | Platform | Apps |
681
689
  * | ------------- | -------- |
682
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
683
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
690
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
691
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
684
692
  * | web | demo,alipay |
685
693
  */
686
694
  export declare const getFileInfoAsync: (args?: GetFileArgs | undefined) => Promise<{
@@ -692,8 +700,8 @@ export declare const getFileInfoAsync: (args?: GetFileArgs | undefined) => Promi
692
700
  * @support
693
701
  * | Platform | Apps |
694
702
  * | ------------- | -------- |
695
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
696
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
703
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
704
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
697
705
  * | web | demo,alipay |
698
706
  */
699
707
  export declare const getImageInfo: PickMPAttr<'getImageInfo'>;
@@ -702,8 +710,8 @@ export declare const getImageInfo: PickMPAttr<'getImageInfo'>;
702
710
  * @support
703
711
  * | Platform | Apps |
704
712
  * | ------------- | -------- |
705
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
706
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
713
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
714
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
707
715
  * | web | demo,alipay |
708
716
  */
709
717
  export declare const getImageInfoAsync: (args?: GetImageInfo | undefined) => Promise<GetImageInfoCallbackValue>;
@@ -712,8 +720,8 @@ export declare const getImageInfoAsync: (args?: GetImageInfo | undefined) => Pro
712
720
  * @support
713
721
  * | Platform | Apps |
714
722
  * | ------------- | -------- |
715
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
716
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
723
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
724
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
717
725
  * | web | demo,alipay,h5,tngdh5ng |
718
726
  */
719
727
  export declare const getLocation: PickMPAttr<'getLocation'>;
@@ -722,8 +730,8 @@ export declare const getLocation: PickMPAttr<'getLocation'>;
722
730
  * @support
723
731
  * | Platform | Apps |
724
732
  * | ------------- | -------- |
725
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
726
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
733
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
734
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
727
735
  * | web | demo,alipay,h5,tngdh5ng |
728
736
  */
729
737
  export declare const getLocationAsync: (args?: ({
@@ -737,8 +745,8 @@ export declare const getLocationAsync: (args?: ({
737
745
  * @support
738
746
  * | Platform | Apps |
739
747
  * | ------------- | -------- |
740
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
741
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
748
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
749
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
742
750
  * | web | demo,alipay,h5,tngdh5ng |
743
751
  */
744
752
  export declare const getNetworkType: PickMPAttr<'getNetworkType'>;
@@ -747,8 +755,8 @@ export declare const getNetworkType: PickMPAttr<'getNetworkType'>;
747
755
  * @support
748
756
  * | Platform | Apps |
749
757
  * | ------------- | -------- |
750
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
751
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
758
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
759
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
752
760
  * | web | demo,alipay,h5,tngdh5ng |
753
761
  */
754
762
  export declare const getNetworkTypeAsync: (args?: GetNetworkTypeArgs | undefined) => Promise<GetNetworkTypeCallbackValue>;
@@ -757,8 +765,8 @@ export declare const getNetworkTypeAsync: (args?: GetNetworkTypeArgs | undefined
757
765
  * @support
758
766
  * | Platform | Apps |
759
767
  * | ------------- | -------- |
760
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
761
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
768
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
769
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
762
770
  * | web | demo |
763
771
  */
764
772
  export declare const getOpenUserInfo: PickMPAttr<'getOpenUserInfo'>;
@@ -767,8 +775,8 @@ export declare const getOpenUserInfo: PickMPAttr<'getOpenUserInfo'>;
767
775
  * @support
768
776
  * | Platform | Apps |
769
777
  * | ------------- | -------- |
770
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
771
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
778
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
779
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
772
780
  * | web | demo |
773
781
  */
774
782
  export declare const getOpenUserInfoAsync: (args?: GetOpenUserInfoArgs | undefined) => Promise<{
@@ -815,8 +823,8 @@ export declare const getPhoneNumberAsync: (args?: any) => Promise<unknown>;
815
823
  * @support
816
824
  * | Platform | Apps |
817
825
  * | ------------- | -------- |
818
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
819
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
826
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
827
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
820
828
  * | web | demo,alipay |
821
829
  */
822
830
  export declare const getSavedFileInfo: PickMPAttr<'getSavedFileInfo'>;
@@ -825,8 +833,8 @@ export declare const getSavedFileInfo: PickMPAttr<'getSavedFileInfo'>;
825
833
  * @support
826
834
  * | Platform | Apps |
827
835
  * | ------------- | -------- |
828
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
829
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
836
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
837
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
830
838
  * | web | demo,alipay |
831
839
  */
832
840
  export declare const getSavedFileInfoAsync: (args?: GetSavedFileInfo | undefined) => Promise<{
@@ -838,8 +846,8 @@ export declare const getSavedFileInfoAsync: (args?: GetSavedFileInfo | undefined
838
846
  * @support
839
847
  * | Platform | Apps |
840
848
  * | ------------- | -------- |
841
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
842
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
849
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
850
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
843
851
  * | web | demo,alipay |
844
852
  */
845
853
  export declare const getSavedFileList: PickMPAttr<'getSavedFileList'>;
@@ -848,8 +856,8 @@ export declare const getSavedFileList: PickMPAttr<'getSavedFileList'>;
848
856
  * @support
849
857
  * | Platform | Apps |
850
858
  * | ------------- | -------- |
851
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
852
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
859
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
860
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
853
861
  * | web | demo,alipay |
854
862
  */
855
863
  export declare const getSavedFileListAsync: (args?: GetSavedFileListArgs | undefined) => Promise<{
@@ -864,8 +872,8 @@ export declare const getSavedFileListAsync: (args?: GetSavedFileListArgs | undef
864
872
  * @support
865
873
  * | Platform | Apps |
866
874
  * | ------------- | -------- |
867
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
868
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
875
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
876
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
869
877
  * | web | demo,alipay |
870
878
  */
871
879
  export declare const getScreenBrightness: PickMPAttr<'getScreenBrightness'>;
@@ -874,8 +882,8 @@ export declare const getScreenBrightness: PickMPAttr<'getScreenBrightness'>;
874
882
  * @support
875
883
  * | Platform | Apps |
876
884
  * | ------------- | -------- |
877
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
878
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
885
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
886
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
879
887
  * | web | demo,alipay |
880
888
  */
881
889
  export declare const getScreenBrightnessAsync: (args?: AsyncCallback<{
@@ -888,8 +896,8 @@ export declare const getScreenBrightnessAsync: (args?: AsyncCallback<{
888
896
  * @support
889
897
  * | Platform | Apps |
890
898
  * | ------------- | -------- |
891
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
892
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
899
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
900
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
893
901
  * | web | demo,alipay |
894
902
  */
895
903
  export declare const getServerTime: PickMPAttr<'getServerTime'>;
@@ -898,8 +906,8 @@ export declare const getServerTime: PickMPAttr<'getServerTime'>;
898
906
  * @support
899
907
  * | Platform | Apps |
900
908
  * | ------------- | -------- |
901
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
902
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
909
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
910
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
903
911
  * | web | demo,alipay |
904
912
  */
905
913
  export declare const getServerTimeAsync: (args?: AsyncCallback<{
@@ -912,8 +920,8 @@ export declare const getServerTimeAsync: (args?: AsyncCallback<{
912
920
  * @support
913
921
  * | Platform | Apps |
914
922
  * | ------------- | -------- |
915
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
916
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
923
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
924
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
917
925
  * | web | demo,alipay |
918
926
  */
919
927
  export declare const getSetting: PickMPAttr<'getSetting'>;
@@ -922,8 +930,8 @@ export declare const getSetting: PickMPAttr<'getSetting'>;
922
930
  * @support
923
931
  * | Platform | Apps |
924
932
  * | ------------- | -------- |
925
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
926
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
933
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
934
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
927
935
  * | web | demo,alipay |
928
936
  */
929
937
  export declare const getSettingAsync: (args?: import("@hylid/call/lib/promisify").Options | undefined) => Promise<any>;
@@ -932,8 +940,8 @@ export declare const getSettingAsync: (args?: import("@hylid/call/lib/promisify"
932
940
  * @support
933
941
  * | Platform | Apps |
934
942
  * | ------------- | -------- |
935
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
936
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
943
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
944
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
937
945
  * | web | demo,alipay,h5 |
938
946
  */
939
947
  export declare const getSiteInfo: PickMPAttr<'getSiteInfo'>;
@@ -942,8 +950,8 @@ export declare const getSiteInfo: PickMPAttr<'getSiteInfo'>;
942
950
  * @support
943
951
  * | Platform | Apps |
944
952
  * | ------------- | -------- |
945
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
946
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
953
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
954
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
947
955
  * | web | demo,alipay,h5 |
948
956
  */
949
957
  export declare const getSiteInfoAsync: (args?: AsyncCallback<GetSiteInfoCallbackValue> | undefined) => Promise<GetSiteInfoCallbackValue>;
@@ -952,8 +960,8 @@ export declare const getSiteInfoAsync: (args?: AsyncCallback<GetSiteInfoCallback
952
960
  * @support
953
961
  * | Platform | Apps |
954
962
  * | ------------- | -------- |
955
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
956
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney,toss,mpay |
963
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
964
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
957
965
  * | web | demo,alipay,h5 |
958
966
  */
959
967
  export declare const getStorage: PickMPAttr<'getStorage'>;
@@ -962,8 +970,8 @@ export declare const getStorage: PickMPAttr<'getStorage'>;
962
970
  * @support
963
971
  * | Platform | Apps |
964
972
  * | ------------- | -------- |
965
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
966
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney,toss,mpay |
973
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
974
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
967
975
  * | web | demo,alipay,h5 |
968
976
  */
969
977
  export declare const getStorageAsync: (args?: GetStorage | undefined) => Promise<{
@@ -974,7 +982,7 @@ export declare const getStorageAsync: (args?: GetStorage | undefined) => Promise
974
982
  * @support
975
983
  * | Platform | Apps |
976
984
  * | ------------- | -------- |
977
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
985
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
978
986
  * | web | h5 |
979
987
  */
980
988
  export declare const getStorageSync: PickMPAttr<'getStorageSync'>;
@@ -983,8 +991,8 @@ export declare const getStorageSync: PickMPAttr<'getStorageSync'>;
983
991
  * @support
984
992
  * | Platform | Apps |
985
993
  * | ------------- | -------- |
986
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
987
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
994
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
995
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
988
996
  * | web | demo,alipay,h5,tngdh5ng |
989
997
  */
990
998
  export declare const getSystemInfo: PickMPAttr<'getSystemInfo'>;
@@ -993,8 +1001,8 @@ export declare const getSystemInfo: PickMPAttr<'getSystemInfo'>;
993
1001
  * @support
994
1002
  * | Platform | Apps |
995
1003
  * | ------------- | -------- |
996
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
997
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1004
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1005
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
998
1006
  * | web | demo,alipay,h5,tngdh5ng |
999
1007
  */
1000
1008
  export declare const getSystemInfoAsync: (args?: GetSystemInfoArgs | undefined) => Promise<GetSystemInfoCallbackValue>;
@@ -1002,7 +1010,7 @@ export declare const getSystemInfoAsync: (args?: GetSystemInfoArgs | undefined)
1002
1010
  * @support
1003
1011
  * | Platform | Apps |
1004
1012
  * | ------------- | -------- |
1005
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1013
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1006
1014
  * | web | h5 |
1007
1015
  */
1008
1016
  export declare const getSystemInfoSync: PickMPAttr<'getSystemInfoSync'>;
@@ -1011,8 +1019,9 @@ export declare const getSystemInfoSync: PickMPAttr<'getSystemInfoSync'>;
1011
1019
  * @support
1012
1020
  * | Platform | Apps |
1013
1021
  * | ------------- | -------- |
1014
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1015
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1022
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1023
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1024
+ * | web | alipay |
1016
1025
  */
1017
1026
  export declare const hideBackHome: PickMPAttr<'hideBackHome'>;
1018
1027
  /**
@@ -1020,8 +1029,9 @@ export declare const hideBackHome: PickMPAttr<'hideBackHome'>;
1020
1029
  * @support
1021
1030
  * | Platform | Apps |
1022
1031
  * | ------------- | -------- |
1023
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1024
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1032
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1033
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1034
+ * | web | alipay |
1025
1035
  */
1026
1036
  export declare const hideBackHomeAsync: (args?: import("@hylid/call/lib/promisify").Options | undefined) => Promise<any>;
1027
1037
  /**
@@ -1029,8 +1039,8 @@ export declare const hideBackHomeAsync: (args?: import("@hylid/call/lib/promisif
1029
1039
  * @support
1030
1040
  * | Platform | Apps |
1031
1041
  * | ------------- | -------- |
1032
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1033
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1042
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1043
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1034
1044
  * | web | demo,alipay |
1035
1045
  */
1036
1046
  export declare const hideKeyboard: PickMPAttr<'hideKeyboard'>;
@@ -1039,8 +1049,8 @@ export declare const hideKeyboard: PickMPAttr<'hideKeyboard'>;
1039
1049
  * @support
1040
1050
  * | Platform | Apps |
1041
1051
  * | ------------- | -------- |
1042
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1043
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1052
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1053
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1044
1054
  * | web | demo,alipay |
1045
1055
  */
1046
1056
  export declare const hideKeyboardAsync: (args?: import("@hylid/call/lib/promisify").Options | undefined) => Promise<any>;
@@ -1049,8 +1059,8 @@ export declare const hideKeyboardAsync: (args?: import("@hylid/call/lib/promisif
1049
1059
  * @support
1050
1060
  * | Platform | Apps |
1051
1061
  * | ------------- | -------- |
1052
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1053
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1062
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1063
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1054
1064
  * | web | demo,alipay,h5,tngdh5ng |
1055
1065
  */
1056
1066
  export declare const hideLoading: PickMPAttr<'hideLoading'>;
@@ -1059,8 +1069,8 @@ export declare const hideLoading: PickMPAttr<'hideLoading'>;
1059
1069
  * @support
1060
1070
  * | Platform | Apps |
1061
1071
  * | ------------- | -------- |
1062
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1063
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1072
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1073
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1064
1074
  * | web | demo,alipay,h5,tngdh5ng |
1065
1075
  */
1066
1076
  export declare const hideLoadingAsync: (args?: import("@hylid/call/lib/promisify").Options | undefined) => Promise<any>;
@@ -1069,8 +1079,8 @@ export declare const hideLoadingAsync: (args?: import("@hylid/call/lib/promisify
1069
1079
  * @support
1070
1080
  * | Platform | Apps |
1071
1081
  * | ------------- | -------- |
1072
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1073
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1082
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1083
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1074
1084
  * | web | demo,alipay |
1075
1085
  */
1076
1086
  export declare const hideNavigationBarLoading: PickMPAttr<'hideNavigationBarLoading'>;
@@ -1079,8 +1089,8 @@ export declare const hideNavigationBarLoading: PickMPAttr<'hideNavigationBarLoad
1079
1089
  * @support
1080
1090
  * | Platform | Apps |
1081
1091
  * | ------------- | -------- |
1082
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1083
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1092
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1093
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1084
1094
  * | web | demo,alipay |
1085
1095
  */
1086
1096
  export declare const hideNavigationBarLoadingAsync: (args?: import("@hylid/call/lib/promisify").Options | undefined) => Promise<any>;
@@ -1089,9 +1099,9 @@ export declare const hideNavigationBarLoadingAsync: (args?: import("@hylid/call/
1089
1099
  * @support
1090
1100
  * | Platform | Apps |
1091
1101
  * | ------------- | -------- |
1092
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1093
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1094
- * | web | |
1102
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1103
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1104
+ * | web | alipay |
1095
1105
  */
1096
1106
  export declare const hideTabBar: PickMPAttr<'hideTabBar'>;
1097
1107
  /**
@@ -1099,9 +1109,9 @@ export declare const hideTabBar: PickMPAttr<'hideTabBar'>;
1099
1109
  * @support
1100
1110
  * | Platform | Apps |
1101
1111
  * | ------------- | -------- |
1102
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1103
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1104
- * | web | |
1112
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1113
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1114
+ * | web | alipay |
1105
1115
  */
1106
1116
  export declare const hideTabBarAsync: (args?: HideTabBarArgs | undefined) => Promise<undefined>;
1107
1117
  /**
@@ -1109,8 +1119,8 @@ export declare const hideTabBarAsync: (args?: HideTabBarArgs | undefined) => Pro
1109
1119
  * @support
1110
1120
  * | Platform | Apps |
1111
1121
  * | ------------- | -------- |
1112
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1113
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1122
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1123
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1114
1124
  * | web | demo,alipay,h5,tngdh5ng |
1115
1125
  */
1116
1126
  export declare const hideToast: PickMPAttr<'hideToast'>;
@@ -1119,8 +1129,8 @@ export declare const hideToast: PickMPAttr<'hideToast'>;
1119
1129
  * @support
1120
1130
  * | Platform | Apps |
1121
1131
  * | ------------- | -------- |
1122
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1123
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1132
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1133
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1124
1134
  * | web | demo,alipay,h5,tngdh5ng |
1125
1135
  */
1126
1136
  export declare const hideToastAsync: (args?: import("@hylid/call/lib/promisify").Options | undefined) => Promise<any>;
@@ -1165,8 +1175,8 @@ export declare const isInstalledAppAsync: (args?: any) => Promise<unknown>;
1165
1175
  * @support
1166
1176
  * | Platform | Apps |
1167
1177
  * | ------------- | -------- |
1168
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1169
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1178
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1179
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1170
1180
  * | web | demo,alipay,h5,tngdh5ng |
1171
1181
  */
1172
1182
  export declare const makePhoneCall: PickMPAttr<'makePhoneCall'>;
@@ -1175,8 +1185,8 @@ export declare const makePhoneCall: PickMPAttr<'makePhoneCall'>;
1175
1185
  * @support
1176
1186
  * | Platform | Apps |
1177
1187
  * | ------------- | -------- |
1178
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1179
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1188
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1189
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1180
1190
  * | web | demo,alipay,h5,tngdh5ng |
1181
1191
  */
1182
1192
  export declare const makePhoneCallAsync: (args?: import("@hylid/call/lib/promisify").Options | undefined) => Promise<any>;
@@ -1185,8 +1195,8 @@ export declare const makePhoneCallAsync: (args?: import("@hylid/call/lib/promisi
1185
1195
  * @support
1186
1196
  * | Platform | Apps |
1187
1197
  * | ------------- | -------- |
1188
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1189
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1198
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1199
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1190
1200
  * | web | demo,alipay |
1191
1201
  */
1192
1202
  export declare const multiLevelSelect: PickMPAttr<'multiLevelSelect'>;
@@ -1195,8 +1205,8 @@ export declare const multiLevelSelect: PickMPAttr<'multiLevelSelect'>;
1195
1205
  * @support
1196
1206
  * | Platform | Apps |
1197
1207
  * | ------------- | -------- |
1198
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1199
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1208
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1209
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1200
1210
  * | web | demo,alipay |
1201
1211
  */
1202
1212
  export declare const multiLevelSelectAsync: (args?: MultiLevelSelectArgs | undefined) => Promise<{
@@ -1208,8 +1218,8 @@ export declare const multiLevelSelectAsync: (args?: MultiLevelSelectArgs | undef
1208
1218
  * @support
1209
1219
  * | Platform | Apps |
1210
1220
  * | ------------- | -------- |
1211
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1212
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1221
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1222
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1213
1223
  * | web | alipay,demo,h5,tngdh5ng |
1214
1224
  */
1215
1225
  export declare const navigateBack: PickMPAttr<'navigateBack'>;
@@ -1218,8 +1228,8 @@ export declare const navigateBack: PickMPAttr<'navigateBack'>;
1218
1228
  * @support
1219
1229
  * | Platform | Apps |
1220
1230
  * | ------------- | -------- |
1221
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1222
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1231
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1232
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1223
1233
  * | web | alipay,demo,h5,tngdh5ng |
1224
1234
  */
1225
1235
  export declare const navigateBackAsync: (args?: import("@hylid/call/lib/promisify").Options | undefined) => Promise<any>;
@@ -1228,8 +1238,8 @@ export declare const navigateBackAsync: (args?: import("@hylid/call/lib/promisif
1228
1238
  * @support
1229
1239
  * | Platform | Apps |
1230
1240
  * | ------------- | -------- |
1231
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1232
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1241
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1242
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1233
1243
  * | web | demo,alipay |
1234
1244
  */
1235
1245
  export declare const navigateBackMiniProgram: PickMPAttr<'navigateBackMiniProgram'>;
@@ -1238,8 +1248,8 @@ export declare const navigateBackMiniProgram: PickMPAttr<'navigateBackMiniProgra
1238
1248
  * @support
1239
1249
  * | Platform | Apps |
1240
1250
  * | ------------- | -------- |
1241
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1242
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1251
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1252
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1243
1253
  * | web | demo,alipay |
1244
1254
  */
1245
1255
  export declare const navigateBackMiniProgramAsync: (args?: NavigateBackMiniProgramArgs | undefined) => Promise<undefined>;
@@ -1248,9 +1258,9 @@ export declare const navigateBackMiniProgramAsync: (args?: NavigateBackMiniProgr
1248
1258
  * @support
1249
1259
  * | Platform | Apps |
1250
1260
  * | ------------- | -------- |
1251
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1261
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1252
1262
  * | web | alipay,demo,h5,tngdh5ng |
1253
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1263
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1254
1264
  */
1255
1265
  export declare const navigateTo: PickMPAttr<'navigateTo'>;
1256
1266
  /**
@@ -1258,36 +1268,18 @@ export declare const navigateTo: PickMPAttr<'navigateTo'>;
1258
1268
  * @support
1259
1269
  * | Platform | Apps |
1260
1270
  * | ------------- | -------- |
1261
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1271
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1262
1272
  * | web | alipay,demo,h5,tngdh5ng |
1263
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1273
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1264
1274
  */
1265
1275
  export declare const navigateToAsync: (args?: NavigateToArgs | undefined) => Promise<undefined>;
1266
- /**
1267
- * @support
1268
- * | Platform | Apps |
1269
- * | ------------- | -------- |
1270
- * | mp | demo |
1271
- * | mp_web | demo |
1272
- * | web | demo,h5 |
1273
- */
1274
- export declare const navigateToBizScene: PickMPAttr<'navigateToBizScene'>;
1275
- /**
1276
- * @support
1277
- * | Platform | Apps |
1278
- * | ------------- | -------- |
1279
- * | mp | demo |
1280
- * | mp_web | demo |
1281
- * | web | demo,h5 |
1282
- */
1283
- export declare const navigateToBizSceneAsync: (args?: any) => Promise<unknown>;
1284
1276
  /**
1285
1277
  * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_OpenAPI_navigateToMiniProgram
1286
1278
  * @support
1287
1279
  * | Platform | Apps |
1288
1280
  * | ------------- | -------- |
1289
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1290
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1281
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1282
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1291
1283
  * | web | demo,alipay,h5 |
1292
1284
  */
1293
1285
  export declare const navigateToMiniProgram: PickMPAttr<'navigateToMiniProgram'>;
@@ -1296,8 +1288,8 @@ export declare const navigateToMiniProgram: PickMPAttr<'navigateToMiniProgram'>;
1296
1288
  * @support
1297
1289
  * | Platform | Apps |
1298
1290
  * | ------------- | -------- |
1299
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1300
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1291
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1292
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1301
1293
  * | web | demo,alipay,h5 |
1302
1294
  */
1303
1295
  export declare const navigateToMiniProgramAsync: (args?: NavigateToMiniProgramArgs | undefined) => Promise<undefined>;
@@ -1306,8 +1298,8 @@ export declare const navigateToMiniProgramAsync: (args?: NavigateToMiniProgramAr
1306
1298
  * @support
1307
1299
  * | Platform | Apps |
1308
1300
  * | ------------- | -------- |
1309
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1310
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1301
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1302
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1311
1303
  * | web | |
1312
1304
  */
1313
1305
  export declare const notifyBLECharacteristicValueChange: PickMPAttr<'notifyBLECharacteristicValueChange'>;
@@ -1316,8 +1308,8 @@ export declare const notifyBLECharacteristicValueChange: PickMPAttr<'notifyBLECh
1316
1308
  * @support
1317
1309
  * | Platform | Apps |
1318
1310
  * | ------------- | -------- |
1319
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1320
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1311
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1312
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1321
1313
  * | web | |
1322
1314
  */
1323
1315
  export declare const notifyBLECharacteristicValueChangeAsync: (args?: ({
@@ -1332,8 +1324,8 @@ export declare const notifyBLECharacteristicValueChangeAsync: (args?: ({
1332
1324
  * @support
1333
1325
  * | Platform | Apps |
1334
1326
  * | ------------- | -------- |
1335
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1336
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1327
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1328
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1337
1329
  */
1338
1330
  export declare const offAccelerometerChange: PickMPAttr<'offAccelerometerChange'>;
1339
1331
  /**
@@ -1341,8 +1333,8 @@ export declare const offAccelerometerChange: PickMPAttr<'offAccelerometerChange'
1341
1333
  * @support
1342
1334
  * | Platform | Apps |
1343
1335
  * | ------------- | -------- |
1344
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1345
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1336
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1337
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1346
1338
  * | web | |
1347
1339
  */
1348
1340
  export declare const offBLECharacteristicValueChange: PickMPAttr<'offBLECharacteristicValueChange'>;
@@ -1351,8 +1343,8 @@ export declare const offBLECharacteristicValueChange: PickMPAttr<'offBLECharacte
1351
1343
  * @support
1352
1344
  * | Platform | Apps |
1353
1345
  * | ------------- | -------- |
1354
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1355
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1346
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1347
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1356
1348
  * | web | |
1357
1349
  */
1358
1350
  export declare const offBLEConnectionStateChanged: PickMPAttr<'offBLEConnectionStateChanged'>;
@@ -1361,8 +1353,8 @@ export declare const offBLEConnectionStateChanged: PickMPAttr<'offBLEConnectionS
1361
1353
  * @support
1362
1354
  * | Platform | Apps |
1363
1355
  * | ------------- | -------- |
1364
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1365
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1356
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1357
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1366
1358
  * | web | |
1367
1359
  */
1368
1360
  export declare const offBluetoothAdapterStateChange: PickMPAttr<'offBluetoothAdapterStateChange'>;
@@ -1371,8 +1363,8 @@ export declare const offBluetoothAdapterStateChange: PickMPAttr<'offBluetoothAda
1371
1363
  * @support
1372
1364
  * | Platform | Apps |
1373
1365
  * | ------------- | -------- |
1374
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1375
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1366
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1367
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1376
1368
  * | web | |
1377
1369
  */
1378
1370
  export declare const offBluetoothDeviceFound: PickMPAttr<'offBluetoothDeviceFound'>;
@@ -1381,8 +1373,8 @@ export declare const offBluetoothDeviceFound: PickMPAttr<'offBluetoothDeviceFoun
1381
1373
  * @support
1382
1374
  * | Platform | Apps |
1383
1375
  * | ------------- | -------- |
1384
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1385
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1376
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1377
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1386
1378
  */
1387
1379
  export declare const offCompassChange: PickMPAttr<'offCompassChange'>;
1388
1380
  /**
@@ -1390,8 +1382,8 @@ export declare const offCompassChange: PickMPAttr<'offCompassChange'>;
1390
1382
  * @support
1391
1383
  * | Platform | Apps |
1392
1384
  * | ------------- | -------- |
1393
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1394
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1385
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1386
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1395
1387
  */
1396
1388
  export declare const offMemoryWarning: PickMPAttr<'offMemoryWarning'>;
1397
1389
  /**
@@ -1399,8 +1391,8 @@ export declare const offMemoryWarning: PickMPAttr<'offMemoryWarning'>;
1399
1391
  * @support
1400
1392
  * | Platform | Apps |
1401
1393
  * | ------------- | -------- |
1402
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1403
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1394
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1395
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1404
1396
  * | web | |
1405
1397
  */
1406
1398
  export declare const offSocketClose: PickMPAttr<'offSocketClose'>;
@@ -1409,8 +1401,8 @@ export declare const offSocketClose: PickMPAttr<'offSocketClose'>;
1409
1401
  * @support
1410
1402
  * | Platform | Apps |
1411
1403
  * | ------------- | -------- |
1412
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1413
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1404
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1405
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1414
1406
  * | web | |
1415
1407
  */
1416
1408
  export declare const offSocketError: PickMPAttr<'offSocketError'>;
@@ -1419,8 +1411,8 @@ export declare const offSocketError: PickMPAttr<'offSocketError'>;
1419
1411
  * @support
1420
1412
  * | Platform | Apps |
1421
1413
  * | ------------- | -------- |
1422
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1423
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1414
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1415
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1424
1416
  * | web | |
1425
1417
  */
1426
1418
  export declare const offSocketMessage: PickMPAttr<'offSocketMessage'>;
@@ -1429,8 +1421,8 @@ export declare const offSocketMessage: PickMPAttr<'offSocketMessage'>;
1429
1421
  * @support
1430
1422
  * | Platform | Apps |
1431
1423
  * | ------------- | -------- |
1432
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1433
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1424
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1425
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1434
1426
  * | web | |
1435
1427
  */
1436
1428
  export declare const offSocketOpen: PickMPAttr<'offSocketOpen'>;
@@ -1439,8 +1431,8 @@ export declare const offSocketOpen: PickMPAttr<'offSocketOpen'>;
1439
1431
  * @support
1440
1432
  * | Platform | Apps |
1441
1433
  * | ------------- | -------- |
1442
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1443
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1434
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1435
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1444
1436
  * | web | |
1445
1437
  */
1446
1438
  export declare const offUserCaptureScreen: PickMPAttr<'offUserCaptureScreen'>;
@@ -1449,8 +1441,8 @@ export declare const offUserCaptureScreen: PickMPAttr<'offUserCaptureScreen'>;
1449
1441
  * @support
1450
1442
  * | Platform | Apps |
1451
1443
  * | ------------- | -------- |
1452
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1453
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1444
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1445
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1454
1446
  */
1455
1447
  export declare const onAccelerometerChange: PickMPAttr<'onAccelerometerChange'>;
1456
1448
  /**
@@ -1458,8 +1450,8 @@ export declare const onAccelerometerChange: PickMPAttr<'onAccelerometerChange'>;
1458
1450
  * @support
1459
1451
  * | Platform | Apps |
1460
1452
  * | ------------- | -------- |
1461
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1462
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1453
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1454
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1463
1455
  * | web | |
1464
1456
  */
1465
1457
  export declare const onBLECharacteristicValueChange: PickMPAttr<'onBLECharacteristicValueChange'>;
@@ -1468,8 +1460,8 @@ export declare const onBLECharacteristicValueChange: PickMPAttr<'onBLECharacteri
1468
1460
  * @support
1469
1461
  * | Platform | Apps |
1470
1462
  * | ------------- | -------- |
1471
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1472
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1463
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1464
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1473
1465
  * | web | |
1474
1466
  */
1475
1467
  export declare const onBLEConnectionStateChanged: PickMPAttr<'onBLEConnectionStateChanged'>;
@@ -1478,8 +1470,8 @@ export declare const onBLEConnectionStateChanged: PickMPAttr<'onBLEConnectionSta
1478
1470
  * @support
1479
1471
  * | Platform | Apps |
1480
1472
  * | ------------- | -------- |
1481
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1482
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1473
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1474
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1483
1475
  * | web | |
1484
1476
  */
1485
1477
  export declare const onBluetoothAdapterStateChange: PickMPAttr<'onBluetoothAdapterStateChange'>;
@@ -1488,8 +1480,8 @@ export declare const onBluetoothAdapterStateChange: PickMPAttr<'onBluetoothAdapt
1488
1480
  * @support
1489
1481
  * | Platform | Apps |
1490
1482
  * | ------------- | -------- |
1491
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1492
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1483
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1484
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1493
1485
  * | web | |
1494
1486
  */
1495
1487
  export declare const onBluetoothDeviceFound: PickMPAttr<'onBluetoothDeviceFound'>;
@@ -1498,8 +1490,8 @@ export declare const onBluetoothDeviceFound: PickMPAttr<'onBluetoothDeviceFound'
1498
1490
  * @support
1499
1491
  * | Platform | Apps |
1500
1492
  * | ------------- | -------- |
1501
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1502
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1493
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1494
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1503
1495
  */
1504
1496
  export declare const onCompassChange: PickMPAttr<'onCompassChange'>;
1505
1497
  /**
@@ -1507,8 +1499,8 @@ export declare const onCompassChange: PickMPAttr<'onCompassChange'>;
1507
1499
  * @support
1508
1500
  * | Platform | Apps |
1509
1501
  * | ------------- | -------- |
1510
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1511
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1502
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1503
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1512
1504
  */
1513
1505
  export declare const onMemoryWarning: PickMPAttr<'onMemoryWarning'>;
1514
1506
  /**
@@ -1516,8 +1508,8 @@ export declare const onMemoryWarning: PickMPAttr<'onMemoryWarning'>;
1516
1508
  * @support
1517
1509
  * | Platform | Apps |
1518
1510
  * | ------------- | -------- |
1519
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1520
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1511
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1512
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1521
1513
  * | web | |
1522
1514
  */
1523
1515
  export declare const onSocketClose: PickMPAttr<'onSocketClose'>;
@@ -1526,8 +1518,8 @@ export declare const onSocketClose: PickMPAttr<'onSocketClose'>;
1526
1518
  * @support
1527
1519
  * | Platform | Apps |
1528
1520
  * | ------------- | -------- |
1529
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1530
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1521
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1522
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1531
1523
  * | web | |
1532
1524
  */
1533
1525
  export declare const onSocketError: PickMPAttr<'onSocketError'>;
@@ -1536,8 +1528,8 @@ export declare const onSocketError: PickMPAttr<'onSocketError'>;
1536
1528
  * @support
1537
1529
  * | Platform | Apps |
1538
1530
  * | ------------- | -------- |
1539
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1540
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1531
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1532
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1541
1533
  * | web | |
1542
1534
  */
1543
1535
  export declare const onSocketMessage: PickMPAttr<'onSocketMessage'>;
@@ -1546,8 +1538,8 @@ export declare const onSocketMessage: PickMPAttr<'onSocketMessage'>;
1546
1538
  * @support
1547
1539
  * | Platform | Apps |
1548
1540
  * | ------------- | -------- |
1549
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1550
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1541
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1542
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1551
1543
  * | web | |
1552
1544
  */
1553
1545
  export declare const onSocketOpen: PickMPAttr<'onSocketOpen'>;
@@ -1556,9 +1548,9 @@ export declare const onSocketOpen: PickMPAttr<'onSocketOpen'>;
1556
1548
  * @support
1557
1549
  * | Platform | Apps |
1558
1550
  * | ------------- | -------- |
1559
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1560
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1561
- * | web | |
1551
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1552
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1553
+ * | web | alipay |
1562
1554
  */
1563
1555
  export declare const onUserCaptureScreen: PickMPAttr<'onUserCaptureScreen'>;
1564
1556
  /**
@@ -1566,8 +1558,8 @@ export declare const onUserCaptureScreen: PickMPAttr<'onUserCaptureScreen'>;
1566
1558
  * @support
1567
1559
  * | Platform | Apps |
1568
1560
  * | ------------- | -------- |
1569
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1570
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1561
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1562
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1571
1563
  * | web | |
1572
1564
  */
1573
1565
  export declare const openBluetoothAdapter: PickMPAttr<'openBluetoothAdapter'>;
@@ -1576,8 +1568,8 @@ export declare const openBluetoothAdapter: PickMPAttr<'openBluetoothAdapter'>;
1576
1568
  * @support
1577
1569
  * | Platform | Apps |
1578
1570
  * | ------------- | -------- |
1579
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1580
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1571
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1572
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1581
1573
  * | web | |
1582
1574
  */
1583
1575
  export declare const openBluetoothAdapterAsync: (args?: AsyncCallback<any> | undefined) => Promise<any>;
@@ -1586,8 +1578,8 @@ export declare const openBluetoothAdapterAsync: (args?: AsyncCallback<any> | und
1586
1578
  * @support
1587
1579
  * | Platform | Apps |
1588
1580
  * | ------------- | -------- |
1589
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1590
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1581
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1582
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1591
1583
  * | web | demo,alipay |
1592
1584
  */
1593
1585
  export declare const openDocument: PickMPAttr<'openDocument'>;
@@ -1596,8 +1588,8 @@ export declare const openDocument: PickMPAttr<'openDocument'>;
1596
1588
  * @support
1597
1589
  * | Platform | Apps |
1598
1590
  * | ------------- | -------- |
1599
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1600
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1591
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1592
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1601
1593
  * | web | demo,alipay |
1602
1594
  */
1603
1595
  export declare const openDocumentAsync: (args?: ({
@@ -1627,8 +1619,8 @@ export declare const openSchemeWithBackingAsync: (args?: any) => Promise<unknown
1627
1619
  * @support
1628
1620
  * | Platform | Apps |
1629
1621
  * | ------------- | -------- |
1630
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1631
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1622
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1623
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1632
1624
  * | web | demo,alipay |
1633
1625
  */
1634
1626
  export declare const openSetting: PickMPAttr<'openSetting'>;
@@ -1637,8 +1629,8 @@ export declare const openSetting: PickMPAttr<'openSetting'>;
1637
1629
  * @support
1638
1630
  * | Platform | Apps |
1639
1631
  * | ------------- | -------- |
1640
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1641
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1632
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1633
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1642
1634
  * | web | demo,alipay |
1643
1635
  */
1644
1636
  export declare const openSettingAsync: (args?: import("@hylid/call/lib/promisify").Options | undefined) => Promise<any>;
@@ -1647,9 +1639,9 @@ export declare const openSettingAsync: (args?: import("@hylid/call/lib/promisify
1647
1639
  * @support
1648
1640
  * | Platform | Apps |
1649
1641
  * | ------------- | -------- |
1650
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1642
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1651
1643
  * | web | h5 |
1652
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1644
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1653
1645
  */
1654
1646
  export declare const pageScrollTo: PickMPAttr<'pageScrollTo'>;
1655
1647
  /**
@@ -1657,9 +1649,9 @@ export declare const pageScrollTo: PickMPAttr<'pageScrollTo'>;
1657
1649
  * @support
1658
1650
  * | Platform | Apps |
1659
1651
  * | ------------- | -------- |
1660
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1652
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1661
1653
  * | web | h5 |
1662
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1654
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1663
1655
  */
1664
1656
  export declare const pageScrollToAsync: (args?: PageScrollToArgs | undefined) => Promise<undefined>;
1665
1657
  /**
@@ -1683,8 +1675,8 @@ export declare const paySignCenterAsync: (args?: any) => Promise<unknown>;
1683
1675
  * @support
1684
1676
  * | Platform | Apps |
1685
1677
  * | ------------- | -------- |
1686
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1687
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1678
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1679
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1688
1680
  * | web | demo,alipay |
1689
1681
  */
1690
1682
  export declare const previewImage: PickMPAttr<'previewImage'>;
@@ -1693,8 +1685,8 @@ export declare const previewImage: PickMPAttr<'previewImage'>;
1693
1685
  * @support
1694
1686
  * | Platform | Apps |
1695
1687
  * | ------------- | -------- |
1696
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1697
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1688
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1689
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1698
1690
  * | web | demo,alipay |
1699
1691
  */
1700
1692
  export declare const previewImageAsync: (args?: PreviewImageArgs | undefined) => Promise<undefined>;
@@ -1703,8 +1695,8 @@ export declare const previewImageAsync: (args?: PreviewImageArgs | undefined) =>
1703
1695
  * @support
1704
1696
  * | Platform | Apps |
1705
1697
  * | ------------- | -------- |
1706
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1707
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1698
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1699
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1708
1700
  * | web | demo,alipay,tngdh5ng |
1709
1701
  */
1710
1702
  export declare const prompt: PickMPAttr<'prompt'>;
@@ -1713,8 +1705,8 @@ export declare const prompt: PickMPAttr<'prompt'>;
1713
1705
  * @support
1714
1706
  * | Platform | Apps |
1715
1707
  * | ------------- | -------- |
1716
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1717
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1708
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1709
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1718
1710
  * | web | demo,alipay,tngdh5ng |
1719
1711
  */
1720
1712
  export declare const promptAsync: (args?: PromptArgs | undefined) => Promise<PromptCallbackValue>;
@@ -1723,8 +1715,8 @@ export declare const promptAsync: (args?: PromptArgs | undefined) => Promise<Pro
1723
1715
  * @support
1724
1716
  * | Platform | Apps |
1725
1717
  * | ------------- | -------- |
1726
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1727
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1718
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1719
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1728
1720
  * | web | |
1729
1721
  */
1730
1722
  export declare const readBLECharacteristicValue: PickMPAttr<'readBLECharacteristicValue'>;
@@ -1733,8 +1725,8 @@ export declare const readBLECharacteristicValue: PickMPAttr<'readBLECharacterist
1733
1725
  * @support
1734
1726
  * | Platform | Apps |
1735
1727
  * | ------------- | -------- |
1736
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1737
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1728
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1729
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1738
1730
  * | web | |
1739
1731
  */
1740
1732
  export declare const readBLECharacteristicValueAsync: (args?: ReadBLECharacteristicValueArgs | undefined) => Promise<{
@@ -1749,9 +1741,9 @@ export declare const readBLECharacteristicValueAsync: (args?: ReadBLECharacteris
1749
1741
  * @support
1750
1742
  * | Platform | Apps |
1751
1743
  * | ------------- | -------- |
1752
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1744
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1753
1745
  * | web | alipay,demo,h5 |
1754
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1746
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1755
1747
  */
1756
1748
  export declare const redirectTo: PickMPAttr<'redirectTo'>;
1757
1749
  /**
@@ -1759,9 +1751,9 @@ export declare const redirectTo: PickMPAttr<'redirectTo'>;
1759
1751
  * @support
1760
1752
  * | Platform | Apps |
1761
1753
  * | ------------- | -------- |
1762
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1754
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1763
1755
  * | web | alipay,demo,h5 |
1764
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1756
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1765
1757
  */
1766
1758
  export declare const redirectToAsync: (args?: RedirectToArgs | undefined) => Promise<undefined>;
1767
1759
  /**
@@ -1805,9 +1797,9 @@ export declare const regionSearchAppsByKeywordsAsync: (args?: any) => Promise<un
1805
1797
  * @support
1806
1798
  * | Platform | Apps |
1807
1799
  * | ------------- | -------- |
1808
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1800
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1809
1801
  * | web | |
1810
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1802
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1811
1803
  */
1812
1804
  export declare const reLaunch: PickMPAttr<'reLaunch'>;
1813
1805
  /**
@@ -1815,9 +1807,9 @@ export declare const reLaunch: PickMPAttr<'reLaunch'>;
1815
1807
  * @support
1816
1808
  * | Platform | Apps |
1817
1809
  * | ------------- | -------- |
1818
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1810
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1819
1811
  * | web | |
1820
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1812
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1821
1813
  */
1822
1814
  export declare const reLaunchAsync: (args?: ReLaunchArgs | undefined) => Promise<undefined>;
1823
1815
  /**
@@ -1825,8 +1817,8 @@ export declare const reLaunchAsync: (args?: ReLaunchArgs | undefined) => Promise
1825
1817
  * @support
1826
1818
  * | Platform | Apps |
1827
1819
  * | ------------- | -------- |
1828
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1829
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1820
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1821
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1830
1822
  * | web | demo,alipay |
1831
1823
  */
1832
1824
  export declare const removeSavedFile: PickMPAttr<'removeSavedFile'>;
@@ -1835,8 +1827,8 @@ export declare const removeSavedFile: PickMPAttr<'removeSavedFile'>;
1835
1827
  * @support
1836
1828
  * | Platform | Apps |
1837
1829
  * | ------------- | -------- |
1838
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1839
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1830
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1831
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1840
1832
  * | web | demo,alipay |
1841
1833
  */
1842
1834
  export declare const removeSavedFileAsync: (args?: RemoveSavedFileArgs | undefined) => Promise<void>;
@@ -1845,8 +1837,8 @@ export declare const removeSavedFileAsync: (args?: RemoveSavedFileArgs | undefin
1845
1837
  * @support
1846
1838
  * | Platform | Apps |
1847
1839
  * | ------------- | -------- |
1848
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1849
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1840
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1841
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1850
1842
  * | web | demo,alipay,h5 |
1851
1843
  */
1852
1844
  export declare const removeStorage: PickMPAttr<'removeStorage'>;
@@ -1855,8 +1847,8 @@ export declare const removeStorage: PickMPAttr<'removeStorage'>;
1855
1847
  * @support
1856
1848
  * | Platform | Apps |
1857
1849
  * | ------------- | -------- |
1858
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1859
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1850
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1851
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1860
1852
  * | web | demo,alipay,h5 |
1861
1853
  */
1862
1854
  export declare const removeStorageAsync: (args?: RemoveStorageArgs | undefined) => Promise<undefined>;
@@ -1865,7 +1857,7 @@ export declare const removeStorageAsync: (args?: RemoveStorageArgs | undefined)
1865
1857
  * @support
1866
1858
  * | Platform | Apps |
1867
1859
  * | ------------- | -------- |
1868
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1860
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1869
1861
  * | web | h5 |
1870
1862
  */
1871
1863
  export declare const removeStorageSync: PickMPAttr<'removeStorageSync'>;
@@ -1874,8 +1866,8 @@ export declare const removeStorageSync: PickMPAttr<'removeStorageSync'>;
1874
1866
  * @support
1875
1867
  * | Platform | Apps |
1876
1868
  * | ------------- | -------- |
1877
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1878
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney,toss,mpay |
1869
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1870
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1879
1871
  * | web | demo,alipay,h5 |
1880
1872
  */
1881
1873
  export declare const request: PickMPAttr<'request'>;
@@ -1884,8 +1876,8 @@ export declare const request: PickMPAttr<'request'>;
1884
1876
  * @support
1885
1877
  * | Platform | Apps |
1886
1878
  * | ------------- | -------- |
1887
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1888
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney,toss,mpay |
1879
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1880
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1889
1881
  * | web | demo,alipay,h5 |
1890
1882
  */
1891
1883
  export declare const requestAsync: (args?: ({
@@ -1911,7 +1903,7 @@ export declare const requestAsync: (args?: ({
1911
1903
  * | Platform | Apps |
1912
1904
  * | ------------- | -------- |
1913
1905
  * | mp | alipay,demo |
1914
- * | mp_web | alipay,demo |
1906
+ * | mp_web | alipay,demo,toss |
1915
1907
  * | web | alipay,demo,h5 |
1916
1908
  */
1917
1909
  export declare const rpc: PickMPAttr<'rpc'>;
@@ -1920,7 +1912,7 @@ export declare const rpc: PickMPAttr<'rpc'>;
1920
1912
  * | Platform | Apps |
1921
1913
  * | ------------- | -------- |
1922
1914
  * | mp | alipay,demo |
1923
- * | mp_web | alipay,demo |
1915
+ * | mp_web | alipay,demo,toss |
1924
1916
  * | web | alipay,demo,h5 |
1925
1917
  */
1926
1918
  export declare const rpcAsync: (args?: (import("@hylid/types").IRPCArgs & import("@hylid/types").AsyncCallback<{
@@ -1935,8 +1927,8 @@ export declare const rpcAsync: (args?: (import("@hylid/types").IRPCArgs & import
1935
1927
  * @support
1936
1928
  * | Platform | Apps |
1937
1929
  * | ------------- | -------- |
1938
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1939
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1930
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1931
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1940
1932
  * | web | demo,alipay |
1941
1933
  */
1942
1934
  export declare const saveFile: PickMPAttr<'saveFile'>;
@@ -1945,8 +1937,8 @@ export declare const saveFile: PickMPAttr<'saveFile'>;
1945
1937
  * @support
1946
1938
  * | Platform | Apps |
1947
1939
  * | ------------- | -------- |
1948
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1949
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1940
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1941
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1950
1942
  * | web | demo,alipay |
1951
1943
  */
1952
1944
  export declare const saveFileAsync: (args?: SaveFileArgs | undefined) => Promise<{
@@ -1957,8 +1949,8 @@ export declare const saveFileAsync: (args?: SaveFileArgs | undefined) => Promise
1957
1949
  * @support
1958
1950
  * | Platform | Apps |
1959
1951
  * | ------------- | -------- |
1960
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1961
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1952
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1953
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1962
1954
  * | web | demo,alipay |
1963
1955
  */
1964
1956
  export declare const saveImage: PickMPAttr<'saveImage'>;
@@ -1967,8 +1959,8 @@ export declare const saveImage: PickMPAttr<'saveImage'>;
1967
1959
  * @support
1968
1960
  * | Platform | Apps |
1969
1961
  * | ------------- | -------- |
1970
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1971
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1962
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1963
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1972
1964
  * | web | demo,alipay |
1973
1965
  */
1974
1966
  export declare const saveImageAsync: (args?: SaveImageArgs | undefined) => Promise<undefined>;
@@ -1977,8 +1969,8 @@ export declare const saveImageAsync: (args?: SaveImageArgs | undefined) => Promi
1977
1969
  * @support
1978
1970
  * | Platform | Apps |
1979
1971
  * | ------------- | -------- |
1980
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1981
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1972
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1973
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1982
1974
  * | web | demo,alipay |
1983
1975
  */
1984
1976
  export declare const scan: PickMPAttr<'scan'>;
@@ -1987,8 +1979,8 @@ export declare const scan: PickMPAttr<'scan'>;
1987
1979
  * @support
1988
1980
  * | Platform | Apps |
1989
1981
  * | ------------- | -------- |
1990
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1991
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1982
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1983
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1992
1984
  * | web | demo,alipay |
1993
1985
  */
1994
1986
  export declare const scanAsync: (args?: ScanArgs | undefined) => Promise<ScanCallbackValue>;
@@ -1997,8 +1989,8 @@ export declare const scanAsync: (args?: ScanArgs | undefined) => Promise<ScanCal
1997
1989
  * @support
1998
1990
  * | Platform | Apps |
1999
1991
  * | ------------- | -------- |
2000
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2001
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1992
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1993
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2002
1994
  * | web | |
2003
1995
  */
2004
1996
  export declare const sendSocketMessage: PickMPAttr<'sendSocketMessage'>;
@@ -2007,8 +1999,8 @@ export declare const sendSocketMessage: PickMPAttr<'sendSocketMessage'>;
2007
1999
  * @support
2008
2000
  * | Platform | Apps |
2009
2001
  * | ------------- | -------- |
2010
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2011
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2002
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2003
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2012
2004
  * | web | |
2013
2005
  */
2014
2006
  export declare const sendSocketMessageAsync: (args?: import("@hylid/call/lib/promisify").Options | undefined) => Promise<any>;
@@ -2017,8 +2009,9 @@ export declare const sendSocketMessageAsync: (args?: import("@hylid/call/lib/pro
2017
2009
  * @support
2018
2010
  * | Platform | Apps |
2019
2011
  * | ------------- | -------- |
2020
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2021
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2012
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2013
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2014
+ * | web | alipay |
2022
2015
  */
2023
2016
  export declare const setBackgroundColor: PickMPAttr<'setBackgroundColor'>;
2024
2017
  /**
@@ -2026,8 +2019,9 @@ export declare const setBackgroundColor: PickMPAttr<'setBackgroundColor'>;
2026
2019
  * @support
2027
2020
  * | Platform | Apps |
2028
2021
  * | ------------- | -------- |
2029
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2030
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2022
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2023
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2024
+ * | web | alipay |
2031
2025
  */
2032
2026
  export declare const setBackgroundColorAsync: (args?: SetBackgroundColorArgs | undefined) => Promise<undefined>;
2033
2027
  /**
@@ -2035,9 +2029,9 @@ export declare const setBackgroundColorAsync: (args?: SetBackgroundColorArgs | u
2035
2029
  * @support
2036
2030
  * | Platform | Apps |
2037
2031
  * | ------------- | -------- |
2038
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2039
- * | web | |
2040
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2032
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2033
+ * | web | alipay |
2034
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2041
2035
  */
2042
2036
  export declare const setCanPullDown: PickMPAttr<'setCanPullDown'>;
2043
2037
  /**
@@ -2045,9 +2039,9 @@ export declare const setCanPullDown: PickMPAttr<'setCanPullDown'>;
2045
2039
  * @support
2046
2040
  * | Platform | Apps |
2047
2041
  * | ------------- | -------- |
2048
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2049
- * | web | |
2050
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2042
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2043
+ * | web | alipay |
2044
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2051
2045
  */
2052
2046
  export declare const setCanPullDownAsync: (args?: ({
2053
2047
  canPullDown: boolean;
@@ -2057,8 +2051,8 @@ export declare const setCanPullDownAsync: (args?: ({
2057
2051
  * @support
2058
2052
  * | Platform | Apps |
2059
2053
  * | ------------- | -------- |
2060
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2061
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2054
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2055
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2062
2056
  * | web | demo,alipay,h5,tngdh5ng |
2063
2057
  */
2064
2058
  export declare const setClipboard: PickMPAttr<'setClipboard'>;
@@ -2067,8 +2061,8 @@ export declare const setClipboard: PickMPAttr<'setClipboard'>;
2067
2061
  * @support
2068
2062
  * | Platform | Apps |
2069
2063
  * | ------------- | -------- |
2070
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2071
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2064
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2065
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2072
2066
  * | web | demo,alipay,h5,tngdh5ng |
2073
2067
  */
2074
2068
  export declare const setClipboardAsync: (args?: SetClipboardArgs | undefined) => Promise<undefined>;
@@ -2077,8 +2071,8 @@ export declare const setClipboardAsync: (args?: SetClipboardArgs | undefined) =>
2077
2071
  * @support
2078
2072
  * | Platform | Apps |
2079
2073
  * | ------------- | -------- |
2080
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2081
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2074
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2075
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2082
2076
  * | web | demo,alipay |
2083
2077
  */
2084
2078
  export declare const setKeepScreenOn: PickMPAttr<'setKeepScreenOn'>;
@@ -2087,8 +2081,8 @@ export declare const setKeepScreenOn: PickMPAttr<'setKeepScreenOn'>;
2087
2081
  * @support
2088
2082
  * | Platform | Apps |
2089
2083
  * | ------------- | -------- |
2090
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2091
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2084
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2085
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2092
2086
  * | web | demo,alipay |
2093
2087
  */
2094
2088
  export declare const setKeepScreenOnAsync: (args?: SetKeepScreenOnArgs | undefined) => Promise<undefined>;
@@ -2097,8 +2091,8 @@ export declare const setKeepScreenOnAsync: (args?: SetKeepScreenOnArgs | undefin
2097
2091
  * @support
2098
2092
  * | Platform | Apps |
2099
2093
  * | ------------- | -------- |
2100
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2101
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2094
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2095
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2102
2096
  * | web | demo,alipay,h5,tngdh5ng |
2103
2097
  */
2104
2098
  export declare const setNavigationBar: PickMPAttr<'setNavigationBar'>;
@@ -2107,8 +2101,8 @@ export declare const setNavigationBar: PickMPAttr<'setNavigationBar'>;
2107
2101
  * @support
2108
2102
  * | Platform | Apps |
2109
2103
  * | ------------- | -------- |
2110
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2111
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2104
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2105
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2112
2106
  * | web | demo,alipay,h5,tngdh5ng |
2113
2107
  */
2114
2108
  export declare const setNavigationBarAsync: (args?: SetNavigationBarArgs | undefined) => Promise<undefined>;
@@ -2118,6 +2112,7 @@ export declare const setNavigationBarAsync: (args?: SetNavigationBarArgs | undef
2118
2112
  * | ------------- | -------- |
2119
2113
  * | mp | demo |
2120
2114
  * | mp_web | demo,alipay |
2115
+ * | web | alipay |
2121
2116
  */
2122
2117
  export declare const setOptionMenu: PickMPAttr<'setOptionMenu'>;
2123
2118
  /**
@@ -2126,6 +2121,7 @@ export declare const setOptionMenu: PickMPAttr<'setOptionMenu'>;
2126
2121
  * | ------------- | -------- |
2127
2122
  * | mp | demo |
2128
2123
  * | mp_web | demo,alipay |
2124
+ * | web | alipay |
2129
2125
  */
2130
2126
  export declare const setOptionMenuAsync: (args?: import("@hylid/call/lib/promisify").Options | undefined) => Promise<any>;
2131
2127
  /**
@@ -2133,8 +2129,8 @@ export declare const setOptionMenuAsync: (args?: import("@hylid/call/lib/promisi
2133
2129
  * @support
2134
2130
  * | Platform | Apps |
2135
2131
  * | ------------- | -------- |
2136
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2137
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2132
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2133
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2138
2134
  * | web | demo,alipay |
2139
2135
  */
2140
2136
  export declare const setScreenBrightness: PickMPAttr<'setScreenBrightness'>;
@@ -2143,8 +2139,8 @@ export declare const setScreenBrightness: PickMPAttr<'setScreenBrightness'>;
2143
2139
  * @support
2144
2140
  * | Platform | Apps |
2145
2141
  * | ------------- | -------- |
2146
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2147
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2142
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2143
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2148
2144
  * | web | demo,alipay |
2149
2145
  */
2150
2146
  export declare const setScreenBrightnessAsync: (args?: SetScreenBrightnessArgs | undefined) => Promise<undefined>;
@@ -2153,8 +2149,8 @@ export declare const setScreenBrightnessAsync: (args?: SetScreenBrightnessArgs |
2153
2149
  * @support
2154
2150
  * | Platform | Apps |
2155
2151
  * | ------------- | -------- |
2156
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2157
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney,toss,mpay |
2152
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2153
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2158
2154
  * | web | demo,alipay,h5 |
2159
2155
  */
2160
2156
  export declare const setStorage: PickMPAttr<'setStorage'>;
@@ -2163,8 +2159,8 @@ export declare const setStorage: PickMPAttr<'setStorage'>;
2163
2159
  * @support
2164
2160
  * | Platform | Apps |
2165
2161
  * | ------------- | -------- |
2166
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2167
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney,toss,mpay |
2162
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2163
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2168
2164
  * | web | demo,alipay,h5 |
2169
2165
  */
2170
2166
  export declare const setStorageAsync: (args?: SetStorage | undefined) => Promise<undefined>;
@@ -2173,7 +2169,7 @@ export declare const setStorageAsync: (args?: SetStorage | undefined) => Promise
2173
2169
  * @support
2174
2170
  * | Platform | Apps |
2175
2171
  * | ------------- | -------- |
2176
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2172
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2177
2173
  * | web | h5 |
2178
2174
  */
2179
2175
  export declare const setStorageSync: PickMPAttr<'setStorageSync'>;
@@ -2182,9 +2178,9 @@ export declare const setStorageSync: PickMPAttr<'setStorageSync'>;
2182
2178
  * @support
2183
2179
  * | Platform | Apps |
2184
2180
  * | ------------- | -------- |
2185
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2186
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2187
- * | web | |
2181
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2182
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2183
+ * | web | alipay |
2188
2184
  */
2189
2185
  export declare const setTabBarStyle: PickMPAttr<'setTabBarStyle'>;
2190
2186
  /**
@@ -2192,9 +2188,9 @@ export declare const setTabBarStyle: PickMPAttr<'setTabBarStyle'>;
2192
2188
  * @support
2193
2189
  * | Platform | Apps |
2194
2190
  * | ------------- | -------- |
2195
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2196
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2197
- * | web | |
2191
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2192
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2193
+ * | web | alipay |
2198
2194
  */
2199
2195
  export declare const setTabBarStyleAsync: (args?: SetTabBarStyleArgs | undefined) => Promise<any>;
2200
2196
  /**
@@ -2202,8 +2198,8 @@ export declare const setTabBarStyleAsync: (args?: SetTabBarStyleArgs | undefined
2202
2198
  * @support
2203
2199
  * | Platform | Apps |
2204
2200
  * | ------------- | -------- |
2205
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2206
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2201
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2202
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2207
2203
  * | web | demo,alipay |
2208
2204
  */
2209
2205
  export declare const showActionSheet: PickMPAttr<'showActionSheet'>;
@@ -2212,8 +2208,8 @@ export declare const showActionSheet: PickMPAttr<'showActionSheet'>;
2212
2208
  * @support
2213
2209
  * | Platform | Apps |
2214
2210
  * | ------------- | -------- |
2215
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2216
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2211
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2212
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2217
2213
  * | web | demo,alipay |
2218
2214
  */
2219
2215
  export declare const showActionSheetAsync: (args?: ShowActionSheetArgs | undefined) => Promise<any>;
@@ -2222,8 +2218,8 @@ export declare const showActionSheetAsync: (args?: ShowActionSheetArgs | undefin
2222
2218
  * @support
2223
2219
  * | Platform | Apps |
2224
2220
  * | ------------- | -------- |
2225
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2226
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2221
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2222
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2227
2223
  * | web | demo,alipay |
2228
2224
  */
2229
2225
  export declare const showAuthGuide: PickMPAttr<'showAuthGuide'>;
@@ -2232,8 +2228,8 @@ export declare const showAuthGuide: PickMPAttr<'showAuthGuide'>;
2232
2228
  * @support
2233
2229
  * | Platform | Apps |
2234
2230
  * | ------------- | -------- |
2235
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2236
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2231
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2232
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2237
2233
  * | web | demo,alipay |
2238
2234
  */
2239
2235
  export declare const showAuthGuideAsync: (args?: (import("@hylid/types").AsyncCallback<{
@@ -2249,8 +2245,8 @@ export declare const showAuthGuideAsync: (args?: (import("@hylid/types").AsyncCa
2249
2245
  * @support
2250
2246
  * | Platform | Apps |
2251
2247
  * | ------------- | -------- |
2252
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2253
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2248
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2249
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2254
2250
  * | web | demo,alipay,h5,tngdh5ng |
2255
2251
  */
2256
2252
  export declare const showLoading: PickMPAttr<'showLoading'>;
@@ -2259,8 +2255,8 @@ export declare const showLoading: PickMPAttr<'showLoading'>;
2259
2255
  * @support
2260
2256
  * | Platform | Apps |
2261
2257
  * | ------------- | -------- |
2262
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2263
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2258
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2259
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2264
2260
  * | web | demo,alipay,h5,tngdh5ng |
2265
2261
  */
2266
2262
  export declare const showLoadingAsync: (args?: import("@hylid/call/lib/promisify").Options | undefined) => Promise<any>;
@@ -2269,8 +2265,8 @@ export declare const showLoadingAsync: (args?: import("@hylid/call/lib/promisify
2269
2265
  * @support
2270
2266
  * | Platform | Apps |
2271
2267
  * | ------------- | -------- |
2272
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2273
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2268
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2269
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2274
2270
  * | web | demo,alipay |
2275
2271
  */
2276
2272
  export declare const showNavigationBarLoading: PickMPAttr<'showNavigationBarLoading'>;
@@ -2279,8 +2275,8 @@ export declare const showNavigationBarLoading: PickMPAttr<'showNavigationBarLoad
2279
2275
  * @support
2280
2276
  * | Platform | Apps |
2281
2277
  * | ------------- | -------- |
2282
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2283
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2278
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2279
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2284
2280
  * | web | demo,alipay |
2285
2281
  */
2286
2282
  export declare const showNavigationBarLoadingAsync: (args?: import("@hylid/call/lib/promisify").Options | undefined) => Promise<any>;
@@ -2289,8 +2285,8 @@ export declare const showNavigationBarLoadingAsync: (args?: import("@hylid/call/
2289
2285
  * @support
2290
2286
  * | Platform | Apps |
2291
2287
  * | ------------- | -------- |
2292
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney,wechat |
2293
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2288
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,wechat |
2289
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2294
2290
  * | web | demo,alipay,h5,tngdh5ng |
2295
2291
  */
2296
2292
  export declare const showToast: PickMPAttr<'showToast'>;
@@ -2299,8 +2295,8 @@ export declare const showToast: PickMPAttr<'showToast'>;
2299
2295
  * @support
2300
2296
  * | Platform | Apps |
2301
2297
  * | ------------- | -------- |
2302
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney,wechat |
2303
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2298
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,wechat |
2299
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2304
2300
  * | web | demo,alipay,h5,tngdh5ng |
2305
2301
  */
2306
2302
  export declare const showToastAsync: (args?: import("@hylid/call/lib/promisify").Options | undefined) => Promise<any>;
@@ -2309,8 +2305,8 @@ export declare const showToastAsync: (args?: import("@hylid/call/lib/promisify")
2309
2305
  * @support
2310
2306
  * | Platform | Apps |
2311
2307
  * | ------------- | -------- |
2312
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2313
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2308
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2309
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2314
2310
  * | web | demo,alipay |
2315
2311
  */
2316
2312
  export declare const signContract: PickMPAttr<'signContract'>;
@@ -2319,8 +2315,8 @@ export declare const signContract: PickMPAttr<'signContract'>;
2319
2315
  * @support
2320
2316
  * | Platform | Apps |
2321
2317
  * | ------------- | -------- |
2322
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2323
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2318
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2319
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2324
2320
  * | web | demo,alipay |
2325
2321
  */
2326
2322
  export declare const signContractAsync: (args?: SignContractArgs | undefined) => Promise<{
@@ -2368,8 +2364,8 @@ export declare const startBizServiceAsync: (args?: any) => Promise<unknown>;
2368
2364
  * @support
2369
2365
  * | Platform | Apps |
2370
2366
  * | ------------- | -------- |
2371
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2372
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2367
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2368
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2373
2369
  * | web | |
2374
2370
  */
2375
2371
  export declare const startBluetoothDevicesDiscovery: PickMPAttr<'startBluetoothDevicesDiscovery'>;
@@ -2378,8 +2374,8 @@ export declare const startBluetoothDevicesDiscovery: PickMPAttr<'startBluetoothD
2378
2374
  * @support
2379
2375
  * | Platform | Apps |
2380
2376
  * | ------------- | -------- |
2381
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2382
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2377
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2378
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2383
2379
  * | web | |
2384
2380
  */
2385
2381
  export declare const startBluetoothDevicesDiscoveryAsync: (args?: import("@hylid/call/lib/promisify").Options | undefined) => Promise<any>;
@@ -2388,9 +2384,9 @@ export declare const startBluetoothDevicesDiscoveryAsync: (args?: import("@hylid
2388
2384
  * @support
2389
2385
  * | Platform | Apps |
2390
2386
  * | ------------- | -------- |
2391
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2392
- * | web | |
2393
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2387
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2388
+ * | web | alipay |
2389
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2394
2390
  */
2395
2391
  export declare const startPullDownRefresh: PickMPAttr<'startPullDownRefresh'>;
2396
2392
  /**
@@ -2398,9 +2394,9 @@ export declare const startPullDownRefresh: PickMPAttr<'startPullDownRefresh'>;
2398
2394
  * @support
2399
2395
  * | Platform | Apps |
2400
2396
  * | ------------- | -------- |
2401
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2402
- * | web | |
2403
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2397
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2398
+ * | web | alipay |
2399
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2404
2400
  */
2405
2401
  export declare const startPullDownRefreshAsync: (args?: import("@hylid/call/lib/promisify").Options | undefined) => Promise<any>;
2406
2402
  /**
@@ -2408,8 +2404,8 @@ export declare const startPullDownRefreshAsync: (args?: import("@hylid/call/lib/
2408
2404
  * @support
2409
2405
  * | Platform | Apps |
2410
2406
  * | ------------- | -------- |
2411
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2412
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2407
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2408
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2413
2409
  * | web | |
2414
2410
  */
2415
2411
  export declare const stopBluetoothDevicesDiscovery: PickMPAttr<'stopBluetoothDevicesDiscovery'>;
@@ -2418,8 +2414,8 @@ export declare const stopBluetoothDevicesDiscovery: PickMPAttr<'stopBluetoothDev
2418
2414
  * @support
2419
2415
  * | Platform | Apps |
2420
2416
  * | ------------- | -------- |
2421
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2422
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2417
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2418
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2423
2419
  * | web | |
2424
2420
  */
2425
2421
  export declare const stopBluetoothDevicesDiscoveryAsync: (args?: import("@hylid/call/lib/promisify").Options | undefined) => Promise<any>;
@@ -2428,9 +2424,9 @@ export declare const stopBluetoothDevicesDiscoveryAsync: (args?: import("@hylid/
2428
2424
  * @support
2429
2425
  * | Platform | Apps |
2430
2426
  * | ------------- | -------- |
2431
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2432
- * | web | |
2433
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2427
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2428
+ * | web | alipay |
2429
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2434
2430
  */
2435
2431
  export declare const stopPullDownRefresh: PickMPAttr<'stopPullDownRefresh'>;
2436
2432
  /**
@@ -2438,9 +2434,9 @@ export declare const stopPullDownRefresh: PickMPAttr<'stopPullDownRefresh'>;
2438
2434
  * @support
2439
2435
  * | Platform | Apps |
2440
2436
  * | ------------- | -------- |
2441
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2442
- * | web | |
2443
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2437
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2438
+ * | web | alipay |
2439
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2444
2440
  */
2445
2441
  export declare const stopPullDownRefreshAsync: (args?: import("@hylid/call/lib/promisify").Options | undefined) => Promise<any>;
2446
2442
  /**
@@ -2448,9 +2444,9 @@ export declare const stopPullDownRefreshAsync: (args?: import("@hylid/call/lib/p
2448
2444
  * @support
2449
2445
  * | Platform | Apps |
2450
2446
  * | ------------- | -------- |
2451
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2447
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2452
2448
  * | web | |
2453
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2449
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2454
2450
  */
2455
2451
  export declare const switchTab: PickMPAttr<'switchTab'>;
2456
2452
  /**
@@ -2458,9 +2454,9 @@ export declare const switchTab: PickMPAttr<'switchTab'>;
2458
2454
  * @support
2459
2455
  * | Platform | Apps |
2460
2456
  * | ------------- | -------- |
2461
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2457
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2462
2458
  * | web | |
2463
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2459
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2464
2460
  */
2465
2461
  export declare const switchTabAsync: (args?: SwitchTabArgs | undefined) => Promise<undefined>;
2466
2462
  /**
@@ -2487,8 +2483,8 @@ export declare const thirdPartyAuthForAcAsync: (args?: any) => Promise<unknown>;
2487
2483
  * @support
2488
2484
  * | Platform | Apps |
2489
2485
  * | ------------- | -------- |
2490
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2491
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2486
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2487
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2492
2488
  * | web | demo,alipay |
2493
2489
  */
2494
2490
  export declare const tradePay: PickMPAttr<'tradePay'>;
@@ -2498,8 +2494,8 @@ export declare const tradePay: PickMPAttr<'tradePay'>;
2498
2494
  * @support
2499
2495
  * | Platform | Apps |
2500
2496
  * | ------------- | -------- |
2501
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2502
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2497
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2498
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2503
2499
  * | web | demo,alipay |
2504
2500
  */
2505
2501
  export declare const tradePayAsync: (args?: TradePayArgs | undefined) => Promise<{
@@ -2548,8 +2544,8 @@ export declare const uploadApdidTokenAsync: (args?: any) => Promise<unknown>;
2548
2544
  * @support
2549
2545
  * | Platform | Apps |
2550
2546
  * | ------------- | -------- |
2551
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2552
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2547
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2548
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2553
2549
  * | web | demo,alipay |
2554
2550
  */
2555
2551
  export declare const uploadFile: PickMPAttr<'uploadFile'>;
@@ -2558,8 +2554,8 @@ export declare const uploadFile: PickMPAttr<'uploadFile'>;
2558
2554
  * @support
2559
2555
  * | Platform | Apps |
2560
2556
  * | ------------- | -------- |
2561
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2562
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2557
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2558
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2563
2559
  * | web | demo,alipay |
2564
2560
  */
2565
2561
  export declare const uploadFileAsync: (args?: UploadFileArgs | undefined) => Promise<UploadFileCallbackValue>;
@@ -2568,8 +2564,8 @@ export declare const uploadFileAsync: (args?: UploadFileArgs | undefined) => Pro
2568
2564
  * @support
2569
2565
  * | Platform | Apps |
2570
2566
  * | ------------- | -------- |
2571
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2572
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2567
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2568
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2573
2569
  * | web | demo,alipay,tngdh5ng |
2574
2570
  */
2575
2571
  export declare const vibrate: PickMPAttr<'vibrate'>;
@@ -2578,8 +2574,8 @@ export declare const vibrate: PickMPAttr<'vibrate'>;
2578
2574
  * @support
2579
2575
  * | Platform | Apps |
2580
2576
  * | ------------- | -------- |
2581
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2582
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2577
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2578
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2583
2579
  * | web | demo,alipay,tngdh5ng |
2584
2580
  */
2585
2581
  export declare const vibrateAsync: (args?: AsyncCallback<void> | undefined) => Promise<void>;
@@ -2588,8 +2584,9 @@ export declare const vibrateAsync: (args?: AsyncCallback<void> | undefined) => P
2588
2584
  * @support
2589
2585
  * | Platform | Apps |
2590
2586
  * | ------------- | -------- |
2591
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2592
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2587
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2588
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2589
+ * | web | alipay |
2593
2590
  */
2594
2591
  export declare const watchShake: PickMPAttr<'watchShake'>;
2595
2592
  /**
@@ -2597,8 +2594,9 @@ export declare const watchShake: PickMPAttr<'watchShake'>;
2597
2594
  * @support
2598
2595
  * | Platform | Apps |
2599
2596
  * | ------------- | -------- |
2600
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2601
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2597
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2598
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2599
+ * | web | alipay |
2602
2600
  */
2603
2601
  export declare const watchShakeAsync: (args?: import("@hylid/call/lib/promisify").Options | undefined) => Promise<any>;
2604
2602
  /**
@@ -2606,8 +2604,8 @@ export declare const watchShakeAsync: (args?: import("@hylid/call/lib/promisify"
2606
2604
  * @support
2607
2605
  * | Platform | Apps |
2608
2606
  * | ------------- | -------- |
2609
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2610
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2607
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2608
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2611
2609
  * | web | demo |
2612
2610
  */
2613
2611
  export declare const writeBLECharacteristicValue: PickMPAttr<'writeBLECharacteristicValue'>;
@@ -2616,8 +2614,8 @@ export declare const writeBLECharacteristicValue: PickMPAttr<'writeBLECharacteri
2616
2614
  * @support
2617
2615
  * | Platform | Apps |
2618
2616
  * | ------------- | -------- |
2619
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2620
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2617
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2618
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2621
2619
  * | web | demo |
2622
2620
  */
2623
2621
  export declare const writeBLECharacteristicValueAsync: (args?: WriteBLECharacteristicValueArgs | undefined) => Promise<any>;
@@ -2634,7 +2632,7 @@ export declare const getLaunchOptionsSync: PickMPAttr<'getLaunchOptionsSync'>;
2634
2632
  * @support
2635
2633
  * | Platform | Apps |
2636
2634
  * | ------------- | -------- |
2637
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2635
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2638
2636
  * | web | h5 |
2639
2637
  */
2640
2638
  export declare const createSelectorQuery: PickMPAttr<'createSelectorQuery'>;
@@ -2643,7 +2641,7 @@ export declare const createSelectorQuery: PickMPAttr<'createSelectorQuery'>;
2643
2641
  * @support
2644
2642
  * | Platform | Apps |
2645
2643
  * | ------------- | -------- |
2646
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2644
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2647
2645
  * | web | |
2648
2646
  * | mp_web | |
2649
2647
  */
@@ -2677,9 +2675,9 @@ export declare const getStorageInfoSync: PickMPAttr<'getStorageInfoSync'>;
2677
2675
  * @support
2678
2676
  * | Platform | Apps |
2679
2677
  * | ------------- | -------- |
2680
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2678
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2681
2679
  * | web | |
2682
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2680
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2683
2681
  */
2684
2682
  export declare const showSharePanel: PickMPAttr<'showSharePanel'>;
2685
2683
  /**
@@ -2687,9 +2685,9 @@ export declare const showSharePanel: PickMPAttr<'showSharePanel'>;
2687
2685
  * @support
2688
2686
  * | Platform | Apps |
2689
2687
  * | ------------- | -------- |
2690
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2688
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2691
2689
  * | web | |
2692
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2690
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2693
2691
  */
2694
2692
  export declare const showSharePanelAsync: (args?: any) => Promise<unknown>;
2695
2693
  /**