hylid-bridge 6.1.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 (269) 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/dsl.d.ts +210 -210
  263. package/lib/dsl.js +210 -210
  264. package/lib/umd/index.js +1 -1
  265. package/lib/umd/mp_web_alipay.js +1 -1
  266. package/lib/umd/mp_web_kakaopaysandbox.js +1 -0
  267. package/lib/umd/mp_web_mpay.js +1 -1
  268. package/lib/umd/web_alipay.js +1 -1
  269. package/package.json +1 -1
@@ -0,0 +1,2 @@
1
+ import fill from '../../../common/apis/generated/mp_web/openSetting';
2
+ export default fill;
@@ -0,0 +1,3 @@
1
+ // auto-generated
2
+ import fill from '../../../common/apis/generated/mp_web/openSetting';
3
+ export default fill;
@@ -0,0 +1,2 @@
1
+ import fill from '../../../common/apis/generated/mp_web/pageScrollTo';
2
+ export default fill;
@@ -0,0 +1,3 @@
1
+ // auto-generated
2
+ import fill from '../../../common/apis/generated/mp_web/pageScrollTo';
3
+ export default fill;
@@ -0,0 +1,2 @@
1
+ import fill from '../../../common/apis/generated/mp_web/previewImage';
2
+ export default fill;
@@ -0,0 +1,3 @@
1
+ // auto-generated
2
+ import fill from '../../../common/apis/generated/mp_web/previewImage';
3
+ export default fill;
@@ -0,0 +1,2 @@
1
+ import fill from '../../../common/apis/generated/mp_web/prompt';
2
+ export default fill;
@@ -0,0 +1,3 @@
1
+ // auto-generated
2
+ import fill from '../../../common/apis/generated/mp_web/prompt';
3
+ export default fill;
@@ -0,0 +1,2 @@
1
+ import fill from '../../../common/apis/generated/mp_web/reLaunch';
2
+ export default fill;
@@ -0,0 +1,3 @@
1
+ // auto-generated
2
+ import fill from '../../../common/apis/generated/mp_web/reLaunch';
3
+ export default fill;
@@ -0,0 +1,2 @@
1
+ import fill from '../../../common/apis/generated/mp_web/readBLECharacteristicValue';
2
+ export default fill;
@@ -0,0 +1,3 @@
1
+ // auto-generated
2
+ import fill from '../../../common/apis/generated/mp_web/readBLECharacteristicValue';
3
+ export default fill;
@@ -0,0 +1,2 @@
1
+ import fill from '../../../common/apis/generated/mp_web/redirectTo';
2
+ export default fill;
@@ -0,0 +1,3 @@
1
+ // auto-generated
2
+ import fill from '../../../common/apis/generated/mp_web/redirectTo';
3
+ export default fill;
@@ -0,0 +1,2 @@
1
+ import fill from '../../../common/apis/generated/mp_web/removeSavedFile';
2
+ export default fill;
@@ -0,0 +1,3 @@
1
+ // auto-generated
2
+ import fill from '../../../common/apis/generated/mp_web/removeSavedFile';
3
+ export default fill;
@@ -0,0 +1,2 @@
1
+ import fill from '../../../common/apis/generated/mp_web/removeStorage';
2
+ export default fill;
@@ -0,0 +1,3 @@
1
+ // auto-generated
2
+ import fill from '../../../common/apis/generated/mp_web/removeStorage';
3
+ export default fill;
@@ -0,0 +1,2 @@
1
+ import fill from '../../../common/apis/generated/mp_web/request';
2
+ export default fill;
@@ -0,0 +1,3 @@
1
+ // auto-generated
2
+ import fill from '../../../common/apis/generated/mp_web/request';
3
+ export default fill;
@@ -0,0 +1,2 @@
1
+ import fill from '../../../common/apis/generated/mp_web/rpc';
2
+ export default fill;
@@ -0,0 +1,3 @@
1
+ // auto-generated
2
+ import fill from '../../../common/apis/generated/mp_web/rpc';
3
+ export default fill;
@@ -0,0 +1,2 @@
1
+ import fill from '../../../common/apis/generated/mp_web/saveFile';
2
+ export default fill;
@@ -0,0 +1,3 @@
1
+ // auto-generated
2
+ import fill from '../../../common/apis/generated/mp_web/saveFile';
3
+ export default fill;
@@ -0,0 +1,2 @@
1
+ import fill from '../../../common/apis/generated/mp_web/saveImage';
2
+ export default fill;
@@ -0,0 +1,3 @@
1
+ // auto-generated
2
+ import fill from '../../../common/apis/generated/mp_web/saveImage';
3
+ export default fill;
@@ -0,0 +1,2 @@
1
+ import fill from '../../../common/apis/generated/mp_web/scan';
2
+ export default fill;
@@ -0,0 +1,3 @@
1
+ // auto-generated
2
+ import fill from '../../../common/apis/generated/mp_web/scan';
3
+ export default fill;
@@ -0,0 +1,2 @@
1
+ import fill from '../../../common/apis/generated/mp_web/sendSocketMessage';
2
+ export default fill;
@@ -0,0 +1,3 @@
1
+ // auto-generated
2
+ import fill from '../../../common/apis/generated/mp_web/sendSocketMessage';
3
+ export default fill;
@@ -0,0 +1,2 @@
1
+ import fill from '../../../common/apis/generated/mp_web/setBackgroundColor';
2
+ export default fill;
@@ -0,0 +1,3 @@
1
+ // auto-generated
2
+ import fill from '../../../common/apis/generated/mp_web/setBackgroundColor';
3
+ export default fill;
@@ -0,0 +1,2 @@
1
+ import fill from '../../../common/apis/generated/mp_web/setCanPullDown';
2
+ export default fill;
@@ -0,0 +1,3 @@
1
+ // auto-generated
2
+ import fill from '../../../common/apis/generated/mp_web/setCanPullDown';
3
+ export default fill;
@@ -0,0 +1,2 @@
1
+ import fill from '../../../common/apis/generated/mp_web/setClipboard';
2
+ export default fill;
@@ -0,0 +1,3 @@
1
+ // auto-generated
2
+ import fill from '../../../common/apis/generated/mp_web/setClipboard';
3
+ export default fill;
@@ -0,0 +1,2 @@
1
+ import fill from '../../../common/apis/generated/mp_web/setKeepScreenOn';
2
+ export default fill;
@@ -0,0 +1,3 @@
1
+ // auto-generated
2
+ import fill from '../../../common/apis/generated/mp_web/setKeepScreenOn';
3
+ export default fill;
@@ -0,0 +1,2 @@
1
+ import fill from '../../../common/apis/generated/mp_web/setNavigationBar';
2
+ export default fill;
@@ -0,0 +1,3 @@
1
+ // auto-generated
2
+ import fill from '../../../common/apis/generated/mp_web/setNavigationBar';
3
+ export default fill;
@@ -0,0 +1,2 @@
1
+ import fill from '../../../common/apis/generated/mp_web/setScreenBrightness';
2
+ export default fill;
@@ -0,0 +1,3 @@
1
+ // auto-generated
2
+ import fill from '../../../common/apis/generated/mp_web/setScreenBrightness';
3
+ export default fill;
@@ -0,0 +1,2 @@
1
+ import fill from '../../../common/apis/generated/mp_web/setStorage';
2
+ export default fill;
@@ -0,0 +1,3 @@
1
+ // auto-generated
2
+ import fill from '../../../common/apis/generated/mp_web/setStorage';
3
+ export default fill;
@@ -0,0 +1,2 @@
1
+ import fill from '../../../common/apis/generated/mp_web/setTabBarItem';
2
+ export default fill;
@@ -0,0 +1,3 @@
1
+ // auto-generated
2
+ import fill from '../../../common/apis/generated/mp_web/setTabBarItem';
3
+ export default fill;
@@ -0,0 +1,2 @@
1
+ import fill from '../../../common/apis/generated/mp_web/setTabBarStyle';
2
+ export default fill;
@@ -0,0 +1,3 @@
1
+ // auto-generated
2
+ import fill from '../../../common/apis/generated/mp_web/setTabBarStyle';
3
+ export default fill;
@@ -0,0 +1,2 @@
1
+ import fill from '../../../common/apis/generated/mp_web/setTransparentTitle';
2
+ export default fill;
@@ -0,0 +1,3 @@
1
+ // auto-generated
2
+ import fill from '../../../common/apis/generated/mp_web/setTransparentTitle';
3
+ export default fill;
@@ -0,0 +1,2 @@
1
+ import fill from '../../../common/apis/generated/mp_web/showActionSheet';
2
+ export default fill;
@@ -0,0 +1,3 @@
1
+ // auto-generated
2
+ import fill from '../../../common/apis/generated/mp_web/showActionSheet';
3
+ export default fill;
@@ -0,0 +1,2 @@
1
+ import fill from '../../../common/apis/generated/mp_web/showAuthGuide';
2
+ export default fill;
@@ -0,0 +1,3 @@
1
+ // auto-generated
2
+ import fill from '../../../common/apis/generated/mp_web/showAuthGuide';
3
+ export default fill;
@@ -0,0 +1,2 @@
1
+ import fill from '../../../common/apis/generated/mp_web/showLoading';
2
+ export default fill;
@@ -0,0 +1,3 @@
1
+ // auto-generated
2
+ import fill from '../../../common/apis/generated/mp_web/showLoading';
3
+ export default fill;
@@ -0,0 +1,2 @@
1
+ import fill from '../../../common/apis/generated/mp_web/showNavigationBarLoading';
2
+ export default fill;
@@ -0,0 +1,3 @@
1
+ // auto-generated
2
+ import fill from '../../../common/apis/generated/mp_web/showNavigationBarLoading';
3
+ export default fill;
@@ -0,0 +1,2 @@
1
+ import fill from '../../../common/apis/generated/mp_web/showSharePanel';
2
+ export default fill;
@@ -0,0 +1,3 @@
1
+ // auto-generated
2
+ import fill from '../../../common/apis/generated/mp_web/showSharePanel';
3
+ export default fill;
@@ -0,0 +1,2 @@
1
+ import fill from '../../../common/apis/generated/mp_web/showTabBar';
2
+ export default fill;
@@ -0,0 +1,3 @@
1
+ // auto-generated
2
+ import fill from '../../../common/apis/generated/mp_web/showTabBar';
3
+ export default fill;
@@ -0,0 +1,2 @@
1
+ import fill from '../../../common/apis/generated/mp_web/showToast';
2
+ export default fill;
@@ -0,0 +1,3 @@
1
+ // auto-generated
2
+ import fill from '../../../common/apis/generated/mp_web/showToast';
3
+ export default fill;
@@ -0,0 +1,2 @@
1
+ import fill from '../../../common/apis/generated/mp_web/signContract';
2
+ export default fill;
@@ -0,0 +1,3 @@
1
+ // auto-generated
2
+ import fill from '../../../common/apis/generated/mp_web/signContract';
3
+ export default fill;
@@ -0,0 +1,2 @@
1
+ import fill from '../../../common/apis/generated/mp_web/startBluetoothDevicesDiscovery';
2
+ export default fill;
@@ -0,0 +1,3 @@
1
+ // auto-generated
2
+ import fill from '../../../common/apis/generated/mp_web/startBluetoothDevicesDiscovery';
3
+ export default fill;
@@ -0,0 +1,2 @@
1
+ import fill from '../../../common/apis/generated/mp_web/startPullDownRefresh';
2
+ export default fill;
@@ -0,0 +1,3 @@
1
+ // auto-generated
2
+ import fill from '../../../common/apis/generated/mp_web/startPullDownRefresh';
3
+ export default fill;
@@ -0,0 +1,2 @@
1
+ import fill from '../../../common/apis/generated/mp_web/stopBluetoothDevicesDiscovery';
2
+ export default fill;
@@ -0,0 +1,3 @@
1
+ // auto-generated
2
+ import fill from '../../../common/apis/generated/mp_web/stopBluetoothDevicesDiscovery';
3
+ export default fill;
@@ -0,0 +1,2 @@
1
+ import fill from '../../../common/apis/generated/mp_web/stopPullDownRefresh';
2
+ export default fill;
@@ -0,0 +1,3 @@
1
+ // auto-generated
2
+ import fill from '../../../common/apis/generated/mp_web/stopPullDownRefresh';
3
+ export default fill;
@@ -0,0 +1,2 @@
1
+ import fill from '../../../common/apis/generated/mp_web/switchTab';
2
+ export default fill;
@@ -0,0 +1,3 @@
1
+ // auto-generated
2
+ import fill from '../../../common/apis/generated/mp_web/switchTab';
3
+ export default fill;
@@ -0,0 +1,2 @@
1
+ import fill from '../../../common/apis/generated/mp_web/tradePay';
2
+ export default fill;
@@ -0,0 +1,3 @@
1
+ // auto-generated
2
+ import fill from '../../../common/apis/generated/mp_web/tradePay';
3
+ export default fill;
@@ -0,0 +1,2 @@
1
+ import fill from '../../../common/apis/generated/mp_web/uploadFile';
2
+ export default fill;
@@ -0,0 +1,3 @@
1
+ // auto-generated
2
+ import fill from '../../../common/apis/generated/mp_web/uploadFile';
3
+ export default fill;
@@ -0,0 +1,2 @@
1
+ import fill from '../../../common/apis/generated/mp_web/vibrate';
2
+ export default fill;
@@ -0,0 +1,3 @@
1
+ // auto-generated
2
+ import fill from '../../../common/apis/generated/mp_web/vibrate';
3
+ export default fill;
@@ -0,0 +1,2 @@
1
+ import fill from '../../../common/apis/generated/mp_web/watchShake';
2
+ export default fill;
@@ -0,0 +1,3 @@
1
+ // auto-generated
2
+ import fill from '../../../common/apis/generated/mp_web/watchShake';
3
+ export default fill;
@@ -0,0 +1,2 @@
1
+ import fill from '../../../common/apis/generated/mp_web/writeBLECharacteristicValue';
2
+ export default fill;
@@ -0,0 +1,3 @@
1
+ // auto-generated
2
+ import fill from '../../../common/apis/generated/mp_web/writeBLECharacteristicValue';
3
+ export default fill;