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.js CHANGED
@@ -148,7 +148,6 @@ import mpGetPaymentCode from './common/apis/generated/mp/getPaymentCode';
148
148
  import mpGetPhoneNumber from './common/apis/generated/mp/getPhoneNumber';
149
149
  import mpInquireQuote from './common/apis/generated/mp/inquireQuote';
150
150
  import mpIsInstalledApp from './common/apis/generated/mp/isInstalledApp';
151
- import mpNavigateToBizScene from './common/apis/generated/mp/navigateToBizScene';
152
151
  import mpOpenSchemeWithBacking from './common/apis/generated/mp/openSchemeWithBacking';
153
152
  import mpPaySignCenter from './common/apis/generated/mp/paySignCenter';
154
153
  import mpRegionFetchAllApps from './common/apis/generated/mp/regionFetchAllApps';
@@ -192,8 +191,8 @@ export var addFatigueActionAsync = /*#__PURE__*/promisify(addFatigueAction);
192
191
  * @support
193
192
  * | Platform | Apps |
194
193
  * | ------------- | -------- |
195
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
196
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
194
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
195
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
197
196
  * | web | demo,alipay |
198
197
  */
199
198
  export var addPhoneContact = function addPhoneContact() {
@@ -208,7 +207,7 @@ export var addPhoneContact = function addPhoneContact() {
208
207
  if (appEnv.isMpDemo) return mpAddPhoneContact.apply(void 0, rest);
209
208
  if (appEnv.isMpGcash) return mpAddPhoneContact.apply(void 0, rest);
210
209
  if (appEnv.isMpTngd) return mpAddPhoneContact.apply(void 0, rest);
211
- if (appEnv.isMpTruemoney) return mpAddPhoneContact.apply(void 0, rest);
210
+ if (appEnv.isMpTmn) return mpAddPhoneContact.apply(void 0, rest);
212
211
  return notFound.apply(void 0, __spreadArray(['addPhoneContact'], rest, false));
213
212
  };
214
213
  /**
@@ -216,8 +215,8 @@ export var addPhoneContact = function addPhoneContact() {
216
215
  * @support
217
216
  * | Platform | Apps |
218
217
  * | ------------- | -------- |
219
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
220
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
218
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
219
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
221
220
  * | web | demo,alipay |
222
221
  */
223
222
  // @ts-ignore
@@ -227,8 +226,8 @@ export var addPhoneContactAsync = /*#__PURE__*/promisify(addPhoneContact);
227
226
  * @support
228
227
  * | Platform | Apps |
229
228
  * | ------------- | -------- |
230
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
231
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
229
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
230
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
232
231
  * | web | demo,alipay,h5,tngdh5ng |
233
232
  */
234
233
  export var alert = function alert() {
@@ -243,7 +242,7 @@ export var alert = function alert() {
243
242
  if (appEnv.isMpDemo) return mpAlert.apply(void 0, rest);
244
243
  if (appEnv.isMpGcash) return mpAlert.apply(void 0, rest);
245
244
  if (appEnv.isMpTngd) return mpAlert.apply(void 0, rest);
246
- if (appEnv.isMpTruemoney) return mpAlert.apply(void 0, rest);
245
+ if (appEnv.isMpTmn) return mpAlert.apply(void 0, rest);
247
246
  return notFound.apply(void 0, __spreadArray(['alert'], rest, false));
248
247
  };
249
248
  /**
@@ -251,8 +250,8 @@ export var alert = function alert() {
251
250
  * @support
252
251
  * | Platform | Apps |
253
252
  * | ------------- | -------- |
254
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
255
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
253
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
254
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
256
255
  * | web | demo,alipay,h5,tngdh5ng |
257
256
  */
258
257
  // @ts-ignore
@@ -366,8 +365,8 @@ export var batchQueryCdpSpaceInfoAsync = /*#__PURE__*/promisify(batchQueryCdpSpa
366
365
  * @support
367
366
  * | Platform | Apps |
368
367
  * | ------------- | -------- |
369
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
370
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
368
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
369
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
371
370
  * | web | demo,alipay |
372
371
  */
373
372
  export var chooseImage = function chooseImage() {
@@ -382,7 +381,7 @@ export var chooseImage = function chooseImage() {
382
381
  if (appEnv.isMpDemo) return mpChooseImage.apply(void 0, rest);
383
382
  if (appEnv.isMpGcash) return mpChooseImage.apply(void 0, rest);
384
383
  if (appEnv.isMpTngd) return mpChooseImage.apply(void 0, rest);
385
- if (appEnv.isMpTruemoney) return mpChooseImage.apply(void 0, rest);
384
+ if (appEnv.isMpTmn) return mpChooseImage.apply(void 0, rest);
386
385
  return notFound.apply(void 0, __spreadArray(['chooseImage'], rest, false));
387
386
  };
388
387
  /**
@@ -390,8 +389,8 @@ export var chooseImage = function chooseImage() {
390
389
  * @support
391
390
  * | Platform | Apps |
392
391
  * | ------------- | -------- |
393
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
394
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
392
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
393
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
395
394
  * | web | demo,alipay |
396
395
  */
397
396
  // @ts-ignore
@@ -401,8 +400,8 @@ export var chooseImageAsync = /*#__PURE__*/promisify(chooseImage);
401
400
  * @support
402
401
  * | Platform | Apps |
403
402
  * | ------------- | -------- |
404
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
405
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
403
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
404
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
406
405
  * | web | demo,alipay |
407
406
  */
408
407
  export var choosePhoneContact = function choosePhoneContact() {
@@ -417,7 +416,7 @@ export var choosePhoneContact = function choosePhoneContact() {
417
416
  if (appEnv.isMpDemo) return mpChoosePhoneContact.apply(void 0, rest);
418
417
  if (appEnv.isMpGcash) return mpChoosePhoneContact.apply(void 0, rest);
419
418
  if (appEnv.isMpTngd) return mpChoosePhoneContact.apply(void 0, rest);
420
- if (appEnv.isMpTruemoney) return mpChoosePhoneContact.apply(void 0, rest);
419
+ if (appEnv.isMpTmn) return mpChoosePhoneContact.apply(void 0, rest);
421
420
  return notFound.apply(void 0, __spreadArray(['choosePhoneContact'], rest, false));
422
421
  };
423
422
  /**
@@ -425,8 +424,8 @@ export var choosePhoneContact = function choosePhoneContact() {
425
424
  * @support
426
425
  * | Platform | Apps |
427
426
  * | ------------- | -------- |
428
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
429
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
427
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
428
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
430
429
  * | web | demo,alipay |
431
430
  */
432
431
  // @ts-ignore
@@ -436,8 +435,8 @@ export var choosePhoneContactAsync = /*#__PURE__*/promisify(choosePhoneContact);
436
435
  * @support
437
436
  * | Platform | Apps |
438
437
  * | ------------- | -------- |
439
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
440
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
438
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
439
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
441
440
  * | web | demo,alipay,h5 |
442
441
  */
443
442
  export var clearStorage = function clearStorage() {
@@ -452,7 +451,7 @@ export var clearStorage = function clearStorage() {
452
451
  if (appEnv.isMpDemo) return mpClearStorage.apply(void 0, rest);
453
452
  if (appEnv.isMpGcash) return mpClearStorage.apply(void 0, rest);
454
453
  if (appEnv.isMpTngd) return mpClearStorage.apply(void 0, rest);
455
- if (appEnv.isMpTruemoney) return mpClearStorage.apply(void 0, rest);
454
+ if (appEnv.isMpTmn) return mpClearStorage.apply(void 0, rest);
456
455
  return notFound.apply(void 0, __spreadArray(['clearStorage'], rest, false));
457
456
  };
458
457
  /**
@@ -460,8 +459,8 @@ export var clearStorage = function clearStorage() {
460
459
  * @support
461
460
  * | Platform | Apps |
462
461
  * | ------------- | -------- |
463
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
464
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
462
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
463
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
465
464
  * | web | demo,alipay,h5 |
466
465
  */
467
466
  // @ts-ignore
@@ -471,7 +470,7 @@ export var clearStorageAsync = /*#__PURE__*/promisify(clearStorage);
471
470
  * @support
472
471
  * | Platform | Apps |
473
472
  * | ------------- | -------- |
474
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
473
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
475
474
  * | web | h5 |
476
475
  */
477
476
  export var clearStorageSync = function clearStorageSync() {
@@ -486,7 +485,7 @@ export var clearStorageSync = function clearStorageSync() {
486
485
  if (appEnv.isMpDemo) return mpClearStorageSync.apply(void 0, rest);
487
486
  if (appEnv.isMpGcash) return mpClearStorageSync.apply(void 0, rest);
488
487
  if (appEnv.isMpTngd) return mpClearStorageSync.apply(void 0, rest);
489
- if (appEnv.isMpTruemoney) return mpClearStorageSync.apply(void 0, rest);
488
+ if (appEnv.isMpTmn) return mpClearStorageSync.apply(void 0, rest);
490
489
  return notFound.apply(void 0, __spreadArray(['clearStorageSync'], rest, false));
491
490
  };
492
491
  /**
@@ -494,8 +493,8 @@ export var clearStorageSync = function clearStorageSync() {
494
493
  * @support
495
494
  * | Platform | Apps |
496
495
  * | ------------- | -------- |
497
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
498
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
496
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
497
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
499
498
  * | web | |
500
499
  */
501
500
  export var closeBluetoothAdapter = function closeBluetoothAdapter() {
@@ -510,7 +509,7 @@ export var closeBluetoothAdapter = function closeBluetoothAdapter() {
510
509
  if (appEnv.isMpDemo) return mpCloseBluetoothAdapter.apply(void 0, rest);
511
510
  if (appEnv.isMpGcash) return mpCloseBluetoothAdapter.apply(void 0, rest);
512
511
  if (appEnv.isMpTngd) return mpCloseBluetoothAdapter.apply(void 0, rest);
513
- if (appEnv.isMpTruemoney) return mpCloseBluetoothAdapter.apply(void 0, rest);
512
+ if (appEnv.isMpTmn) return mpCloseBluetoothAdapter.apply(void 0, rest);
514
513
  return notFound.apply(void 0, __spreadArray(['closeBluetoothAdapter'], rest, false));
515
514
  };
516
515
  /**
@@ -518,8 +517,8 @@ export var closeBluetoothAdapter = function closeBluetoothAdapter() {
518
517
  * @support
519
518
  * | Platform | Apps |
520
519
  * | ------------- | -------- |
521
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
522
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
520
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
521
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
523
522
  * | web | |
524
523
  */
525
524
  // @ts-ignore
@@ -529,8 +528,8 @@ export var closeBluetoothAdapterAsync = /*#__PURE__*/promisify(closeBluetoothAda
529
528
  * @support
530
529
  * | Platform | Apps |
531
530
  * | ------------- | -------- |
532
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
533
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
531
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
532
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
534
533
  * | web | |
535
534
  */
536
535
  export var closeSocket = function closeSocket() {
@@ -545,7 +544,7 @@ export var closeSocket = function closeSocket() {
545
544
  if (appEnv.isMpDemo) return mpCloseSocket.apply(void 0, rest);
546
545
  if (appEnv.isMpGcash) return mpCloseSocket.apply(void 0, rest);
547
546
  if (appEnv.isMpTngd) return mpCloseSocket.apply(void 0, rest);
548
- if (appEnv.isMpTruemoney) return mpCloseSocket.apply(void 0, rest);
547
+ if (appEnv.isMpTmn) return mpCloseSocket.apply(void 0, rest);
549
548
  return notFound.apply(void 0, __spreadArray(['closeSocket'], rest, false));
550
549
  };
551
550
  /**
@@ -553,8 +552,8 @@ export var closeSocket = function closeSocket() {
553
552
  * @support
554
553
  * | Platform | Apps |
555
554
  * | ------------- | -------- |
556
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
557
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
555
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
556
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
558
557
  * | web | |
559
558
  */
560
559
  // @ts-ignore
@@ -564,8 +563,8 @@ export var closeSocketAsync = /*#__PURE__*/promisify(closeSocket);
564
563
  * @support
565
564
  * | Platform | Apps |
566
565
  * | ------------- | -------- |
567
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
568
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
566
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
567
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
569
568
  * | web | demo,alipay,h5,tngdh5ng |
570
569
  */
571
570
  export var confirm = function confirm() {
@@ -580,7 +579,7 @@ export var confirm = function confirm() {
580
579
  if (appEnv.isMpDemo) return mpConfirm.apply(void 0, rest);
581
580
  if (appEnv.isMpGcash) return mpConfirm.apply(void 0, rest);
582
581
  if (appEnv.isMpTngd) return mpConfirm.apply(void 0, rest);
583
- if (appEnv.isMpTruemoney) return mpConfirm.apply(void 0, rest);
582
+ if (appEnv.isMpTmn) return mpConfirm.apply(void 0, rest);
584
583
  return notFound.apply(void 0, __spreadArray(['confirm'], rest, false));
585
584
  };
586
585
  /**
@@ -588,8 +587,8 @@ export var confirm = function confirm() {
588
587
  * @support
589
588
  * | Platform | Apps |
590
589
  * | ------------- | -------- |
591
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
592
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
590
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
591
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
593
592
  * | web | demo,alipay,h5,tngdh5ng |
594
593
  */
595
594
  // @ts-ignore
@@ -599,8 +598,8 @@ export var confirmAsync = /*#__PURE__*/promisify(confirm);
599
598
  * @support
600
599
  * | Platform | Apps |
601
600
  * | ------------- | -------- |
602
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
603
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
601
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
602
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
604
603
  * | web | |
605
604
  */
606
605
  export var connectBLEDevice = function connectBLEDevice() {
@@ -615,7 +614,7 @@ export var connectBLEDevice = function connectBLEDevice() {
615
614
  if (appEnv.isMpDemo) return mpConnectBLEDevice.apply(void 0, rest);
616
615
  if (appEnv.isMpGcash) return mpConnectBLEDevice.apply(void 0, rest);
617
616
  if (appEnv.isMpTngd) return mpConnectBLEDevice.apply(void 0, rest);
618
- if (appEnv.isMpTruemoney) return mpConnectBLEDevice.apply(void 0, rest);
617
+ if (appEnv.isMpTmn) return mpConnectBLEDevice.apply(void 0, rest);
619
618
  return notFound.apply(void 0, __spreadArray(['connectBLEDevice'], rest, false));
620
619
  };
621
620
  /**
@@ -623,8 +622,8 @@ export var connectBLEDevice = function connectBLEDevice() {
623
622
  * @support
624
623
  * | Platform | Apps |
625
624
  * | ------------- | -------- |
626
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
627
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
625
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
626
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
628
627
  * | web | |
629
628
  */
630
629
  // @ts-ignore
@@ -634,8 +633,8 @@ export var connectBLEDeviceAsync = /*#__PURE__*/promisify(connectBLEDevice);
634
633
  * @support
635
634
  * | Platform | Apps |
636
635
  * | ------------- | -------- |
637
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
638
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
636
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
637
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
639
638
  * | web | |
640
639
  */
641
640
  export var connectSocket = function connectSocket() {
@@ -650,7 +649,7 @@ export var connectSocket = function connectSocket() {
650
649
  if (appEnv.isMpDemo) return mpConnectSocket.apply(void 0, rest);
651
650
  if (appEnv.isMpGcash) return mpConnectSocket.apply(void 0, rest);
652
651
  if (appEnv.isMpTngd) return mpConnectSocket.apply(void 0, rest);
653
- if (appEnv.isMpTruemoney) return mpConnectSocket.apply(void 0, rest);
652
+ if (appEnv.isMpTmn) return mpConnectSocket.apply(void 0, rest);
654
653
  return notFound.apply(void 0, __spreadArray(['connectSocket'], rest, false));
655
654
  };
656
655
  /**
@@ -658,8 +657,8 @@ export var connectSocket = function connectSocket() {
658
657
  * @support
659
658
  * | Platform | Apps |
660
659
  * | ------------- | -------- |
661
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
662
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
660
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
661
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
663
662
  * | web | |
664
663
  */
665
664
  // @ts-ignore
@@ -669,7 +668,7 @@ export var connectSocketAsync = /*#__PURE__*/promisify(connectSocket);
669
668
  * @support
670
669
  * | Platform | Apps |
671
670
  * | ------------- | -------- |
672
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
671
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
673
672
  * | web | |
674
673
  */
675
674
  export var createAnimation = function createAnimation() {
@@ -684,7 +683,7 @@ export var createAnimation = function createAnimation() {
684
683
  if (appEnv.isMpDemo) return mpCreateAnimation.apply(void 0, rest);
685
684
  if (appEnv.isMpGcash) return mpCreateAnimation.apply(void 0, rest);
686
685
  if (appEnv.isMpTngd) return mpCreateAnimation.apply(void 0, rest);
687
- if (appEnv.isMpTruemoney) return mpCreateAnimation.apply(void 0, rest);
686
+ if (appEnv.isMpTmn) return mpCreateAnimation.apply(void 0, rest);
688
687
  return notFound.apply(void 0, __spreadArray(['createAnimation'], rest, false));
689
688
  };
690
689
  /**
@@ -692,7 +691,7 @@ export var createAnimation = function createAnimation() {
692
691
  * @support
693
692
  * | Platform | Apps |
694
693
  * | ------------- | -------- |
695
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
694
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
696
695
  * | web | |
697
696
  */
698
697
  export var createWebViewContext = function createWebViewContext() {
@@ -707,7 +706,7 @@ export var createWebViewContext = function createWebViewContext() {
707
706
  if (appEnv.isMpDemo) return mpCreateWebViewContext.apply(void 0, rest);
708
707
  if (appEnv.isMpGcash) return mpCreateWebViewContext.apply(void 0, rest);
709
708
  if (appEnv.isMpTngd) return mpCreateWebViewContext.apply(void 0, rest);
710
- if (appEnv.isMpTruemoney) return mpCreateWebViewContext.apply(void 0, rest);
709
+ if (appEnv.isMpTmn) return mpCreateWebViewContext.apply(void 0, rest);
711
710
  return notFound.apply(void 0, __spreadArray(['createWebViewContext'], rest, false));
712
711
  };
713
712
  /**
@@ -715,8 +714,8 @@ export var createWebViewContext = function createWebViewContext() {
715
714
  * @support
716
715
  * | Platform | Apps |
717
716
  * | ------------- | -------- |
718
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
719
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
717
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
718
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
720
719
  * | web | demo,alipay |
721
720
  */
722
721
  export var datePicker = function datePicker() {
@@ -731,7 +730,7 @@ export var datePicker = function datePicker() {
731
730
  if (appEnv.isMpDemo) return mpDatePicker.apply(void 0, rest);
732
731
  if (appEnv.isMpGcash) return mpDatePicker.apply(void 0, rest);
733
732
  if (appEnv.isMpTngd) return mpDatePicker.apply(void 0, rest);
734
- if (appEnv.isMpTruemoney) return mpDatePicker.apply(void 0, rest);
733
+ if (appEnv.isMpTmn) return mpDatePicker.apply(void 0, rest);
735
734
  return notFound.apply(void 0, __spreadArray(['datePicker'], rest, false));
736
735
  };
737
736
  /**
@@ -739,8 +738,8 @@ export var datePicker = function datePicker() {
739
738
  * @support
740
739
  * | Platform | Apps |
741
740
  * | ------------- | -------- |
742
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
743
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
741
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
742
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
744
743
  * | web | demo,alipay |
745
744
  */
746
745
  // @ts-ignore
@@ -750,8 +749,8 @@ export var datePickerAsync = /*#__PURE__*/promisify(datePicker);
750
749
  * @support
751
750
  * | Platform | Apps |
752
751
  * | ------------- | -------- |
753
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
754
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
752
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
753
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
755
754
  * | web | |
756
755
  */
757
756
  export var disconnectBLEDevice = function disconnectBLEDevice() {
@@ -766,7 +765,7 @@ export var disconnectBLEDevice = function disconnectBLEDevice() {
766
765
  if (appEnv.isMpDemo) return mpDisconnectBLEDevice.apply(void 0, rest);
767
766
  if (appEnv.isMpGcash) return mpDisconnectBLEDevice.apply(void 0, rest);
768
767
  if (appEnv.isMpTngd) return mpDisconnectBLEDevice.apply(void 0, rest);
769
- if (appEnv.isMpTruemoney) return mpDisconnectBLEDevice.apply(void 0, rest);
768
+ if (appEnv.isMpTmn) return mpDisconnectBLEDevice.apply(void 0, rest);
770
769
  return notFound.apply(void 0, __spreadArray(['disconnectBLEDevice'], rest, false));
771
770
  };
772
771
  /**
@@ -774,8 +773,8 @@ export var disconnectBLEDevice = function disconnectBLEDevice() {
774
773
  * @support
775
774
  * | Platform | Apps |
776
775
  * | ------------- | -------- |
777
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
778
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
776
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
777
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
779
778
  * | web | |
780
779
  */
781
780
  // @ts-ignore
@@ -785,8 +784,8 @@ export var disconnectBLEDeviceAsync = /*#__PURE__*/promisify(disconnectBLEDevice
785
784
  * @support
786
785
  * | Platform | Apps |
787
786
  * | ------------- | -------- |
788
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
789
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
787
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
788
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
790
789
  * | web | demo,alipay |
791
790
  */
792
791
  export var downloadFile = function downloadFile() {
@@ -801,7 +800,7 @@ export var downloadFile = function downloadFile() {
801
800
  if (appEnv.isMpDemo) return mpDownloadFile.apply(void 0, rest);
802
801
  if (appEnv.isMpGcash) return mpDownloadFile.apply(void 0, rest);
803
802
  if (appEnv.isMpTngd) return mpDownloadFile.apply(void 0, rest);
804
- if (appEnv.isMpTruemoney) return mpDownloadFile.apply(void 0, rest);
803
+ if (appEnv.isMpTmn) return mpDownloadFile.apply(void 0, rest);
805
804
  return notFound.apply(void 0, __spreadArray(['downloadFile'], rest, false));
806
805
  };
807
806
  /**
@@ -809,8 +808,8 @@ export var downloadFile = function downloadFile() {
809
808
  * @support
810
809
  * | Platform | Apps |
811
810
  * | ------------- | -------- |
812
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
813
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
811
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
812
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
814
813
  * | web | demo,alipay |
815
814
  */
816
815
  // @ts-ignore
@@ -820,7 +819,7 @@ export var downloadFileAsync = /*#__PURE__*/promisify(downloadFile);
820
819
  * | Platform | Apps |
821
820
  * | ------------- | -------- |
822
821
  * | mp | demo |
823
- * | mp_web | demo |
822
+ * | mp_web | demo,toss,alipayhk |
824
823
  * | web | demo,alipay,h5,tngdh5ng |
825
824
  */
826
825
  export var exitApp = function exitApp() {
@@ -836,7 +835,7 @@ export var exitApp = function exitApp() {
836
835
  * | Platform | Apps |
837
836
  * | ------------- | -------- |
838
837
  * | mp | demo |
839
- * | mp_web | demo |
838
+ * | mp_web | demo,toss,alipayhk |
840
839
  * | web | demo,alipay,h5,tngdh5ng |
841
840
  */
842
841
  // @ts-ignore
@@ -846,7 +845,7 @@ export var exitAppAsync = /*#__PURE__*/promisify(exitApp);
846
845
  * @support
847
846
  * | Platform | Apps |
848
847
  * | ------------- | -------- |
849
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
848
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
850
849
  */
851
850
  export var getAppIdSync = function getAppIdSync() {
852
851
  var rest = [];
@@ -860,7 +859,7 @@ export var getAppIdSync = function getAppIdSync() {
860
859
  if (appEnv.isMpDemo) return mpGetAppIdSync.apply(void 0, rest);
861
860
  if (appEnv.isMpGcash) return mpGetAppIdSync.apply(void 0, rest);
862
861
  if (appEnv.isMpTngd) return mpGetAppIdSync.apply(void 0, rest);
863
- if (appEnv.isMpTruemoney) return mpGetAppIdSync.apply(void 0, rest);
862
+ if (appEnv.isMpTmn) return mpGetAppIdSync.apply(void 0, rest);
864
863
  return notFound.apply(void 0, __spreadArray(['getAppIdSync'], rest, false));
865
864
  };
866
865
  /**
@@ -868,7 +867,7 @@ export var getAppIdSync = function getAppIdSync() {
868
867
  * | Platform | Apps |
869
868
  * | ------------- | -------- |
870
869
  * | mp | demo |
871
- * | mp_web | demo,alipayhk,dana,gcash,mpay,truemoney,tngd |
870
+ * | mp_web | demo,alipayhk,dana,gcash,mpay,tmn,tngd,toss |
872
871
  * | web | demo,alipay |
873
872
  */
874
873
  export var getAppToken = function getAppToken() {
@@ -884,7 +883,7 @@ export var getAppToken = function getAppToken() {
884
883
  * | Platform | Apps |
885
884
  * | ------------- | -------- |
886
885
  * | mp | demo |
887
- * | mp_web | demo,alipayhk,dana,gcash,mpay,truemoney,tngd |
886
+ * | mp_web | demo,alipayhk,dana,gcash,mpay,tmn,tngd,toss |
888
887
  * | web | demo,alipay |
889
888
  */
890
889
  // @ts-ignore
@@ -894,8 +893,8 @@ export var getAppTokenAsync = /*#__PURE__*/promisify(getAppToken);
894
893
  * @support
895
894
  * | Platform | Apps |
896
895
  * | ------------- | -------- |
897
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
898
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney,toss,mpay |
896
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
897
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
899
898
  * | web | demo,alipay |
900
899
  */
901
900
  export var getAuthCode = function getAuthCode() {
@@ -910,7 +909,7 @@ export var getAuthCode = function getAuthCode() {
910
909
  if (appEnv.isMpDemo) return mpGetAuthCode.apply(void 0, rest);
911
910
  if (appEnv.isMpGcash) return mpGetAuthCode.apply(void 0, rest);
912
911
  if (appEnv.isMpTngd) return mpGetAuthCode.apply(void 0, rest);
913
- if (appEnv.isMpTruemoney) return mpGetAuthCode.apply(void 0, rest);
912
+ if (appEnv.isMpTmn) return mpGetAuthCode.apply(void 0, rest);
914
913
  return notFound.apply(void 0, __spreadArray(['getAuthCode'], rest, false));
915
914
  };
916
915
  /**
@@ -918,8 +917,8 @@ export var getAuthCode = function getAuthCode() {
918
917
  * @support
919
918
  * | Platform | Apps |
920
919
  * | ------------- | -------- |
921
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
922
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney,toss,mpay |
920
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
921
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
923
922
  * | web | demo,alipay |
924
923
  */
925
924
  // @ts-ignore
@@ -929,8 +928,8 @@ export var getAuthCodeAsync = /*#__PURE__*/promisify(getAuthCode);
929
928
  * @support
930
929
  * | Platform | Apps |
931
930
  * | ------------- | -------- |
932
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
933
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
931
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
932
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
934
933
  * | web | demo,alipay |
935
934
  */
936
935
  export var getBatteryInfo = function getBatteryInfo() {
@@ -945,7 +944,7 @@ export var getBatteryInfo = function getBatteryInfo() {
945
944
  if (appEnv.isMpDemo) return mpGetBatteryInfo.apply(void 0, rest);
946
945
  if (appEnv.isMpGcash) return mpGetBatteryInfo.apply(void 0, rest);
947
946
  if (appEnv.isMpTngd) return mpGetBatteryInfo.apply(void 0, rest);
948
- if (appEnv.isMpTruemoney) return mpGetBatteryInfo.apply(void 0, rest);
947
+ if (appEnv.isMpTmn) return mpGetBatteryInfo.apply(void 0, rest);
949
948
  return notFound.apply(void 0, __spreadArray(['getBatteryInfo'], rest, false));
950
949
  };
951
950
  /**
@@ -953,8 +952,8 @@ export var getBatteryInfo = function getBatteryInfo() {
953
952
  * @support
954
953
  * | Platform | Apps |
955
954
  * | ------------- | -------- |
956
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
957
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
955
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
956
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
958
957
  * | web | demo,alipay |
959
958
  */
960
959
  // @ts-ignore
@@ -964,8 +963,8 @@ export var getBatteryInfoAsync = /*#__PURE__*/promisify(getBatteryInfo);
964
963
  * @support
965
964
  * | Platform | Apps |
966
965
  * | ------------- | -------- |
967
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
968
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
966
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
967
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
969
968
  * | web | |
970
969
  */
971
970
  export var getBLEDeviceCharacteristics = function getBLEDeviceCharacteristics() {
@@ -980,7 +979,7 @@ export var getBLEDeviceCharacteristics = function getBLEDeviceCharacteristics()
980
979
  if (appEnv.isMpDemo) return mpGetBLEDeviceCharacteristics.apply(void 0, rest);
981
980
  if (appEnv.isMpGcash) return mpGetBLEDeviceCharacteristics.apply(void 0, rest);
982
981
  if (appEnv.isMpTngd) return mpGetBLEDeviceCharacteristics.apply(void 0, rest);
983
- if (appEnv.isMpTruemoney) return mpGetBLEDeviceCharacteristics.apply(void 0, rest);
982
+ if (appEnv.isMpTmn) return mpGetBLEDeviceCharacteristics.apply(void 0, rest);
984
983
  return notFound.apply(void 0, __spreadArray(['getBLEDeviceCharacteristics'], rest, false));
985
984
  };
986
985
  /**
@@ -988,8 +987,8 @@ export var getBLEDeviceCharacteristics = function getBLEDeviceCharacteristics()
988
987
  * @support
989
988
  * | Platform | Apps |
990
989
  * | ------------- | -------- |
991
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
992
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
990
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
991
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
993
992
  * | web | |
994
993
  */
995
994
  // @ts-ignore
@@ -999,8 +998,8 @@ export var getBLEDeviceCharacteristicsAsync = /*#__PURE__*/promisify(getBLEDevic
999
998
  * @support
1000
999
  * | Platform | Apps |
1001
1000
  * | ------------- | -------- |
1002
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1003
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1001
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1002
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1004
1003
  * | web | |
1005
1004
  */
1006
1005
  export var getBLEDeviceServices = function getBLEDeviceServices() {
@@ -1015,7 +1014,7 @@ export var getBLEDeviceServices = function getBLEDeviceServices() {
1015
1014
  if (appEnv.isMpDemo) return mpGetBLEDeviceServices.apply(void 0, rest);
1016
1015
  if (appEnv.isMpGcash) return mpGetBLEDeviceServices.apply(void 0, rest);
1017
1016
  if (appEnv.isMpTngd) return mpGetBLEDeviceServices.apply(void 0, rest);
1018
- if (appEnv.isMpTruemoney) return mpGetBLEDeviceServices.apply(void 0, rest);
1017
+ if (appEnv.isMpTmn) return mpGetBLEDeviceServices.apply(void 0, rest);
1019
1018
  return notFound.apply(void 0, __spreadArray(['getBLEDeviceServices'], rest, false));
1020
1019
  };
1021
1020
  /**
@@ -1023,8 +1022,8 @@ export var getBLEDeviceServices = function getBLEDeviceServices() {
1023
1022
  * @support
1024
1023
  * | Platform | Apps |
1025
1024
  * | ------------- | -------- |
1026
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1027
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1025
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1026
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1028
1027
  * | web | |
1029
1028
  */
1030
1029
  // @ts-ignore
@@ -1034,8 +1033,8 @@ export var getBLEDeviceServicesAsync = /*#__PURE__*/promisify(getBLEDeviceServic
1034
1033
  * @support
1035
1034
  * | Platform | Apps |
1036
1035
  * | ------------- | -------- |
1037
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1038
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1036
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1037
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1039
1038
  * | web | |
1040
1039
  */
1041
1040
  export var getBluetoothAdapterState = function getBluetoothAdapterState() {
@@ -1050,7 +1049,7 @@ export var getBluetoothAdapterState = function getBluetoothAdapterState() {
1050
1049
  if (appEnv.isMpDemo) return mpGetBluetoothAdapterState.apply(void 0, rest);
1051
1050
  if (appEnv.isMpGcash) return mpGetBluetoothAdapterState.apply(void 0, rest);
1052
1051
  if (appEnv.isMpTngd) return mpGetBluetoothAdapterState.apply(void 0, rest);
1053
- if (appEnv.isMpTruemoney) return mpGetBluetoothAdapterState.apply(void 0, rest);
1052
+ if (appEnv.isMpTmn) return mpGetBluetoothAdapterState.apply(void 0, rest);
1054
1053
  return notFound.apply(void 0, __spreadArray(['getBluetoothAdapterState'], rest, false));
1055
1054
  };
1056
1055
  /**
@@ -1058,8 +1057,8 @@ export var getBluetoothAdapterState = function getBluetoothAdapterState() {
1058
1057
  * @support
1059
1058
  * | Platform | Apps |
1060
1059
  * | ------------- | -------- |
1061
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1062
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1060
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1061
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1063
1062
  * | web | |
1064
1063
  */
1065
1064
  // @ts-ignore
@@ -1069,8 +1068,8 @@ export var getBluetoothAdapterStateAsync = /*#__PURE__*/promisify(getBluetoothAd
1069
1068
  * @support
1070
1069
  * | Platform | Apps |
1071
1070
  * | ------------- | -------- |
1072
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1073
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1071
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1072
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1074
1073
  * | web | |
1075
1074
  */
1076
1075
  export var getBluetoothDevices = function getBluetoothDevices() {
@@ -1085,7 +1084,7 @@ export var getBluetoothDevices = function getBluetoothDevices() {
1085
1084
  if (appEnv.isMpDemo) return mpGetBluetoothDevices.apply(void 0, rest);
1086
1085
  if (appEnv.isMpGcash) return mpGetBluetoothDevices.apply(void 0, rest);
1087
1086
  if (appEnv.isMpTngd) return mpGetBluetoothDevices.apply(void 0, rest);
1088
- if (appEnv.isMpTruemoney) return mpGetBluetoothDevices.apply(void 0, rest);
1087
+ if (appEnv.isMpTmn) return mpGetBluetoothDevices.apply(void 0, rest);
1089
1088
  return notFound.apply(void 0, __spreadArray(['getBluetoothDevices'], rest, false));
1090
1089
  };
1091
1090
  /**
@@ -1093,8 +1092,8 @@ export var getBluetoothDevices = function getBluetoothDevices() {
1093
1092
  * @support
1094
1093
  * | Platform | Apps |
1095
1094
  * | ------------- | -------- |
1096
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1097
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1095
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1096
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1098
1097
  * | web | |
1099
1098
  */
1100
1099
  // @ts-ignore
@@ -1104,8 +1103,8 @@ export var getBluetoothDevicesAsync = /*#__PURE__*/promisify(getBluetoothDevices
1104
1103
  * @support
1105
1104
  * | Platform | Apps |
1106
1105
  * | ------------- | -------- |
1107
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1108
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1106
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1107
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1109
1108
  * | web | demo,alipay,h5 |
1110
1109
  */
1111
1110
  export var getClipboard = function getClipboard() {
@@ -1120,7 +1119,7 @@ export var getClipboard = function getClipboard() {
1120
1119
  if (appEnv.isMpDemo) return mpGetClipboard.apply(void 0, rest);
1121
1120
  if (appEnv.isMpGcash) return mpGetClipboard.apply(void 0, rest);
1122
1121
  if (appEnv.isMpTngd) return mpGetClipboard.apply(void 0, rest);
1123
- if (appEnv.isMpTruemoney) return mpGetClipboard.apply(void 0, rest);
1122
+ if (appEnv.isMpTmn) return mpGetClipboard.apply(void 0, rest);
1124
1123
  return notFound.apply(void 0, __spreadArray(['getClipboard'], rest, false));
1125
1124
  };
1126
1125
  /**
@@ -1128,8 +1127,8 @@ export var getClipboard = function getClipboard() {
1128
1127
  * @support
1129
1128
  * | Platform | Apps |
1130
1129
  * | ------------- | -------- |
1131
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1132
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1130
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1131
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1133
1132
  * | web | demo,alipay,h5 |
1134
1133
  */
1135
1134
  // @ts-ignore
@@ -1165,8 +1164,8 @@ export var getComponentAuthAsync = /*#__PURE__*/promisify(getComponentAuth);
1165
1164
  * @support
1166
1165
  * | Platform | Apps |
1167
1166
  * | ------------- | -------- |
1168
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1169
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1167
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1168
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1170
1169
  * | web | |
1171
1170
  */
1172
1171
  export var getConnectedBluetoothDevices = function getConnectedBluetoothDevices() {
@@ -1181,7 +1180,7 @@ export var getConnectedBluetoothDevices = function getConnectedBluetoothDevices(
1181
1180
  if (appEnv.isMpDemo) return mpGetConnectedBluetoothDevices.apply(void 0, rest);
1182
1181
  if (appEnv.isMpGcash) return mpGetConnectedBluetoothDevices.apply(void 0, rest);
1183
1182
  if (appEnv.isMpTngd) return mpGetConnectedBluetoothDevices.apply(void 0, rest);
1184
- if (appEnv.isMpTruemoney) return mpGetConnectedBluetoothDevices.apply(void 0, rest);
1183
+ if (appEnv.isMpTmn) return mpGetConnectedBluetoothDevices.apply(void 0, rest);
1185
1184
  return notFound.apply(void 0, __spreadArray(['getConnectedBluetoothDevices'], rest, false));
1186
1185
  };
1187
1186
  /**
@@ -1189,8 +1188,8 @@ export var getConnectedBluetoothDevices = function getConnectedBluetoothDevices(
1189
1188
  * @support
1190
1189
  * | Platform | Apps |
1191
1190
  * | ------------- | -------- |
1192
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1193
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1191
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1192
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1194
1193
  * | web | |
1195
1194
  */
1196
1195
  // @ts-ignore
@@ -1200,8 +1199,8 @@ export var getConnectedBluetoothDevicesAsync = /*#__PURE__*/promisify(getConnect
1200
1199
  * @support
1201
1200
  * | Platform | Apps |
1202
1201
  * | ------------- | -------- |
1203
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1204
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1202
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1203
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1205
1204
  * | web | demo,alipay |
1206
1205
  */
1207
1206
  export var getFileInfo = function getFileInfo() {
@@ -1216,7 +1215,7 @@ export var getFileInfo = function getFileInfo() {
1216
1215
  if (appEnv.isMpDemo) return mpGetFileInfo.apply(void 0, rest);
1217
1216
  if (appEnv.isMpGcash) return mpGetFileInfo.apply(void 0, rest);
1218
1217
  if (appEnv.isMpTngd) return mpGetFileInfo.apply(void 0, rest);
1219
- if (appEnv.isMpTruemoney) return mpGetFileInfo.apply(void 0, rest);
1218
+ if (appEnv.isMpTmn) return mpGetFileInfo.apply(void 0, rest);
1220
1219
  return notFound.apply(void 0, __spreadArray(['getFileInfo'], rest, false));
1221
1220
  };
1222
1221
  /**
@@ -1224,8 +1223,8 @@ export var getFileInfo = function getFileInfo() {
1224
1223
  * @support
1225
1224
  * | Platform | Apps |
1226
1225
  * | ------------- | -------- |
1227
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1228
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1226
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1227
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1229
1228
  * | web | demo,alipay |
1230
1229
  */
1231
1230
  // @ts-ignore
@@ -1235,8 +1234,8 @@ export var getFileInfoAsync = /*#__PURE__*/promisify(getFileInfo);
1235
1234
  * @support
1236
1235
  * | Platform | Apps |
1237
1236
  * | ------------- | -------- |
1238
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1239
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1237
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1238
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1240
1239
  * | web | demo,alipay |
1241
1240
  */
1242
1241
  export var getImageInfo = function getImageInfo() {
@@ -1251,7 +1250,7 @@ export var getImageInfo = function getImageInfo() {
1251
1250
  if (appEnv.isMpDemo) return mpGetImageInfo.apply(void 0, rest);
1252
1251
  if (appEnv.isMpGcash) return mpGetImageInfo.apply(void 0, rest);
1253
1252
  if (appEnv.isMpTngd) return mpGetImageInfo.apply(void 0, rest);
1254
- if (appEnv.isMpTruemoney) return mpGetImageInfo.apply(void 0, rest);
1253
+ if (appEnv.isMpTmn) return mpGetImageInfo.apply(void 0, rest);
1255
1254
  return notFound.apply(void 0, __spreadArray(['getImageInfo'], rest, false));
1256
1255
  };
1257
1256
  /**
@@ -1259,8 +1258,8 @@ export var getImageInfo = function getImageInfo() {
1259
1258
  * @support
1260
1259
  * | Platform | Apps |
1261
1260
  * | ------------- | -------- |
1262
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1263
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1261
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1262
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1264
1263
  * | web | demo,alipay |
1265
1264
  */
1266
1265
  // @ts-ignore
@@ -1270,8 +1269,8 @@ export var getImageInfoAsync = /*#__PURE__*/promisify(getImageInfo);
1270
1269
  * @support
1271
1270
  * | Platform | Apps |
1272
1271
  * | ------------- | -------- |
1273
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1274
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1272
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1273
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1275
1274
  * | web | demo,alipay,h5,tngdh5ng |
1276
1275
  */
1277
1276
  export var getLocation = function getLocation() {
@@ -1286,7 +1285,7 @@ export var getLocation = function getLocation() {
1286
1285
  if (appEnv.isMpDemo) return mpGetLocation.apply(void 0, rest);
1287
1286
  if (appEnv.isMpGcash) return mpGetLocation.apply(void 0, rest);
1288
1287
  if (appEnv.isMpTngd) return mpGetLocation.apply(void 0, rest);
1289
- if (appEnv.isMpTruemoney) return mpGetLocation.apply(void 0, rest);
1288
+ if (appEnv.isMpTmn) return mpGetLocation.apply(void 0, rest);
1290
1289
  return notFound.apply(void 0, __spreadArray(['getLocation'], rest, false));
1291
1290
  };
1292
1291
  /**
@@ -1294,8 +1293,8 @@ export var getLocation = function getLocation() {
1294
1293
  * @support
1295
1294
  * | Platform | Apps |
1296
1295
  * | ------------- | -------- |
1297
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1298
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1296
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1297
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1299
1298
  * | web | demo,alipay,h5,tngdh5ng |
1300
1299
  */
1301
1300
  // @ts-ignore
@@ -1305,8 +1304,8 @@ export var getLocationAsync = /*#__PURE__*/promisify(getLocation);
1305
1304
  * @support
1306
1305
  * | Platform | Apps |
1307
1306
  * | ------------- | -------- |
1308
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1309
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1307
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1308
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1310
1309
  * | web | demo,alipay,h5,tngdh5ng |
1311
1310
  */
1312
1311
  export var getNetworkType = function getNetworkType() {
@@ -1321,7 +1320,7 @@ export var getNetworkType = function getNetworkType() {
1321
1320
  if (appEnv.isMpDemo) return mpGetNetworkType.apply(void 0, rest);
1322
1321
  if (appEnv.isMpGcash) return mpGetNetworkType.apply(void 0, rest);
1323
1322
  if (appEnv.isMpTngd) return mpGetNetworkType.apply(void 0, rest);
1324
- if (appEnv.isMpTruemoney) return mpGetNetworkType.apply(void 0, rest);
1323
+ if (appEnv.isMpTmn) return mpGetNetworkType.apply(void 0, rest);
1325
1324
  return notFound.apply(void 0, __spreadArray(['getNetworkType'], rest, false));
1326
1325
  };
1327
1326
  /**
@@ -1329,8 +1328,8 @@ export var getNetworkType = function getNetworkType() {
1329
1328
  * @support
1330
1329
  * | Platform | Apps |
1331
1330
  * | ------------- | -------- |
1332
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1333
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1331
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1332
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1334
1333
  * | web | demo,alipay,h5,tngdh5ng |
1335
1334
  */
1336
1335
  // @ts-ignore
@@ -1340,8 +1339,8 @@ export var getNetworkTypeAsync = /*#__PURE__*/promisify(getNetworkType);
1340
1339
  * @support
1341
1340
  * | Platform | Apps |
1342
1341
  * | ------------- | -------- |
1343
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1344
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1342
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1343
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1345
1344
  * | web | demo |
1346
1345
  */
1347
1346
  export var getOpenUserInfo = function getOpenUserInfo() {
@@ -1356,7 +1355,7 @@ export var getOpenUserInfo = function getOpenUserInfo() {
1356
1355
  if (appEnv.isMpDemo) return mpGetOpenUserInfo.apply(void 0, rest);
1357
1356
  if (appEnv.isMpGcash) return mpGetOpenUserInfo.apply(void 0, rest);
1358
1357
  if (appEnv.isMpTngd) return mpGetOpenUserInfo.apply(void 0, rest);
1359
- if (appEnv.isMpTruemoney) return mpGetOpenUserInfo.apply(void 0, rest);
1358
+ if (appEnv.isMpTmn) return mpGetOpenUserInfo.apply(void 0, rest);
1360
1359
  return notFound.apply(void 0, __spreadArray(['getOpenUserInfo'], rest, false));
1361
1360
  };
1362
1361
  /**
@@ -1364,8 +1363,8 @@ export var getOpenUserInfo = function getOpenUserInfo() {
1364
1363
  * @support
1365
1364
  * | Platform | Apps |
1366
1365
  * | ------------- | -------- |
1367
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1368
- * | 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 |
1369
1368
  * | web | demo |
1370
1369
  */
1371
1370
  // @ts-ignore
@@ -1427,8 +1426,8 @@ export var getPhoneNumberAsync = /*#__PURE__*/promisify(getPhoneNumber);
1427
1426
  * @support
1428
1427
  * | Platform | Apps |
1429
1428
  * | ------------- | -------- |
1430
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1431
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1429
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1430
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1432
1431
  * | web | demo,alipay |
1433
1432
  */
1434
1433
  export var getSavedFileInfo = function getSavedFileInfo() {
@@ -1443,7 +1442,7 @@ export var getSavedFileInfo = function getSavedFileInfo() {
1443
1442
  if (appEnv.isMpDemo) return mpGetSavedFileInfo.apply(void 0, rest);
1444
1443
  if (appEnv.isMpGcash) return mpGetSavedFileInfo.apply(void 0, rest);
1445
1444
  if (appEnv.isMpTngd) return mpGetSavedFileInfo.apply(void 0, rest);
1446
- if (appEnv.isMpTruemoney) return mpGetSavedFileInfo.apply(void 0, rest);
1445
+ if (appEnv.isMpTmn) return mpGetSavedFileInfo.apply(void 0, rest);
1447
1446
  return notFound.apply(void 0, __spreadArray(['getSavedFileInfo'], rest, false));
1448
1447
  };
1449
1448
  /**
@@ -1451,8 +1450,8 @@ export var getSavedFileInfo = function getSavedFileInfo() {
1451
1450
  * @support
1452
1451
  * | Platform | Apps |
1453
1452
  * | ------------- | -------- |
1454
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1455
- * | 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 |
1456
1455
  * | web | demo,alipay |
1457
1456
  */
1458
1457
  // @ts-ignore
@@ -1462,8 +1461,8 @@ export var getSavedFileInfoAsync = /*#__PURE__*/promisify(getSavedFileInfo);
1462
1461
  * @support
1463
1462
  * | Platform | Apps |
1464
1463
  * | ------------- | -------- |
1465
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1466
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1464
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1465
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1467
1466
  * | web | demo,alipay |
1468
1467
  */
1469
1468
  export var getSavedFileList = function getSavedFileList() {
@@ -1478,7 +1477,7 @@ export var getSavedFileList = function getSavedFileList() {
1478
1477
  if (appEnv.isMpDemo) return mpGetSavedFileList.apply(void 0, rest);
1479
1478
  if (appEnv.isMpGcash) return mpGetSavedFileList.apply(void 0, rest);
1480
1479
  if (appEnv.isMpTngd) return mpGetSavedFileList.apply(void 0, rest);
1481
- if (appEnv.isMpTruemoney) return mpGetSavedFileList.apply(void 0, rest);
1480
+ if (appEnv.isMpTmn) return mpGetSavedFileList.apply(void 0, rest);
1482
1481
  return notFound.apply(void 0, __spreadArray(['getSavedFileList'], rest, false));
1483
1482
  };
1484
1483
  /**
@@ -1486,8 +1485,8 @@ export var getSavedFileList = function getSavedFileList() {
1486
1485
  * @support
1487
1486
  * | Platform | Apps |
1488
1487
  * | ------------- | -------- |
1489
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1490
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1488
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1489
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1491
1490
  * | web | demo,alipay |
1492
1491
  */
1493
1492
  // @ts-ignore
@@ -1497,8 +1496,8 @@ export var getSavedFileListAsync = /*#__PURE__*/promisify(getSavedFileList);
1497
1496
  * @support
1498
1497
  * | Platform | Apps |
1499
1498
  * | ------------- | -------- |
1500
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1501
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1499
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1500
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1502
1501
  * | web | demo,alipay |
1503
1502
  */
1504
1503
  export var getScreenBrightness = function getScreenBrightness() {
@@ -1513,7 +1512,7 @@ export var getScreenBrightness = function getScreenBrightness() {
1513
1512
  if (appEnv.isMpDemo) return mpGetScreenBrightness.apply(void 0, rest);
1514
1513
  if (appEnv.isMpGcash) return mpGetScreenBrightness.apply(void 0, rest);
1515
1514
  if (appEnv.isMpTngd) return mpGetScreenBrightness.apply(void 0, rest);
1516
- if (appEnv.isMpTruemoney) return mpGetScreenBrightness.apply(void 0, rest);
1515
+ if (appEnv.isMpTmn) return mpGetScreenBrightness.apply(void 0, rest);
1517
1516
  return notFound.apply(void 0, __spreadArray(['getScreenBrightness'], rest, false));
1518
1517
  };
1519
1518
  /**
@@ -1521,8 +1520,8 @@ export var getScreenBrightness = function getScreenBrightness() {
1521
1520
  * @support
1522
1521
  * | Platform | Apps |
1523
1522
  * | ------------- | -------- |
1524
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1525
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1523
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1524
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1526
1525
  * | web | demo,alipay |
1527
1526
  */
1528
1527
  // @ts-ignore
@@ -1532,8 +1531,8 @@ export var getScreenBrightnessAsync = /*#__PURE__*/promisify(getScreenBrightness
1532
1531
  * @support
1533
1532
  * | Platform | Apps |
1534
1533
  * | ------------- | -------- |
1535
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1536
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1534
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1535
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1537
1536
  * | web | demo,alipay |
1538
1537
  */
1539
1538
  export var getServerTime = function getServerTime() {
@@ -1548,7 +1547,7 @@ export var getServerTime = function getServerTime() {
1548
1547
  if (appEnv.isMpDemo) return mpGetServerTime.apply(void 0, rest);
1549
1548
  if (appEnv.isMpGcash) return mpGetServerTime.apply(void 0, rest);
1550
1549
  if (appEnv.isMpTngd) return mpGetServerTime.apply(void 0, rest);
1551
- if (appEnv.isMpTruemoney) return mpGetServerTime.apply(void 0, rest);
1550
+ if (appEnv.isMpTmn) return mpGetServerTime.apply(void 0, rest);
1552
1551
  return notFound.apply(void 0, __spreadArray(['getServerTime'], rest, false));
1553
1552
  };
1554
1553
  /**
@@ -1556,8 +1555,8 @@ export var getServerTime = function getServerTime() {
1556
1555
  * @support
1557
1556
  * | Platform | Apps |
1558
1557
  * | ------------- | -------- |
1559
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1560
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1558
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1559
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1561
1560
  * | web | demo,alipay |
1562
1561
  */
1563
1562
  // @ts-ignore
@@ -1567,8 +1566,8 @@ export var getServerTimeAsync = /*#__PURE__*/promisify(getServerTime);
1567
1566
  * @support
1568
1567
  * | Platform | Apps |
1569
1568
  * | ------------- | -------- |
1570
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1571
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1569
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1570
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1572
1571
  * | web | demo,alipay |
1573
1572
  */
1574
1573
  export var getSetting = function getSetting() {
@@ -1583,7 +1582,7 @@ export var getSetting = function getSetting() {
1583
1582
  if (appEnv.isMpDemo) return mpGetSetting.apply(void 0, rest);
1584
1583
  if (appEnv.isMpGcash) return mpGetSetting.apply(void 0, rest);
1585
1584
  if (appEnv.isMpTngd) return mpGetSetting.apply(void 0, rest);
1586
- if (appEnv.isMpTruemoney) return mpGetSetting.apply(void 0, rest);
1585
+ if (appEnv.isMpTmn) return mpGetSetting.apply(void 0, rest);
1587
1586
  return notFound.apply(void 0, __spreadArray(['getSetting'], rest, false));
1588
1587
  };
1589
1588
  /**
@@ -1591,8 +1590,8 @@ export var getSetting = function getSetting() {
1591
1590
  * @support
1592
1591
  * | Platform | Apps |
1593
1592
  * | ------------- | -------- |
1594
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1595
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1593
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1594
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1596
1595
  * | web | demo,alipay |
1597
1596
  */
1598
1597
  // @ts-ignore
@@ -1602,8 +1601,8 @@ export var getSettingAsync = /*#__PURE__*/promisify(getSetting);
1602
1601
  * @support
1603
1602
  * | Platform | Apps |
1604
1603
  * | ------------- | -------- |
1605
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1606
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1604
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1605
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1607
1606
  * | web | demo,alipay,h5 |
1608
1607
  */
1609
1608
  export var getSiteInfo = function getSiteInfo() {
@@ -1618,7 +1617,7 @@ export var getSiteInfo = function getSiteInfo() {
1618
1617
  if (appEnv.isMpDemo) return mpGetSiteInfo.apply(void 0, rest);
1619
1618
  if (appEnv.isMpGcash) return mpGetSiteInfo.apply(void 0, rest);
1620
1619
  if (appEnv.isMpTngd) return mpGetSiteInfo.apply(void 0, rest);
1621
- if (appEnv.isMpTruemoney) return mpGetSiteInfo.apply(void 0, rest);
1620
+ if (appEnv.isMpTmn) return mpGetSiteInfo.apply(void 0, rest);
1622
1621
  return notFound.apply(void 0, __spreadArray(['getSiteInfo'], rest, false));
1623
1622
  };
1624
1623
  /**
@@ -1626,8 +1625,8 @@ export var getSiteInfo = function getSiteInfo() {
1626
1625
  * @support
1627
1626
  * | Platform | Apps |
1628
1627
  * | ------------- | -------- |
1629
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1630
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1628
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1629
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1631
1630
  * | web | demo,alipay,h5 |
1632
1631
  */
1633
1632
  // @ts-ignore
@@ -1637,8 +1636,8 @@ export var getSiteInfoAsync = /*#__PURE__*/promisify(getSiteInfo);
1637
1636
  * @support
1638
1637
  * | Platform | Apps |
1639
1638
  * | ------------- | -------- |
1640
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1641
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney,toss,mpay |
1639
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1640
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1642
1641
  * | web | demo,alipay,h5 |
1643
1642
  */
1644
1643
  export var getStorage = function getStorage() {
@@ -1653,7 +1652,7 @@ export var getStorage = function getStorage() {
1653
1652
  if (appEnv.isMpDemo) return mpGetStorage.apply(void 0, rest);
1654
1653
  if (appEnv.isMpGcash) return mpGetStorage.apply(void 0, rest);
1655
1654
  if (appEnv.isMpTngd) return mpGetStorage.apply(void 0, rest);
1656
- if (appEnv.isMpTruemoney) return mpGetStorage.apply(void 0, rest);
1655
+ if (appEnv.isMpTmn) return mpGetStorage.apply(void 0, rest);
1657
1656
  return notFound.apply(void 0, __spreadArray(['getStorage'], rest, false));
1658
1657
  };
1659
1658
  /**
@@ -1661,8 +1660,8 @@ export var getStorage = function getStorage() {
1661
1660
  * @support
1662
1661
  * | Platform | Apps |
1663
1662
  * | ------------- | -------- |
1664
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1665
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney,toss,mpay |
1663
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1664
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1666
1665
  * | web | demo,alipay,h5 |
1667
1666
  */
1668
1667
  // @ts-ignore
@@ -1672,7 +1671,7 @@ export var getStorageAsync = /*#__PURE__*/promisify(getStorage);
1672
1671
  * @support
1673
1672
  * | Platform | Apps |
1674
1673
  * | ------------- | -------- |
1675
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1674
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1676
1675
  * | web | h5 |
1677
1676
  */
1678
1677
  export var getStorageSync = function getStorageSync() {
@@ -1687,7 +1686,7 @@ export var getStorageSync = function getStorageSync() {
1687
1686
  if (appEnv.isMpDemo) return mpGetStorageSync.apply(void 0, rest);
1688
1687
  if (appEnv.isMpGcash) return mpGetStorageSync.apply(void 0, rest);
1689
1688
  if (appEnv.isMpTngd) return mpGetStorageSync.apply(void 0, rest);
1690
- if (appEnv.isMpTruemoney) return mpGetStorageSync.apply(void 0, rest);
1689
+ if (appEnv.isMpTmn) return mpGetStorageSync.apply(void 0, rest);
1691
1690
  return notFound.apply(void 0, __spreadArray(['getStorageSync'], rest, false));
1692
1691
  };
1693
1692
  /**
@@ -1695,8 +1694,8 @@ export var getStorageSync = function getStorageSync() {
1695
1694
  * @support
1696
1695
  * | Platform | Apps |
1697
1696
  * | ------------- | -------- |
1698
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1699
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1697
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1698
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1700
1699
  * | web | demo,alipay,h5,tngdh5ng |
1701
1700
  */
1702
1701
  export var getSystemInfo = function getSystemInfo() {
@@ -1711,7 +1710,7 @@ export var getSystemInfo = function getSystemInfo() {
1711
1710
  if (appEnv.isMpDemo) return mpGetSystemInfo.apply(void 0, rest);
1712
1711
  if (appEnv.isMpGcash) return mpGetSystemInfo.apply(void 0, rest);
1713
1712
  if (appEnv.isMpTngd) return mpGetSystemInfo.apply(void 0, rest);
1714
- if (appEnv.isMpTruemoney) return mpGetSystemInfo.apply(void 0, rest);
1713
+ if (appEnv.isMpTmn) return mpGetSystemInfo.apply(void 0, rest);
1715
1714
  return notFound.apply(void 0, __spreadArray(['getSystemInfo'], rest, false));
1716
1715
  };
1717
1716
  /**
@@ -1719,8 +1718,8 @@ export var getSystemInfo = function getSystemInfo() {
1719
1718
  * @support
1720
1719
  * | Platform | Apps |
1721
1720
  * | ------------- | -------- |
1722
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1723
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1721
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1722
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1724
1723
  * | web | demo,alipay,h5,tngdh5ng |
1725
1724
  */
1726
1725
  // @ts-ignore
@@ -1729,7 +1728,7 @@ export var getSystemInfoAsync = /*#__PURE__*/promisify(getSystemInfo);
1729
1728
  * @support
1730
1729
  * | Platform | Apps |
1731
1730
  * | ------------- | -------- |
1732
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1731
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1733
1732
  * | web | h5 |
1734
1733
  */
1735
1734
  export var getSystemInfoSync = function getSystemInfoSync() {
@@ -1744,7 +1743,7 @@ export var getSystemInfoSync = function getSystemInfoSync() {
1744
1743
  if (appEnv.isMpDemo) return mpGetSystemInfoSync.apply(void 0, rest);
1745
1744
  if (appEnv.isMpGcash) return mpGetSystemInfoSync.apply(void 0, rest);
1746
1745
  if (appEnv.isMpTngd) return mpGetSystemInfoSync.apply(void 0, rest);
1747
- if (appEnv.isMpTruemoney) return mpGetSystemInfoSync.apply(void 0, rest);
1746
+ if (appEnv.isMpTmn) return mpGetSystemInfoSync.apply(void 0, rest);
1748
1747
  return notFound.apply(void 0, __spreadArray(['getSystemInfoSync'], rest, false));
1749
1748
  };
1750
1749
  /**
@@ -1752,8 +1751,9 @@ export var getSystemInfoSync = function getSystemInfoSync() {
1752
1751
  * @support
1753
1752
  * | Platform | Apps |
1754
1753
  * | ------------- | -------- |
1755
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1756
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1754
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1755
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1756
+ * | web | alipay |
1757
1757
  */
1758
1758
  export var hideBackHome = function hideBackHome() {
1759
1759
  var rest = [];
@@ -1767,7 +1767,7 @@ export var hideBackHome = function hideBackHome() {
1767
1767
  if (appEnv.isMpDemo) return mpHideBackHome.apply(void 0, rest);
1768
1768
  if (appEnv.isMpGcash) return mpHideBackHome.apply(void 0, rest);
1769
1769
  if (appEnv.isMpTngd) return mpHideBackHome.apply(void 0, rest);
1770
- if (appEnv.isMpTruemoney) return mpHideBackHome.apply(void 0, rest);
1770
+ if (appEnv.isMpTmn) return mpHideBackHome.apply(void 0, rest);
1771
1771
  return notFound.apply(void 0, __spreadArray(['hideBackHome'], rest, false));
1772
1772
  };
1773
1773
  /**
@@ -1775,8 +1775,9 @@ export var hideBackHome = function hideBackHome() {
1775
1775
  * @support
1776
1776
  * | Platform | Apps |
1777
1777
  * | ------------- | -------- |
1778
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1779
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1778
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1779
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1780
+ * | web | alipay |
1780
1781
  */
1781
1782
  // @ts-ignore
1782
1783
  export var hideBackHomeAsync = /*#__PURE__*/promisify(hideBackHome);
@@ -1785,8 +1786,8 @@ export var hideBackHomeAsync = /*#__PURE__*/promisify(hideBackHome);
1785
1786
  * @support
1786
1787
  * | Platform | Apps |
1787
1788
  * | ------------- | -------- |
1788
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1789
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1789
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1790
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1790
1791
  * | web | demo,alipay |
1791
1792
  */
1792
1793
  export var hideKeyboard = function hideKeyboard() {
@@ -1801,7 +1802,7 @@ export var hideKeyboard = function hideKeyboard() {
1801
1802
  if (appEnv.isMpDemo) return mpHideKeyboard.apply(void 0, rest);
1802
1803
  if (appEnv.isMpGcash) return mpHideKeyboard.apply(void 0, rest);
1803
1804
  if (appEnv.isMpTngd) return mpHideKeyboard.apply(void 0, rest);
1804
- if (appEnv.isMpTruemoney) return mpHideKeyboard.apply(void 0, rest);
1805
+ if (appEnv.isMpTmn) return mpHideKeyboard.apply(void 0, rest);
1805
1806
  return notFound.apply(void 0, __spreadArray(['hideKeyboard'], rest, false));
1806
1807
  };
1807
1808
  /**
@@ -1809,8 +1810,8 @@ export var hideKeyboard = function hideKeyboard() {
1809
1810
  * @support
1810
1811
  * | Platform | Apps |
1811
1812
  * | ------------- | -------- |
1812
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1813
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1813
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1814
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1814
1815
  * | web | demo,alipay |
1815
1816
  */
1816
1817
  // @ts-ignore
@@ -1820,8 +1821,8 @@ export var hideKeyboardAsync = /*#__PURE__*/promisify(hideKeyboard);
1820
1821
  * @support
1821
1822
  * | Platform | Apps |
1822
1823
  * | ------------- | -------- |
1823
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1824
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1824
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1825
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1825
1826
  * | web | demo,alipay,h5,tngdh5ng |
1826
1827
  */
1827
1828
  export var hideLoading = function hideLoading() {
@@ -1836,7 +1837,7 @@ export var hideLoading = function hideLoading() {
1836
1837
  if (appEnv.isMpDemo) return mpHideLoading.apply(void 0, rest);
1837
1838
  if (appEnv.isMpGcash) return mpHideLoading.apply(void 0, rest);
1838
1839
  if (appEnv.isMpTngd) return mpHideLoading.apply(void 0, rest);
1839
- if (appEnv.isMpTruemoney) return mpHideLoading.apply(void 0, rest);
1840
+ if (appEnv.isMpTmn) return mpHideLoading.apply(void 0, rest);
1840
1841
  return notFound.apply(void 0, __spreadArray(['hideLoading'], rest, false));
1841
1842
  };
1842
1843
  /**
@@ -1844,8 +1845,8 @@ export var hideLoading = function hideLoading() {
1844
1845
  * @support
1845
1846
  * | Platform | Apps |
1846
1847
  * | ------------- | -------- |
1847
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1848
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1848
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1849
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1849
1850
  * | web | demo,alipay,h5,tngdh5ng |
1850
1851
  */
1851
1852
  // @ts-ignore
@@ -1855,8 +1856,8 @@ export var hideLoadingAsync = /*#__PURE__*/promisify(hideLoading);
1855
1856
  * @support
1856
1857
  * | Platform | Apps |
1857
1858
  * | ------------- | -------- |
1858
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1859
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1859
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1860
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1860
1861
  * | web | demo,alipay |
1861
1862
  */
1862
1863
  export var hideNavigationBarLoading = function hideNavigationBarLoading() {
@@ -1871,7 +1872,7 @@ export var hideNavigationBarLoading = function hideNavigationBarLoading() {
1871
1872
  if (appEnv.isMpDemo) return mpHideNavigationBarLoading.apply(void 0, rest);
1872
1873
  if (appEnv.isMpGcash) return mpHideNavigationBarLoading.apply(void 0, rest);
1873
1874
  if (appEnv.isMpTngd) return mpHideNavigationBarLoading.apply(void 0, rest);
1874
- if (appEnv.isMpTruemoney) return mpHideNavigationBarLoading.apply(void 0, rest);
1875
+ if (appEnv.isMpTmn) return mpHideNavigationBarLoading.apply(void 0, rest);
1875
1876
  return notFound.apply(void 0, __spreadArray(['hideNavigationBarLoading'], rest, false));
1876
1877
  };
1877
1878
  /**
@@ -1879,8 +1880,8 @@ export var hideNavigationBarLoading = function hideNavigationBarLoading() {
1879
1880
  * @support
1880
1881
  * | Platform | Apps |
1881
1882
  * | ------------- | -------- |
1882
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1883
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1883
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1884
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1884
1885
  * | web | demo,alipay |
1885
1886
  */
1886
1887
  // @ts-ignore
@@ -1890,9 +1891,9 @@ export var hideNavigationBarLoadingAsync = /*#__PURE__*/promisify(hideNavigation
1890
1891
  * @support
1891
1892
  * | Platform | Apps |
1892
1893
  * | ------------- | -------- |
1893
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1894
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1895
- * | web | |
1894
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1895
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1896
+ * | web | alipay |
1896
1897
  */
1897
1898
  export var hideTabBar = function hideTabBar() {
1898
1899
  var rest = [];
@@ -1906,7 +1907,7 @@ export var hideTabBar = function hideTabBar() {
1906
1907
  if (appEnv.isMpDemo) return mpHideTabBar.apply(void 0, rest);
1907
1908
  if (appEnv.isMpGcash) return mpHideTabBar.apply(void 0, rest);
1908
1909
  if (appEnv.isMpTngd) return mpHideTabBar.apply(void 0, rest);
1909
- if (appEnv.isMpTruemoney) return mpHideTabBar.apply(void 0, rest);
1910
+ if (appEnv.isMpTmn) return mpHideTabBar.apply(void 0, rest);
1910
1911
  return notFound.apply(void 0, __spreadArray(['hideTabBar'], rest, false));
1911
1912
  };
1912
1913
  /**
@@ -1914,9 +1915,9 @@ export var hideTabBar = function hideTabBar() {
1914
1915
  * @support
1915
1916
  * | Platform | Apps |
1916
1917
  * | ------------- | -------- |
1917
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1918
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1919
- * | web | |
1918
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1919
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1920
+ * | web | alipay |
1920
1921
  */
1921
1922
  // @ts-ignore
1922
1923
  export var hideTabBarAsync = /*#__PURE__*/promisify(hideTabBar);
@@ -1925,8 +1926,8 @@ export var hideTabBarAsync = /*#__PURE__*/promisify(hideTabBar);
1925
1926
  * @support
1926
1927
  * | Platform | Apps |
1927
1928
  * | ------------- | -------- |
1928
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1929
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1929
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1930
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1930
1931
  * | web | demo,alipay,h5,tngdh5ng |
1931
1932
  */
1932
1933
  export var hideToast = function hideToast() {
@@ -1941,7 +1942,7 @@ export var hideToast = function hideToast() {
1941
1942
  if (appEnv.isMpDemo) return mpHideToast.apply(void 0, rest);
1942
1943
  if (appEnv.isMpGcash) return mpHideToast.apply(void 0, rest);
1943
1944
  if (appEnv.isMpTngd) return mpHideToast.apply(void 0, rest);
1944
- if (appEnv.isMpTruemoney) return mpHideToast.apply(void 0, rest);
1945
+ if (appEnv.isMpTmn) return mpHideToast.apply(void 0, rest);
1945
1946
  return notFound.apply(void 0, __spreadArray(['hideToast'], rest, false));
1946
1947
  };
1947
1948
  /**
@@ -1949,8 +1950,8 @@ export var hideToast = function hideToast() {
1949
1950
  * @support
1950
1951
  * | Platform | Apps |
1951
1952
  * | ------------- | -------- |
1952
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1953
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1953
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
1954
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
1954
1955
  * | web | demo,alipay,h5,tngdh5ng |
1955
1956
  */
1956
1957
  // @ts-ignore
@@ -2012,8 +2013,8 @@ export var isInstalledAppAsync = /*#__PURE__*/promisify(isInstalledApp);
2012
2013
  * @support
2013
2014
  * | Platform | Apps |
2014
2015
  * | ------------- | -------- |
2015
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2016
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2016
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2017
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2017
2018
  * | web | demo,alipay,h5,tngdh5ng |
2018
2019
  */
2019
2020
  export var makePhoneCall = function makePhoneCall() {
@@ -2028,7 +2029,7 @@ export var makePhoneCall = function makePhoneCall() {
2028
2029
  if (appEnv.isMpDemo) return mpMakePhoneCall.apply(void 0, rest);
2029
2030
  if (appEnv.isMpGcash) return mpMakePhoneCall.apply(void 0, rest);
2030
2031
  if (appEnv.isMpTngd) return mpMakePhoneCall.apply(void 0, rest);
2031
- if (appEnv.isMpTruemoney) return mpMakePhoneCall.apply(void 0, rest);
2032
+ if (appEnv.isMpTmn) return mpMakePhoneCall.apply(void 0, rest);
2032
2033
  return notFound.apply(void 0, __spreadArray(['makePhoneCall'], rest, false));
2033
2034
  };
2034
2035
  /**
@@ -2036,8 +2037,8 @@ export var makePhoneCall = function makePhoneCall() {
2036
2037
  * @support
2037
2038
  * | Platform | Apps |
2038
2039
  * | ------------- | -------- |
2039
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2040
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2040
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2041
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2041
2042
  * | web | demo,alipay,h5,tngdh5ng |
2042
2043
  */
2043
2044
  // @ts-ignore
@@ -2047,8 +2048,8 @@ export var makePhoneCallAsync = /*#__PURE__*/promisify(makePhoneCall);
2047
2048
  * @support
2048
2049
  * | Platform | Apps |
2049
2050
  * | ------------- | -------- |
2050
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2051
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2051
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2052
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2052
2053
  * | web | demo,alipay |
2053
2054
  */
2054
2055
  export var multiLevelSelect = function multiLevelSelect() {
@@ -2063,7 +2064,7 @@ export var multiLevelSelect = function multiLevelSelect() {
2063
2064
  if (appEnv.isMpDemo) return mpMultiLevelSelect.apply(void 0, rest);
2064
2065
  if (appEnv.isMpGcash) return mpMultiLevelSelect.apply(void 0, rest);
2065
2066
  if (appEnv.isMpTngd) return mpMultiLevelSelect.apply(void 0, rest);
2066
- if (appEnv.isMpTruemoney) return mpMultiLevelSelect.apply(void 0, rest);
2067
+ if (appEnv.isMpTmn) return mpMultiLevelSelect.apply(void 0, rest);
2067
2068
  return notFound.apply(void 0, __spreadArray(['multiLevelSelect'], rest, false));
2068
2069
  };
2069
2070
  /**
@@ -2071,8 +2072,8 @@ export var multiLevelSelect = function multiLevelSelect() {
2071
2072
  * @support
2072
2073
  * | Platform | Apps |
2073
2074
  * | ------------- | -------- |
2074
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2075
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2075
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2076
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2076
2077
  * | web | demo,alipay |
2077
2078
  */
2078
2079
  // @ts-ignore
@@ -2082,8 +2083,8 @@ export var multiLevelSelectAsync = /*#__PURE__*/promisify(multiLevelSelect);
2082
2083
  * @support
2083
2084
  * | Platform | Apps |
2084
2085
  * | ------------- | -------- |
2085
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2086
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2086
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2087
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2087
2088
  * | web | alipay,demo,h5,tngdh5ng |
2088
2089
  */
2089
2090
  export var navigateBack = function navigateBack() {
@@ -2098,7 +2099,7 @@ export var navigateBack = function navigateBack() {
2098
2099
  if (appEnv.isMpDemo) return mpNavigateBack.apply(void 0, rest);
2099
2100
  if (appEnv.isMpGcash) return mpNavigateBack.apply(void 0, rest);
2100
2101
  if (appEnv.isMpTngd) return mpNavigateBack.apply(void 0, rest);
2101
- if (appEnv.isMpTruemoney) return mpNavigateBack.apply(void 0, rest);
2102
+ if (appEnv.isMpTmn) return mpNavigateBack.apply(void 0, rest);
2102
2103
  return notFound.apply(void 0, __spreadArray(['navigateBack'], rest, false));
2103
2104
  };
2104
2105
  /**
@@ -2106,8 +2107,8 @@ export var navigateBack = function navigateBack() {
2106
2107
  * @support
2107
2108
  * | Platform | Apps |
2108
2109
  * | ------------- | -------- |
2109
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2110
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2110
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2111
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2111
2112
  * | web | alipay,demo,h5,tngdh5ng |
2112
2113
  */
2113
2114
  // @ts-ignore
@@ -2117,8 +2118,8 @@ export var navigateBackAsync = /*#__PURE__*/promisify(navigateBack);
2117
2118
  * @support
2118
2119
  * | Platform | Apps |
2119
2120
  * | ------------- | -------- |
2120
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2121
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2121
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2122
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2122
2123
  * | web | demo,alipay |
2123
2124
  */
2124
2125
  export var navigateBackMiniProgram = function navigateBackMiniProgram() {
@@ -2133,7 +2134,7 @@ export var navigateBackMiniProgram = function navigateBackMiniProgram() {
2133
2134
  if (appEnv.isMpDemo) return mpNavigateBackMiniProgram.apply(void 0, rest);
2134
2135
  if (appEnv.isMpGcash) return mpNavigateBackMiniProgram.apply(void 0, rest);
2135
2136
  if (appEnv.isMpTngd) return mpNavigateBackMiniProgram.apply(void 0, rest);
2136
- if (appEnv.isMpTruemoney) return mpNavigateBackMiniProgram.apply(void 0, rest);
2137
+ if (appEnv.isMpTmn) return mpNavigateBackMiniProgram.apply(void 0, rest);
2137
2138
  return notFound.apply(void 0, __spreadArray(['navigateBackMiniProgram'], rest, false));
2138
2139
  };
2139
2140
  /**
@@ -2141,8 +2142,8 @@ export var navigateBackMiniProgram = function navigateBackMiniProgram() {
2141
2142
  * @support
2142
2143
  * | Platform | Apps |
2143
2144
  * | ------------- | -------- |
2144
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2145
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2145
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2146
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2146
2147
  * | web | demo,alipay |
2147
2148
  */
2148
2149
  // @ts-ignore
@@ -2152,9 +2153,9 @@ export var navigateBackMiniProgramAsync = /*#__PURE__*/promisify(navigateBackMin
2152
2153
  * @support
2153
2154
  * | Platform | Apps |
2154
2155
  * | ------------- | -------- |
2155
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2156
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2156
2157
  * | web | alipay,demo,h5,tngdh5ng |
2157
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2158
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2158
2159
  */
2159
2160
  export var navigateTo = function navigateTo() {
2160
2161
  var rest = [];
@@ -2168,7 +2169,7 @@ export var navigateTo = function navigateTo() {
2168
2169
  if (appEnv.isMpDemo) return mpNavigateTo.apply(void 0, rest);
2169
2170
  if (appEnv.isMpGcash) return mpNavigateTo.apply(void 0, rest);
2170
2171
  if (appEnv.isMpTngd) return mpNavigateTo.apply(void 0, rest);
2171
- if (appEnv.isMpTruemoney) return mpNavigateTo.apply(void 0, rest);
2172
+ if (appEnv.isMpTmn) return mpNavigateTo.apply(void 0, rest);
2172
2173
  return notFound.apply(void 0, __spreadArray(['navigateTo'], rest, false));
2173
2174
  };
2174
2175
  /**
@@ -2176,45 +2177,19 @@ export var navigateTo = function navigateTo() {
2176
2177
  * @support
2177
2178
  * | Platform | Apps |
2178
2179
  * | ------------- | -------- |
2179
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2180
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2180
2181
  * | web | alipay,demo,h5,tngdh5ng |
2181
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2182
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2182
2183
  */
2183
2184
  // @ts-ignore
2184
2185
  export var navigateToAsync = /*#__PURE__*/promisify(navigateTo);
2185
- /**
2186
- * @support
2187
- * | Platform | Apps |
2188
- * | ------------- | -------- |
2189
- * | mp | demo |
2190
- * | mp_web | demo |
2191
- * | web | demo,h5 |
2192
- */
2193
- export var navigateToBizScene = function navigateToBizScene() {
2194
- var rest = [];
2195
- for (var _i = 0; _i < arguments.length; _i++) {
2196
- rest[_i] = arguments[_i];
2197
- }
2198
- if (appEnv.isMpDemo) return mpNavigateToBizScene.apply(void 0, rest);
2199
- return notFound.apply(void 0, __spreadArray(['navigateToBizScene'], rest, false));
2200
- };
2201
- /**
2202
- * @support
2203
- * | Platform | Apps |
2204
- * | ------------- | -------- |
2205
- * | mp | demo |
2206
- * | mp_web | demo |
2207
- * | web | demo,h5 |
2208
- */
2209
- // @ts-ignore
2210
- export var navigateToBizSceneAsync = /*#__PURE__*/promisify(navigateToBizScene);
2211
2186
  /**
2212
2187
  * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_OpenAPI_navigateToMiniProgram
2213
2188
  * @support
2214
2189
  * | Platform | Apps |
2215
2190
  * | ------------- | -------- |
2216
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2217
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2191
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2192
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2218
2193
  * | web | demo,alipay,h5 |
2219
2194
  */
2220
2195
  export var navigateToMiniProgram = function navigateToMiniProgram() {
@@ -2229,7 +2204,7 @@ export var navigateToMiniProgram = function navigateToMiniProgram() {
2229
2204
  if (appEnv.isMpDemo) return mpNavigateToMiniProgram.apply(void 0, rest);
2230
2205
  if (appEnv.isMpGcash) return mpNavigateToMiniProgram.apply(void 0, rest);
2231
2206
  if (appEnv.isMpTngd) return mpNavigateToMiniProgram.apply(void 0, rest);
2232
- if (appEnv.isMpTruemoney) return mpNavigateToMiniProgram.apply(void 0, rest);
2207
+ if (appEnv.isMpTmn) return mpNavigateToMiniProgram.apply(void 0, rest);
2233
2208
  return notFound.apply(void 0, __spreadArray(['navigateToMiniProgram'], rest, false));
2234
2209
  };
2235
2210
  /**
@@ -2237,8 +2212,8 @@ export var navigateToMiniProgram = function navigateToMiniProgram() {
2237
2212
  * @support
2238
2213
  * | Platform | Apps |
2239
2214
  * | ------------- | -------- |
2240
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2241
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2215
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2216
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2242
2217
  * | web | demo,alipay,h5 |
2243
2218
  */
2244
2219
  // @ts-ignore
@@ -2248,8 +2223,8 @@ export var navigateToMiniProgramAsync = /*#__PURE__*/promisify(navigateToMiniPro
2248
2223
  * @support
2249
2224
  * | Platform | Apps |
2250
2225
  * | ------------- | -------- |
2251
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2252
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2226
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2227
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2253
2228
  * | web | |
2254
2229
  */
2255
2230
  export var notifyBLECharacteristicValueChange = function notifyBLECharacteristicValueChange() {
@@ -2264,7 +2239,7 @@ export var notifyBLECharacteristicValueChange = function notifyBLECharacteristic
2264
2239
  if (appEnv.isMpDemo) return mpNotifyBLECharacteristicValueChange.apply(void 0, rest);
2265
2240
  if (appEnv.isMpGcash) return mpNotifyBLECharacteristicValueChange.apply(void 0, rest);
2266
2241
  if (appEnv.isMpTngd) return mpNotifyBLECharacteristicValueChange.apply(void 0, rest);
2267
- if (appEnv.isMpTruemoney) return mpNotifyBLECharacteristicValueChange.apply(void 0, rest);
2242
+ if (appEnv.isMpTmn) return mpNotifyBLECharacteristicValueChange.apply(void 0, rest);
2268
2243
  return notFound.apply(void 0, __spreadArray(['notifyBLECharacteristicValueChange'], rest, false));
2269
2244
  };
2270
2245
  /**
@@ -2272,8 +2247,8 @@ export var notifyBLECharacteristicValueChange = function notifyBLECharacteristic
2272
2247
  * @support
2273
2248
  * | Platform | Apps |
2274
2249
  * | ------------- | -------- |
2275
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2276
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2250
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2251
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2277
2252
  * | web | |
2278
2253
  */
2279
2254
  // @ts-ignore
@@ -2283,8 +2258,8 @@ export var notifyBLECharacteristicValueChangeAsync = /*#__PURE__*/promisify(noti
2283
2258
  * @support
2284
2259
  * | Platform | Apps |
2285
2260
  * | ------------- | -------- |
2286
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2287
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2261
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2262
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2288
2263
  */
2289
2264
  export var offAccelerometerChange = function offAccelerometerChange() {
2290
2265
  var rest = [];
@@ -2298,7 +2273,7 @@ export var offAccelerometerChange = function offAccelerometerChange() {
2298
2273
  if (appEnv.isMpDemo) return mpOffAccelerometerChange.apply(void 0, rest);
2299
2274
  if (appEnv.isMpGcash) return mpOffAccelerometerChange.apply(void 0, rest);
2300
2275
  if (appEnv.isMpTngd) return mpOffAccelerometerChange.apply(void 0, rest);
2301
- if (appEnv.isMpTruemoney) return mpOffAccelerometerChange.apply(void 0, rest);
2276
+ if (appEnv.isMpTmn) return mpOffAccelerometerChange.apply(void 0, rest);
2302
2277
  return notFound.apply(void 0, __spreadArray(['offAccelerometerChange'], rest, false));
2303
2278
  };
2304
2279
  /**
@@ -2306,8 +2281,8 @@ export var offAccelerometerChange = function offAccelerometerChange() {
2306
2281
  * @support
2307
2282
  * | Platform | Apps |
2308
2283
  * | ------------- | -------- |
2309
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2310
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2284
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2285
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2311
2286
  * | web | |
2312
2287
  */
2313
2288
  export var offBLECharacteristicValueChange = function offBLECharacteristicValueChange() {
@@ -2322,7 +2297,7 @@ export var offBLECharacteristicValueChange = function offBLECharacteristicValueC
2322
2297
  if (appEnv.isMpDemo) return mpOffBLECharacteristicValueChange.apply(void 0, rest);
2323
2298
  if (appEnv.isMpGcash) return mpOffBLECharacteristicValueChange.apply(void 0, rest);
2324
2299
  if (appEnv.isMpTngd) return mpOffBLECharacteristicValueChange.apply(void 0, rest);
2325
- if (appEnv.isMpTruemoney) return mpOffBLECharacteristicValueChange.apply(void 0, rest);
2300
+ if (appEnv.isMpTmn) return mpOffBLECharacteristicValueChange.apply(void 0, rest);
2326
2301
  return notFound.apply(void 0, __spreadArray(['offBLECharacteristicValueChange'], rest, false));
2327
2302
  };
2328
2303
  /**
@@ -2330,8 +2305,8 @@ export var offBLECharacteristicValueChange = function offBLECharacteristicValueC
2330
2305
  * @support
2331
2306
  * | Platform | Apps |
2332
2307
  * | ------------- | -------- |
2333
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2334
- * | 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 |
2335
2310
  * | web | |
2336
2311
  */
2337
2312
  export var offBLEConnectionStateChanged = function offBLEConnectionStateChanged() {
@@ -2346,7 +2321,7 @@ export var offBLEConnectionStateChanged = function offBLEConnectionStateChanged(
2346
2321
  if (appEnv.isMpDemo) return mpOffBLEConnectionStateChanged.apply(void 0, rest);
2347
2322
  if (appEnv.isMpGcash) return mpOffBLEConnectionStateChanged.apply(void 0, rest);
2348
2323
  if (appEnv.isMpTngd) return mpOffBLEConnectionStateChanged.apply(void 0, rest);
2349
- if (appEnv.isMpTruemoney) return mpOffBLEConnectionStateChanged.apply(void 0, rest);
2324
+ if (appEnv.isMpTmn) return mpOffBLEConnectionStateChanged.apply(void 0, rest);
2350
2325
  return notFound.apply(void 0, __spreadArray(['offBLEConnectionStateChanged'], rest, false));
2351
2326
  };
2352
2327
  /**
@@ -2354,8 +2329,8 @@ export var offBLEConnectionStateChanged = function offBLEConnectionStateChanged(
2354
2329
  * @support
2355
2330
  * | Platform | Apps |
2356
2331
  * | ------------- | -------- |
2357
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2358
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2332
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2333
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2359
2334
  * | web | |
2360
2335
  */
2361
2336
  export var offBluetoothAdapterStateChange = function offBluetoothAdapterStateChange() {
@@ -2370,7 +2345,7 @@ export var offBluetoothAdapterStateChange = function offBluetoothAdapterStateCha
2370
2345
  if (appEnv.isMpDemo) return mpOffBluetoothAdapterStateChange.apply(void 0, rest);
2371
2346
  if (appEnv.isMpGcash) return mpOffBluetoothAdapterStateChange.apply(void 0, rest);
2372
2347
  if (appEnv.isMpTngd) return mpOffBluetoothAdapterStateChange.apply(void 0, rest);
2373
- if (appEnv.isMpTruemoney) return mpOffBluetoothAdapterStateChange.apply(void 0, rest);
2348
+ if (appEnv.isMpTmn) return mpOffBluetoothAdapterStateChange.apply(void 0, rest);
2374
2349
  return notFound.apply(void 0, __spreadArray(['offBluetoothAdapterStateChange'], rest, false));
2375
2350
  };
2376
2351
  /**
@@ -2378,8 +2353,8 @@ export var offBluetoothAdapterStateChange = function offBluetoothAdapterStateCha
2378
2353
  * @support
2379
2354
  * | Platform | Apps |
2380
2355
  * | ------------- | -------- |
2381
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2382
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2356
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2357
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2383
2358
  * | web | |
2384
2359
  */
2385
2360
  export var offBluetoothDeviceFound = function offBluetoothDeviceFound() {
@@ -2394,7 +2369,7 @@ export var offBluetoothDeviceFound = function offBluetoothDeviceFound() {
2394
2369
  if (appEnv.isMpDemo) return mpOffBluetoothDeviceFound.apply(void 0, rest);
2395
2370
  if (appEnv.isMpGcash) return mpOffBluetoothDeviceFound.apply(void 0, rest);
2396
2371
  if (appEnv.isMpTngd) return mpOffBluetoothDeviceFound.apply(void 0, rest);
2397
- if (appEnv.isMpTruemoney) return mpOffBluetoothDeviceFound.apply(void 0, rest);
2372
+ if (appEnv.isMpTmn) return mpOffBluetoothDeviceFound.apply(void 0, rest);
2398
2373
  return notFound.apply(void 0, __spreadArray(['offBluetoothDeviceFound'], rest, false));
2399
2374
  };
2400
2375
  /**
@@ -2402,8 +2377,8 @@ export var offBluetoothDeviceFound = function offBluetoothDeviceFound() {
2402
2377
  * @support
2403
2378
  * | Platform | Apps |
2404
2379
  * | ------------- | -------- |
2405
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2406
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2380
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2381
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2407
2382
  */
2408
2383
  export var offCompassChange = function offCompassChange() {
2409
2384
  var rest = [];
@@ -2417,7 +2392,7 @@ export var offCompassChange = function offCompassChange() {
2417
2392
  if (appEnv.isMpDemo) return mpOffCompassChange.apply(void 0, rest);
2418
2393
  if (appEnv.isMpGcash) return mpOffCompassChange.apply(void 0, rest);
2419
2394
  if (appEnv.isMpTngd) return mpOffCompassChange.apply(void 0, rest);
2420
- if (appEnv.isMpTruemoney) return mpOffCompassChange.apply(void 0, rest);
2395
+ if (appEnv.isMpTmn) return mpOffCompassChange.apply(void 0, rest);
2421
2396
  return notFound.apply(void 0, __spreadArray(['offCompassChange'], rest, false));
2422
2397
  };
2423
2398
  /**
@@ -2425,8 +2400,8 @@ export var offCompassChange = function offCompassChange() {
2425
2400
  * @support
2426
2401
  * | Platform | Apps |
2427
2402
  * | ------------- | -------- |
2428
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2429
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2403
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2404
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2430
2405
  */
2431
2406
  export var offMemoryWarning = function offMemoryWarning() {
2432
2407
  var rest = [];
@@ -2440,7 +2415,7 @@ export var offMemoryWarning = function offMemoryWarning() {
2440
2415
  if (appEnv.isMpDemo) return mpOffMemoryWarning.apply(void 0, rest);
2441
2416
  if (appEnv.isMpGcash) return mpOffMemoryWarning.apply(void 0, rest);
2442
2417
  if (appEnv.isMpTngd) return mpOffMemoryWarning.apply(void 0, rest);
2443
- if (appEnv.isMpTruemoney) return mpOffMemoryWarning.apply(void 0, rest);
2418
+ if (appEnv.isMpTmn) return mpOffMemoryWarning.apply(void 0, rest);
2444
2419
  return notFound.apply(void 0, __spreadArray(['offMemoryWarning'], rest, false));
2445
2420
  };
2446
2421
  /**
@@ -2448,8 +2423,8 @@ export var offMemoryWarning = function offMemoryWarning() {
2448
2423
  * @support
2449
2424
  * | Platform | Apps |
2450
2425
  * | ------------- | -------- |
2451
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2452
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2426
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2427
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2453
2428
  * | web | |
2454
2429
  */
2455
2430
  export var offSocketClose = function offSocketClose() {
@@ -2464,7 +2439,7 @@ export var offSocketClose = function offSocketClose() {
2464
2439
  if (appEnv.isMpDemo) return mpOffSocketClose.apply(void 0, rest);
2465
2440
  if (appEnv.isMpGcash) return mpOffSocketClose.apply(void 0, rest);
2466
2441
  if (appEnv.isMpTngd) return mpOffSocketClose.apply(void 0, rest);
2467
- if (appEnv.isMpTruemoney) return mpOffSocketClose.apply(void 0, rest);
2442
+ if (appEnv.isMpTmn) return mpOffSocketClose.apply(void 0, rest);
2468
2443
  return notFound.apply(void 0, __spreadArray(['offSocketClose'], rest, false));
2469
2444
  };
2470
2445
  /**
@@ -2472,8 +2447,8 @@ export var offSocketClose = function offSocketClose() {
2472
2447
  * @support
2473
2448
  * | Platform | Apps |
2474
2449
  * | ------------- | -------- |
2475
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2476
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2450
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2451
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2477
2452
  * | web | |
2478
2453
  */
2479
2454
  export var offSocketError = function offSocketError() {
@@ -2488,7 +2463,7 @@ export var offSocketError = function offSocketError() {
2488
2463
  if (appEnv.isMpDemo) return mpOffSocketError.apply(void 0, rest);
2489
2464
  if (appEnv.isMpGcash) return mpOffSocketError.apply(void 0, rest);
2490
2465
  if (appEnv.isMpTngd) return mpOffSocketError.apply(void 0, rest);
2491
- if (appEnv.isMpTruemoney) return mpOffSocketError.apply(void 0, rest);
2466
+ if (appEnv.isMpTmn) return mpOffSocketError.apply(void 0, rest);
2492
2467
  return notFound.apply(void 0, __spreadArray(['offSocketError'], rest, false));
2493
2468
  };
2494
2469
  /**
@@ -2496,8 +2471,8 @@ export var offSocketError = function offSocketError() {
2496
2471
  * @support
2497
2472
  * | Platform | Apps |
2498
2473
  * | ------------- | -------- |
2499
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2500
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2474
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2475
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2501
2476
  * | web | |
2502
2477
  */
2503
2478
  export var offSocketMessage = function offSocketMessage() {
@@ -2512,7 +2487,7 @@ export var offSocketMessage = function offSocketMessage() {
2512
2487
  if (appEnv.isMpDemo) return mpOffSocketMessage.apply(void 0, rest);
2513
2488
  if (appEnv.isMpGcash) return mpOffSocketMessage.apply(void 0, rest);
2514
2489
  if (appEnv.isMpTngd) return mpOffSocketMessage.apply(void 0, rest);
2515
- if (appEnv.isMpTruemoney) return mpOffSocketMessage.apply(void 0, rest);
2490
+ if (appEnv.isMpTmn) return mpOffSocketMessage.apply(void 0, rest);
2516
2491
  return notFound.apply(void 0, __spreadArray(['offSocketMessage'], rest, false));
2517
2492
  };
2518
2493
  /**
@@ -2520,8 +2495,8 @@ export var offSocketMessage = function offSocketMessage() {
2520
2495
  * @support
2521
2496
  * | Platform | Apps |
2522
2497
  * | ------------- | -------- |
2523
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2524
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2498
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2499
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2525
2500
  * | web | |
2526
2501
  */
2527
2502
  export var offSocketOpen = function offSocketOpen() {
@@ -2536,7 +2511,7 @@ export var offSocketOpen = function offSocketOpen() {
2536
2511
  if (appEnv.isMpDemo) return mpOffSocketOpen.apply(void 0, rest);
2537
2512
  if (appEnv.isMpGcash) return mpOffSocketOpen.apply(void 0, rest);
2538
2513
  if (appEnv.isMpTngd) return mpOffSocketOpen.apply(void 0, rest);
2539
- if (appEnv.isMpTruemoney) return mpOffSocketOpen.apply(void 0, rest);
2514
+ if (appEnv.isMpTmn) return mpOffSocketOpen.apply(void 0, rest);
2540
2515
  return notFound.apply(void 0, __spreadArray(['offSocketOpen'], rest, false));
2541
2516
  };
2542
2517
  /**
@@ -2544,8 +2519,8 @@ export var offSocketOpen = function offSocketOpen() {
2544
2519
  * @support
2545
2520
  * | Platform | Apps |
2546
2521
  * | ------------- | -------- |
2547
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2548
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2522
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2523
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2549
2524
  * | web | |
2550
2525
  */
2551
2526
  export var offUserCaptureScreen = function offUserCaptureScreen() {
@@ -2560,7 +2535,7 @@ export var offUserCaptureScreen = function offUserCaptureScreen() {
2560
2535
  if (appEnv.isMpDemo) return mpOffUserCaptureScreen.apply(void 0, rest);
2561
2536
  if (appEnv.isMpGcash) return mpOffUserCaptureScreen.apply(void 0, rest);
2562
2537
  if (appEnv.isMpTngd) return mpOffUserCaptureScreen.apply(void 0, rest);
2563
- if (appEnv.isMpTruemoney) return mpOffUserCaptureScreen.apply(void 0, rest);
2538
+ if (appEnv.isMpTmn) return mpOffUserCaptureScreen.apply(void 0, rest);
2564
2539
  return notFound.apply(void 0, __spreadArray(['offUserCaptureScreen'], rest, false));
2565
2540
  };
2566
2541
  /**
@@ -2568,8 +2543,8 @@ export var offUserCaptureScreen = function offUserCaptureScreen() {
2568
2543
  * @support
2569
2544
  * | Platform | Apps |
2570
2545
  * | ------------- | -------- |
2571
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2572
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2546
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2547
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2573
2548
  */
2574
2549
  export var onAccelerometerChange = function onAccelerometerChange() {
2575
2550
  var rest = [];
@@ -2583,7 +2558,7 @@ export var onAccelerometerChange = function onAccelerometerChange() {
2583
2558
  if (appEnv.isMpDemo) return mpOnAccelerometerChange.apply(void 0, rest);
2584
2559
  if (appEnv.isMpGcash) return mpOnAccelerometerChange.apply(void 0, rest);
2585
2560
  if (appEnv.isMpTngd) return mpOnAccelerometerChange.apply(void 0, rest);
2586
- if (appEnv.isMpTruemoney) return mpOnAccelerometerChange.apply(void 0, rest);
2561
+ if (appEnv.isMpTmn) return mpOnAccelerometerChange.apply(void 0, rest);
2587
2562
  return notFound.apply(void 0, __spreadArray(['onAccelerometerChange'], rest, false));
2588
2563
  };
2589
2564
  /**
@@ -2591,8 +2566,8 @@ export var onAccelerometerChange = function onAccelerometerChange() {
2591
2566
  * @support
2592
2567
  * | Platform | Apps |
2593
2568
  * | ------------- | -------- |
2594
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2595
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2569
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2570
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2596
2571
  * | web | |
2597
2572
  */
2598
2573
  export var onBLECharacteristicValueChange = function onBLECharacteristicValueChange() {
@@ -2607,7 +2582,7 @@ export var onBLECharacteristicValueChange = function onBLECharacteristicValueCha
2607
2582
  if (appEnv.isMpDemo) return mpOnBLECharacteristicValueChange.apply(void 0, rest);
2608
2583
  if (appEnv.isMpGcash) return mpOnBLECharacteristicValueChange.apply(void 0, rest);
2609
2584
  if (appEnv.isMpTngd) return mpOnBLECharacteristicValueChange.apply(void 0, rest);
2610
- if (appEnv.isMpTruemoney) return mpOnBLECharacteristicValueChange.apply(void 0, rest);
2585
+ if (appEnv.isMpTmn) return mpOnBLECharacteristicValueChange.apply(void 0, rest);
2611
2586
  return notFound.apply(void 0, __spreadArray(['onBLECharacteristicValueChange'], rest, false));
2612
2587
  };
2613
2588
  /**
@@ -2615,8 +2590,8 @@ export var onBLECharacteristicValueChange = function onBLECharacteristicValueCha
2615
2590
  * @support
2616
2591
  * | Platform | Apps |
2617
2592
  * | ------------- | -------- |
2618
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2619
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2593
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2594
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2620
2595
  * | web | |
2621
2596
  */
2622
2597
  export var onBLEConnectionStateChanged = function onBLEConnectionStateChanged() {
@@ -2631,7 +2606,7 @@ export var onBLEConnectionStateChanged = function onBLEConnectionStateChanged()
2631
2606
  if (appEnv.isMpDemo) return mpOnBLEConnectionStateChanged.apply(void 0, rest);
2632
2607
  if (appEnv.isMpGcash) return mpOnBLEConnectionStateChanged.apply(void 0, rest);
2633
2608
  if (appEnv.isMpTngd) return mpOnBLEConnectionStateChanged.apply(void 0, rest);
2634
- if (appEnv.isMpTruemoney) return mpOnBLEConnectionStateChanged.apply(void 0, rest);
2609
+ if (appEnv.isMpTmn) return mpOnBLEConnectionStateChanged.apply(void 0, rest);
2635
2610
  return notFound.apply(void 0, __spreadArray(['onBLEConnectionStateChanged'], rest, false));
2636
2611
  };
2637
2612
  /**
@@ -2639,8 +2614,8 @@ export var onBLEConnectionStateChanged = function onBLEConnectionStateChanged()
2639
2614
  * @support
2640
2615
  * | Platform | Apps |
2641
2616
  * | ------------- | -------- |
2642
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2643
- * | 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 |
2644
2619
  * | web | |
2645
2620
  */
2646
2621
  export var onBluetoothAdapterStateChange = function onBluetoothAdapterStateChange() {
@@ -2655,7 +2630,7 @@ export var onBluetoothAdapterStateChange = function onBluetoothAdapterStateChang
2655
2630
  if (appEnv.isMpDemo) return mpOnBluetoothAdapterStateChange.apply(void 0, rest);
2656
2631
  if (appEnv.isMpGcash) return mpOnBluetoothAdapterStateChange.apply(void 0, rest);
2657
2632
  if (appEnv.isMpTngd) return mpOnBluetoothAdapterStateChange.apply(void 0, rest);
2658
- if (appEnv.isMpTruemoney) return mpOnBluetoothAdapterStateChange.apply(void 0, rest);
2633
+ if (appEnv.isMpTmn) return mpOnBluetoothAdapterStateChange.apply(void 0, rest);
2659
2634
  return notFound.apply(void 0, __spreadArray(['onBluetoothAdapterStateChange'], rest, false));
2660
2635
  };
2661
2636
  /**
@@ -2663,8 +2638,8 @@ export var onBluetoothAdapterStateChange = function onBluetoothAdapterStateChang
2663
2638
  * @support
2664
2639
  * | Platform | Apps |
2665
2640
  * | ------------- | -------- |
2666
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2667
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2641
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2642
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2668
2643
  * | web | |
2669
2644
  */
2670
2645
  export var onBluetoothDeviceFound = function onBluetoothDeviceFound() {
@@ -2679,7 +2654,7 @@ export var onBluetoothDeviceFound = function onBluetoothDeviceFound() {
2679
2654
  if (appEnv.isMpDemo) return mpOnBluetoothDeviceFound.apply(void 0, rest);
2680
2655
  if (appEnv.isMpGcash) return mpOnBluetoothDeviceFound.apply(void 0, rest);
2681
2656
  if (appEnv.isMpTngd) return mpOnBluetoothDeviceFound.apply(void 0, rest);
2682
- if (appEnv.isMpTruemoney) return mpOnBluetoothDeviceFound.apply(void 0, rest);
2657
+ if (appEnv.isMpTmn) return mpOnBluetoothDeviceFound.apply(void 0, rest);
2683
2658
  return notFound.apply(void 0, __spreadArray(['onBluetoothDeviceFound'], rest, false));
2684
2659
  };
2685
2660
  /**
@@ -2687,8 +2662,8 @@ export var onBluetoothDeviceFound = function onBluetoothDeviceFound() {
2687
2662
  * @support
2688
2663
  * | Platform | Apps |
2689
2664
  * | ------------- | -------- |
2690
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2691
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2665
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2666
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2692
2667
  */
2693
2668
  export var onCompassChange = function onCompassChange() {
2694
2669
  var rest = [];
@@ -2702,7 +2677,7 @@ export var onCompassChange = function onCompassChange() {
2702
2677
  if (appEnv.isMpDemo) return mpOnCompassChange.apply(void 0, rest);
2703
2678
  if (appEnv.isMpGcash) return mpOnCompassChange.apply(void 0, rest);
2704
2679
  if (appEnv.isMpTngd) return mpOnCompassChange.apply(void 0, rest);
2705
- if (appEnv.isMpTruemoney) return mpOnCompassChange.apply(void 0, rest);
2680
+ if (appEnv.isMpTmn) return mpOnCompassChange.apply(void 0, rest);
2706
2681
  return notFound.apply(void 0, __spreadArray(['onCompassChange'], rest, false));
2707
2682
  };
2708
2683
  /**
@@ -2710,8 +2685,8 @@ export var onCompassChange = function onCompassChange() {
2710
2685
  * @support
2711
2686
  * | Platform | Apps |
2712
2687
  * | ------------- | -------- |
2713
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2714
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2688
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2689
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2715
2690
  */
2716
2691
  export var onMemoryWarning = function onMemoryWarning() {
2717
2692
  var rest = [];
@@ -2725,7 +2700,7 @@ export var onMemoryWarning = function onMemoryWarning() {
2725
2700
  if (appEnv.isMpDemo) return mpOnMemoryWarning.apply(void 0, rest);
2726
2701
  if (appEnv.isMpGcash) return mpOnMemoryWarning.apply(void 0, rest);
2727
2702
  if (appEnv.isMpTngd) return mpOnMemoryWarning.apply(void 0, rest);
2728
- if (appEnv.isMpTruemoney) return mpOnMemoryWarning.apply(void 0, rest);
2703
+ if (appEnv.isMpTmn) return mpOnMemoryWarning.apply(void 0, rest);
2729
2704
  return notFound.apply(void 0, __spreadArray(['onMemoryWarning'], rest, false));
2730
2705
  };
2731
2706
  /**
@@ -2733,8 +2708,8 @@ export var onMemoryWarning = function onMemoryWarning() {
2733
2708
  * @support
2734
2709
  * | Platform | Apps |
2735
2710
  * | ------------- | -------- |
2736
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2737
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2711
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2712
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2738
2713
  * | web | |
2739
2714
  */
2740
2715
  export var onSocketClose = function onSocketClose() {
@@ -2749,7 +2724,7 @@ export var onSocketClose = function onSocketClose() {
2749
2724
  if (appEnv.isMpDemo) return mpOnSocketClose.apply(void 0, rest);
2750
2725
  if (appEnv.isMpGcash) return mpOnSocketClose.apply(void 0, rest);
2751
2726
  if (appEnv.isMpTngd) return mpOnSocketClose.apply(void 0, rest);
2752
- if (appEnv.isMpTruemoney) return mpOnSocketClose.apply(void 0, rest);
2727
+ if (appEnv.isMpTmn) return mpOnSocketClose.apply(void 0, rest);
2753
2728
  return notFound.apply(void 0, __spreadArray(['onSocketClose'], rest, false));
2754
2729
  };
2755
2730
  /**
@@ -2757,8 +2732,8 @@ export var onSocketClose = function onSocketClose() {
2757
2732
  * @support
2758
2733
  * | Platform | Apps |
2759
2734
  * | ------------- | -------- |
2760
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2761
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2735
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2736
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2762
2737
  * | web | |
2763
2738
  */
2764
2739
  export var onSocketError = function onSocketError() {
@@ -2773,7 +2748,7 @@ export var onSocketError = function onSocketError() {
2773
2748
  if (appEnv.isMpDemo) return mpOnSocketError.apply(void 0, rest);
2774
2749
  if (appEnv.isMpGcash) return mpOnSocketError.apply(void 0, rest);
2775
2750
  if (appEnv.isMpTngd) return mpOnSocketError.apply(void 0, rest);
2776
- if (appEnv.isMpTruemoney) return mpOnSocketError.apply(void 0, rest);
2751
+ if (appEnv.isMpTmn) return mpOnSocketError.apply(void 0, rest);
2777
2752
  return notFound.apply(void 0, __spreadArray(['onSocketError'], rest, false));
2778
2753
  };
2779
2754
  /**
@@ -2781,8 +2756,8 @@ export var onSocketError = function onSocketError() {
2781
2756
  * @support
2782
2757
  * | Platform | Apps |
2783
2758
  * | ------------- | -------- |
2784
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2785
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2759
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2760
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2786
2761
  * | web | |
2787
2762
  */
2788
2763
  export var onSocketMessage = function onSocketMessage() {
@@ -2797,7 +2772,7 @@ export var onSocketMessage = function onSocketMessage() {
2797
2772
  if (appEnv.isMpDemo) return mpOnSocketMessage.apply(void 0, rest);
2798
2773
  if (appEnv.isMpGcash) return mpOnSocketMessage.apply(void 0, rest);
2799
2774
  if (appEnv.isMpTngd) return mpOnSocketMessage.apply(void 0, rest);
2800
- if (appEnv.isMpTruemoney) return mpOnSocketMessage.apply(void 0, rest);
2775
+ if (appEnv.isMpTmn) return mpOnSocketMessage.apply(void 0, rest);
2801
2776
  return notFound.apply(void 0, __spreadArray(['onSocketMessage'], rest, false));
2802
2777
  };
2803
2778
  /**
@@ -2805,8 +2780,8 @@ export var onSocketMessage = function onSocketMessage() {
2805
2780
  * @support
2806
2781
  * | Platform | Apps |
2807
2782
  * | ------------- | -------- |
2808
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2809
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2783
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2784
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2810
2785
  * | web | |
2811
2786
  */
2812
2787
  export var onSocketOpen = function onSocketOpen() {
@@ -2821,7 +2796,7 @@ export var onSocketOpen = function onSocketOpen() {
2821
2796
  if (appEnv.isMpDemo) return mpOnSocketOpen.apply(void 0, rest);
2822
2797
  if (appEnv.isMpGcash) return mpOnSocketOpen.apply(void 0, rest);
2823
2798
  if (appEnv.isMpTngd) return mpOnSocketOpen.apply(void 0, rest);
2824
- if (appEnv.isMpTruemoney) return mpOnSocketOpen.apply(void 0, rest);
2799
+ if (appEnv.isMpTmn) return mpOnSocketOpen.apply(void 0, rest);
2825
2800
  return notFound.apply(void 0, __spreadArray(['onSocketOpen'], rest, false));
2826
2801
  };
2827
2802
  /**
@@ -2829,9 +2804,9 @@ export var onSocketOpen = function onSocketOpen() {
2829
2804
  * @support
2830
2805
  * | Platform | Apps |
2831
2806
  * | ------------- | -------- |
2832
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2833
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2834
- * | web | |
2807
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2808
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2809
+ * | web | alipay |
2835
2810
  */
2836
2811
  export var onUserCaptureScreen = function onUserCaptureScreen() {
2837
2812
  var rest = [];
@@ -2845,7 +2820,7 @@ export var onUserCaptureScreen = function onUserCaptureScreen() {
2845
2820
  if (appEnv.isMpDemo) return mpOnUserCaptureScreen.apply(void 0, rest);
2846
2821
  if (appEnv.isMpGcash) return mpOnUserCaptureScreen.apply(void 0, rest);
2847
2822
  if (appEnv.isMpTngd) return mpOnUserCaptureScreen.apply(void 0, rest);
2848
- if (appEnv.isMpTruemoney) return mpOnUserCaptureScreen.apply(void 0, rest);
2823
+ if (appEnv.isMpTmn) return mpOnUserCaptureScreen.apply(void 0, rest);
2849
2824
  return notFound.apply(void 0, __spreadArray(['onUserCaptureScreen'], rest, false));
2850
2825
  };
2851
2826
  /**
@@ -2853,8 +2828,8 @@ export var onUserCaptureScreen = function onUserCaptureScreen() {
2853
2828
  * @support
2854
2829
  * | Platform | Apps |
2855
2830
  * | ------------- | -------- |
2856
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2857
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2831
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2832
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2858
2833
  * | web | |
2859
2834
  */
2860
2835
  export var openBluetoothAdapter = function openBluetoothAdapter() {
@@ -2869,7 +2844,7 @@ export var openBluetoothAdapter = function openBluetoothAdapter() {
2869
2844
  if (appEnv.isMpDemo) return mpOpenBluetoothAdapter.apply(void 0, rest);
2870
2845
  if (appEnv.isMpGcash) return mpOpenBluetoothAdapter.apply(void 0, rest);
2871
2846
  if (appEnv.isMpTngd) return mpOpenBluetoothAdapter.apply(void 0, rest);
2872
- if (appEnv.isMpTruemoney) return mpOpenBluetoothAdapter.apply(void 0, rest);
2847
+ if (appEnv.isMpTmn) return mpOpenBluetoothAdapter.apply(void 0, rest);
2873
2848
  return notFound.apply(void 0, __spreadArray(['openBluetoothAdapter'], rest, false));
2874
2849
  };
2875
2850
  /**
@@ -2877,8 +2852,8 @@ export var openBluetoothAdapter = function openBluetoothAdapter() {
2877
2852
  * @support
2878
2853
  * | Platform | Apps |
2879
2854
  * | ------------- | -------- |
2880
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2881
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2855
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2856
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2882
2857
  * | web | |
2883
2858
  */
2884
2859
  // @ts-ignore
@@ -2888,8 +2863,8 @@ export var openBluetoothAdapterAsync = /*#__PURE__*/promisify(openBluetoothAdapt
2888
2863
  * @support
2889
2864
  * | Platform | Apps |
2890
2865
  * | ------------- | -------- |
2891
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2892
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2866
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2867
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2893
2868
  * | web | demo,alipay |
2894
2869
  */
2895
2870
  export var openDocument = function openDocument() {
@@ -2904,7 +2879,7 @@ export var openDocument = function openDocument() {
2904
2879
  if (appEnv.isMpDemo) return mpOpenDocument.apply(void 0, rest);
2905
2880
  if (appEnv.isMpGcash) return mpOpenDocument.apply(void 0, rest);
2906
2881
  if (appEnv.isMpTngd) return mpOpenDocument.apply(void 0, rest);
2907
- if (appEnv.isMpTruemoney) return mpOpenDocument.apply(void 0, rest);
2882
+ if (appEnv.isMpTmn) return mpOpenDocument.apply(void 0, rest);
2908
2883
  return notFound.apply(void 0, __spreadArray(['openDocument'], rest, false));
2909
2884
  };
2910
2885
  /**
@@ -2912,8 +2887,8 @@ export var openDocument = function openDocument() {
2912
2887
  * @support
2913
2888
  * | Platform | Apps |
2914
2889
  * | ------------- | -------- |
2915
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2916
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2890
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2891
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2917
2892
  * | web | demo,alipay |
2918
2893
  */
2919
2894
  // @ts-ignore
@@ -2949,8 +2924,8 @@ export var openSchemeWithBackingAsync = /*#__PURE__*/promisify(openSchemeWithBac
2949
2924
  * @support
2950
2925
  * | Platform | Apps |
2951
2926
  * | ------------- | -------- |
2952
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2953
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2927
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2928
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2954
2929
  * | web | demo,alipay |
2955
2930
  */
2956
2931
  export var openSetting = function openSetting() {
@@ -2965,7 +2940,7 @@ export var openSetting = function openSetting() {
2965
2940
  if (appEnv.isMpDemo) return mpOpenSetting.apply(void 0, rest);
2966
2941
  if (appEnv.isMpGcash) return mpOpenSetting.apply(void 0, rest);
2967
2942
  if (appEnv.isMpTngd) return mpOpenSetting.apply(void 0, rest);
2968
- if (appEnv.isMpTruemoney) return mpOpenSetting.apply(void 0, rest);
2943
+ if (appEnv.isMpTmn) return mpOpenSetting.apply(void 0, rest);
2969
2944
  return notFound.apply(void 0, __spreadArray(['openSetting'], rest, false));
2970
2945
  };
2971
2946
  /**
@@ -2973,8 +2948,8 @@ export var openSetting = function openSetting() {
2973
2948
  * @support
2974
2949
  * | Platform | Apps |
2975
2950
  * | ------------- | -------- |
2976
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2977
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2951
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2952
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2978
2953
  * | web | demo,alipay |
2979
2954
  */
2980
2955
  // @ts-ignore
@@ -2984,9 +2959,9 @@ export var openSettingAsync = /*#__PURE__*/promisify(openSetting);
2984
2959
  * @support
2985
2960
  * | Platform | Apps |
2986
2961
  * | ------------- | -------- |
2987
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2962
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
2988
2963
  * | web | h5 |
2989
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2964
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
2990
2965
  */
2991
2966
  export var pageScrollTo = function pageScrollTo() {
2992
2967
  var rest = [];
@@ -3000,7 +2975,7 @@ export var pageScrollTo = function pageScrollTo() {
3000
2975
  if (appEnv.isMpDemo) return mpPageScrollTo.apply(void 0, rest);
3001
2976
  if (appEnv.isMpGcash) return mpPageScrollTo.apply(void 0, rest);
3002
2977
  if (appEnv.isMpTngd) return mpPageScrollTo.apply(void 0, rest);
3003
- if (appEnv.isMpTruemoney) return mpPageScrollTo.apply(void 0, rest);
2978
+ if (appEnv.isMpTmn) return mpPageScrollTo.apply(void 0, rest);
3004
2979
  return notFound.apply(void 0, __spreadArray(['pageScrollTo'], rest, false));
3005
2980
  };
3006
2981
  /**
@@ -3008,9 +2983,9 @@ export var pageScrollTo = function pageScrollTo() {
3008
2983
  * @support
3009
2984
  * | Platform | Apps |
3010
2985
  * | ------------- | -------- |
3011
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2986
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
3012
2987
  * | web | h5 |
3013
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2988
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
3014
2989
  */
3015
2990
  // @ts-ignore
3016
2991
  export var pageScrollToAsync = /*#__PURE__*/promisify(pageScrollTo);
@@ -3043,8 +3018,8 @@ export var paySignCenterAsync = /*#__PURE__*/promisify(paySignCenter);
3043
3018
  * @support
3044
3019
  * | Platform | Apps |
3045
3020
  * | ------------- | -------- |
3046
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3047
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3021
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
3022
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
3048
3023
  * | web | demo,alipay |
3049
3024
  */
3050
3025
  export var previewImage = function previewImage() {
@@ -3059,7 +3034,7 @@ export var previewImage = function previewImage() {
3059
3034
  if (appEnv.isMpDemo) return mpPreviewImage.apply(void 0, rest);
3060
3035
  if (appEnv.isMpGcash) return mpPreviewImage.apply(void 0, rest);
3061
3036
  if (appEnv.isMpTngd) return mpPreviewImage.apply(void 0, rest);
3062
- if (appEnv.isMpTruemoney) return mpPreviewImage.apply(void 0, rest);
3037
+ if (appEnv.isMpTmn) return mpPreviewImage.apply(void 0, rest);
3063
3038
  return notFound.apply(void 0, __spreadArray(['previewImage'], rest, false));
3064
3039
  };
3065
3040
  /**
@@ -3067,8 +3042,8 @@ export var previewImage = function previewImage() {
3067
3042
  * @support
3068
3043
  * | Platform | Apps |
3069
3044
  * | ------------- | -------- |
3070
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3071
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3045
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
3046
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
3072
3047
  * | web | demo,alipay |
3073
3048
  */
3074
3049
  // @ts-ignore
@@ -3078,8 +3053,8 @@ export var previewImageAsync = /*#__PURE__*/promisify(previewImage);
3078
3053
  * @support
3079
3054
  * | Platform | Apps |
3080
3055
  * | ------------- | -------- |
3081
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3082
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3056
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
3057
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
3083
3058
  * | web | demo,alipay,tngdh5ng |
3084
3059
  */
3085
3060
  export var prompt = function prompt() {
@@ -3094,7 +3069,7 @@ export var prompt = function prompt() {
3094
3069
  if (appEnv.isMpDemo) return mpPrompt.apply(void 0, rest);
3095
3070
  if (appEnv.isMpGcash) return mpPrompt.apply(void 0, rest);
3096
3071
  if (appEnv.isMpTngd) return mpPrompt.apply(void 0, rest);
3097
- if (appEnv.isMpTruemoney) return mpPrompt.apply(void 0, rest);
3072
+ if (appEnv.isMpTmn) return mpPrompt.apply(void 0, rest);
3098
3073
  return notFound.apply(void 0, __spreadArray(['prompt'], rest, false));
3099
3074
  };
3100
3075
  /**
@@ -3102,8 +3077,8 @@ export var prompt = function prompt() {
3102
3077
  * @support
3103
3078
  * | Platform | Apps |
3104
3079
  * | ------------- | -------- |
3105
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3106
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3080
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
3081
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
3107
3082
  * | web | demo,alipay,tngdh5ng |
3108
3083
  */
3109
3084
  // @ts-ignore
@@ -3113,8 +3088,8 @@ export var promptAsync = /*#__PURE__*/promisify(prompt);
3113
3088
  * @support
3114
3089
  * | Platform | Apps |
3115
3090
  * | ------------- | -------- |
3116
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3117
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3091
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
3092
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
3118
3093
  * | web | |
3119
3094
  */
3120
3095
  export var readBLECharacteristicValue = function readBLECharacteristicValue() {
@@ -3129,7 +3104,7 @@ export var readBLECharacteristicValue = function readBLECharacteristicValue() {
3129
3104
  if (appEnv.isMpDemo) return mpReadBLECharacteristicValue.apply(void 0, rest);
3130
3105
  if (appEnv.isMpGcash) return mpReadBLECharacteristicValue.apply(void 0, rest);
3131
3106
  if (appEnv.isMpTngd) return mpReadBLECharacteristicValue.apply(void 0, rest);
3132
- if (appEnv.isMpTruemoney) return mpReadBLECharacteristicValue.apply(void 0, rest);
3107
+ if (appEnv.isMpTmn) return mpReadBLECharacteristicValue.apply(void 0, rest);
3133
3108
  return notFound.apply(void 0, __spreadArray(['readBLECharacteristicValue'], rest, false));
3134
3109
  };
3135
3110
  /**
@@ -3137,8 +3112,8 @@ export var readBLECharacteristicValue = function readBLECharacteristicValue() {
3137
3112
  * @support
3138
3113
  * | Platform | Apps |
3139
3114
  * | ------------- | -------- |
3140
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3141
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3115
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
3116
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
3142
3117
  * | web | |
3143
3118
  */
3144
3119
  // @ts-ignore
@@ -3148,9 +3123,9 @@ export var readBLECharacteristicValueAsync = /*#__PURE__*/promisify(readBLEChara
3148
3123
  * @support
3149
3124
  * | Platform | Apps |
3150
3125
  * | ------------- | -------- |
3151
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3126
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
3152
3127
  * | web | alipay,demo,h5 |
3153
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3128
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
3154
3129
  */
3155
3130
  export var redirectTo = function redirectTo() {
3156
3131
  var rest = [];
@@ -3164,7 +3139,7 @@ export var redirectTo = function redirectTo() {
3164
3139
  if (appEnv.isMpDemo) return mpRedirectTo.apply(void 0, rest);
3165
3140
  if (appEnv.isMpGcash) return mpRedirectTo.apply(void 0, rest);
3166
3141
  if (appEnv.isMpTngd) return mpRedirectTo.apply(void 0, rest);
3167
- if (appEnv.isMpTruemoney) return mpRedirectTo.apply(void 0, rest);
3142
+ if (appEnv.isMpTmn) return mpRedirectTo.apply(void 0, rest);
3168
3143
  return notFound.apply(void 0, __spreadArray(['redirectTo'], rest, false));
3169
3144
  };
3170
3145
  /**
@@ -3172,9 +3147,9 @@ export var redirectTo = function redirectTo() {
3172
3147
  * @support
3173
3148
  * | Platform | Apps |
3174
3149
  * | ------------- | -------- |
3175
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3150
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
3176
3151
  * | web | alipay,demo,h5 |
3177
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3152
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
3178
3153
  */
3179
3154
  // @ts-ignore
3180
3155
  export var redirectToAsync = /*#__PURE__*/promisify(redirectTo);
@@ -3235,9 +3210,9 @@ export var regionSearchAppsByKeywordsAsync = /*#__PURE__*/promisify(regionSearch
3235
3210
  * @support
3236
3211
  * | Platform | Apps |
3237
3212
  * | ------------- | -------- |
3238
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3213
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
3239
3214
  * | web | |
3240
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3215
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
3241
3216
  */
3242
3217
  export var reLaunch = function reLaunch() {
3243
3218
  var rest = [];
@@ -3251,7 +3226,7 @@ export var reLaunch = function reLaunch() {
3251
3226
  if (appEnv.isMpDemo) return mpReLaunch.apply(void 0, rest);
3252
3227
  if (appEnv.isMpGcash) return mpReLaunch.apply(void 0, rest);
3253
3228
  if (appEnv.isMpTngd) return mpReLaunch.apply(void 0, rest);
3254
- if (appEnv.isMpTruemoney) return mpReLaunch.apply(void 0, rest);
3229
+ if (appEnv.isMpTmn) return mpReLaunch.apply(void 0, rest);
3255
3230
  return notFound.apply(void 0, __spreadArray(['reLaunch'], rest, false));
3256
3231
  };
3257
3232
  /**
@@ -3259,9 +3234,9 @@ export var reLaunch = function reLaunch() {
3259
3234
  * @support
3260
3235
  * | Platform | Apps |
3261
3236
  * | ------------- | -------- |
3262
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3237
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
3263
3238
  * | web | |
3264
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3239
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
3265
3240
  */
3266
3241
  // @ts-ignore
3267
3242
  export var reLaunchAsync = /*#__PURE__*/promisify(reLaunch);
@@ -3270,8 +3245,8 @@ export var reLaunchAsync = /*#__PURE__*/promisify(reLaunch);
3270
3245
  * @support
3271
3246
  * | Platform | Apps |
3272
3247
  * | ------------- | -------- |
3273
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3274
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3248
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
3249
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
3275
3250
  * | web | demo,alipay |
3276
3251
  */
3277
3252
  export var removeSavedFile = function removeSavedFile() {
@@ -3286,7 +3261,7 @@ export var removeSavedFile = function removeSavedFile() {
3286
3261
  if (appEnv.isMpDemo) return mpRemoveSavedFile.apply(void 0, rest);
3287
3262
  if (appEnv.isMpGcash) return mpRemoveSavedFile.apply(void 0, rest);
3288
3263
  if (appEnv.isMpTngd) return mpRemoveSavedFile.apply(void 0, rest);
3289
- if (appEnv.isMpTruemoney) return mpRemoveSavedFile.apply(void 0, rest);
3264
+ if (appEnv.isMpTmn) return mpRemoveSavedFile.apply(void 0, rest);
3290
3265
  return notFound.apply(void 0, __spreadArray(['removeSavedFile'], rest, false));
3291
3266
  };
3292
3267
  /**
@@ -3294,8 +3269,8 @@ export var removeSavedFile = function removeSavedFile() {
3294
3269
  * @support
3295
3270
  * | Platform | Apps |
3296
3271
  * | ------------- | -------- |
3297
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3298
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3272
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
3273
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
3299
3274
  * | web | demo,alipay |
3300
3275
  */
3301
3276
  // @ts-ignore
@@ -3305,8 +3280,8 @@ export var removeSavedFileAsync = /*#__PURE__*/promisify(removeSavedFile);
3305
3280
  * @support
3306
3281
  * | Platform | Apps |
3307
3282
  * | ------------- | -------- |
3308
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3309
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3283
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
3284
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
3310
3285
  * | web | demo,alipay,h5 |
3311
3286
  */
3312
3287
  export var removeStorage = function removeStorage() {
@@ -3321,7 +3296,7 @@ export var removeStorage = function removeStorage() {
3321
3296
  if (appEnv.isMpDemo) return mpRemoveStorage.apply(void 0, rest);
3322
3297
  if (appEnv.isMpGcash) return mpRemoveStorage.apply(void 0, rest);
3323
3298
  if (appEnv.isMpTngd) return mpRemoveStorage.apply(void 0, rest);
3324
- if (appEnv.isMpTruemoney) return mpRemoveStorage.apply(void 0, rest);
3299
+ if (appEnv.isMpTmn) return mpRemoveStorage.apply(void 0, rest);
3325
3300
  return notFound.apply(void 0, __spreadArray(['removeStorage'], rest, false));
3326
3301
  };
3327
3302
  /**
@@ -3329,8 +3304,8 @@ export var removeStorage = function removeStorage() {
3329
3304
  * @support
3330
3305
  * | Platform | Apps |
3331
3306
  * | ------------- | -------- |
3332
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3333
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3307
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
3308
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
3334
3309
  * | web | demo,alipay,h5 |
3335
3310
  */
3336
3311
  // @ts-ignore
@@ -3340,7 +3315,7 @@ export var removeStorageAsync = /*#__PURE__*/promisify(removeStorage);
3340
3315
  * @support
3341
3316
  * | Platform | Apps |
3342
3317
  * | ------------- | -------- |
3343
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3318
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
3344
3319
  * | web | h5 |
3345
3320
  */
3346
3321
  export var removeStorageSync = function removeStorageSync() {
@@ -3355,7 +3330,7 @@ export var removeStorageSync = function removeStorageSync() {
3355
3330
  if (appEnv.isMpDemo) return mpRemoveStorageSync.apply(void 0, rest);
3356
3331
  if (appEnv.isMpGcash) return mpRemoveStorageSync.apply(void 0, rest);
3357
3332
  if (appEnv.isMpTngd) return mpRemoveStorageSync.apply(void 0, rest);
3358
- if (appEnv.isMpTruemoney) return mpRemoveStorageSync.apply(void 0, rest);
3333
+ if (appEnv.isMpTmn) return mpRemoveStorageSync.apply(void 0, rest);
3359
3334
  return notFound.apply(void 0, __spreadArray(['removeStorageSync'], rest, false));
3360
3335
  };
3361
3336
  /**
@@ -3363,8 +3338,8 @@ export var removeStorageSync = function removeStorageSync() {
3363
3338
  * @support
3364
3339
  * | Platform | Apps |
3365
3340
  * | ------------- | -------- |
3366
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3367
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney,toss,mpay |
3341
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
3342
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
3368
3343
  * | web | demo,alipay,h5 |
3369
3344
  */
3370
3345
  export var request = function request() {
@@ -3379,7 +3354,7 @@ export var request = function request() {
3379
3354
  if (appEnv.isMpDemo) return mpRequest.apply(void 0, rest);
3380
3355
  if (appEnv.isMpGcash) return mpRequest.apply(void 0, rest);
3381
3356
  if (appEnv.isMpTngd) return mpRequest.apply(void 0, rest);
3382
- if (appEnv.isMpTruemoney) return mpRequest.apply(void 0, rest);
3357
+ if (appEnv.isMpTmn) return mpRequest.apply(void 0, rest);
3383
3358
  return notFound.apply(void 0, __spreadArray(['request'], rest, false));
3384
3359
  };
3385
3360
  /**
@@ -3387,8 +3362,8 @@ export var request = function request() {
3387
3362
  * @support
3388
3363
  * | Platform | Apps |
3389
3364
  * | ------------- | -------- |
3390
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3391
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney,toss,mpay |
3365
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
3366
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
3392
3367
  * | web | demo,alipay,h5 |
3393
3368
  */
3394
3369
  // @ts-ignore
@@ -3398,7 +3373,7 @@ export var requestAsync = /*#__PURE__*/promisify(request);
3398
3373
  * | Platform | Apps |
3399
3374
  * | ------------- | -------- |
3400
3375
  * | mp | alipay,demo |
3401
- * | mp_web | alipay,demo |
3376
+ * | mp_web | alipay,demo,toss |
3402
3377
  * | web | alipay,demo,h5 |
3403
3378
  */
3404
3379
  export var rpc = function rpc() {
@@ -3415,7 +3390,7 @@ export var rpc = function rpc() {
3415
3390
  * | Platform | Apps |
3416
3391
  * | ------------- | -------- |
3417
3392
  * | mp | alipay,demo |
3418
- * | mp_web | alipay,demo |
3393
+ * | mp_web | alipay,demo,toss |
3419
3394
  * | web | alipay,demo,h5 |
3420
3395
  */
3421
3396
  // @ts-ignore
@@ -3425,8 +3400,8 @@ export var rpcAsync = /*#__PURE__*/promisify(rpc);
3425
3400
  * @support
3426
3401
  * | Platform | Apps |
3427
3402
  * | ------------- | -------- |
3428
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3429
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3403
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
3404
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
3430
3405
  * | web | demo,alipay |
3431
3406
  */
3432
3407
  export var saveFile = function saveFile() {
@@ -3441,7 +3416,7 @@ export var saveFile = function saveFile() {
3441
3416
  if (appEnv.isMpDemo) return mpSaveFile.apply(void 0, rest);
3442
3417
  if (appEnv.isMpGcash) return mpSaveFile.apply(void 0, rest);
3443
3418
  if (appEnv.isMpTngd) return mpSaveFile.apply(void 0, rest);
3444
- if (appEnv.isMpTruemoney) return mpSaveFile.apply(void 0, rest);
3419
+ if (appEnv.isMpTmn) return mpSaveFile.apply(void 0, rest);
3445
3420
  return notFound.apply(void 0, __spreadArray(['saveFile'], rest, false));
3446
3421
  };
3447
3422
  /**
@@ -3449,8 +3424,8 @@ export var saveFile = function saveFile() {
3449
3424
  * @support
3450
3425
  * | Platform | Apps |
3451
3426
  * | ------------- | -------- |
3452
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3453
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3427
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
3428
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
3454
3429
  * | web | demo,alipay |
3455
3430
  */
3456
3431
  // @ts-ignore
@@ -3460,8 +3435,8 @@ export var saveFileAsync = /*#__PURE__*/promisify(saveFile);
3460
3435
  * @support
3461
3436
  * | Platform | Apps |
3462
3437
  * | ------------- | -------- |
3463
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3464
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3438
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
3439
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
3465
3440
  * | web | demo,alipay |
3466
3441
  */
3467
3442
  export var saveImage = function saveImage() {
@@ -3476,7 +3451,7 @@ export var saveImage = function saveImage() {
3476
3451
  if (appEnv.isMpDemo) return mpSaveImage.apply(void 0, rest);
3477
3452
  if (appEnv.isMpGcash) return mpSaveImage.apply(void 0, rest);
3478
3453
  if (appEnv.isMpTngd) return mpSaveImage.apply(void 0, rest);
3479
- if (appEnv.isMpTruemoney) return mpSaveImage.apply(void 0, rest);
3454
+ if (appEnv.isMpTmn) return mpSaveImage.apply(void 0, rest);
3480
3455
  return notFound.apply(void 0, __spreadArray(['saveImage'], rest, false));
3481
3456
  };
3482
3457
  /**
@@ -3484,8 +3459,8 @@ export var saveImage = function saveImage() {
3484
3459
  * @support
3485
3460
  * | Platform | Apps |
3486
3461
  * | ------------- | -------- |
3487
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3488
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3462
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
3463
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
3489
3464
  * | web | demo,alipay |
3490
3465
  */
3491
3466
  // @ts-ignore
@@ -3495,8 +3470,8 @@ export var saveImageAsync = /*#__PURE__*/promisify(saveImage);
3495
3470
  * @support
3496
3471
  * | Platform | Apps |
3497
3472
  * | ------------- | -------- |
3498
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3499
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3473
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
3474
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
3500
3475
  * | web | demo,alipay |
3501
3476
  */
3502
3477
  export var scan = function scan() {
@@ -3511,7 +3486,7 @@ export var scan = function scan() {
3511
3486
  if (appEnv.isMpDemo) return mpScan.apply(void 0, rest);
3512
3487
  if (appEnv.isMpGcash) return mpScan.apply(void 0, rest);
3513
3488
  if (appEnv.isMpTngd) return mpScan.apply(void 0, rest);
3514
- if (appEnv.isMpTruemoney) return mpScan.apply(void 0, rest);
3489
+ if (appEnv.isMpTmn) return mpScan.apply(void 0, rest);
3515
3490
  return notFound.apply(void 0, __spreadArray(['scan'], rest, false));
3516
3491
  };
3517
3492
  /**
@@ -3519,8 +3494,8 @@ export var scan = function scan() {
3519
3494
  * @support
3520
3495
  * | Platform | Apps |
3521
3496
  * | ------------- | -------- |
3522
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3523
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3497
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
3498
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
3524
3499
  * | web | demo,alipay |
3525
3500
  */
3526
3501
  // @ts-ignore
@@ -3530,8 +3505,8 @@ export var scanAsync = /*#__PURE__*/promisify(scan);
3530
3505
  * @support
3531
3506
  * | Platform | Apps |
3532
3507
  * | ------------- | -------- |
3533
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3534
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3508
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
3509
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
3535
3510
  * | web | |
3536
3511
  */
3537
3512
  export var sendSocketMessage = function sendSocketMessage() {
@@ -3546,7 +3521,7 @@ export var sendSocketMessage = function sendSocketMessage() {
3546
3521
  if (appEnv.isMpDemo) return mpSendSocketMessage.apply(void 0, rest);
3547
3522
  if (appEnv.isMpGcash) return mpSendSocketMessage.apply(void 0, rest);
3548
3523
  if (appEnv.isMpTngd) return mpSendSocketMessage.apply(void 0, rest);
3549
- if (appEnv.isMpTruemoney) return mpSendSocketMessage.apply(void 0, rest);
3524
+ if (appEnv.isMpTmn) return mpSendSocketMessage.apply(void 0, rest);
3550
3525
  return notFound.apply(void 0, __spreadArray(['sendSocketMessage'], rest, false));
3551
3526
  };
3552
3527
  /**
@@ -3554,8 +3529,8 @@ export var sendSocketMessage = function sendSocketMessage() {
3554
3529
  * @support
3555
3530
  * | Platform | Apps |
3556
3531
  * | ------------- | -------- |
3557
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3558
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3532
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
3533
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
3559
3534
  * | web | |
3560
3535
  */
3561
3536
  // @ts-ignore
@@ -3565,8 +3540,9 @@ export var sendSocketMessageAsync = /*#__PURE__*/promisify(sendSocketMessage);
3565
3540
  * @support
3566
3541
  * | Platform | Apps |
3567
3542
  * | ------------- | -------- |
3568
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3569
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3543
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
3544
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
3545
+ * | web | alipay |
3570
3546
  */
3571
3547
  export var setBackgroundColor = function setBackgroundColor() {
3572
3548
  var rest = [];
@@ -3580,7 +3556,7 @@ export var setBackgroundColor = function setBackgroundColor() {
3580
3556
  if (appEnv.isMpDemo) return mpSetBackgroundColor.apply(void 0, rest);
3581
3557
  if (appEnv.isMpGcash) return mpSetBackgroundColor.apply(void 0, rest);
3582
3558
  if (appEnv.isMpTngd) return mpSetBackgroundColor.apply(void 0, rest);
3583
- if (appEnv.isMpTruemoney) return mpSetBackgroundColor.apply(void 0, rest);
3559
+ if (appEnv.isMpTmn) return mpSetBackgroundColor.apply(void 0, rest);
3584
3560
  return notFound.apply(void 0, __spreadArray(['setBackgroundColor'], rest, false));
3585
3561
  };
3586
3562
  /**
@@ -3588,8 +3564,9 @@ export var setBackgroundColor = function setBackgroundColor() {
3588
3564
  * @support
3589
3565
  * | Platform | Apps |
3590
3566
  * | ------------- | -------- |
3591
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3592
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3567
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
3568
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
3569
+ * | web | alipay |
3593
3570
  */
3594
3571
  // @ts-ignore
3595
3572
  export var setBackgroundColorAsync = /*#__PURE__*/promisify(setBackgroundColor);
@@ -3598,9 +3575,9 @@ export var setBackgroundColorAsync = /*#__PURE__*/promisify(setBackgroundColor);
3598
3575
  * @support
3599
3576
  * | Platform | Apps |
3600
3577
  * | ------------- | -------- |
3601
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3602
- * | web | |
3603
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3578
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
3579
+ * | web | alipay |
3580
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
3604
3581
  */
3605
3582
  export var setCanPullDown = function setCanPullDown() {
3606
3583
  var rest = [];
@@ -3614,7 +3591,7 @@ export var setCanPullDown = function setCanPullDown() {
3614
3591
  if (appEnv.isMpDemo) return mpSetCanPullDown.apply(void 0, rest);
3615
3592
  if (appEnv.isMpGcash) return mpSetCanPullDown.apply(void 0, rest);
3616
3593
  if (appEnv.isMpTngd) return mpSetCanPullDown.apply(void 0, rest);
3617
- if (appEnv.isMpTruemoney) return mpSetCanPullDown.apply(void 0, rest);
3594
+ if (appEnv.isMpTmn) return mpSetCanPullDown.apply(void 0, rest);
3618
3595
  return notFound.apply(void 0, __spreadArray(['setCanPullDown'], rest, false));
3619
3596
  };
3620
3597
  /**
@@ -3622,9 +3599,9 @@ export var setCanPullDown = function setCanPullDown() {
3622
3599
  * @support
3623
3600
  * | Platform | Apps |
3624
3601
  * | ------------- | -------- |
3625
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3626
- * | web | |
3627
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3602
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
3603
+ * | web | alipay |
3604
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
3628
3605
  */
3629
3606
  // @ts-ignore
3630
3607
  export var setCanPullDownAsync = /*#__PURE__*/promisify(setCanPullDown);
@@ -3633,8 +3610,8 @@ export var setCanPullDownAsync = /*#__PURE__*/promisify(setCanPullDown);
3633
3610
  * @support
3634
3611
  * | Platform | Apps |
3635
3612
  * | ------------- | -------- |
3636
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3637
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3613
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
3614
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
3638
3615
  * | web | demo,alipay,h5,tngdh5ng |
3639
3616
  */
3640
3617
  export var setClipboard = function setClipboard() {
@@ -3649,7 +3626,7 @@ export var setClipboard = function setClipboard() {
3649
3626
  if (appEnv.isMpDemo) return mpSetClipboard.apply(void 0, rest);
3650
3627
  if (appEnv.isMpGcash) return mpSetClipboard.apply(void 0, rest);
3651
3628
  if (appEnv.isMpTngd) return mpSetClipboard.apply(void 0, rest);
3652
- if (appEnv.isMpTruemoney) return mpSetClipboard.apply(void 0, rest);
3629
+ if (appEnv.isMpTmn) return mpSetClipboard.apply(void 0, rest);
3653
3630
  return notFound.apply(void 0, __spreadArray(['setClipboard'], rest, false));
3654
3631
  };
3655
3632
  /**
@@ -3657,8 +3634,8 @@ export var setClipboard = function setClipboard() {
3657
3634
  * @support
3658
3635
  * | Platform | Apps |
3659
3636
  * | ------------- | -------- |
3660
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3661
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3637
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
3638
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
3662
3639
  * | web | demo,alipay,h5,tngdh5ng |
3663
3640
  */
3664
3641
  // @ts-ignore
@@ -3668,8 +3645,8 @@ export var setClipboardAsync = /*#__PURE__*/promisify(setClipboard);
3668
3645
  * @support
3669
3646
  * | Platform | Apps |
3670
3647
  * | ------------- | -------- |
3671
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3672
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3648
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
3649
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
3673
3650
  * | web | demo,alipay |
3674
3651
  */
3675
3652
  export var setKeepScreenOn = function setKeepScreenOn() {
@@ -3684,7 +3661,7 @@ export var setKeepScreenOn = function setKeepScreenOn() {
3684
3661
  if (appEnv.isMpDemo) return mpSetKeepScreenOn.apply(void 0, rest);
3685
3662
  if (appEnv.isMpGcash) return mpSetKeepScreenOn.apply(void 0, rest);
3686
3663
  if (appEnv.isMpTngd) return mpSetKeepScreenOn.apply(void 0, rest);
3687
- if (appEnv.isMpTruemoney) return mpSetKeepScreenOn.apply(void 0, rest);
3664
+ if (appEnv.isMpTmn) return mpSetKeepScreenOn.apply(void 0, rest);
3688
3665
  return notFound.apply(void 0, __spreadArray(['setKeepScreenOn'], rest, false));
3689
3666
  };
3690
3667
  /**
@@ -3692,8 +3669,8 @@ export var setKeepScreenOn = function setKeepScreenOn() {
3692
3669
  * @support
3693
3670
  * | Platform | Apps |
3694
3671
  * | ------------- | -------- |
3695
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3696
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3672
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
3673
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
3697
3674
  * | web | demo,alipay |
3698
3675
  */
3699
3676
  // @ts-ignore
@@ -3703,8 +3680,8 @@ export var setKeepScreenOnAsync = /*#__PURE__*/promisify(setKeepScreenOn);
3703
3680
  * @support
3704
3681
  * | Platform | Apps |
3705
3682
  * | ------------- | -------- |
3706
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3707
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3683
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
3684
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
3708
3685
  * | web | demo,alipay,h5,tngdh5ng |
3709
3686
  */
3710
3687
  export var setNavigationBar = function setNavigationBar() {
@@ -3719,7 +3696,7 @@ export var setNavigationBar = function setNavigationBar() {
3719
3696
  if (appEnv.isMpDemo) return mpSetNavigationBar.apply(void 0, rest);
3720
3697
  if (appEnv.isMpGcash) return mpSetNavigationBar.apply(void 0, rest);
3721
3698
  if (appEnv.isMpTngd) return mpSetNavigationBar.apply(void 0, rest);
3722
- if (appEnv.isMpTruemoney) return mpSetNavigationBar.apply(void 0, rest);
3699
+ if (appEnv.isMpTmn) return mpSetNavigationBar.apply(void 0, rest);
3723
3700
  return notFound.apply(void 0, __spreadArray(['setNavigationBar'], rest, false));
3724
3701
  };
3725
3702
  /**
@@ -3727,8 +3704,8 @@ export var setNavigationBar = function setNavigationBar() {
3727
3704
  * @support
3728
3705
  * | Platform | Apps |
3729
3706
  * | ------------- | -------- |
3730
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3731
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3707
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
3708
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
3732
3709
  * | web | demo,alipay,h5,tngdh5ng |
3733
3710
  */
3734
3711
  // @ts-ignore
@@ -3739,6 +3716,7 @@ export var setNavigationBarAsync = /*#__PURE__*/promisify(setNavigationBar);
3739
3716
  * | ------------- | -------- |
3740
3717
  * | mp | demo |
3741
3718
  * | mp_web | demo,alipay |
3719
+ * | web | alipay |
3742
3720
  */
3743
3721
  export var setOptionMenu = function setOptionMenu() {
3744
3722
  var rest = [];
@@ -3754,6 +3732,7 @@ export var setOptionMenu = function setOptionMenu() {
3754
3732
  * | ------------- | -------- |
3755
3733
  * | mp | demo |
3756
3734
  * | mp_web | demo,alipay |
3735
+ * | web | alipay |
3757
3736
  */
3758
3737
  // @ts-ignore
3759
3738
  export var setOptionMenuAsync = /*#__PURE__*/promisify(setOptionMenu);
@@ -3762,8 +3741,8 @@ export var setOptionMenuAsync = /*#__PURE__*/promisify(setOptionMenu);
3762
3741
  * @support
3763
3742
  * | Platform | Apps |
3764
3743
  * | ------------- | -------- |
3765
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3766
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3744
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
3745
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
3767
3746
  * | web | demo,alipay |
3768
3747
  */
3769
3748
  export var setScreenBrightness = function setScreenBrightness() {
@@ -3778,7 +3757,7 @@ export var setScreenBrightness = function setScreenBrightness() {
3778
3757
  if (appEnv.isMpDemo) return mpSetScreenBrightness.apply(void 0, rest);
3779
3758
  if (appEnv.isMpGcash) return mpSetScreenBrightness.apply(void 0, rest);
3780
3759
  if (appEnv.isMpTngd) return mpSetScreenBrightness.apply(void 0, rest);
3781
- if (appEnv.isMpTruemoney) return mpSetScreenBrightness.apply(void 0, rest);
3760
+ if (appEnv.isMpTmn) return mpSetScreenBrightness.apply(void 0, rest);
3782
3761
  return notFound.apply(void 0, __spreadArray(['setScreenBrightness'], rest, false));
3783
3762
  };
3784
3763
  /**
@@ -3786,8 +3765,8 @@ export var setScreenBrightness = function setScreenBrightness() {
3786
3765
  * @support
3787
3766
  * | Platform | Apps |
3788
3767
  * | ------------- | -------- |
3789
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3790
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3768
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
3769
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
3791
3770
  * | web | demo,alipay |
3792
3771
  */
3793
3772
  // @ts-ignore
@@ -3797,8 +3776,8 @@ export var setScreenBrightnessAsync = /*#__PURE__*/promisify(setScreenBrightness
3797
3776
  * @support
3798
3777
  * | Platform | Apps |
3799
3778
  * | ------------- | -------- |
3800
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3801
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney,toss,mpay |
3779
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
3780
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
3802
3781
  * | web | demo,alipay,h5 |
3803
3782
  */
3804
3783
  export var setStorage = function setStorage() {
@@ -3813,7 +3792,7 @@ export var setStorage = function setStorage() {
3813
3792
  if (appEnv.isMpDemo) return mpSetStorage.apply(void 0, rest);
3814
3793
  if (appEnv.isMpGcash) return mpSetStorage.apply(void 0, rest);
3815
3794
  if (appEnv.isMpTngd) return mpSetStorage.apply(void 0, rest);
3816
- if (appEnv.isMpTruemoney) return mpSetStorage.apply(void 0, rest);
3795
+ if (appEnv.isMpTmn) return mpSetStorage.apply(void 0, rest);
3817
3796
  return notFound.apply(void 0, __spreadArray(['setStorage'], rest, false));
3818
3797
  };
3819
3798
  /**
@@ -3821,8 +3800,8 @@ export var setStorage = function setStorage() {
3821
3800
  * @support
3822
3801
  * | Platform | Apps |
3823
3802
  * | ------------- | -------- |
3824
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3825
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney,toss,mpay |
3803
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
3804
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
3826
3805
  * | web | demo,alipay,h5 |
3827
3806
  */
3828
3807
  // @ts-ignore
@@ -3832,7 +3811,7 @@ export var setStorageAsync = /*#__PURE__*/promisify(setStorage);
3832
3811
  * @support
3833
3812
  * | Platform | Apps |
3834
3813
  * | ------------- | -------- |
3835
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3814
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
3836
3815
  * | web | h5 |
3837
3816
  */
3838
3817
  export var setStorageSync = function setStorageSync() {
@@ -3847,7 +3826,7 @@ export var setStorageSync = function setStorageSync() {
3847
3826
  if (appEnv.isMpDemo) return mpSetStorageSync.apply(void 0, rest);
3848
3827
  if (appEnv.isMpGcash) return mpSetStorageSync.apply(void 0, rest);
3849
3828
  if (appEnv.isMpTngd) return mpSetStorageSync.apply(void 0, rest);
3850
- if (appEnv.isMpTruemoney) return mpSetStorageSync.apply(void 0, rest);
3829
+ if (appEnv.isMpTmn) return mpSetStorageSync.apply(void 0, rest);
3851
3830
  return notFound.apply(void 0, __spreadArray(['setStorageSync'], rest, false));
3852
3831
  };
3853
3832
  /**
@@ -3855,9 +3834,9 @@ export var setStorageSync = function setStorageSync() {
3855
3834
  * @support
3856
3835
  * | Platform | Apps |
3857
3836
  * | ------------- | -------- |
3858
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3859
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3860
- * | web | |
3837
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
3838
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
3839
+ * | web | alipay |
3861
3840
  */
3862
3841
  export var setTabBarStyle = function setTabBarStyle() {
3863
3842
  var rest = [];
@@ -3871,7 +3850,7 @@ export var setTabBarStyle = function setTabBarStyle() {
3871
3850
  if (appEnv.isMpDemo) return mpSetTabBarStyle.apply(void 0, rest);
3872
3851
  if (appEnv.isMpGcash) return mpSetTabBarStyle.apply(void 0, rest);
3873
3852
  if (appEnv.isMpTngd) return mpSetTabBarStyle.apply(void 0, rest);
3874
- if (appEnv.isMpTruemoney) return mpSetTabBarStyle.apply(void 0, rest);
3853
+ if (appEnv.isMpTmn) return mpSetTabBarStyle.apply(void 0, rest);
3875
3854
  return notFound.apply(void 0, __spreadArray(['setTabBarStyle'], rest, false));
3876
3855
  };
3877
3856
  /**
@@ -3879,9 +3858,9 @@ export var setTabBarStyle = function setTabBarStyle() {
3879
3858
  * @support
3880
3859
  * | Platform | Apps |
3881
3860
  * | ------------- | -------- |
3882
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3883
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3884
- * | web | |
3861
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
3862
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
3863
+ * | web | alipay |
3885
3864
  */
3886
3865
  // @ts-ignore
3887
3866
  export var setTabBarStyleAsync = /*#__PURE__*/promisify(setTabBarStyle);
@@ -3890,8 +3869,8 @@ export var setTabBarStyleAsync = /*#__PURE__*/promisify(setTabBarStyle);
3890
3869
  * @support
3891
3870
  * | Platform | Apps |
3892
3871
  * | ------------- | -------- |
3893
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3894
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3872
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
3873
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
3895
3874
  * | web | demo,alipay |
3896
3875
  */
3897
3876
  export var showActionSheet = function showActionSheet() {
@@ -3906,7 +3885,7 @@ export var showActionSheet = function showActionSheet() {
3906
3885
  if (appEnv.isMpDemo) return mpShowActionSheet.apply(void 0, rest);
3907
3886
  if (appEnv.isMpGcash) return mpShowActionSheet.apply(void 0, rest);
3908
3887
  if (appEnv.isMpTngd) return mpShowActionSheet.apply(void 0, rest);
3909
- if (appEnv.isMpTruemoney) return mpShowActionSheet.apply(void 0, rest);
3888
+ if (appEnv.isMpTmn) return mpShowActionSheet.apply(void 0, rest);
3910
3889
  return notFound.apply(void 0, __spreadArray(['showActionSheet'], rest, false));
3911
3890
  };
3912
3891
  /**
@@ -3914,8 +3893,8 @@ export var showActionSheet = function showActionSheet() {
3914
3893
  * @support
3915
3894
  * | Platform | Apps |
3916
3895
  * | ------------- | -------- |
3917
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3918
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3896
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
3897
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
3919
3898
  * | web | demo,alipay |
3920
3899
  */
3921
3900
  // @ts-ignore
@@ -3925,8 +3904,8 @@ export var showActionSheetAsync = /*#__PURE__*/promisify(showActionSheet);
3925
3904
  * @support
3926
3905
  * | Platform | Apps |
3927
3906
  * | ------------- | -------- |
3928
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3929
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3907
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
3908
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
3930
3909
  * | web | demo,alipay |
3931
3910
  */
3932
3911
  export var showAuthGuide = function showAuthGuide() {
@@ -3941,7 +3920,7 @@ export var showAuthGuide = function showAuthGuide() {
3941
3920
  if (appEnv.isMpDemo) return mpShowAuthGuide.apply(void 0, rest);
3942
3921
  if (appEnv.isMpGcash) return mpShowAuthGuide.apply(void 0, rest);
3943
3922
  if (appEnv.isMpTngd) return mpShowAuthGuide.apply(void 0, rest);
3944
- if (appEnv.isMpTruemoney) return mpShowAuthGuide.apply(void 0, rest);
3923
+ if (appEnv.isMpTmn) return mpShowAuthGuide.apply(void 0, rest);
3945
3924
  return notFound.apply(void 0, __spreadArray(['showAuthGuide'], rest, false));
3946
3925
  };
3947
3926
  /**
@@ -3949,8 +3928,8 @@ export var showAuthGuide = function showAuthGuide() {
3949
3928
  * @support
3950
3929
  * | Platform | Apps |
3951
3930
  * | ------------- | -------- |
3952
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3953
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3931
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
3932
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
3954
3933
  * | web | demo,alipay |
3955
3934
  */
3956
3935
  // @ts-ignore
@@ -3960,8 +3939,8 @@ export var showAuthGuideAsync = /*#__PURE__*/promisify(showAuthGuide);
3960
3939
  * @support
3961
3940
  * | Platform | Apps |
3962
3941
  * | ------------- | -------- |
3963
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3964
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3942
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
3943
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
3965
3944
  * | web | demo,alipay,h5,tngdh5ng |
3966
3945
  */
3967
3946
  export var showLoading = function showLoading() {
@@ -3976,7 +3955,7 @@ export var showLoading = function showLoading() {
3976
3955
  if (appEnv.isMpDemo) return mpShowLoading.apply(void 0, rest);
3977
3956
  if (appEnv.isMpGcash) return mpShowLoading.apply(void 0, rest);
3978
3957
  if (appEnv.isMpTngd) return mpShowLoading.apply(void 0, rest);
3979
- if (appEnv.isMpTruemoney) return mpShowLoading.apply(void 0, rest);
3958
+ if (appEnv.isMpTmn) return mpShowLoading.apply(void 0, rest);
3980
3959
  return notFound.apply(void 0, __spreadArray(['showLoading'], rest, false));
3981
3960
  };
3982
3961
  /**
@@ -3984,8 +3963,8 @@ export var showLoading = function showLoading() {
3984
3963
  * @support
3985
3964
  * | Platform | Apps |
3986
3965
  * | ------------- | -------- |
3987
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3988
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3966
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
3967
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
3989
3968
  * | web | demo,alipay,h5,tngdh5ng |
3990
3969
  */
3991
3970
  // @ts-ignore
@@ -3995,8 +3974,8 @@ export var showLoadingAsync = /*#__PURE__*/promisify(showLoading);
3995
3974
  * @support
3996
3975
  * | Platform | Apps |
3997
3976
  * | ------------- | -------- |
3998
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3999
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
3977
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
3978
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
4000
3979
  * | web | demo,alipay |
4001
3980
  */
4002
3981
  export var showNavigationBarLoading = function showNavigationBarLoading() {
@@ -4011,7 +3990,7 @@ export var showNavigationBarLoading = function showNavigationBarLoading() {
4011
3990
  if (appEnv.isMpDemo) return mpShowNavigationBarLoading.apply(void 0, rest);
4012
3991
  if (appEnv.isMpGcash) return mpShowNavigationBarLoading.apply(void 0, rest);
4013
3992
  if (appEnv.isMpTngd) return mpShowNavigationBarLoading.apply(void 0, rest);
4014
- if (appEnv.isMpTruemoney) return mpShowNavigationBarLoading.apply(void 0, rest);
3993
+ if (appEnv.isMpTmn) return mpShowNavigationBarLoading.apply(void 0, rest);
4015
3994
  return notFound.apply(void 0, __spreadArray(['showNavigationBarLoading'], rest, false));
4016
3995
  };
4017
3996
  /**
@@ -4019,8 +3998,8 @@ export var showNavigationBarLoading = function showNavigationBarLoading() {
4019
3998
  * @support
4020
3999
  * | Platform | Apps |
4021
4000
  * | ------------- | -------- |
4022
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
4023
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
4001
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
4002
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
4024
4003
  * | web | demo,alipay |
4025
4004
  */
4026
4005
  // @ts-ignore
@@ -4030,8 +4009,8 @@ export var showNavigationBarLoadingAsync = /*#__PURE__*/promisify(showNavigation
4030
4009
  * @support
4031
4010
  * | Platform | Apps |
4032
4011
  * | ------------- | -------- |
4033
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney,wechat |
4034
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
4012
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,wechat |
4013
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
4035
4014
  * | web | demo,alipay,h5,tngdh5ng |
4036
4015
  */
4037
4016
  export var showToast = function showToast() {
@@ -4046,7 +4025,7 @@ export var showToast = function showToast() {
4046
4025
  if (appEnv.isMpDemo) return mpShowToast.apply(void 0, rest);
4047
4026
  if (appEnv.isMpGcash) return mpShowToast.apply(void 0, rest);
4048
4027
  if (appEnv.isMpTngd) return mpShowToast.apply(void 0, rest);
4049
- if (appEnv.isMpTruemoney) return mpShowToast.apply(void 0, rest);
4028
+ if (appEnv.isMpTmn) return mpShowToast.apply(void 0, rest);
4050
4029
  if (appEnv.isMpWechat) return mpWechatShowToast.apply(void 0, rest);
4051
4030
  return notFound.apply(void 0, __spreadArray(['showToast'], rest, false));
4052
4031
  };
@@ -4055,8 +4034,8 @@ export var showToast = function showToast() {
4055
4034
  * @support
4056
4035
  * | Platform | Apps |
4057
4036
  * | ------------- | -------- |
4058
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney,wechat |
4059
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
4037
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,wechat |
4038
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
4060
4039
  * | web | demo,alipay,h5,tngdh5ng |
4061
4040
  */
4062
4041
  // @ts-ignore
@@ -4066,8 +4045,8 @@ export var showToastAsync = /*#__PURE__*/promisify(showToast);
4066
4045
  * @support
4067
4046
  * | Platform | Apps |
4068
4047
  * | ------------- | -------- |
4069
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
4070
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
4048
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
4049
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
4071
4050
  * | web | demo,alipay |
4072
4051
  */
4073
4052
  export var signContract = function signContract() {
@@ -4082,7 +4061,7 @@ export var signContract = function signContract() {
4082
4061
  if (appEnv.isMpDemo) return mpSignContract.apply(void 0, rest);
4083
4062
  if (appEnv.isMpGcash) return mpSignContract.apply(void 0, rest);
4084
4063
  if (appEnv.isMpTngd) return mpSignContract.apply(void 0, rest);
4085
- if (appEnv.isMpTruemoney) return mpSignContract.apply(void 0, rest);
4064
+ if (appEnv.isMpTmn) return mpSignContract.apply(void 0, rest);
4086
4065
  return notFound.apply(void 0, __spreadArray(['signContract'], rest, false));
4087
4066
  };
4088
4067
  /**
@@ -4090,8 +4069,8 @@ export var signContract = function signContract() {
4090
4069
  * @support
4091
4070
  * | Platform | Apps |
4092
4071
  * | ------------- | -------- |
4093
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
4094
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
4072
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
4073
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
4095
4074
  * | web | demo,alipay |
4096
4075
  */
4097
4076
  // @ts-ignore
@@ -4153,8 +4132,8 @@ export var startBizServiceAsync = /*#__PURE__*/promisify(startBizService);
4153
4132
  * @support
4154
4133
  * | Platform | Apps |
4155
4134
  * | ------------- | -------- |
4156
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
4157
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
4135
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
4136
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
4158
4137
  * | web | |
4159
4138
  */
4160
4139
  export var startBluetoothDevicesDiscovery = function startBluetoothDevicesDiscovery() {
@@ -4169,7 +4148,7 @@ export var startBluetoothDevicesDiscovery = function startBluetoothDevicesDiscov
4169
4148
  if (appEnv.isMpDemo) return mpStartBluetoothDevicesDiscovery.apply(void 0, rest);
4170
4149
  if (appEnv.isMpGcash) return mpStartBluetoothDevicesDiscovery.apply(void 0, rest);
4171
4150
  if (appEnv.isMpTngd) return mpStartBluetoothDevicesDiscovery.apply(void 0, rest);
4172
- if (appEnv.isMpTruemoney) return mpStartBluetoothDevicesDiscovery.apply(void 0, rest);
4151
+ if (appEnv.isMpTmn) return mpStartBluetoothDevicesDiscovery.apply(void 0, rest);
4173
4152
  return notFound.apply(void 0, __spreadArray(['startBluetoothDevicesDiscovery'], rest, false));
4174
4153
  };
4175
4154
  /**
@@ -4177,8 +4156,8 @@ export var startBluetoothDevicesDiscovery = function startBluetoothDevicesDiscov
4177
4156
  * @support
4178
4157
  * | Platform | Apps |
4179
4158
  * | ------------- | -------- |
4180
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
4181
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
4159
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
4160
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
4182
4161
  * | web | |
4183
4162
  */
4184
4163
  // @ts-ignore
@@ -4188,9 +4167,9 @@ export var startBluetoothDevicesDiscoveryAsync = /*#__PURE__*/promisify(startBlu
4188
4167
  * @support
4189
4168
  * | Platform | Apps |
4190
4169
  * | ------------- | -------- |
4191
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
4192
- * | web | |
4193
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
4170
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
4171
+ * | web | alipay |
4172
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
4194
4173
  */
4195
4174
  export var startPullDownRefresh = function startPullDownRefresh() {
4196
4175
  var rest = [];
@@ -4204,7 +4183,7 @@ export var startPullDownRefresh = function startPullDownRefresh() {
4204
4183
  if (appEnv.isMpDemo) return mpStartPullDownRefresh.apply(void 0, rest);
4205
4184
  if (appEnv.isMpGcash) return mpStartPullDownRefresh.apply(void 0, rest);
4206
4185
  if (appEnv.isMpTngd) return mpStartPullDownRefresh.apply(void 0, rest);
4207
- if (appEnv.isMpTruemoney) return mpStartPullDownRefresh.apply(void 0, rest);
4186
+ if (appEnv.isMpTmn) return mpStartPullDownRefresh.apply(void 0, rest);
4208
4187
  return notFound.apply(void 0, __spreadArray(['startPullDownRefresh'], rest, false));
4209
4188
  };
4210
4189
  /**
@@ -4212,9 +4191,9 @@ export var startPullDownRefresh = function startPullDownRefresh() {
4212
4191
  * @support
4213
4192
  * | Platform | Apps |
4214
4193
  * | ------------- | -------- |
4215
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
4216
- * | web | |
4217
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
4194
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
4195
+ * | web | alipay |
4196
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
4218
4197
  */
4219
4198
  // @ts-ignore
4220
4199
  export var startPullDownRefreshAsync = /*#__PURE__*/promisify(startPullDownRefresh);
@@ -4223,8 +4202,8 @@ export var startPullDownRefreshAsync = /*#__PURE__*/promisify(startPullDownRefre
4223
4202
  * @support
4224
4203
  * | Platform | Apps |
4225
4204
  * | ------------- | -------- |
4226
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
4227
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
4205
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
4206
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
4228
4207
  * | web | |
4229
4208
  */
4230
4209
  export var stopBluetoothDevicesDiscovery = function stopBluetoothDevicesDiscovery() {
@@ -4239,7 +4218,7 @@ export var stopBluetoothDevicesDiscovery = function stopBluetoothDevicesDiscover
4239
4218
  if (appEnv.isMpDemo) return mpStopBluetoothDevicesDiscovery.apply(void 0, rest);
4240
4219
  if (appEnv.isMpGcash) return mpStopBluetoothDevicesDiscovery.apply(void 0, rest);
4241
4220
  if (appEnv.isMpTngd) return mpStopBluetoothDevicesDiscovery.apply(void 0, rest);
4242
- if (appEnv.isMpTruemoney) return mpStopBluetoothDevicesDiscovery.apply(void 0, rest);
4221
+ if (appEnv.isMpTmn) return mpStopBluetoothDevicesDiscovery.apply(void 0, rest);
4243
4222
  return notFound.apply(void 0, __spreadArray(['stopBluetoothDevicesDiscovery'], rest, false));
4244
4223
  };
4245
4224
  /**
@@ -4247,8 +4226,8 @@ export var stopBluetoothDevicesDiscovery = function stopBluetoothDevicesDiscover
4247
4226
  * @support
4248
4227
  * | Platform | Apps |
4249
4228
  * | ------------- | -------- |
4250
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
4251
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
4229
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
4230
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
4252
4231
  * | web | |
4253
4232
  */
4254
4233
  // @ts-ignore
@@ -4258,9 +4237,9 @@ export var stopBluetoothDevicesDiscoveryAsync = /*#__PURE__*/promisify(stopBluet
4258
4237
  * @support
4259
4238
  * | Platform | Apps |
4260
4239
  * | ------------- | -------- |
4261
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
4262
- * | web | |
4263
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
4240
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
4241
+ * | web | alipay |
4242
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
4264
4243
  */
4265
4244
  export var stopPullDownRefresh = function stopPullDownRefresh() {
4266
4245
  var rest = [];
@@ -4274,7 +4253,7 @@ export var stopPullDownRefresh = function stopPullDownRefresh() {
4274
4253
  if (appEnv.isMpDemo) return mpStopPullDownRefresh.apply(void 0, rest);
4275
4254
  if (appEnv.isMpGcash) return mpStopPullDownRefresh.apply(void 0, rest);
4276
4255
  if (appEnv.isMpTngd) return mpStopPullDownRefresh.apply(void 0, rest);
4277
- if (appEnv.isMpTruemoney) return mpStopPullDownRefresh.apply(void 0, rest);
4256
+ if (appEnv.isMpTmn) return mpStopPullDownRefresh.apply(void 0, rest);
4278
4257
  return notFound.apply(void 0, __spreadArray(['stopPullDownRefresh'], rest, false));
4279
4258
  };
4280
4259
  /**
@@ -4282,9 +4261,9 @@ export var stopPullDownRefresh = function stopPullDownRefresh() {
4282
4261
  * @support
4283
4262
  * | Platform | Apps |
4284
4263
  * | ------------- | -------- |
4285
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
4286
- * | web | |
4287
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
4264
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
4265
+ * | web | alipay |
4266
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
4288
4267
  */
4289
4268
  // @ts-ignore
4290
4269
  export var stopPullDownRefreshAsync = /*#__PURE__*/promisify(stopPullDownRefresh);
@@ -4293,9 +4272,9 @@ export var stopPullDownRefreshAsync = /*#__PURE__*/promisify(stopPullDownRefresh
4293
4272
  * @support
4294
4273
  * | Platform | Apps |
4295
4274
  * | ------------- | -------- |
4296
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
4275
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
4297
4276
  * | web | |
4298
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
4277
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
4299
4278
  */
4300
4279
  export var switchTab = function switchTab() {
4301
4280
  var rest = [];
@@ -4309,7 +4288,7 @@ export var switchTab = function switchTab() {
4309
4288
  if (appEnv.isMpDemo) return mpSwitchTab.apply(void 0, rest);
4310
4289
  if (appEnv.isMpGcash) return mpSwitchTab.apply(void 0, rest);
4311
4290
  if (appEnv.isMpTngd) return mpSwitchTab.apply(void 0, rest);
4312
- if (appEnv.isMpTruemoney) return mpSwitchTab.apply(void 0, rest);
4291
+ if (appEnv.isMpTmn) return mpSwitchTab.apply(void 0, rest);
4313
4292
  return notFound.apply(void 0, __spreadArray(['switchTab'], rest, false));
4314
4293
  };
4315
4294
  /**
@@ -4317,9 +4296,9 @@ export var switchTab = function switchTab() {
4317
4296
  * @support
4318
4297
  * | Platform | Apps |
4319
4298
  * | ------------- | -------- |
4320
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
4299
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
4321
4300
  * | web | |
4322
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
4301
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
4323
4302
  */
4324
4303
  // @ts-ignore
4325
4304
  export var switchTabAsync = /*#__PURE__*/promisify(switchTab);
@@ -4355,8 +4334,8 @@ export var thirdPartyAuthForAcAsync = /*#__PURE__*/promisify(thirdPartyAuthForAc
4355
4334
  * @support
4356
4335
  * | Platform | Apps |
4357
4336
  * | ------------- | -------- |
4358
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
4359
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
4337
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
4338
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
4360
4339
  * | web | demo,alipay |
4361
4340
  */
4362
4341
  export var tradePay = function tradePay() {
@@ -4371,7 +4350,7 @@ export var tradePay = function tradePay() {
4371
4350
  if (appEnv.isMpDemo) return mpTradePay.apply(void 0, rest);
4372
4351
  if (appEnv.isMpGcash) return mpTradePay.apply(void 0, rest);
4373
4352
  if (appEnv.isMpTngd) return mpTradePay.apply(void 0, rest);
4374
- if (appEnv.isMpTruemoney) return mpTradePay.apply(void 0, rest);
4353
+ if (appEnv.isMpTmn) return mpTradePay.apply(void 0, rest);
4375
4354
  return notFound.apply(void 0, __spreadArray(['tradePay'], rest, false));
4376
4355
  };
4377
4356
  /**
@@ -4380,8 +4359,8 @@ export var tradePay = function tradePay() {
4380
4359
  * @support
4381
4360
  * | Platform | Apps |
4382
4361
  * | ------------- | -------- |
4383
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
4384
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
4362
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
4363
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
4385
4364
  * | web | demo,alipay |
4386
4365
  */
4387
4366
  // @ts-ignore
@@ -4445,8 +4424,8 @@ export var uploadApdidTokenAsync = /*#__PURE__*/promisify(uploadApdidToken);
4445
4424
  * @support
4446
4425
  * | Platform | Apps |
4447
4426
  * | ------------- | -------- |
4448
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
4449
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
4427
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
4428
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
4450
4429
  * | web | demo,alipay |
4451
4430
  */
4452
4431
  export var uploadFile = function uploadFile() {
@@ -4461,7 +4440,7 @@ export var uploadFile = function uploadFile() {
4461
4440
  if (appEnv.isMpDemo) return mpUploadFile.apply(void 0, rest);
4462
4441
  if (appEnv.isMpGcash) return mpUploadFile.apply(void 0, rest);
4463
4442
  if (appEnv.isMpTngd) return mpUploadFile.apply(void 0, rest);
4464
- if (appEnv.isMpTruemoney) return mpUploadFile.apply(void 0, rest);
4443
+ if (appEnv.isMpTmn) return mpUploadFile.apply(void 0, rest);
4465
4444
  return notFound.apply(void 0, __spreadArray(['uploadFile'], rest, false));
4466
4445
  };
4467
4446
  /**
@@ -4469,8 +4448,8 @@ export var uploadFile = function uploadFile() {
4469
4448
  * @support
4470
4449
  * | Platform | Apps |
4471
4450
  * | ------------- | -------- |
4472
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
4473
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
4451
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
4452
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
4474
4453
  * | web | demo,alipay |
4475
4454
  */
4476
4455
  // @ts-ignore
@@ -4480,8 +4459,8 @@ export var uploadFileAsync = /*#__PURE__*/promisify(uploadFile);
4480
4459
  * @support
4481
4460
  * | Platform | Apps |
4482
4461
  * | ------------- | -------- |
4483
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
4484
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
4462
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
4463
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
4485
4464
  * | web | demo,alipay,tngdh5ng |
4486
4465
  */
4487
4466
  export var vibrate = function vibrate() {
@@ -4496,7 +4475,7 @@ export var vibrate = function vibrate() {
4496
4475
  if (appEnv.isMpDemo) return mpVibrate.apply(void 0, rest);
4497
4476
  if (appEnv.isMpGcash) return mpVibrate.apply(void 0, rest);
4498
4477
  if (appEnv.isMpTngd) return mpVibrate.apply(void 0, rest);
4499
- if (appEnv.isMpTruemoney) return mpVibrate.apply(void 0, rest);
4478
+ if (appEnv.isMpTmn) return mpVibrate.apply(void 0, rest);
4500
4479
  return notFound.apply(void 0, __spreadArray(['vibrate'], rest, false));
4501
4480
  };
4502
4481
  /**
@@ -4504,8 +4483,8 @@ export var vibrate = function vibrate() {
4504
4483
  * @support
4505
4484
  * | Platform | Apps |
4506
4485
  * | ------------- | -------- |
4507
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
4508
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
4486
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
4487
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
4509
4488
  * | web | demo,alipay,tngdh5ng |
4510
4489
  */
4511
4490
  // @ts-ignore
@@ -4515,8 +4494,9 @@ export var vibrateAsync = /*#__PURE__*/promisify(vibrate);
4515
4494
  * @support
4516
4495
  * | Platform | Apps |
4517
4496
  * | ------------- | -------- |
4518
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
4519
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
4497
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
4498
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
4499
+ * | web | alipay |
4520
4500
  */
4521
4501
  export var watchShake = function watchShake() {
4522
4502
  var rest = [];
@@ -4530,7 +4510,7 @@ export var watchShake = function watchShake() {
4530
4510
  if (appEnv.isMpDemo) return mpWatchShake.apply(void 0, rest);
4531
4511
  if (appEnv.isMpGcash) return mpWatchShake.apply(void 0, rest);
4532
4512
  if (appEnv.isMpTngd) return mpWatchShake.apply(void 0, rest);
4533
- if (appEnv.isMpTruemoney) return mpWatchShake.apply(void 0, rest);
4513
+ if (appEnv.isMpTmn) return mpWatchShake.apply(void 0, rest);
4534
4514
  return notFound.apply(void 0, __spreadArray(['watchShake'], rest, false));
4535
4515
  };
4536
4516
  /**
@@ -4538,8 +4518,9 @@ export var watchShake = function watchShake() {
4538
4518
  * @support
4539
4519
  * | Platform | Apps |
4540
4520
  * | ------------- | -------- |
4541
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
4542
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
4521
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
4522
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
4523
+ * | web | alipay |
4543
4524
  */
4544
4525
  // @ts-ignore
4545
4526
  export var watchShakeAsync = /*#__PURE__*/promisify(watchShake);
@@ -4548,8 +4529,8 @@ export var watchShakeAsync = /*#__PURE__*/promisify(watchShake);
4548
4529
  * @support
4549
4530
  * | Platform | Apps |
4550
4531
  * | ------------- | -------- |
4551
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
4552
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
4532
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
4533
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
4553
4534
  * | web | demo |
4554
4535
  */
4555
4536
  export var writeBLECharacteristicValue = function writeBLECharacteristicValue() {
@@ -4564,7 +4545,7 @@ export var writeBLECharacteristicValue = function writeBLECharacteristicValue()
4564
4545
  if (appEnv.isMpDemo) return mpWriteBLECharacteristicValue.apply(void 0, rest);
4565
4546
  if (appEnv.isMpGcash) return mpWriteBLECharacteristicValue.apply(void 0, rest);
4566
4547
  if (appEnv.isMpTngd) return mpWriteBLECharacteristicValue.apply(void 0, rest);
4567
- if (appEnv.isMpTruemoney) return mpWriteBLECharacteristicValue.apply(void 0, rest);
4548
+ if (appEnv.isMpTmn) return mpWriteBLECharacteristicValue.apply(void 0, rest);
4568
4549
  return notFound.apply(void 0, __spreadArray(['writeBLECharacteristicValue'], rest, false));
4569
4550
  };
4570
4551
  /**
@@ -4572,8 +4553,8 @@ export var writeBLECharacteristicValue = function writeBLECharacteristicValue()
4572
4553
  * @support
4573
4554
  * | Platform | Apps |
4574
4555
  * | ------------- | -------- |
4575
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
4576
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
4556
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
4557
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
4577
4558
  * | web | demo |
4578
4559
  */
4579
4560
  // @ts-ignore
@@ -4598,7 +4579,7 @@ export var getLaunchOptionsSync = function getLaunchOptionsSync() {
4598
4579
  * @support
4599
4580
  * | Platform | Apps |
4600
4581
  * | ------------- | -------- |
4601
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
4582
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
4602
4583
  * | web | h5 |
4603
4584
  */
4604
4585
  export var createSelectorQuery = function createSelectorQuery() {
@@ -4613,7 +4594,7 @@ export var createSelectorQuery = function createSelectorQuery() {
4613
4594
  if (appEnv.isMpDemo) return mpCreateSelectorQuery.apply(void 0, rest);
4614
4595
  if (appEnv.isMpGcash) return mpCreateSelectorQuery.apply(void 0, rest);
4615
4596
  if (appEnv.isMpTngd) return mpCreateSelectorQuery.apply(void 0, rest);
4616
- if (appEnv.isMpTruemoney) return mpCreateSelectorQuery.apply(void 0, rest);
4597
+ if (appEnv.isMpTmn) return mpCreateSelectorQuery.apply(void 0, rest);
4617
4598
  return notFound.apply(void 0, __spreadArray(['createSelectorQuery'], rest, false));
4618
4599
  };
4619
4600
  /**
@@ -4621,7 +4602,7 @@ export var createSelectorQuery = function createSelectorQuery() {
4621
4602
  * @support
4622
4603
  * | Platform | Apps |
4623
4604
  * | ------------- | -------- |
4624
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
4605
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
4625
4606
  * | web | |
4626
4607
  * | mp_web | |
4627
4608
  */
@@ -4637,7 +4618,7 @@ export var canIUse = function canIUse() {
4637
4618
  if (appEnv.isMpDemo) return mpCanIUse.apply(void 0, rest);
4638
4619
  if (appEnv.isMpGcash) return mpCanIUse.apply(void 0, rest);
4639
4620
  if (appEnv.isMpTngd) return mpCanIUse.apply(void 0, rest);
4640
- if (appEnv.isMpTruemoney) return mpCanIUse.apply(void 0, rest);
4621
+ if (appEnv.isMpTmn) return mpCanIUse.apply(void 0, rest);
4641
4622
  return notFound.apply(void 0, __spreadArray(['canIUse'], rest, false));
4642
4623
  };
4643
4624
  /**
@@ -4685,9 +4666,9 @@ export var getStorageInfoSync = function getStorageInfoSync() {
4685
4666
  * @support
4686
4667
  * | Platform | Apps |
4687
4668
  * | ------------- | -------- |
4688
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
4669
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
4689
4670
  * | web | |
4690
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
4671
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
4691
4672
  */
4692
4673
  export var showSharePanel = function showSharePanel() {
4693
4674
  var rest = [];
@@ -4701,7 +4682,7 @@ export var showSharePanel = function showSharePanel() {
4701
4682
  if (appEnv.isMpDemo) return mpShowSharePanel.apply(void 0, rest);
4702
4683
  if (appEnv.isMpGcash) return mpShowSharePanel.apply(void 0, rest);
4703
4684
  if (appEnv.isMpTngd) return mpShowSharePanel.apply(void 0, rest);
4704
- if (appEnv.isMpTruemoney) return mpShowSharePanel.apply(void 0, rest);
4685
+ if (appEnv.isMpTmn) return mpShowSharePanel.apply(void 0, rest);
4705
4686
  return notFound.apply(void 0, __spreadArray(['showSharePanel'], rest, false));
4706
4687
  };
4707
4688
  /**
@@ -4709,9 +4690,9 @@ export var showSharePanel = function showSharePanel() {
4709
4690
  * @support
4710
4691
  * | Platform | Apps |
4711
4692
  * | ------------- | -------- |
4712
- * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
4693
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
4713
4694
  * | web | |
4714
- * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
4695
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
4715
4696
  */
4716
4697
  // @ts-ignore
4717
4698
  export var showSharePanelAsync = /*#__PURE__*/promisify(showSharePanel);