hylid-bridge 6.0.0 → 6.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (274) hide show
  1. package/README.md +310 -310
  2. package/lib/bridges.d.ts +234 -234
  3. package/lib/bridges.js +365 -234
  4. package/lib/clients/mp_web/kakaopaysandbox/addPhoneContact.d.ts +2 -0
  5. package/lib/clients/mp_web/kakaopaysandbox/addPhoneContact.js +3 -0
  6. package/lib/clients/mp_web/kakaopaysandbox/alert.d.ts +2 -0
  7. package/lib/clients/mp_web/kakaopaysandbox/alert.js +3 -0
  8. package/lib/clients/mp_web/kakaopaysandbox/chooseFileFromDisk.d.ts +2 -0
  9. package/lib/clients/mp_web/kakaopaysandbox/chooseFileFromDisk.js +3 -0
  10. package/lib/clients/mp_web/kakaopaysandbox/chooseImage.d.ts +2 -0
  11. package/lib/clients/mp_web/kakaopaysandbox/chooseImage.js +3 -0
  12. package/lib/clients/mp_web/kakaopaysandbox/choosePhoneContact.d.ts +2 -0
  13. package/lib/clients/mp_web/kakaopaysandbox/choosePhoneContact.js +3 -0
  14. package/lib/clients/mp_web/kakaopaysandbox/chooseVideo.d.ts +2 -0
  15. package/lib/clients/mp_web/kakaopaysandbox/chooseVideo.js +3 -0
  16. package/lib/clients/mp_web/kakaopaysandbox/clearStorage.d.ts +2 -0
  17. package/lib/clients/mp_web/kakaopaysandbox/clearStorage.js +3 -0
  18. package/lib/clients/mp_web/kakaopaysandbox/closeBluetoothAdapter.d.ts +2 -0
  19. package/lib/clients/mp_web/kakaopaysandbox/closeBluetoothAdapter.js +3 -0
  20. package/lib/clients/mp_web/kakaopaysandbox/closeSocket.d.ts +2 -0
  21. package/lib/clients/mp_web/kakaopaysandbox/closeSocket.js +3 -0
  22. package/lib/clients/mp_web/kakaopaysandbox/compressImage.d.ts +2 -0
  23. package/lib/clients/mp_web/kakaopaysandbox/compressImage.js +3 -0
  24. package/lib/clients/mp_web/kakaopaysandbox/confirm.d.ts +2 -0
  25. package/lib/clients/mp_web/kakaopaysandbox/confirm.js +3 -0
  26. package/lib/clients/mp_web/kakaopaysandbox/connectBLEDevice.d.ts +2 -0
  27. package/lib/clients/mp_web/kakaopaysandbox/connectBLEDevice.js +3 -0
  28. package/lib/clients/mp_web/kakaopaysandbox/connectSocket.d.ts +2 -0
  29. package/lib/clients/mp_web/kakaopaysandbox/connectSocket.js +3 -0
  30. package/lib/clients/mp_web/kakaopaysandbox/datePicker.d.ts +2 -0
  31. package/lib/clients/mp_web/kakaopaysandbox/datePicker.js +3 -0
  32. package/lib/clients/mp_web/kakaopaysandbox/disconnectBLEDevice.d.ts +2 -0
  33. package/lib/clients/mp_web/kakaopaysandbox/disconnectBLEDevice.js +3 -0
  34. package/lib/clients/mp_web/kakaopaysandbox/downloadFile.d.ts +2 -0
  35. package/lib/clients/mp_web/kakaopaysandbox/downloadFile.js +3 -0
  36. package/lib/clients/mp_web/kakaopaysandbox/exitApp.d.ts +2 -0
  37. package/lib/clients/mp_web/kakaopaysandbox/exitApp.js +3 -0
  38. package/lib/clients/mp_web/kakaopaysandbox/getAppId.d.ts +2 -0
  39. package/lib/clients/mp_web/kakaopaysandbox/getAppId.js +3 -0
  40. package/lib/clients/mp_web/kakaopaysandbox/getAppToken.d.ts +2 -0
  41. package/lib/clients/mp_web/kakaopaysandbox/getAppToken.js +3 -0
  42. package/lib/clients/mp_web/kakaopaysandbox/getAuthCode.d.ts +2 -0
  43. package/lib/clients/mp_web/kakaopaysandbox/getAuthCode.js +3 -0
  44. package/lib/clients/mp_web/kakaopaysandbox/getBLEDeviceCharacteristics.d.ts +2 -0
  45. package/lib/clients/mp_web/kakaopaysandbox/getBLEDeviceCharacteristics.js +3 -0
  46. package/lib/clients/mp_web/kakaopaysandbox/getBLEDeviceServices.d.ts +2 -0
  47. package/lib/clients/mp_web/kakaopaysandbox/getBLEDeviceServices.js +3 -0
  48. package/lib/clients/mp_web/kakaopaysandbox/getBackgroundFetchData.d.ts +2 -0
  49. package/lib/clients/mp_web/kakaopaysandbox/getBackgroundFetchData.js +3 -0
  50. package/lib/clients/mp_web/kakaopaysandbox/getBatteryInfo.d.ts +2 -0
  51. package/lib/clients/mp_web/kakaopaysandbox/getBatteryInfo.js +3 -0
  52. package/lib/clients/mp_web/kakaopaysandbox/getBluetoothAdapterState.d.ts +2 -0
  53. package/lib/clients/mp_web/kakaopaysandbox/getBluetoothAdapterState.js +3 -0
  54. package/lib/clients/mp_web/kakaopaysandbox/getBluetoothDevices.d.ts +2 -0
  55. package/lib/clients/mp_web/kakaopaysandbox/getBluetoothDevices.js +3 -0
  56. package/lib/clients/mp_web/kakaopaysandbox/getClipboard.d.ts +2 -0
  57. package/lib/clients/mp_web/kakaopaysandbox/getClipboard.js +3 -0
  58. package/lib/clients/mp_web/kakaopaysandbox/getConnectedBluetoothDevices.d.ts +2 -0
  59. package/lib/clients/mp_web/kakaopaysandbox/getConnectedBluetoothDevices.js +3 -0
  60. package/lib/clients/mp_web/kakaopaysandbox/getCurrentPages.d.ts +2 -0
  61. package/lib/clients/mp_web/kakaopaysandbox/getCurrentPages.js +3 -0
  62. package/lib/clients/mp_web/kakaopaysandbox/getEnterOptionsSync.d.ts +2 -0
  63. package/lib/clients/mp_web/kakaopaysandbox/getEnterOptionsSync.js +3 -0
  64. package/lib/clients/mp_web/kakaopaysandbox/getFileInfo.d.ts +2 -0
  65. package/lib/clients/mp_web/kakaopaysandbox/getFileInfo.js +3 -0
  66. package/lib/clients/mp_web/kakaopaysandbox/getImageInfo.d.ts +2 -0
  67. package/lib/clients/mp_web/kakaopaysandbox/getImageInfo.js +3 -0
  68. package/lib/clients/mp_web/kakaopaysandbox/getLocation.d.ts +2 -0
  69. package/lib/clients/mp_web/kakaopaysandbox/getLocation.js +3 -0
  70. package/lib/clients/mp_web/kakaopaysandbox/getNetworkType.d.ts +2 -0
  71. package/lib/clients/mp_web/kakaopaysandbox/getNetworkType.js +3 -0
  72. package/lib/clients/mp_web/kakaopaysandbox/getOpenUserInfo.d.ts +2 -0
  73. package/lib/clients/mp_web/kakaopaysandbox/getOpenUserInfo.js +3 -0
  74. package/lib/clients/mp_web/kakaopaysandbox/getRunScene.d.ts +2 -0
  75. package/lib/clients/mp_web/kakaopaysandbox/getRunScene.js +3 -0
  76. package/lib/clients/mp_web/kakaopaysandbox/getSDKVersion.d.ts +2 -0
  77. package/lib/clients/mp_web/kakaopaysandbox/getSDKVersion.js +3 -0
  78. package/lib/clients/mp_web/kakaopaysandbox/getSavedFileInfo.d.ts +2 -0
  79. package/lib/clients/mp_web/kakaopaysandbox/getSavedFileInfo.js +3 -0
  80. package/lib/clients/mp_web/kakaopaysandbox/getSavedFileList.d.ts +2 -0
  81. package/lib/clients/mp_web/kakaopaysandbox/getSavedFileList.js +3 -0
  82. package/lib/clients/mp_web/kakaopaysandbox/getScreenBrightness.d.ts +2 -0
  83. package/lib/clients/mp_web/kakaopaysandbox/getScreenBrightness.js +3 -0
  84. package/lib/clients/mp_web/kakaopaysandbox/getServerTime.d.ts +2 -0
  85. package/lib/clients/mp_web/kakaopaysandbox/getServerTime.js +3 -0
  86. package/lib/clients/mp_web/kakaopaysandbox/getSetting.d.ts +2 -0
  87. package/lib/clients/mp_web/kakaopaysandbox/getSetting.js +3 -0
  88. package/lib/clients/mp_web/kakaopaysandbox/getSiteInfo.d.ts +2 -0
  89. package/lib/clients/mp_web/kakaopaysandbox/getSiteInfo.js +3 -0
  90. package/lib/clients/mp_web/kakaopaysandbox/getStorage.d.ts +2 -0
  91. package/lib/clients/mp_web/kakaopaysandbox/getStorage.js +3 -0
  92. package/lib/clients/mp_web/kakaopaysandbox/getSystemInfo.d.ts +2 -0
  93. package/lib/clients/mp_web/kakaopaysandbox/getSystemInfo.js +3 -0
  94. package/lib/clients/mp_web/kakaopaysandbox/hideBackHome.d.ts +2 -0
  95. package/lib/clients/mp_web/kakaopaysandbox/hideBackHome.js +3 -0
  96. package/lib/clients/mp_web/kakaopaysandbox/hideKeyboard.d.ts +2 -0
  97. package/lib/clients/mp_web/kakaopaysandbox/hideKeyboard.js +3 -0
  98. package/lib/clients/mp_web/kakaopaysandbox/hideLoading.d.ts +2 -0
  99. package/lib/clients/mp_web/kakaopaysandbox/hideLoading.js +3 -0
  100. package/lib/clients/mp_web/kakaopaysandbox/hideNavigationBarLoading.d.ts +2 -0
  101. package/lib/clients/mp_web/kakaopaysandbox/hideNavigationBarLoading.js +3 -0
  102. package/lib/clients/mp_web/kakaopaysandbox/hideTabBar.d.ts +2 -0
  103. package/lib/clients/mp_web/kakaopaysandbox/hideTabBar.js +3 -0
  104. package/lib/clients/mp_web/kakaopaysandbox/hideToast.d.ts +2 -0
  105. package/lib/clients/mp_web/kakaopaysandbox/hideToast.js +3 -0
  106. package/lib/clients/mp_web/kakaopaysandbox/index.d.ts +451 -0
  107. package/lib/clients/mp_web/kakaopaysandbox/index.js +261 -0
  108. package/lib/clients/mp_web/kakaopaysandbox/makePhoneCall.d.ts +2 -0
  109. package/lib/clients/mp_web/kakaopaysandbox/makePhoneCall.js +3 -0
  110. package/lib/clients/mp_web/kakaopaysandbox/multiLevelSelect.d.ts +2 -0
  111. package/lib/clients/mp_web/kakaopaysandbox/multiLevelSelect.js +3 -0
  112. package/lib/clients/mp_web/kakaopaysandbox/navigateBack.d.ts +2 -0
  113. package/lib/clients/mp_web/kakaopaysandbox/navigateBack.js +3 -0
  114. package/lib/clients/mp_web/kakaopaysandbox/navigateBackMiniProgram.d.ts +2 -0
  115. package/lib/clients/mp_web/kakaopaysandbox/navigateBackMiniProgram.js +3 -0
  116. package/lib/clients/mp_web/kakaopaysandbox/navigateTo.d.ts +2 -0
  117. package/lib/clients/mp_web/kakaopaysandbox/navigateTo.js +3 -0
  118. package/lib/clients/mp_web/kakaopaysandbox/navigateToBizScene.d.ts +2 -0
  119. package/lib/clients/mp_web/kakaopaysandbox/navigateToBizScene.js +3 -0
  120. package/lib/clients/mp_web/kakaopaysandbox/navigateToMiniProgram.d.ts +2 -0
  121. package/lib/clients/mp_web/kakaopaysandbox/navigateToMiniProgram.js +3 -0
  122. package/lib/clients/mp_web/kakaopaysandbox/notifyBLECharacteristicValueChange.d.ts +2 -0
  123. package/lib/clients/mp_web/kakaopaysandbox/notifyBLECharacteristicValueChange.js +3 -0
  124. package/lib/clients/mp_web/kakaopaysandbox/offAccelerometerChange.d.ts +2 -0
  125. package/lib/clients/mp_web/kakaopaysandbox/offAccelerometerChange.js +3 -0
  126. package/lib/clients/mp_web/kakaopaysandbox/offBLECharacteristicValueChange.d.ts +2 -0
  127. package/lib/clients/mp_web/kakaopaysandbox/offBLECharacteristicValueChange.js +3 -0
  128. package/lib/clients/mp_web/kakaopaysandbox/offBLEConnectionStateChanged.d.ts +2 -0
  129. package/lib/clients/mp_web/kakaopaysandbox/offBLEConnectionStateChanged.js +3 -0
  130. package/lib/clients/mp_web/kakaopaysandbox/offBluetoothAdapterStateChange.d.ts +2 -0
  131. package/lib/clients/mp_web/kakaopaysandbox/offBluetoothAdapterStateChange.js +3 -0
  132. package/lib/clients/mp_web/kakaopaysandbox/offBluetoothDeviceFound.d.ts +2 -0
  133. package/lib/clients/mp_web/kakaopaysandbox/offBluetoothDeviceFound.js +3 -0
  134. package/lib/clients/mp_web/kakaopaysandbox/offCompassChange.d.ts +2 -0
  135. package/lib/clients/mp_web/kakaopaysandbox/offCompassChange.js +3 -0
  136. package/lib/clients/mp_web/kakaopaysandbox/offMemoryWarning.d.ts +2 -0
  137. package/lib/clients/mp_web/kakaopaysandbox/offMemoryWarning.js +3 -0
  138. package/lib/clients/mp_web/kakaopaysandbox/offSocketClose.d.ts +2 -0
  139. package/lib/clients/mp_web/kakaopaysandbox/offSocketClose.js +3 -0
  140. package/lib/clients/mp_web/kakaopaysandbox/offSocketError.d.ts +2 -0
  141. package/lib/clients/mp_web/kakaopaysandbox/offSocketError.js +3 -0
  142. package/lib/clients/mp_web/kakaopaysandbox/offSocketMessage.d.ts +2 -0
  143. package/lib/clients/mp_web/kakaopaysandbox/offSocketMessage.js +3 -0
  144. package/lib/clients/mp_web/kakaopaysandbox/offSocketOpen.d.ts +2 -0
  145. package/lib/clients/mp_web/kakaopaysandbox/offSocketOpen.js +3 -0
  146. package/lib/clients/mp_web/kakaopaysandbox/offUserCaptureScreen.d.ts +2 -0
  147. package/lib/clients/mp_web/kakaopaysandbox/offUserCaptureScreen.js +3 -0
  148. package/lib/clients/mp_web/kakaopaysandbox/onAccelerometerChange.d.ts +2 -0
  149. package/lib/clients/mp_web/kakaopaysandbox/onAccelerometerChange.js +3 -0
  150. package/lib/clients/mp_web/kakaopaysandbox/onBLECharacteristicValueChange.d.ts +2 -0
  151. package/lib/clients/mp_web/kakaopaysandbox/onBLECharacteristicValueChange.js +3 -0
  152. package/lib/clients/mp_web/kakaopaysandbox/onBLEConnectionStateChanged.d.ts +2 -0
  153. package/lib/clients/mp_web/kakaopaysandbox/onBLEConnectionStateChanged.js +3 -0
  154. package/lib/clients/mp_web/kakaopaysandbox/onBluetoothAdapterStateChange.d.ts +2 -0
  155. package/lib/clients/mp_web/kakaopaysandbox/onBluetoothAdapterStateChange.js +3 -0
  156. package/lib/clients/mp_web/kakaopaysandbox/onBluetoothDeviceFound.d.ts +2 -0
  157. package/lib/clients/mp_web/kakaopaysandbox/onBluetoothDeviceFound.js +3 -0
  158. package/lib/clients/mp_web/kakaopaysandbox/onCompassChange.d.ts +2 -0
  159. package/lib/clients/mp_web/kakaopaysandbox/onCompassChange.js +3 -0
  160. package/lib/clients/mp_web/kakaopaysandbox/onMemoryWarning.d.ts +2 -0
  161. package/lib/clients/mp_web/kakaopaysandbox/onMemoryWarning.js +3 -0
  162. package/lib/clients/mp_web/kakaopaysandbox/onSocketClose.d.ts +2 -0
  163. package/lib/clients/mp_web/kakaopaysandbox/onSocketClose.js +3 -0
  164. package/lib/clients/mp_web/kakaopaysandbox/onSocketError.d.ts +2 -0
  165. package/lib/clients/mp_web/kakaopaysandbox/onSocketError.js +3 -0
  166. package/lib/clients/mp_web/kakaopaysandbox/onSocketMessage.d.ts +2 -0
  167. package/lib/clients/mp_web/kakaopaysandbox/onSocketMessage.js +3 -0
  168. package/lib/clients/mp_web/kakaopaysandbox/onSocketOpen.d.ts +2 -0
  169. package/lib/clients/mp_web/kakaopaysandbox/onSocketOpen.js +3 -0
  170. package/lib/clients/mp_web/kakaopaysandbox/onUserCaptureScreen.d.ts +2 -0
  171. package/lib/clients/mp_web/kakaopaysandbox/onUserCaptureScreen.js +3 -0
  172. package/lib/clients/mp_web/kakaopaysandbox/openBluetoothAdapter.d.ts +2 -0
  173. package/lib/clients/mp_web/kakaopaysandbox/openBluetoothAdapter.js +3 -0
  174. package/lib/clients/mp_web/kakaopaysandbox/openDocument.d.ts +2 -0
  175. package/lib/clients/mp_web/kakaopaysandbox/openDocument.js +3 -0
  176. package/lib/clients/mp_web/kakaopaysandbox/openSetting.d.ts +2 -0
  177. package/lib/clients/mp_web/kakaopaysandbox/openSetting.js +3 -0
  178. package/lib/clients/mp_web/kakaopaysandbox/pageScrollTo.d.ts +2 -0
  179. package/lib/clients/mp_web/kakaopaysandbox/pageScrollTo.js +3 -0
  180. package/lib/clients/mp_web/kakaopaysandbox/previewImage.d.ts +2 -0
  181. package/lib/clients/mp_web/kakaopaysandbox/previewImage.js +3 -0
  182. package/lib/clients/mp_web/kakaopaysandbox/prompt.d.ts +2 -0
  183. package/lib/clients/mp_web/kakaopaysandbox/prompt.js +3 -0
  184. package/lib/clients/mp_web/kakaopaysandbox/reLaunch.d.ts +2 -0
  185. package/lib/clients/mp_web/kakaopaysandbox/reLaunch.js +3 -0
  186. package/lib/clients/mp_web/kakaopaysandbox/readBLECharacteristicValue.d.ts +2 -0
  187. package/lib/clients/mp_web/kakaopaysandbox/readBLECharacteristicValue.js +3 -0
  188. package/lib/clients/mp_web/kakaopaysandbox/redirectTo.d.ts +2 -0
  189. package/lib/clients/mp_web/kakaopaysandbox/redirectTo.js +3 -0
  190. package/lib/clients/mp_web/kakaopaysandbox/removeSavedFile.d.ts +2 -0
  191. package/lib/clients/mp_web/kakaopaysandbox/removeSavedFile.js +3 -0
  192. package/lib/clients/mp_web/kakaopaysandbox/removeStorage.d.ts +2 -0
  193. package/lib/clients/mp_web/kakaopaysandbox/removeStorage.js +3 -0
  194. package/lib/clients/mp_web/kakaopaysandbox/request.d.ts +2 -0
  195. package/lib/clients/mp_web/kakaopaysandbox/request.js +3 -0
  196. package/lib/clients/mp_web/kakaopaysandbox/rpc.d.ts +2 -0
  197. package/lib/clients/mp_web/kakaopaysandbox/rpc.js +3 -0
  198. package/lib/clients/mp_web/kakaopaysandbox/saveFile.d.ts +2 -0
  199. package/lib/clients/mp_web/kakaopaysandbox/saveFile.js +3 -0
  200. package/lib/clients/mp_web/kakaopaysandbox/saveImage.d.ts +2 -0
  201. package/lib/clients/mp_web/kakaopaysandbox/saveImage.js +3 -0
  202. package/lib/clients/mp_web/kakaopaysandbox/scan.d.ts +2 -0
  203. package/lib/clients/mp_web/kakaopaysandbox/scan.js +3 -0
  204. package/lib/clients/mp_web/kakaopaysandbox/sendSocketMessage.d.ts +2 -0
  205. package/lib/clients/mp_web/kakaopaysandbox/sendSocketMessage.js +3 -0
  206. package/lib/clients/mp_web/kakaopaysandbox/setBackgroundColor.d.ts +2 -0
  207. package/lib/clients/mp_web/kakaopaysandbox/setBackgroundColor.js +3 -0
  208. package/lib/clients/mp_web/kakaopaysandbox/setCanPullDown.d.ts +2 -0
  209. package/lib/clients/mp_web/kakaopaysandbox/setCanPullDown.js +3 -0
  210. package/lib/clients/mp_web/kakaopaysandbox/setClipboard.d.ts +2 -0
  211. package/lib/clients/mp_web/kakaopaysandbox/setClipboard.js +3 -0
  212. package/lib/clients/mp_web/kakaopaysandbox/setKeepScreenOn.d.ts +2 -0
  213. package/lib/clients/mp_web/kakaopaysandbox/setKeepScreenOn.js +3 -0
  214. package/lib/clients/mp_web/kakaopaysandbox/setNavigationBar.d.ts +2 -0
  215. package/lib/clients/mp_web/kakaopaysandbox/setNavigationBar.js +3 -0
  216. package/lib/clients/mp_web/kakaopaysandbox/setScreenBrightness.d.ts +2 -0
  217. package/lib/clients/mp_web/kakaopaysandbox/setScreenBrightness.js +3 -0
  218. package/lib/clients/mp_web/kakaopaysandbox/setStorage.d.ts +2 -0
  219. package/lib/clients/mp_web/kakaopaysandbox/setStorage.js +3 -0
  220. package/lib/clients/mp_web/kakaopaysandbox/setTabBarItem.d.ts +2 -0
  221. package/lib/clients/mp_web/kakaopaysandbox/setTabBarItem.js +3 -0
  222. package/lib/clients/mp_web/kakaopaysandbox/setTabBarStyle.d.ts +2 -0
  223. package/lib/clients/mp_web/kakaopaysandbox/setTabBarStyle.js +3 -0
  224. package/lib/clients/mp_web/kakaopaysandbox/setTransparentTitle.d.ts +2 -0
  225. package/lib/clients/mp_web/kakaopaysandbox/setTransparentTitle.js +3 -0
  226. package/lib/clients/mp_web/kakaopaysandbox/showActionSheet.d.ts +2 -0
  227. package/lib/clients/mp_web/kakaopaysandbox/showActionSheet.js +3 -0
  228. package/lib/clients/mp_web/kakaopaysandbox/showAuthGuide.d.ts +2 -0
  229. package/lib/clients/mp_web/kakaopaysandbox/showAuthGuide.js +3 -0
  230. package/lib/clients/mp_web/kakaopaysandbox/showLoading.d.ts +2 -0
  231. package/lib/clients/mp_web/kakaopaysandbox/showLoading.js +3 -0
  232. package/lib/clients/mp_web/kakaopaysandbox/showNavigationBarLoading.d.ts +2 -0
  233. package/lib/clients/mp_web/kakaopaysandbox/showNavigationBarLoading.js +3 -0
  234. package/lib/clients/mp_web/kakaopaysandbox/showSharePanel.d.ts +2 -0
  235. package/lib/clients/mp_web/kakaopaysandbox/showSharePanel.js +3 -0
  236. package/lib/clients/mp_web/kakaopaysandbox/showTabBar.d.ts +2 -0
  237. package/lib/clients/mp_web/kakaopaysandbox/showTabBar.js +3 -0
  238. package/lib/clients/mp_web/kakaopaysandbox/showToast.d.ts +2 -0
  239. package/lib/clients/mp_web/kakaopaysandbox/showToast.js +3 -0
  240. package/lib/clients/mp_web/kakaopaysandbox/signContract.d.ts +2 -0
  241. package/lib/clients/mp_web/kakaopaysandbox/signContract.js +3 -0
  242. package/lib/clients/mp_web/kakaopaysandbox/startBluetoothDevicesDiscovery.d.ts +2 -0
  243. package/lib/clients/mp_web/kakaopaysandbox/startBluetoothDevicesDiscovery.js +3 -0
  244. package/lib/clients/mp_web/kakaopaysandbox/startPullDownRefresh.d.ts +2 -0
  245. package/lib/clients/mp_web/kakaopaysandbox/startPullDownRefresh.js +3 -0
  246. package/lib/clients/mp_web/kakaopaysandbox/stopBluetoothDevicesDiscovery.d.ts +2 -0
  247. package/lib/clients/mp_web/kakaopaysandbox/stopBluetoothDevicesDiscovery.js +3 -0
  248. package/lib/clients/mp_web/kakaopaysandbox/stopPullDownRefresh.d.ts +2 -0
  249. package/lib/clients/mp_web/kakaopaysandbox/stopPullDownRefresh.js +3 -0
  250. package/lib/clients/mp_web/kakaopaysandbox/switchTab.d.ts +2 -0
  251. package/lib/clients/mp_web/kakaopaysandbox/switchTab.js +3 -0
  252. package/lib/clients/mp_web/kakaopaysandbox/tradePay.d.ts +2 -0
  253. package/lib/clients/mp_web/kakaopaysandbox/tradePay.js +3 -0
  254. package/lib/clients/mp_web/kakaopaysandbox/uploadFile.d.ts +2 -0
  255. package/lib/clients/mp_web/kakaopaysandbox/uploadFile.js +3 -0
  256. package/lib/clients/mp_web/kakaopaysandbox/vibrate.d.ts +2 -0
  257. package/lib/clients/mp_web/kakaopaysandbox/vibrate.js +3 -0
  258. package/lib/clients/mp_web/kakaopaysandbox/watchShake.d.ts +2 -0
  259. package/lib/clients/mp_web/kakaopaysandbox/watchShake.js +3 -0
  260. package/lib/clients/mp_web/kakaopaysandbox/writeBLECharacteristicValue.d.ts +2 -0
  261. package/lib/clients/mp_web/kakaopaysandbox/writeBLECharacteristicValue.js +3 -0
  262. package/lib/common/apis/custom/web/changipay/getAuthCode.js +3 -0
  263. package/lib/common/apis/custom/web/h5/request.js +7 -0
  264. package/lib/dsl.d.ts +210 -210
  265. package/lib/dsl.js +210 -210
  266. package/lib/umd/index.js +1 -1
  267. package/lib/umd/mp_web_alipay.js +1 -1
  268. package/lib/umd/mp_web_kakaopaysandbox.js +1 -0
  269. package/lib/umd/mp_web_mpay.js +1 -1
  270. package/lib/umd/web_alipay.js +1 -1
  271. package/lib/umd/web_changipay.js +1 -1
  272. package/lib/umd/web_h5.js +1 -1
  273. package/lib/umd/web_kaspi.js +1 -1
  274. package/package.json +1 -1
@@ -0,0 +1,261 @@
1
+ // auto-generated
2
+ import { addPhoneContact, addPhoneContactAsync } from '../../../common/apis/generated/mp_web/addPhoneContact';
3
+ import { alert, alertAsync } from '../../../common/apis/generated/mp_web/alert';
4
+ import { chooseImage, chooseImageAsync } from '../../../common/apis/generated/mp_web/chooseImage';
5
+ import { choosePhoneContact, choosePhoneContactAsync } from '../../../common/apis/generated/mp_web/choosePhoneContact';
6
+ import { clearStorage, clearStorageAsync } from '../../../common/apis/generated/mp_web/clearStorage';
7
+ import { closeBluetoothAdapter, closeBluetoothAdapterAsync } from '../../../common/apis/generated/mp_web/closeBluetoothAdapter';
8
+ import { closeSocket, closeSocketAsync } from '../../../common/apis/generated/mp_web/closeSocket';
9
+ import { confirm, confirmAsync } from '../../../common/apis/generated/mp_web/confirm';
10
+ import { connectBLEDevice, connectBLEDeviceAsync } from '../../../common/apis/generated/mp_web/connectBLEDevice';
11
+ import { connectSocket, connectSocketAsync } from '../../../common/apis/generated/mp_web/connectSocket';
12
+ import { datePicker, datePickerAsync } from '../../../common/apis/generated/mp_web/datePicker';
13
+ import { disconnectBLEDevice, disconnectBLEDeviceAsync } from '../../../common/apis/generated/mp_web/disconnectBLEDevice';
14
+ import { downloadFile, downloadFileAsync } from '../../../common/apis/generated/mp_web/downloadFile';
15
+ import { exitApp, exitAppAsync } from '../../../common/apis/generated/mp_web/exitApp';
16
+ import { getAppToken, getAppTokenAsync } from '../../../common/apis/generated/mp_web/getAppToken';
17
+ import { getAuthCode, getAuthCodeAsync } from '../../../common/apis/generated/mp_web/getAuthCode';
18
+ import { getBatteryInfo, getBatteryInfoAsync } from '../../../common/apis/generated/mp_web/getBatteryInfo';
19
+ import { getBLEDeviceCharacteristics, getBLEDeviceCharacteristicsAsync } from '../../../common/apis/generated/mp_web/getBLEDeviceCharacteristics';
20
+ import { getBLEDeviceServices, getBLEDeviceServicesAsync } from '../../../common/apis/generated/mp_web/getBLEDeviceServices';
21
+ import { getBluetoothAdapterState, getBluetoothAdapterStateAsync } from '../../../common/apis/generated/mp_web/getBluetoothAdapterState';
22
+ import { getBluetoothDevices, getBluetoothDevicesAsync } from '../../../common/apis/generated/mp_web/getBluetoothDevices';
23
+ import { getClipboard, getClipboardAsync } from '../../../common/apis/generated/mp_web/getClipboard';
24
+ import { getConnectedBluetoothDevices, getConnectedBluetoothDevicesAsync } from '../../../common/apis/generated/mp_web/getConnectedBluetoothDevices';
25
+ import { getFileInfo, getFileInfoAsync } from '../../../common/apis/generated/mp_web/getFileInfo';
26
+ import { getImageInfo, getImageInfoAsync } from '../../../common/apis/generated/mp_web/getImageInfo';
27
+ import { getLocation, getLocationAsync } from '../../../common/apis/generated/mp_web/getLocation';
28
+ import { getNetworkType, getNetworkTypeAsync } from '../../../common/apis/generated/mp_web/getNetworkType';
29
+ import { getOpenUserInfo, getOpenUserInfoAsync } from '../../../common/apis/generated/mp_web/getOpenUserInfo';
30
+ import { getSavedFileInfo, getSavedFileInfoAsync } from '../../../common/apis/generated/mp_web/getSavedFileInfo';
31
+ import { getSavedFileList, getSavedFileListAsync } from '../../../common/apis/generated/mp_web/getSavedFileList';
32
+ import { getScreenBrightness, getScreenBrightnessAsync } from '../../../common/apis/generated/mp_web/getScreenBrightness';
33
+ import { getServerTime, getServerTimeAsync } from '../../../common/apis/generated/mp_web/getServerTime';
34
+ import { getSetting, getSettingAsync } from '../../../common/apis/generated/mp_web/getSetting';
35
+ import { getSiteInfo, getSiteInfoAsync } from '../../../common/apis/generated/mp_web/getSiteInfo';
36
+ import { getStorage, getStorageAsync } from '../../../common/apis/generated/mp_web/getStorage';
37
+ import { getSystemInfo, getSystemInfoAsync } from '../../../common/apis/generated/mp_web/getSystemInfo';
38
+ import { hideBackHome, hideBackHomeAsync } from '../../../common/apis/generated/mp_web/hideBackHome';
39
+ import { hideKeyboard, hideKeyboardAsync } from '../../../common/apis/generated/mp_web/hideKeyboard';
40
+ import { hideLoading, hideLoadingAsync } from '../../../common/apis/generated/mp_web/hideLoading';
41
+ import { hideNavigationBarLoading, hideNavigationBarLoadingAsync } from '../../../common/apis/generated/mp_web/hideNavigationBarLoading';
42
+ import { hideTabBar, hideTabBarAsync } from '../../../common/apis/generated/mp_web/hideTabBar';
43
+ import { hideToast, hideToastAsync } from '../../../common/apis/generated/mp_web/hideToast';
44
+ import { makePhoneCall, makePhoneCallAsync } from '../../../common/apis/generated/mp_web/makePhoneCall';
45
+ import { multiLevelSelect, multiLevelSelectAsync } from '../../../common/apis/generated/mp_web/multiLevelSelect';
46
+ import { navigateBack, navigateBackAsync } from '../../../common/apis/generated/mp_web/navigateBack';
47
+ import { navigateBackMiniProgram, navigateBackMiniProgramAsync } from '../../../common/apis/generated/mp_web/navigateBackMiniProgram';
48
+ import { navigateTo, navigateToAsync } from '../../../common/apis/generated/mp_web/navigateTo';
49
+ import { navigateToBizScene, navigateToBizSceneAsync } from '../../../common/apis/generated/mp_web/navigateToBizScene';
50
+ import { navigateToMiniProgram, navigateToMiniProgramAsync } from '../../../common/apis/generated/mp_web/navigateToMiniProgram';
51
+ import { notifyBLECharacteristicValueChange, notifyBLECharacteristicValueChangeAsync } from '../../../common/apis/generated/mp_web/notifyBLECharacteristicValueChange';
52
+ import { offAccelerometerChange } from '../../../common/apis/generated/mp_web/offAccelerometerChange';
53
+ import { offBLECharacteristicValueChange } from '../../../common/apis/generated/mp_web/offBLECharacteristicValueChange';
54
+ import { offBLEConnectionStateChanged } from '../../../common/apis/generated/mp_web/offBLEConnectionStateChanged';
55
+ import { offBluetoothAdapterStateChange } from '../../../common/apis/generated/mp_web/offBluetoothAdapterStateChange';
56
+ import { offBluetoothDeviceFound } from '../../../common/apis/generated/mp_web/offBluetoothDeviceFound';
57
+ import { offCompassChange } from '../../../common/apis/generated/mp_web/offCompassChange';
58
+ import { offMemoryWarning } from '../../../common/apis/generated/mp_web/offMemoryWarning';
59
+ import { offSocketClose } from '../../../common/apis/generated/mp_web/offSocketClose';
60
+ import { offSocketError } from '../../../common/apis/generated/mp_web/offSocketError';
61
+ import { offSocketMessage } from '../../../common/apis/generated/mp_web/offSocketMessage';
62
+ import { offSocketOpen } from '../../../common/apis/generated/mp_web/offSocketOpen';
63
+ import { offUserCaptureScreen } from '../../../common/apis/generated/mp_web/offUserCaptureScreen';
64
+ import { onAccelerometerChange } from '../../../common/apis/generated/mp_web/onAccelerometerChange';
65
+ import { onBLECharacteristicValueChange } from '../../../common/apis/generated/mp_web/onBLECharacteristicValueChange';
66
+ import { onBLEConnectionStateChanged } from '../../../common/apis/generated/mp_web/onBLEConnectionStateChanged';
67
+ import { onBluetoothAdapterStateChange } from '../../../common/apis/generated/mp_web/onBluetoothAdapterStateChange';
68
+ import { onBluetoothDeviceFound } from '../../../common/apis/generated/mp_web/onBluetoothDeviceFound';
69
+ import { onCompassChange } from '../../../common/apis/generated/mp_web/onCompassChange';
70
+ import { onMemoryWarning } from '../../../common/apis/generated/mp_web/onMemoryWarning';
71
+ import { onSocketClose } from '../../../common/apis/generated/mp_web/onSocketClose';
72
+ import { onSocketError } from '../../../common/apis/generated/mp_web/onSocketError';
73
+ import { onSocketMessage } from '../../../common/apis/generated/mp_web/onSocketMessage';
74
+ import { onSocketOpen } from '../../../common/apis/generated/mp_web/onSocketOpen';
75
+ import { onUserCaptureScreen } from '../../../common/apis/generated/mp_web/onUserCaptureScreen';
76
+ import { openBluetoothAdapter, openBluetoothAdapterAsync } from '../../../common/apis/generated/mp_web/openBluetoothAdapter';
77
+ import { openDocument, openDocumentAsync } from '../../../common/apis/generated/mp_web/openDocument';
78
+ import { openSetting, openSettingAsync } from '../../../common/apis/generated/mp_web/openSetting';
79
+ import { pageScrollTo, pageScrollToAsync } from '../../../common/apis/generated/mp_web/pageScrollTo';
80
+ import { previewImage, previewImageAsync } from '../../../common/apis/generated/mp_web/previewImage';
81
+ import { prompt, promptAsync } from '../../../common/apis/generated/mp_web/prompt';
82
+ import { readBLECharacteristicValue, readBLECharacteristicValueAsync } from '../../../common/apis/generated/mp_web/readBLECharacteristicValue';
83
+ import { redirectTo, redirectToAsync } from '../../../common/apis/generated/mp_web/redirectTo';
84
+ import { reLaunch, reLaunchAsync } from '../../../common/apis/generated/mp_web/reLaunch';
85
+ import { removeSavedFile, removeSavedFileAsync } from '../../../common/apis/generated/mp_web/removeSavedFile';
86
+ import { removeStorage, removeStorageAsync } from '../../../common/apis/generated/mp_web/removeStorage';
87
+ import { request, requestAsync } from '../../../common/apis/generated/mp_web/request';
88
+ import { rpc, rpcAsync } from '../../../common/apis/generated/mp_web/rpc';
89
+ import { saveFile, saveFileAsync } from '../../../common/apis/generated/mp_web/saveFile';
90
+ import { saveImage, saveImageAsync } from '../../../common/apis/generated/mp_web/saveImage';
91
+ import { scan, scanAsync } from '../../../common/apis/generated/mp_web/scan';
92
+ import { sendSocketMessage, sendSocketMessageAsync } from '../../../common/apis/generated/mp_web/sendSocketMessage';
93
+ import { setBackgroundColor, setBackgroundColorAsync } from '../../../common/apis/generated/mp_web/setBackgroundColor';
94
+ import { setCanPullDown, setCanPullDownAsync } from '../../../common/apis/generated/mp_web/setCanPullDown';
95
+ import { setClipboard, setClipboardAsync } from '../../../common/apis/generated/mp_web/setClipboard';
96
+ import { setKeepScreenOn, setKeepScreenOnAsync } from '../../../common/apis/generated/mp_web/setKeepScreenOn';
97
+ import { setNavigationBar, setNavigationBarAsync } from '../../../common/apis/generated/mp_web/setNavigationBar';
98
+ import { setScreenBrightness, setScreenBrightnessAsync } from '../../../common/apis/generated/mp_web/setScreenBrightness';
99
+ import { setStorage, setStorageAsync } from '../../../common/apis/generated/mp_web/setStorage';
100
+ import { setTabBarStyle, setTabBarStyleAsync } from '../../../common/apis/generated/mp_web/setTabBarStyle';
101
+ import { showActionSheet, showActionSheetAsync } from '../../../common/apis/generated/mp_web/showActionSheet';
102
+ import { showAuthGuide, showAuthGuideAsync } from '../../../common/apis/generated/mp_web/showAuthGuide';
103
+ import { showLoading, showLoadingAsync } from '../../../common/apis/generated/mp_web/showLoading';
104
+ import { showNavigationBarLoading, showNavigationBarLoadingAsync } from '../../../common/apis/generated/mp_web/showNavigationBarLoading';
105
+ import { showToast, showToastAsync } from '../../../common/apis/generated/mp_web/showToast';
106
+ import { signContract, signContractAsync } from '../../../common/apis/generated/mp_web/signContract';
107
+ import { startBluetoothDevicesDiscovery, startBluetoothDevicesDiscoveryAsync } from '../../../common/apis/generated/mp_web/startBluetoothDevicesDiscovery';
108
+ import { startPullDownRefresh, startPullDownRefreshAsync } from '../../../common/apis/generated/mp_web/startPullDownRefresh';
109
+ import { stopBluetoothDevicesDiscovery, stopBluetoothDevicesDiscoveryAsync } from '../../../common/apis/generated/mp_web/stopBluetoothDevicesDiscovery';
110
+ import { stopPullDownRefresh, stopPullDownRefreshAsync } from '../../../common/apis/generated/mp_web/stopPullDownRefresh';
111
+ import { switchTab, switchTabAsync } from '../../../common/apis/generated/mp_web/switchTab';
112
+ import { tradePay, tradePayAsync } from '../../../common/apis/generated/mp_web/tradePay';
113
+ import { uploadFile, uploadFileAsync } from '../../../common/apis/generated/mp_web/uploadFile';
114
+ import { vibrate, vibrateAsync } from '../../../common/apis/generated/mp_web/vibrate';
115
+ import { watchShake, watchShakeAsync } from '../../../common/apis/generated/mp_web/watchShake';
116
+ import { writeBLECharacteristicValue, writeBLECharacteristicValueAsync } from '../../../common/apis/generated/mp_web/writeBLECharacteristicValue';
117
+ import { showSharePanel, showSharePanelAsync } from '../../../common/apis/generated/mp_web/showSharePanel';
118
+ import { setTransparentTitle, setTransparentTitleAsync } from '../../../common/apis/generated/mp_web/setTransparentTitle';
119
+ import { getRunScene, getRunSceneAsync } from '../../../common/apis/generated/mp_web/getRunScene';
120
+ import { chooseFileFromDisk, chooseFileFromDiskAsync } from '../../../common/apis/generated/mp_web/chooseFileFromDisk';
121
+ import { chooseVideo, chooseVideoAsync } from '../../../common/apis/generated/mp_web/chooseVideo';
122
+ import { compressImage, compressImageAsync } from '../../../common/apis/generated/mp_web/compressImage';
123
+ import { setTabBarItem, setTabBarItemAsync } from '../../../common/apis/generated/mp_web/setTabBarItem';
124
+ import { showTabBar, showTabBarAsync } from '../../../common/apis/generated/mp_web/showTabBar';
125
+ import { getBackgroundFetchData, getBackgroundFetchDataAsync } from '../../../common/apis/generated/mp_web/getBackgroundFetchData';
126
+ import { getEnterOptionsSync, getEnterOptionsSyncAsync } from '../../../common/apis/generated/mp_web/getEnterOptionsSync';
127
+ import getAppId from './getAppId';
128
+ import getCurrentPages from './getCurrentPages';
129
+ import getSDKVersion from './getSDKVersion';
130
+ export default {
131
+ addPhoneContact: addPhoneContact,
132
+ alert: alert,
133
+ chooseImage: chooseImage,
134
+ choosePhoneContact: choosePhoneContact,
135
+ clearStorage: clearStorage,
136
+ closeBluetoothAdapter: closeBluetoothAdapter,
137
+ closeSocket: closeSocket,
138
+ confirm: confirm,
139
+ connectBLEDevice: connectBLEDevice,
140
+ connectSocket: connectSocket,
141
+ datePicker: datePicker,
142
+ disconnectBLEDevice: disconnectBLEDevice,
143
+ downloadFile: downloadFile,
144
+ exitApp: exitApp,
145
+ getAppToken: getAppToken,
146
+ getAuthCode: getAuthCode,
147
+ getBatteryInfo: getBatteryInfo,
148
+ getBLEDeviceCharacteristics: getBLEDeviceCharacteristics,
149
+ getBLEDeviceServices: getBLEDeviceServices,
150
+ getBluetoothAdapterState: getBluetoothAdapterState,
151
+ getBluetoothDevices: getBluetoothDevices,
152
+ getClipboard: getClipboard,
153
+ getConnectedBluetoothDevices: getConnectedBluetoothDevices,
154
+ getFileInfo: getFileInfo,
155
+ getImageInfo: getImageInfo,
156
+ getLocation: getLocation,
157
+ getNetworkType: getNetworkType,
158
+ getOpenUserInfo: getOpenUserInfo,
159
+ getSavedFileInfo: getSavedFileInfo,
160
+ getSavedFileList: getSavedFileList,
161
+ getScreenBrightness: getScreenBrightness,
162
+ getServerTime: getServerTime,
163
+ getSetting: getSetting,
164
+ getSiteInfo: getSiteInfo,
165
+ getStorage: getStorage,
166
+ getSystemInfo: getSystemInfo,
167
+ hideBackHome: hideBackHome,
168
+ hideKeyboard: hideKeyboard,
169
+ hideLoading: hideLoading,
170
+ hideNavigationBarLoading: hideNavigationBarLoading,
171
+ hideTabBar: hideTabBar,
172
+ hideToast: hideToast,
173
+ makePhoneCall: makePhoneCall,
174
+ multiLevelSelect: multiLevelSelect,
175
+ navigateBack: navigateBack,
176
+ navigateBackMiniProgram: navigateBackMiniProgram,
177
+ navigateTo: navigateTo,
178
+ navigateToBizScene: navigateToBizScene,
179
+ navigateToMiniProgram: navigateToMiniProgram,
180
+ notifyBLECharacteristicValueChange: notifyBLECharacteristicValueChange,
181
+ offAccelerometerChange: offAccelerometerChange,
182
+ offBLECharacteristicValueChange: offBLECharacteristicValueChange,
183
+ offBLEConnectionStateChanged: offBLEConnectionStateChanged,
184
+ offBluetoothAdapterStateChange: offBluetoothAdapterStateChange,
185
+ offBluetoothDeviceFound: offBluetoothDeviceFound,
186
+ offCompassChange: offCompassChange,
187
+ offMemoryWarning: offMemoryWarning,
188
+ offSocketClose: offSocketClose,
189
+ offSocketError: offSocketError,
190
+ offSocketMessage: offSocketMessage,
191
+ offSocketOpen: offSocketOpen,
192
+ offUserCaptureScreen: offUserCaptureScreen,
193
+ onAccelerometerChange: onAccelerometerChange,
194
+ onBLECharacteristicValueChange: onBLECharacteristicValueChange,
195
+ onBLEConnectionStateChanged: onBLEConnectionStateChanged,
196
+ onBluetoothAdapterStateChange: onBluetoothAdapterStateChange,
197
+ onBluetoothDeviceFound: onBluetoothDeviceFound,
198
+ onCompassChange: onCompassChange,
199
+ onMemoryWarning: onMemoryWarning,
200
+ onSocketClose: onSocketClose,
201
+ onSocketError: onSocketError,
202
+ onSocketMessage: onSocketMessage,
203
+ onSocketOpen: onSocketOpen,
204
+ onUserCaptureScreen: onUserCaptureScreen,
205
+ openBluetoothAdapter: openBluetoothAdapter,
206
+ openDocument: openDocument,
207
+ openSetting: openSetting,
208
+ pageScrollTo: pageScrollTo,
209
+ previewImage: previewImage,
210
+ prompt: prompt,
211
+ readBLECharacteristicValue: readBLECharacteristicValue,
212
+ redirectTo: redirectTo,
213
+ reLaunch: reLaunch,
214
+ removeSavedFile: removeSavedFile,
215
+ removeStorage: removeStorage,
216
+ request: request,
217
+ rpc: rpc,
218
+ saveFile: saveFile,
219
+ saveImage: saveImage,
220
+ scan: scan,
221
+ sendSocketMessage: sendSocketMessage,
222
+ setBackgroundColor: setBackgroundColor,
223
+ setCanPullDown: setCanPullDown,
224
+ setClipboard: setClipboard,
225
+ setKeepScreenOn: setKeepScreenOn,
226
+ setNavigationBar: setNavigationBar,
227
+ setScreenBrightness: setScreenBrightness,
228
+ setStorage: setStorage,
229
+ setTabBarStyle: setTabBarStyle,
230
+ showActionSheet: showActionSheet,
231
+ showAuthGuide: showAuthGuide,
232
+ showLoading: showLoading,
233
+ showNavigationBarLoading: showNavigationBarLoading,
234
+ showToast: showToast,
235
+ signContract: signContract,
236
+ startBluetoothDevicesDiscovery: startBluetoothDevicesDiscovery,
237
+ startPullDownRefresh: startPullDownRefresh,
238
+ stopBluetoothDevicesDiscovery: stopBluetoothDevicesDiscovery,
239
+ stopPullDownRefresh: stopPullDownRefresh,
240
+ switchTab: switchTab,
241
+ tradePay: tradePay,
242
+ uploadFile: uploadFile,
243
+ vibrate: vibrate,
244
+ watchShake: watchShake,
245
+ writeBLECharacteristicValue: writeBLECharacteristicValue,
246
+ showSharePanel: showSharePanel,
247
+ setTransparentTitle: setTransparentTitle,
248
+ getRunScene: getRunScene,
249
+ chooseFileFromDisk: chooseFileFromDisk,
250
+ chooseVideo: chooseVideo,
251
+ compressImage: compressImage,
252
+ setTabBarItem: setTabBarItem,
253
+ showTabBar: showTabBar,
254
+ getBackgroundFetchData: getBackgroundFetchData,
255
+ getEnterOptionsSync: getEnterOptionsSync,
256
+ getAppId: getAppId,
257
+ getCurrentPages: getCurrentPages,
258
+ getSDKVersion: getSDKVersion
259
+ };
260
+ export { addPhoneContact, alert, chooseImage, choosePhoneContact, clearStorage, closeBluetoothAdapter, closeSocket, confirm, connectBLEDevice, connectSocket, datePicker, disconnectBLEDevice, downloadFile, exitApp, getAppToken, getAuthCode, getBatteryInfo, getBLEDeviceCharacteristics, getBLEDeviceServices, getBluetoothAdapterState, getBluetoothDevices, getClipboard, getConnectedBluetoothDevices, getFileInfo, getImageInfo, getLocation, getNetworkType, getOpenUserInfo, getSavedFileInfo, getSavedFileList, getScreenBrightness, getServerTime, getSetting, getSiteInfo, getStorage, getSystemInfo, hideBackHome, hideKeyboard, hideLoading, hideNavigationBarLoading, hideTabBar, hideToast, makePhoneCall, multiLevelSelect, navigateBack, navigateBackMiniProgram, navigateTo, navigateToBizScene, navigateToMiniProgram, notifyBLECharacteristicValueChange, offAccelerometerChange, offBLECharacteristicValueChange, offBLEConnectionStateChanged, offBluetoothAdapterStateChange, offBluetoothDeviceFound, offCompassChange, offMemoryWarning, offSocketClose, offSocketError, offSocketMessage, offSocketOpen, offUserCaptureScreen, onAccelerometerChange, onBLECharacteristicValueChange, onBLEConnectionStateChanged, onBluetoothAdapterStateChange, onBluetoothDeviceFound, onCompassChange, onMemoryWarning, onSocketClose, onSocketError, onSocketMessage, onSocketOpen, onUserCaptureScreen, openBluetoothAdapter, openDocument, openSetting, pageScrollTo, previewImage, prompt, readBLECharacteristicValue, redirectTo, reLaunch, removeSavedFile, removeStorage, request, rpc, saveFile, saveImage, scan, sendSocketMessage, setBackgroundColor, setCanPullDown, setClipboard, setKeepScreenOn, setNavigationBar, setScreenBrightness, setStorage, setTabBarStyle, showActionSheet, showAuthGuide, showLoading, showNavigationBarLoading, showToast, signContract, startBluetoothDevicesDiscovery, startPullDownRefresh, stopBluetoothDevicesDiscovery, stopPullDownRefresh, switchTab, tradePay, uploadFile, vibrate, watchShake, writeBLECharacteristicValue, showSharePanel, setTransparentTitle, getRunScene, chooseFileFromDisk, chooseVideo, compressImage, setTabBarItem, showTabBar, getBackgroundFetchData, getEnterOptionsSync, getAppId, getCurrentPages, getSDKVersion };
261
+ export { addPhoneContactAsync, alertAsync, chooseImageAsync, choosePhoneContactAsync, clearStorageAsync, closeBluetoothAdapterAsync, closeSocketAsync, confirmAsync, connectBLEDeviceAsync, connectSocketAsync, datePickerAsync, disconnectBLEDeviceAsync, downloadFileAsync, exitAppAsync, getAppTokenAsync, getAuthCodeAsync, getBatteryInfoAsync, getBLEDeviceCharacteristicsAsync, getBLEDeviceServicesAsync, getBluetoothAdapterStateAsync, getBluetoothDevicesAsync, getClipboardAsync, getConnectedBluetoothDevicesAsync, getFileInfoAsync, getImageInfoAsync, getLocationAsync, getNetworkTypeAsync, getOpenUserInfoAsync, getSavedFileInfoAsync, getSavedFileListAsync, getScreenBrightnessAsync, getServerTimeAsync, getSettingAsync, getSiteInfoAsync, getStorageAsync, getSystemInfoAsync, hideBackHomeAsync, hideKeyboardAsync, hideLoadingAsync, hideNavigationBarLoadingAsync, hideTabBarAsync, hideToastAsync, makePhoneCallAsync, multiLevelSelectAsync, navigateBackAsync, navigateBackMiniProgramAsync, navigateToAsync, navigateToBizSceneAsync, navigateToMiniProgramAsync, notifyBLECharacteristicValueChangeAsync, openBluetoothAdapterAsync, openDocumentAsync, openSettingAsync, pageScrollToAsync, previewImageAsync, promptAsync, readBLECharacteristicValueAsync, redirectToAsync, reLaunchAsync, removeSavedFileAsync, removeStorageAsync, requestAsync, rpcAsync, saveFileAsync, saveImageAsync, scanAsync, sendSocketMessageAsync, setBackgroundColorAsync, setCanPullDownAsync, setClipboardAsync, setKeepScreenOnAsync, setNavigationBarAsync, setScreenBrightnessAsync, setStorageAsync, setTabBarStyleAsync, showActionSheetAsync, showAuthGuideAsync, showLoadingAsync, showNavigationBarLoadingAsync, showToastAsync, signContractAsync, startBluetoothDevicesDiscoveryAsync, startPullDownRefreshAsync, stopBluetoothDevicesDiscoveryAsync, stopPullDownRefreshAsync, switchTabAsync, tradePayAsync, uploadFileAsync, vibrateAsync, watchShakeAsync, writeBLECharacteristicValueAsync, showSharePanelAsync, setTransparentTitleAsync, getRunSceneAsync, chooseFileFromDiskAsync, chooseVideoAsync, compressImageAsync, setTabBarItemAsync, showTabBarAsync, getBackgroundFetchDataAsync, getEnterOptionsSyncAsync };
@@ -0,0 +1,2 @@
1
+ import fill from '../../../common/apis/generated/mp_web/makePhoneCall';
2
+ export default fill;
@@ -0,0 +1,3 @@
1
+ // auto-generated
2
+ import fill from '../../../common/apis/generated/mp_web/makePhoneCall';
3
+ export default fill;
@@ -0,0 +1,2 @@
1
+ import fill from '../../../common/apis/generated/mp_web/multiLevelSelect';
2
+ export default fill;
@@ -0,0 +1,3 @@
1
+ // auto-generated
2
+ import fill from '../../../common/apis/generated/mp_web/multiLevelSelect';
3
+ export default fill;
@@ -0,0 +1,2 @@
1
+ import fill from '../../../common/apis/generated/mp_web/navigateBack';
2
+ export default fill;
@@ -0,0 +1,3 @@
1
+ // auto-generated
2
+ import fill from '../../../common/apis/generated/mp_web/navigateBack';
3
+ export default fill;
@@ -0,0 +1,2 @@
1
+ import fill from '../../../common/apis/generated/mp_web/navigateBackMiniProgram';
2
+ export default fill;
@@ -0,0 +1,3 @@
1
+ // auto-generated
2
+ import fill from '../../../common/apis/generated/mp_web/navigateBackMiniProgram';
3
+ export default fill;
@@ -0,0 +1,2 @@
1
+ import fill from '../../../common/apis/generated/mp_web/navigateTo';
2
+ export default fill;
@@ -0,0 +1,3 @@
1
+ // auto-generated
2
+ import fill from '../../../common/apis/generated/mp_web/navigateTo';
3
+ export default fill;
@@ -0,0 +1,2 @@
1
+ import fill from '../../../common/apis/generated/mp_web/navigateToBizScene';
2
+ export default fill;
@@ -0,0 +1,3 @@
1
+ // auto-generated
2
+ import fill from '../../../common/apis/generated/mp_web/navigateToBizScene';
3
+ export default fill;
@@ -0,0 +1,2 @@
1
+ import fill from '../../../common/apis/generated/mp_web/navigateToMiniProgram';
2
+ export default fill;
@@ -0,0 +1,3 @@
1
+ // auto-generated
2
+ import fill from '../../../common/apis/generated/mp_web/navigateToMiniProgram';
3
+ export default fill;
@@ -0,0 +1,2 @@
1
+ import fill from '../../../common/apis/generated/mp_web/notifyBLECharacteristicValueChange';
2
+ export default fill;
@@ -0,0 +1,3 @@
1
+ // auto-generated
2
+ import fill from '../../../common/apis/generated/mp_web/notifyBLECharacteristicValueChange';
3
+ export default fill;
@@ -0,0 +1,2 @@
1
+ import fill from '../../../common/apis/generated/mp_web/offAccelerometerChange';
2
+ export default fill;
@@ -0,0 +1,3 @@
1
+ // auto-generated
2
+ import fill from '../../../common/apis/generated/mp_web/offAccelerometerChange';
3
+ export default fill;
@@ -0,0 +1,2 @@
1
+ import fill from '../../../common/apis/generated/mp_web/offBLECharacteristicValueChange';
2
+ export default fill;
@@ -0,0 +1,3 @@
1
+ // auto-generated
2
+ import fill from '../../../common/apis/generated/mp_web/offBLECharacteristicValueChange';
3
+ export default fill;
@@ -0,0 +1,2 @@
1
+ import fill from '../../../common/apis/generated/mp_web/offBLEConnectionStateChanged';
2
+ export default fill;
@@ -0,0 +1,3 @@
1
+ // auto-generated
2
+ import fill from '../../../common/apis/generated/mp_web/offBLEConnectionStateChanged';
3
+ export default fill;
@@ -0,0 +1,2 @@
1
+ import fill from '../../../common/apis/generated/mp_web/offBluetoothAdapterStateChange';
2
+ export default fill;
@@ -0,0 +1,3 @@
1
+ // auto-generated
2
+ import fill from '../../../common/apis/generated/mp_web/offBluetoothAdapterStateChange';
3
+ export default fill;
@@ -0,0 +1,2 @@
1
+ import fill from '../../../common/apis/generated/mp_web/offBluetoothDeviceFound';
2
+ export default fill;
@@ -0,0 +1,3 @@
1
+ // auto-generated
2
+ import fill from '../../../common/apis/generated/mp_web/offBluetoothDeviceFound';
3
+ export default fill;
@@ -0,0 +1,2 @@
1
+ import fill from '../../../common/apis/generated/mp_web/offCompassChange';
2
+ export default fill;
@@ -0,0 +1,3 @@
1
+ // auto-generated
2
+ import fill from '../../../common/apis/generated/mp_web/offCompassChange';
3
+ export default fill;
@@ -0,0 +1,2 @@
1
+ import fill from '../../../common/apis/generated/mp_web/offMemoryWarning';
2
+ export default fill;
@@ -0,0 +1,3 @@
1
+ // auto-generated
2
+ import fill from '../../../common/apis/generated/mp_web/offMemoryWarning';
3
+ export default fill;
@@ -0,0 +1,2 @@
1
+ import fill from '../../../common/apis/generated/mp_web/offSocketClose';
2
+ export default fill;
@@ -0,0 +1,3 @@
1
+ // auto-generated
2
+ import fill from '../../../common/apis/generated/mp_web/offSocketClose';
3
+ export default fill;
@@ -0,0 +1,2 @@
1
+ import fill from '../../../common/apis/generated/mp_web/offSocketError';
2
+ export default fill;
@@ -0,0 +1,3 @@
1
+ // auto-generated
2
+ import fill from '../../../common/apis/generated/mp_web/offSocketError';
3
+ export default fill;
@@ -0,0 +1,2 @@
1
+ import fill from '../../../common/apis/generated/mp_web/offSocketMessage';
2
+ export default fill;
@@ -0,0 +1,3 @@
1
+ // auto-generated
2
+ import fill from '../../../common/apis/generated/mp_web/offSocketMessage';
3
+ export default fill;
@@ -0,0 +1,2 @@
1
+ import fill from '../../../common/apis/generated/mp_web/offSocketOpen';
2
+ export default fill;
@@ -0,0 +1,3 @@
1
+ // auto-generated
2
+ import fill from '../../../common/apis/generated/mp_web/offSocketOpen';
3
+ export default fill;
@@ -0,0 +1,2 @@
1
+ import fill from '../../../common/apis/generated/mp_web/offUserCaptureScreen';
2
+ export default fill;
@@ -0,0 +1,3 @@
1
+ // auto-generated
2
+ import fill from '../../../common/apis/generated/mp_web/offUserCaptureScreen';
3
+ export default fill;
@@ -0,0 +1,2 @@
1
+ import fill from '../../../common/apis/generated/mp_web/onAccelerometerChange';
2
+ export default fill;
@@ -0,0 +1,3 @@
1
+ // auto-generated
2
+ import fill from '../../../common/apis/generated/mp_web/onAccelerometerChange';
3
+ export default fill;
@@ -0,0 +1,2 @@
1
+ import fill from '../../../common/apis/generated/mp_web/onBLECharacteristicValueChange';
2
+ export default fill;
@@ -0,0 +1,3 @@
1
+ // auto-generated
2
+ import fill from '../../../common/apis/generated/mp_web/onBLECharacteristicValueChange';
3
+ export default fill;
@@ -0,0 +1,2 @@
1
+ import fill from '../../../common/apis/generated/mp_web/onBLEConnectionStateChanged';
2
+ export default fill;
@@ -0,0 +1,3 @@
1
+ // auto-generated
2
+ import fill from '../../../common/apis/generated/mp_web/onBLEConnectionStateChanged';
3
+ export default fill;
@@ -0,0 +1,2 @@
1
+ import fill from '../../../common/apis/generated/mp_web/onBluetoothAdapterStateChange';
2
+ export default fill;
@@ -0,0 +1,3 @@
1
+ // auto-generated
2
+ import fill from '../../../common/apis/generated/mp_web/onBluetoothAdapterStateChange';
3
+ export default fill;
@@ -0,0 +1,2 @@
1
+ import fill from '../../../common/apis/generated/mp_web/onBluetoothDeviceFound';
2
+ export default fill;
@@ -0,0 +1,3 @@
1
+ // auto-generated
2
+ import fill from '../../../common/apis/generated/mp_web/onBluetoothDeviceFound';
3
+ export default fill;
@@ -0,0 +1,2 @@
1
+ import fill from '../../../common/apis/generated/mp_web/onCompassChange';
2
+ export default fill;
@@ -0,0 +1,3 @@
1
+ // auto-generated
2
+ import fill from '../../../common/apis/generated/mp_web/onCompassChange';
3
+ export default fill;
@@ -0,0 +1,2 @@
1
+ import fill from '../../../common/apis/generated/mp_web/onMemoryWarning';
2
+ export default fill;
@@ -0,0 +1,3 @@
1
+ // auto-generated
2
+ import fill from '../../../common/apis/generated/mp_web/onMemoryWarning';
3
+ export default fill;
@@ -0,0 +1,2 @@
1
+ import fill from '../../../common/apis/generated/mp_web/onSocketClose';
2
+ export default fill;
@@ -0,0 +1,3 @@
1
+ // auto-generated
2
+ import fill from '../../../common/apis/generated/mp_web/onSocketClose';
3
+ export default fill;
@@ -0,0 +1,2 @@
1
+ import fill from '../../../common/apis/generated/mp_web/onSocketError';
2
+ export default fill;
@@ -0,0 +1,3 @@
1
+ // auto-generated
2
+ import fill from '../../../common/apis/generated/mp_web/onSocketError';
3
+ export default fill;
@@ -0,0 +1,2 @@
1
+ import fill from '../../../common/apis/generated/mp_web/onSocketMessage';
2
+ export default fill;
@@ -0,0 +1,3 @@
1
+ // auto-generated
2
+ import fill from '../../../common/apis/generated/mp_web/onSocketMessage';
3
+ export default fill;
@@ -0,0 +1,2 @@
1
+ import fill from '../../../common/apis/generated/mp_web/onSocketOpen';
2
+ export default fill;
@@ -0,0 +1,3 @@
1
+ // auto-generated
2
+ import fill from '../../../common/apis/generated/mp_web/onSocketOpen';
3
+ export default fill;
@@ -0,0 +1,2 @@
1
+ import fill from '../../../common/apis/generated/mp_web/onUserCaptureScreen';
2
+ export default fill;
@@ -0,0 +1,3 @@
1
+ // auto-generated
2
+ import fill from '../../../common/apis/generated/mp_web/onUserCaptureScreen';
3
+ export default fill;
@@ -0,0 +1,2 @@
1
+ import fill from '../../../common/apis/generated/mp_web/openBluetoothAdapter';
2
+ export default fill;
@@ -0,0 +1,3 @@
1
+ // auto-generated
2
+ import fill from '../../../common/apis/generated/mp_web/openBluetoothAdapter';
3
+ export default fill;
@@ -0,0 +1,2 @@
1
+ import fill from '../../../common/apis/generated/mp_web/openDocument';
2
+ export default fill;
@@ -0,0 +1,3 @@
1
+ // auto-generated
2
+ import fill from '../../../common/apis/generated/mp_web/openDocument';
3
+ export default fill;