@dcloudio/uni-app-x 0.7.122 → 0.7.124

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 (545) hide show
  1. package/package.json +1 -1
  2. package/types/dom2-internal/UniTextLayout.d.ts +5 -0
  3. package/types/native/IUniElement.d.ts +253 -13
  4. package/types/native/UniAnimation.d.ts +63 -9
  5. package/types/page.d.ts +6 -5
  6. package/types/uni/uts-plugin-api/global.d.ts +1 -2
  7. package/types/uni/uts-plugin-api/index.d.ts +1 -2
  8. package/types/uni/uts-plugin-api/lib/uni-accelerometer/utssdk/global.d.ts +36 -12
  9. package/types/uni/uts-plugin-api/lib/uni-accelerometer/utssdk/index.d.ts +18 -6
  10. package/types/uni/uts-plugin-api/lib/uni-accelerometer/utssdk/interface.d.ts +84 -13
  11. package/types/uni/uts-plugin-api/lib/uni-authentication/utssdk/global.d.ts +6 -0
  12. package/types/uni/uts-plugin-api/lib/uni-authentication/utssdk/index.d.ts +3 -0
  13. package/types/uni/uts-plugin-api/lib/uni-authentication/utssdk/interface.d.ts +22 -6
  14. package/types/uni/uts-plugin-api/lib/uni-calendar/utssdk/global.d.ts +28 -12
  15. package/types/uni/uts-plugin-api/lib/uni-calendar/utssdk/index.d.ts +14 -6
  16. package/types/uni/uts-plugin-api/lib/uni-calendar/utssdk/interface.d.ts +203 -178
  17. package/types/uni/uts-plugin-api/lib/uni-canvas-dom2/utssdk/global.d.ts +0 -2
  18. package/types/uni/uts-plugin-api/lib/uni-canvas-dom2/utssdk/index.d.ts +0 -1
  19. package/types/uni/uts-plugin-api/lib/uni-canvas-dom2/utssdk/interface.d.ts +7 -559
  20. package/types/uni/uts-plugin-api/lib/uni-compass/utssdk/global.d.ts +38 -14
  21. package/types/uni/uts-plugin-api/lib/uni-compass/utssdk/index.d.ts +19 -7
  22. package/types/uni/uts-plugin-api/lib/uni-compass/utssdk/interface.d.ts +415 -350
  23. package/types/uni/uts-plugin-api/lib/uni-createWebviewContext/utssdk/global.d.ts +4 -2
  24. package/types/uni/uts-plugin-api/lib/uni-createWebviewContext/utssdk/index.d.ts +2 -1
  25. package/types/uni/uts-plugin-api/lib/uni-createWebviewContext/utssdk/interface.d.ts +75 -23
  26. package/types/uni/uts-plugin-api/lib/uni-editor/utssdk/interface.d.ts +720 -0
  27. package/types/uni/uts-plugin-api/lib/uni-getProvider/utssdk/interface.d.ts +154 -20
  28. package/types/uni/uts-plugin-api/lib/uni-gyroscope/utssdk/global.d.ts +36 -12
  29. package/types/uni/uts-plugin-api/lib/uni-gyroscope/utssdk/index.d.ts +18 -6
  30. package/types/uni/uts-plugin-api/lib/uni-gyroscope/utssdk/interface.d.ts +91 -16
  31. package/types/uni/{uts-plugin-component/lib/uni-memorywarning → uts-plugin-api/lib/uni-memory}/utssdk/global.d.ts +2 -2
  32. package/types/uni/{uts-plugin-component/lib/uni-memorywarning → uts-plugin-api/lib/uni-memory}/utssdk/index.d.ts +1 -1
  33. package/types/uni/uts-plugin-api/lib/uni-memory/utssdk/interface.d.ts +178 -0
  34. package/types/uni/uts-plugin-api/lib/uni-openLocation/utssdk/interface.d.ts +69 -67
  35. package/types/uni/uts-plugin-api/lib/uni-phoneContact/utssdk/interface.d.ts +14 -4
  36. package/types/uni/uts-plugin-api/lib/uni-pullDownRefresh/utssdk/global.d.ts +4 -0
  37. package/types/uni/uts-plugin-api/lib/uni-pullDownRefresh/utssdk/index.d.ts +2 -0
  38. package/types/uni/uts-plugin-api/lib/uni-pullDownRefresh/utssdk/interface.d.ts +22 -5
  39. package/types/uni/uts-plugin-api/lib/uni-screenBrightness/utssdk/global.d.ts +6 -0
  40. package/types/uni/uts-plugin-api/lib/uni-screenBrightness/utssdk/index.d.ts +3 -0
  41. package/types/uni/uts-plugin-api/lib/uni-screenBrightness/utssdk/interface.d.ts +15 -3
  42. package/types/uni/uts-plugin-api/lib/uni-tabBar/utssdk/interface.d.ts +19 -18
  43. package/types/uni/uts-plugin-api/lib/uni-vibrate/utssdk/global.d.ts +24 -2
  44. package/types/uni/uts-plugin-api/lib/uni-vibrate/utssdk/index.d.ts +12 -1
  45. package/types/uni/uts-plugin-api/lib/uni-vibrate/utssdk/interface.d.ts +158 -47
  46. package/types/uni/uts-plugin-api/lib/uni-video/utssdk/interface.d.ts +68 -67
  47. package/types/uni/uts-plugin-api/lib/uni-web-view/utssdk/global.d.ts +0 -2
  48. package/types/uni/uts-plugin-api/lib/uni-web-view/utssdk/index.d.ts +0 -1
  49. package/types/uni/uts-plugin-api/lib/uni-web-view/utssdk/interface.d.ts +3 -3
  50. package/types/uni/uts-plugin-biz/global.d.ts +2 -1
  51. package/types/uni/uts-plugin-biz/index.d.ts +2 -1
  52. package/types/uni/uts-plugin-biz/lib/uni-accelerometer/utssdk/global.d.ts +36 -12
  53. package/types/uni/uts-plugin-biz/lib/uni-accelerometer/utssdk/index.d.ts +18 -6
  54. package/types/uni/uts-plugin-biz/lib/uni-accelerometer/utssdk/interface.d.ts +772 -257
  55. package/types/uni/uts-plugin-biz/lib/uni-ad-dom2/utssdk/global.d.ts +45 -0
  56. package/types/uni/uts-plugin-biz/lib/uni-ad-dom2/utssdk/index.d.ts +22 -0
  57. package/types/uni/uts-plugin-biz/lib/uni-ad-dom2/utssdk/interface.d.ts +732 -0
  58. package/types/uni/uts-plugin-biz/lib/uni-authentication/utssdk/global.d.ts +6 -0
  59. package/types/uni/uts-plugin-biz/lib/uni-authentication/utssdk/index.d.ts +3 -0
  60. package/types/uni/uts-plugin-biz/lib/uni-authentication/utssdk/interface.d.ts +22 -6
  61. package/types/uni/uts-plugin-biz/lib/uni-calendar/utssdk/global.d.ts +28 -12
  62. package/types/uni/uts-plugin-biz/lib/uni-calendar/utssdk/index.d.ts +14 -6
  63. package/types/uni/uts-plugin-biz/lib/uni-calendar/utssdk/interface.d.ts +203 -178
  64. package/types/uni/uts-plugin-biz/lib/uni-compass/utssdk/global.d.ts +38 -14
  65. package/types/uni/uts-plugin-biz/lib/uni-compass/utssdk/index.d.ts +19 -7
  66. package/types/uni/uts-plugin-biz/lib/uni-compass/utssdk/interface.d.ts +415 -350
  67. package/types/uni/uts-plugin-biz/lib/uni-gyroscope/utssdk/global.d.ts +36 -12
  68. package/types/uni/uts-plugin-biz/lib/uni-gyroscope/utssdk/index.d.ts +18 -6
  69. package/types/uni/uts-plugin-biz/lib/uni-gyroscope/utssdk/interface.d.ts +91 -16
  70. package/types/uni/uts-plugin-biz/lib/uni-memory/utssdk/global.d.ts +21 -0
  71. package/types/uni/uts-plugin-biz/lib/uni-memory/utssdk/index.d.ts +10 -0
  72. package/types/uni/uts-plugin-biz/lib/uni-memory/utssdk/interface.d.ts +178 -0
  73. package/types/uni/uts-plugin-biz/lib/uni-phoneContact/utssdk/interface.d.ts +14 -4
  74. package/types/uni/uts-plugin-biz/lib/uni-screenBrightness/utssdk/global.d.ts +6 -0
  75. package/types/uni/uts-plugin-biz/lib/uni-screenBrightness/utssdk/index.d.ts +3 -0
  76. package/types/uni/uts-plugin-biz/lib/uni-screenBrightness/utssdk/interface.d.ts +15 -3
  77. package/types/uni/uts-plugin-biz/lib/uni-vibrate/utssdk/global.d.ts +24 -2
  78. package/types/uni/uts-plugin-biz/lib/uni-vibrate/utssdk/index.d.ts +12 -1
  79. package/types/uni/uts-plugin-biz/lib/uni-vibrate/utssdk/interface.d.ts +132 -19
  80. package/types/uni/uts-plugin-component/global.d.ts +23 -112
  81. package/types/uni/uts-plugin-component/index.d.ts +23 -112
  82. package/types/uni/uts-plugin-component/lib/{uni-editor-global → uni-editor-editor-global}/utssdk/interface.d.ts +2 -0
  83. package/types/uni/uts-plugin-component/lib/uni-form-checkbox-global/utssdk/global.d.ts +9 -0
  84. package/types/uni/uts-plugin-component/lib/uni-form-checkbox-global/utssdk/index.d.ts +5 -0
  85. package/types/uni/uts-plugin-component/lib/uni-form-checkbox-global/utssdk/interface.d.ts +7 -0
  86. package/types/uni/uts-plugin-component/lib/uni-form-checkbox-group-global/utssdk/global.d.ts +9 -0
  87. package/types/uni/uts-plugin-component/lib/uni-form-checkbox-group-global/utssdk/index.d.ts +5 -0
  88. package/types/uni/uts-plugin-component/lib/uni-form-checkbox-group-global/utssdk/interface.d.ts +2 -0
  89. package/types/uni/uts-plugin-component/lib/uni-form-form-global/utssdk/global.d.ts +9 -0
  90. package/types/uni/uts-plugin-component/lib/{uni-getElementById → uni-form-form-global}/utssdk/index.d.ts +1 -1
  91. package/types/uni/uts-plugin-component/lib/uni-form-form-global/utssdk/interface.d.ts +2 -0
  92. package/types/uni/uts-plugin-component/lib/uni-form-label-global/utssdk/global.d.ts +9 -0
  93. package/types/uni/uts-plugin-component/lib/{uni-page-container-global → uni-form-label-global}/utssdk/index.d.ts +1 -1
  94. package/types/uni/uts-plugin-component/lib/uni-form-label-global/utssdk/interface.d.ts +2 -0
  95. package/types/uni/uts-plugin-component/lib/uni-form-picker-global/utssdk/global.d.ts +9 -0
  96. package/types/uni/uts-plugin-component/lib/uni-form-picker-global/utssdk/index.d.ts +5 -0
  97. package/types/uni/uts-plugin-component/lib/uni-form-picker-global/utssdk/interface.d.ts +2 -0
  98. package/types/uni/uts-plugin-component/lib/uni-form-picker-view-column-global/utssdk/global.d.ts +9 -0
  99. package/types/uni/uts-plugin-component/lib/uni-form-picker-view-column-global/utssdk/index.d.ts +5 -0
  100. package/types/uni/uts-plugin-component/lib/uni-form-picker-view-column-global/utssdk/interface.d.ts +2 -0
  101. package/types/uni/uts-plugin-component/lib/uni-form-picker-view-global/utssdk/global.d.ts +9 -0
  102. package/types/uni/uts-plugin-component/lib/{uni-arrayBufferToBase64 → uni-form-picker-view-global}/utssdk/index.d.ts +1 -1
  103. package/types/uni/uts-plugin-component/lib/uni-form-picker-view-global/utssdk/interface.d.ts +2 -0
  104. package/types/uni/uts-plugin-component/lib/uni-form-radio-global/utssdk/global.d.ts +9 -0
  105. package/types/uni/uts-plugin-component/lib/{uni-input → uni-form-radio-global}/utssdk/index.d.ts +1 -1
  106. package/types/uni/uts-plugin-component/lib/uni-form-radio-global/utssdk/interface.d.ts +7 -0
  107. package/types/uni/uts-plugin-component/lib/uni-form-radio-group-global/utssdk/global.d.ts +9 -0
  108. package/types/uni/uts-plugin-component/lib/{uni-base64ToArrayBuffer → uni-form-radio-group-global}/utssdk/index.d.ts +1 -1
  109. package/types/uni/uts-plugin-component/lib/uni-form-radio-group-global/utssdk/interface.d.ts +2 -0
  110. package/types/uni/uts-plugin-component/lib/uni-form-slider-global/utssdk/global.d.ts +13 -0
  111. package/types/uni/uts-plugin-component/lib/uni-form-slider-global/utssdk/index.d.ts +7 -0
  112. package/types/uni/uts-plugin-component/lib/uni-form-slider-global/utssdk/interface.d.ts +18 -0
  113. package/types/uni/uts-plugin-component/lib/uni-form-switch-global/utssdk/global.d.ts +9 -0
  114. package/types/uni/uts-plugin-component/lib/uni-form-switch-global/utssdk/index.d.ts +5 -0
  115. package/types/uni/uts-plugin-component/lib/uni-form-switch-global/utssdk/interface.d.ts +7 -0
  116. package/types/vue/LifeCycle.d.ts +2 -2
  117. package/types/node_modules/.package-lock.json +0 -20
  118. package/types/node_modules/typescript/LICENSE.txt +0 -55
  119. package/types/node_modules/typescript/ThirdPartyNoticeText.txt +0 -193
  120. package/types/node_modules/typescript/bin/tsc +0 -2
  121. package/types/node_modules/typescript/bin/tsserver +0 -2
  122. package/types/node_modules/typescript/lib/cancellationToken.js +0 -90
  123. package/types/node_modules/typescript/lib/cs/diagnosticMessages.generated.json +0 -1880
  124. package/types/node_modules/typescript/lib/de/diagnosticMessages.generated.json +0 -1880
  125. package/types/node_modules/typescript/lib/es/diagnosticMessages.generated.json +0 -1880
  126. package/types/node_modules/typescript/lib/fr/diagnosticMessages.generated.json +0 -1880
  127. package/types/node_modules/typescript/lib/it/diagnosticMessages.generated.json +0 -1880
  128. package/types/node_modules/typescript/lib/ja/diagnosticMessages.generated.json +0 -1880
  129. package/types/node_modules/typescript/lib/ko/diagnosticMessages.generated.json +0 -1880
  130. package/types/node_modules/typescript/lib/lib.d.ts +0 -22
  131. package/types/node_modules/typescript/lib/lib.decorators.d.ts +0 -386
  132. package/types/node_modules/typescript/lib/lib.decorators.legacy.d.ts +0 -22
  133. package/types/node_modules/typescript/lib/lib.dom.asynciterable.d.ts +0 -33
  134. package/types/node_modules/typescript/lib/lib.dom.d.ts +0 -28596
  135. package/types/node_modules/typescript/lib/lib.dom.iterable.d.ts +0 -475
  136. package/types/node_modules/typescript/lib/lib.es2015.collection.d.ts +0 -147
  137. package/types/node_modules/typescript/lib/lib.es2015.core.d.ts +0 -597
  138. package/types/node_modules/typescript/lib/lib.es2015.d.ts +0 -28
  139. package/types/node_modules/typescript/lib/lib.es2015.generator.d.ts +0 -77
  140. package/types/node_modules/typescript/lib/lib.es2015.iterable.d.ts +0 -495
  141. package/types/node_modules/typescript/lib/lib.es2015.promise.d.ts +0 -81
  142. package/types/node_modules/typescript/lib/lib.es2015.proxy.d.ts +0 -128
  143. package/types/node_modules/typescript/lib/lib.es2015.reflect.d.ts +0 -144
  144. package/types/node_modules/typescript/lib/lib.es2015.symbol.d.ts +0 -46
  145. package/types/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts +0 -326
  146. package/types/node_modules/typescript/lib/lib.es2016.array.include.d.ts +0 -116
  147. package/types/node_modules/typescript/lib/lib.es2016.d.ts +0 -21
  148. package/types/node_modules/typescript/lib/lib.es2016.full.d.ts +0 -23
  149. package/types/node_modules/typescript/lib/lib.es2016.intl.d.ts +0 -31
  150. package/types/node_modules/typescript/lib/lib.es2017.d.ts +0 -25
  151. package/types/node_modules/typescript/lib/lib.es2017.date.d.ts +0 -31
  152. package/types/node_modules/typescript/lib/lib.es2017.full.d.ts +0 -23
  153. package/types/node_modules/typescript/lib/lib.es2017.intl.d.ts +0 -44
  154. package/types/node_modules/typescript/lib/lib.es2017.object.d.ts +0 -49
  155. package/types/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts +0 -135
  156. package/types/node_modules/typescript/lib/lib.es2017.string.d.ts +0 -45
  157. package/types/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts +0 -53
  158. package/types/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts +0 -77
  159. package/types/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts +0 -43
  160. package/types/node_modules/typescript/lib/lib.es2018.d.ts +0 -24
  161. package/types/node_modules/typescript/lib/lib.es2018.full.d.ts +0 -24
  162. package/types/node_modules/typescript/lib/lib.es2018.intl.d.ts +0 -83
  163. package/types/node_modules/typescript/lib/lib.es2018.promise.d.ts +0 -30
  164. package/types/node_modules/typescript/lib/lib.es2018.regexp.d.ts +0 -37
  165. package/types/node_modules/typescript/lib/lib.es2019.array.d.ts +0 -79
  166. package/types/node_modules/typescript/lib/lib.es2019.d.ts +0 -24
  167. package/types/node_modules/typescript/lib/lib.es2019.full.d.ts +0 -24
  168. package/types/node_modules/typescript/lib/lib.es2019.intl.d.ts +0 -23
  169. package/types/node_modules/typescript/lib/lib.es2019.object.d.ts +0 -33
  170. package/types/node_modules/typescript/lib/lib.es2019.string.d.ts +0 -37
  171. package/types/node_modules/typescript/lib/lib.es2019.symbol.d.ts +0 -24
  172. package/types/node_modules/typescript/lib/lib.es2020.bigint.d.ts +0 -727
  173. package/types/node_modules/typescript/lib/lib.es2020.d.ts +0 -27
  174. package/types/node_modules/typescript/lib/lib.es2020.date.d.ts +0 -42
  175. package/types/node_modules/typescript/lib/lib.es2020.full.d.ts +0 -24
  176. package/types/node_modules/typescript/lib/lib.es2020.intl.d.ts +0 -474
  177. package/types/node_modules/typescript/lib/lib.es2020.number.d.ts +0 -28
  178. package/types/node_modules/typescript/lib/lib.es2020.promise.d.ts +0 -47
  179. package/types/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts +0 -97
  180. package/types/node_modules/typescript/lib/lib.es2020.string.d.ts +0 -42
  181. package/types/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts +0 -37
  182. package/types/node_modules/typescript/lib/lib.es2021.d.ts +0 -23
  183. package/types/node_modules/typescript/lib/lib.es2021.full.d.ts +0 -24
  184. package/types/node_modules/typescript/lib/lib.es2021.intl.d.ts +0 -166
  185. package/types/node_modules/typescript/lib/lib.es2021.promise.d.ts +0 -48
  186. package/types/node_modules/typescript/lib/lib.es2021.string.d.ts +0 -33
  187. package/types/node_modules/typescript/lib/lib.es2021.weakref.d.ts +0 -76
  188. package/types/node_modules/typescript/lib/lib.es2022.array.d.ts +0 -121
  189. package/types/node_modules/typescript/lib/lib.es2022.d.ts +0 -26
  190. package/types/node_modules/typescript/lib/lib.es2022.error.d.ts +0 -73
  191. package/types/node_modules/typescript/lib/lib.es2022.full.d.ts +0 -24
  192. package/types/node_modules/typescript/lib/lib.es2022.intl.d.ts +0 -117
  193. package/types/node_modules/typescript/lib/lib.es2022.object.d.ts +0 -26
  194. package/types/node_modules/typescript/lib/lib.es2022.regexp.d.ts +0 -39
  195. package/types/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts +0 -39
  196. package/types/node_modules/typescript/lib/lib.es2022.string.d.ts +0 -25
  197. package/types/node_modules/typescript/lib/lib.es2023.array.d.ts +0 -924
  198. package/types/node_modules/typescript/lib/lib.es2023.collection.d.ts +0 -21
  199. package/types/node_modules/typescript/lib/lib.es2023.d.ts +0 -22
  200. package/types/node_modules/typescript/lib/lib.es2023.full.d.ts +0 -24
  201. package/types/node_modules/typescript/lib/lib.es2023.intl.d.ts +0 -56
  202. package/types/node_modules/typescript/lib/lib.es5.d.ts +0 -4585
  203. package/types/node_modules/typescript/lib/lib.es6.d.ts +0 -23
  204. package/types/node_modules/typescript/lib/lib.esnext.array.d.ts +0 -35
  205. package/types/node_modules/typescript/lib/lib.esnext.collection.d.ts +0 -106
  206. package/types/node_modules/typescript/lib/lib.esnext.d.ts +0 -28
  207. package/types/node_modules/typescript/lib/lib.esnext.decorators.d.ts +0 -28
  208. package/types/node_modules/typescript/lib/lib.esnext.disposable.d.ts +0 -185
  209. package/types/node_modules/typescript/lib/lib.esnext.full.d.ts +0 -24
  210. package/types/node_modules/typescript/lib/lib.esnext.intl.d.ts +0 -21
  211. package/types/node_modules/typescript/lib/lib.esnext.object.d.ts +0 -29
  212. package/types/node_modules/typescript/lib/lib.esnext.promise.d.ts +0 -35
  213. package/types/node_modules/typescript/lib/lib.esnext.regexp.d.ts +0 -25
  214. package/types/node_modules/typescript/lib/lib.esnext.string.d.ts +0 -29
  215. package/types/node_modules/typescript/lib/lib.scripthost.d.ts +0 -322
  216. package/types/node_modules/typescript/lib/lib.webworker.asynciterable.d.ts +0 -33
  217. package/types/node_modules/typescript/lib/lib.webworker.d.ts +0 -9431
  218. package/types/node_modules/typescript/lib/lib.webworker.importscripts.d.ts +0 -23
  219. package/types/node_modules/typescript/lib/lib.webworker.iterable.d.ts +0 -276
  220. package/types/node_modules/typescript/lib/pl/diagnosticMessages.generated.json +0 -1880
  221. package/types/node_modules/typescript/lib/pt-br/diagnosticMessages.generated.json +0 -1880
  222. package/types/node_modules/typescript/lib/ru/diagnosticMessages.generated.json +0 -1880
  223. package/types/node_modules/typescript/lib/tr/diagnosticMessages.generated.json +0 -1880
  224. package/types/node_modules/typescript/lib/tsc.js +0 -129741
  225. package/types/node_modules/typescript/lib/tsserver.js +0 -621
  226. package/types/node_modules/typescript/lib/tsserverlibrary.d.ts +0 -17
  227. package/types/node_modules/typescript/lib/tsserverlibrary.js +0 -21
  228. package/types/node_modules/typescript/lib/typesMap.json +0 -497
  229. package/types/node_modules/typescript/lib/typescript.d.ts +0 -11240
  230. package/types/node_modules/typescript/lib/typescript.js +0 -194910
  231. package/types/node_modules/typescript/lib/typingsInstaller.js +0 -236
  232. package/types/node_modules/typescript/lib/watchGuard.js +0 -53
  233. package/types/node_modules/typescript/lib/zh-cn/diagnosticMessages.generated.json +0 -1880
  234. package/types/node_modules/typescript/lib/zh-tw/diagnosticMessages.generated.json +0 -1880
  235. package/types/node_modules/typescript/package.json +0 -116
  236. package/types/uni/uts-plugin-api/lib/uni-addPhoneContact/utssdk/global.d.ts +0 -25
  237. package/types/uni/uts-plugin-api/lib/uni-addPhoneContact/utssdk/index.d.ts +0 -12
  238. package/types/uni/uts-plugin-api/lib/uni-addPhoneContact/utssdk/interface.d.ts +0 -1767
  239. package/types/uni/uts-plugin-component/lib/uni-accelerometer/utssdk/global.d.ts +0 -35
  240. package/types/uni/uts-plugin-component/lib/uni-accelerometer/utssdk/index.d.ts +0 -17
  241. package/types/uni/uts-plugin-component/lib/uni-accelerometer/utssdk/interface.d.ts +0 -359
  242. package/types/uni/uts-plugin-component/lib/uni-actionSheet/utssdk/global.d.ts +0 -29
  243. package/types/uni/uts-plugin-component/lib/uni-actionSheet/utssdk/index.d.ts +0 -14
  244. package/types/uni/uts-plugin-component/lib/uni-actionSheet/utssdk/interface.d.ts +0 -1673
  245. package/types/uni/uts-plugin-component/lib/uni-addPhoneContact/utssdk/global.d.ts +0 -25
  246. package/types/uni/uts-plugin-component/lib/uni-addPhoneContact/utssdk/index.d.ts +0 -12
  247. package/types/uni/uts-plugin-component/lib/uni-addPhoneContact/utssdk/interface.d.ts +0 -226
  248. package/types/uni/uts-plugin-component/lib/uni-arrayBufferToBase64/utssdk/global.d.ts +0 -11
  249. package/types/uni/uts-plugin-component/lib/uni-arrayBufferToBase64/utssdk/interface.d.ts +0 -79
  250. package/types/uni/uts-plugin-component/lib/uni-authentication/utssdk/global.d.ts +0 -59
  251. package/types/uni/uts-plugin-component/lib/uni-authentication/utssdk/index.d.ts +0 -29
  252. package/types/uni/uts-plugin-component/lib/uni-authentication/utssdk/interface.d.ts +0 -1342
  253. package/types/uni/uts-plugin-component/lib/uni-base64ToArrayBuffer/utssdk/global.d.ts +0 -11
  254. package/types/uni/uts-plugin-component/lib/uni-base64ToArrayBuffer/utssdk/interface.d.ts +0 -79
  255. package/types/uni/uts-plugin-component/lib/uni-calendar/utssdk/global.d.ts +0 -35
  256. package/types/uni/uts-plugin-component/lib/uni-calendar/utssdk/index.d.ts +0 -17
  257. package/types/uni/uts-plugin-component/lib/uni-calendar/utssdk/interface.d.ts +0 -944
  258. package/types/uni/uts-plugin-component/lib/uni-camera/utssdk/global.d.ts +0 -55
  259. package/types/uni/uts-plugin-component/lib/uni-camera/utssdk/index.d.ts +0 -27
  260. package/types/uni/uts-plugin-component/lib/uni-camera/utssdk/interface.d.ts +0 -1330
  261. package/types/uni/uts-plugin-component/lib/uni-canvas/utssdk/global.d.ts +0 -25
  262. package/types/uni/uts-plugin-component/lib/uni-canvas/utssdk/index.d.ts +0 -12
  263. package/types/uni/uts-plugin-component/lib/uni-canvas/utssdk/interface.d.ts +0 -978
  264. package/types/uni/uts-plugin-component/lib/uni-canvas-dom2/utssdk/global.d.ts +0 -25
  265. package/types/uni/uts-plugin-component/lib/uni-canvas-dom2/utssdk/index.d.ts +0 -12
  266. package/types/uni/uts-plugin-component/lib/uni-canvas-dom2/utssdk/interface.d.ts +0 -979
  267. package/types/uni/uts-plugin-component/lib/uni-chooseLocation/utssdk/global.d.ts +0 -25
  268. package/types/uni/uts-plugin-component/lib/uni-chooseLocation/utssdk/index.d.ts +0 -12
  269. package/types/uni/uts-plugin-component/lib/uni-chooseLocation/utssdk/interface.d.ts +0 -423
  270. package/types/uni/uts-plugin-component/lib/uni-chooseMedia/utssdk/global.d.ts +0 -33
  271. package/types/uni/uts-plugin-component/lib/uni-chooseMedia/utssdk/index.d.ts +0 -16
  272. package/types/uni/uts-plugin-component/lib/uni-chooseMedia/utssdk/interface.d.ts +0 -499
  273. package/types/uni/uts-plugin-component/lib/uni-clipboard/utssdk/global.d.ts +0 -45
  274. package/types/uni/uts-plugin-component/lib/uni-clipboard/utssdk/index.d.ts +0 -22
  275. package/types/uni/uts-plugin-component/lib/uni-clipboard/utssdk/interface.d.ts +0 -217
  276. package/types/uni/uts-plugin-component/lib/uni-compass/utssdk/global.d.ts +0 -35
  277. package/types/uni/uts-plugin-component/lib/uni-compass/utssdk/index.d.ts +0 -17
  278. package/types/uni/uts-plugin-component/lib/uni-compass/utssdk/interface.d.ts +0 -353
  279. package/types/uni/uts-plugin-component/lib/uni-createInnerAudioContext/utssdk/global.d.ts +0 -33
  280. package/types/uni/uts-plugin-component/lib/uni-createInnerAudioContext/utssdk/index.d.ts +0 -16
  281. package/types/uni/uts-plugin-component/lib/uni-createInnerAudioContext/utssdk/interface.d.ts +0 -3379
  282. package/types/uni/uts-plugin-component/lib/uni-createIntersectionObserver/utssdk/global.d.ts +0 -21
  283. package/types/uni/uts-plugin-component/lib/uni-createIntersectionObserver/utssdk/index.d.ts +0 -10
  284. package/types/uni/uts-plugin-component/lib/uni-createIntersectionObserver/utssdk/interface.d.ts +0 -153
  285. package/types/uni/uts-plugin-component/lib/uni-createRequestPermissionListener/utssdk/global.d.ts +0 -19
  286. package/types/uni/uts-plugin-component/lib/uni-createRequestPermissionListener/utssdk/index.d.ts +0 -9
  287. package/types/uni/uts-plugin-component/lib/uni-createRequestPermissionListener/utssdk/interface.d.ts +0 -61
  288. package/types/uni/uts-plugin-component/lib/uni-createSelectorQuery/utssdk/global.d.ts +0 -21
  289. package/types/uni/uts-plugin-component/lib/uni-createSelectorQuery/utssdk/index.d.ts +0 -10
  290. package/types/uni/uts-plugin-component/lib/uni-createSelectorQuery/utssdk/interface.d.ts +0 -560
  291. package/types/uni/uts-plugin-component/lib/uni-createWebviewContext/utssdk/global.d.ts +0 -15
  292. package/types/uni/uts-plugin-component/lib/uni-createWebviewContext/utssdk/index.d.ts +0 -7
  293. package/types/uni/uts-plugin-component/lib/uni-createWebviewContext/utssdk/interface.d.ts +0 -214
  294. package/types/uni/uts-plugin-component/lib/uni-createWorker/utssdk/global.d.ts +0 -23
  295. package/types/uni/uts-plugin-component/lib/uni-createWorker/utssdk/index.d.ts +0 -11
  296. package/types/uni/uts-plugin-component/lib/uni-createWorker/utssdk/interface.d.ts +0 -158
  297. package/types/uni/uts-plugin-component/lib/uni-dialogPage/utssdk/global.d.ts +0 -27
  298. package/types/uni/uts-plugin-component/lib/uni-dialogPage/utssdk/index.d.ts +0 -13
  299. package/types/uni/uts-plugin-component/lib/uni-dialogPage/utssdk/interface.d.ts +0 -2303
  300. package/types/uni/uts-plugin-component/lib/uni-editor/utssdk/global.d.ts +0 -43
  301. package/types/uni/uts-plugin-component/lib/uni-editor/utssdk/index.d.ts +0 -21
  302. package/types/uni/uts-plugin-component/lib/uni-editor/utssdk/interface.d.ts +0 -943
  303. package/types/uni/uts-plugin-component/lib/uni-event/utssdk/global.d.ts +0 -17
  304. package/types/uni/uts-plugin-component/lib/uni-event/utssdk/index.d.ts +0 -8
  305. package/types/uni/uts-plugin-component/lib/uni-event/utssdk/interface.d.ts +0 -338
  306. package/types/uni/uts-plugin-component/lib/uni-exit/utssdk/global.d.ts +0 -27
  307. package/types/uni/uts-plugin-component/lib/uni-exit/utssdk/index.d.ts +0 -13
  308. package/types/uni/uts-plugin-component/lib/uni-exit/utssdk/interface.d.ts +0 -147
  309. package/types/uni/uts-plugin-component/lib/uni-file/utssdk/global.d.ts +0 -81
  310. package/types/uni/uts-plugin-component/lib/uni-file/utssdk/index.d.ts +0 -40
  311. package/types/uni/uts-plugin-component/lib/uni-file/utssdk/interface.d.ts +0 -397
  312. package/types/uni/uts-plugin-component/lib/uni-fileSystemManager/utssdk/global.d.ts +0 -151
  313. package/types/uni/uts-plugin-component/lib/uni-fileSystemManager/utssdk/index.d.ts +0 -75
  314. package/types/uni/uts-plugin-component/lib/uni-fileSystemManager/utssdk/interface.d.ts +0 -6428
  315. package/types/uni/uts-plugin-component/lib/uni-getAccessibilityInfo/utssdk/global.d.ts +0 -11
  316. package/types/uni/uts-plugin-component/lib/uni-getAccessibilityInfo/utssdk/index.d.ts +0 -5
  317. package/types/uni/uts-plugin-component/lib/uni-getAccessibilityInfo/utssdk/interface.d.ts +0 -37
  318. package/types/uni/uts-plugin-component/lib/uni-getAppAuthorizeSetting/utssdk/global.d.ts +0 -13
  319. package/types/uni/uts-plugin-component/lib/uni-getAppAuthorizeSetting/utssdk/index.d.ts +0 -6
  320. package/types/uni/uts-plugin-component/lib/uni-getAppAuthorizeSetting/utssdk/interface.d.ts +0 -620
  321. package/types/uni/uts-plugin-component/lib/uni-getAppBaseInfo/utssdk/global.d.ts +0 -15
  322. package/types/uni/uts-plugin-component/lib/uni-getAppBaseInfo/utssdk/index.d.ts +0 -7
  323. package/types/uni/uts-plugin-component/lib/uni-getAppBaseInfo/utssdk/interface.d.ts +0 -2220
  324. package/types/uni/uts-plugin-component/lib/uni-getBackgroundAudioManager/utssdk/global.d.ts +0 -17
  325. package/types/uni/uts-plugin-component/lib/uni-getBackgroundAudioManager/utssdk/index.d.ts +0 -8
  326. package/types/uni/uts-plugin-component/lib/uni-getBackgroundAudioManager/utssdk/interface.d.ts +0 -1406
  327. package/types/uni/uts-plugin-component/lib/uni-getDeviceInfo/utssdk/global.d.ts +0 -15
  328. package/types/uni/uts-plugin-component/lib/uni-getDeviceInfo/utssdk/index.d.ts +0 -7
  329. package/types/uni/uts-plugin-component/lib/uni-getDeviceInfo/utssdk/interface.d.ts +0 -1774
  330. package/types/uni/uts-plugin-component/lib/uni-getElementById/utssdk/global.d.ts +0 -11
  331. package/types/uni/uts-plugin-component/lib/uni-getElementById/utssdk/interface.d.ts +0 -83
  332. package/types/uni/uts-plugin-component/lib/uni-getEnterOptionsSync/utssdk/global.d.ts +0 -13
  333. package/types/uni/uts-plugin-component/lib/uni-getEnterOptionsSync/utssdk/index.d.ts +0 -6
  334. package/types/uni/uts-plugin-component/lib/uni-getEnterOptionsSync/utssdk/interface.d.ts +0 -833
  335. package/types/uni/uts-plugin-component/lib/uni-getLaunchOptionsSync/utssdk/global.d.ts +0 -13
  336. package/types/uni/uts-plugin-component/lib/uni-getLaunchOptionsSync/utssdk/index.d.ts +0 -6
  337. package/types/uni/uts-plugin-component/lib/uni-getLaunchOptionsSync/utssdk/interface.d.ts +0 -836
  338. package/types/uni/uts-plugin-component/lib/uni-getLocation-tencent-uni1/utssdk/global.d.ts +0 -21
  339. package/types/uni/uts-plugin-component/lib/uni-getLocation-tencent-uni1/utssdk/index.d.ts +0 -11
  340. package/types/uni/uts-plugin-component/lib/uni-getLocation-tencent-uni1/utssdk/interface.d.ts +0 -736
  341. package/types/uni/uts-plugin-component/lib/uni-getNetworkType/utssdk/global.d.ts +0 -33
  342. package/types/uni/uts-plugin-component/lib/uni-getNetworkType/utssdk/index.d.ts +0 -16
  343. package/types/uni/uts-plugin-component/lib/uni-getNetworkType/utssdk/interface.d.ts +0 -420
  344. package/types/uni/uts-plugin-component/lib/uni-getPerformance/utssdk/global.d.ts +0 -23
  345. package/types/uni/uts-plugin-component/lib/uni-getPerformance/utssdk/index.d.ts +0 -11
  346. package/types/uni/uts-plugin-component/lib/uni-getPerformance/utssdk/interface.d.ts +0 -199
  347. package/types/uni/uts-plugin-component/lib/uni-getProvider/utssdk/global.d.ts +0 -37
  348. package/types/uni/uts-plugin-component/lib/uni-getProvider/utssdk/index.d.ts +0 -18
  349. package/types/uni/uts-plugin-component/lib/uni-getProvider/utssdk/interface.d.ts +0 -757
  350. package/types/uni/uts-plugin-component/lib/uni-getSystemInfo/utssdk/global.d.ts +0 -33
  351. package/types/uni/uts-plugin-component/lib/uni-getSystemInfo/utssdk/index.d.ts +0 -16
  352. package/types/uni/uts-plugin-component/lib/uni-getSystemInfo/utssdk/interface.d.ts +0 -6084
  353. package/types/uni/uts-plugin-component/lib/uni-getSystemSetting/utssdk/global.d.ts +0 -13
  354. package/types/uni/uts-plugin-component/lib/uni-getSystemSetting/utssdk/index.d.ts +0 -6
  355. package/types/uni/uts-plugin-component/lib/uni-getSystemSetting/utssdk/interface.d.ts +0 -508
  356. package/types/uni/uts-plugin-component/lib/uni-gyroscope/utssdk/global.d.ts +0 -35
  357. package/types/uni/uts-plugin-component/lib/uni-gyroscope/utssdk/index.d.ts +0 -17
  358. package/types/uni/uts-plugin-component/lib/uni-gyroscope/utssdk/interface.d.ts +0 -362
  359. package/types/uni/uts-plugin-component/lib/uni-input/utssdk/global.d.ts +0 -9
  360. package/types/uni/uts-plugin-component/lib/uni-input/utssdk/interface.d.ts +0 -0
  361. package/types/uni/uts-plugin-component/lib/uni-installApk/utssdk/global.d.ts +0 -25
  362. package/types/uni/uts-plugin-component/lib/uni-installApk/utssdk/index.d.ts +0 -12
  363. package/types/uni/uts-plugin-component/lib/uni-installApk/utssdk/interface.d.ts +0 -125
  364. package/types/uni/uts-plugin-component/lib/uni-interceptor/utssdk/global.d.ts +0 -17
  365. package/types/uni/uts-plugin-component/lib/uni-interceptor/utssdk/index.d.ts +0 -8
  366. package/types/uni/uts-plugin-component/lib/uni-interceptor/utssdk/interface.d.ts +0 -171
  367. package/types/uni/uts-plugin-component/lib/uni-keyboard/utssdk/global.d.ts +0 -45
  368. package/types/uni/uts-plugin-component/lib/uni-keyboard/utssdk/index.d.ts +0 -22
  369. package/types/uni/uts-plugin-component/lib/uni-keyboard/utssdk/interface.d.ts +0 -693
  370. package/types/uni/uts-plugin-component/lib/uni-loadFontFace/utssdk/global.d.ts +0 -29
  371. package/types/uni/uts-plugin-component/lib/uni-loadFontFace/utssdk/index.d.ts +0 -14
  372. package/types/uni/uts-plugin-component/lib/uni-loadFontFace/utssdk/interface.d.ts +0 -603
  373. package/types/uni/uts-plugin-component/lib/uni-loading-global/utssdk/global.d.ts +0 -9
  374. package/types/uni/uts-plugin-component/lib/uni-loading-global/utssdk/index.d.ts +0 -5
  375. package/types/uni/uts-plugin-component/lib/uni-loading-global/utssdk/interface.d.ts +0 -5
  376. package/types/uni/uts-plugin-component/lib/uni-location/utssdk/global.d.ts +0 -61
  377. package/types/uni/uts-plugin-component/lib/uni-location/utssdk/index.d.ts +0 -30
  378. package/types/uni/uts-plugin-component/lib/uni-location/utssdk/interface.d.ts +0 -3443
  379. package/types/uni/uts-plugin-component/lib/uni-location-system/utssdk/global.d.ts +0 -9
  380. package/types/uni/uts-plugin-component/lib/uni-location-system/utssdk/index.d.ts +0 -5
  381. package/types/uni/uts-plugin-component/lib/uni-location-system/utssdk/interface.d.ts +0 -3
  382. package/types/uni/uts-plugin-component/lib/uni-location-tencent/utssdk/global.d.ts +0 -9
  383. package/types/uni/uts-plugin-component/lib/uni-location-tencent/utssdk/index.d.ts +0 -5
  384. package/types/uni/uts-plugin-component/lib/uni-location-tencent/utssdk/interface.d.ts +0 -3
  385. package/types/uni/uts-plugin-component/lib/uni-makePhoneCall/utssdk/global.d.ts +0 -29
  386. package/types/uni/uts-plugin-component/lib/uni-makePhoneCall/utssdk/index.d.ts +0 -14
  387. package/types/uni/uts-plugin-component/lib/uni-makePhoneCall/utssdk/interface.d.ts +0 -392
  388. package/types/uni/uts-plugin-component/lib/uni-media/utssdk/global.d.ts +0 -157
  389. package/types/uni/uts-plugin-component/lib/uni-media/utssdk/index.d.ts +0 -78
  390. package/types/uni/uts-plugin-component/lib/uni-media/utssdk/interface.d.ts +0 -5245
  391. package/types/uni/uts-plugin-component/lib/uni-memorywarning/utssdk/interface.d.ts +0 -20
  392. package/types/uni/uts-plugin-component/lib/uni-modal/utssdk/global.d.ts +0 -39
  393. package/types/uni/uts-plugin-component/lib/uni-modal/utssdk/index.d.ts +0 -19
  394. package/types/uni/uts-plugin-component/lib/uni-modal/utssdk/interface.d.ts +0 -1743
  395. package/types/uni/uts-plugin-component/lib/uni-navigationBar/utssdk/global.d.ts +0 -69
  396. package/types/uni/uts-plugin-component/lib/uni-navigationBar/utssdk/index.d.ts +0 -34
  397. package/types/uni/uts-plugin-component/lib/uni-navigationBar/utssdk/interface.d.ts +0 -1047
  398. package/types/uni/uts-plugin-component/lib/uni-network/utssdk/global.d.ts +0 -109
  399. package/types/uni/uts-plugin-component/lib/uni-network/utssdk/index.d.ts +0 -54
  400. package/types/uni/uts-plugin-component/lib/uni-network/utssdk/interface.d.ts +0 -4462
  401. package/types/uni/uts-plugin-component/lib/uni-oauth/utssdk/global.d.ts +0 -71
  402. package/types/uni/uts-plugin-component/lib/uni-oauth/utssdk/index.d.ts +0 -35
  403. package/types/uni/uts-plugin-component/lib/uni-oauth/utssdk/interface.d.ts +0 -3031
  404. package/types/uni/uts-plugin-component/lib/uni-oauth-huawei/utssdk/global.d.ts +0 -9
  405. package/types/uni/uts-plugin-component/lib/uni-oauth-huawei/utssdk/index.d.ts +0 -5
  406. package/types/uni/uts-plugin-component/lib/uni-oauth-huawei/utssdk/interface.d.ts +0 -1
  407. package/types/uni/uts-plugin-component/lib/uni-oauth-weixin/utssdk/global.d.ts +0 -17
  408. package/types/uni/uts-plugin-component/lib/uni-oauth-weixin/utssdk/index.d.ts +0 -9
  409. package/types/uni/uts-plugin-component/lib/uni-oauth-weixin/utssdk/interface.d.ts +0 -48
  410. package/types/uni/uts-plugin-component/lib/uni-openAppAuthorizeSetting/utssdk/global.d.ts +0 -25
  411. package/types/uni/uts-plugin-component/lib/uni-openAppAuthorizeSetting/utssdk/index.d.ts +0 -12
  412. package/types/uni/uts-plugin-component/lib/uni-openAppAuthorizeSetting/utssdk/interface.d.ts +0 -256
  413. package/types/uni/uts-plugin-component/lib/uni-openDocument/utssdk/global.d.ts +0 -29
  414. package/types/uni/uts-plugin-component/lib/uni-openDocument/utssdk/index.d.ts +0 -14
  415. package/types/uni/uts-plugin-component/lib/uni-openDocument/utssdk/interface.d.ts +0 -823
  416. package/types/uni/uts-plugin-component/lib/uni-openLocation/utssdk/global.d.ts +0 -23
  417. package/types/uni/uts-plugin-component/lib/uni-openLocation/utssdk/index.d.ts +0 -11
  418. package/types/uni/uts-plugin-component/lib/uni-openLocation/utssdk/interface.d.ts +0 -420
  419. package/types/uni/uts-plugin-component/lib/uni-page-container-global/utssdk/global.d.ts +0 -9
  420. package/types/uni/uts-plugin-component/lib/uni-page-container-global/utssdk/interface.d.ts +0 -0
  421. package/types/uni/uts-plugin-component/lib/uni-pageScrollTo/utssdk/global.d.ts +0 -27
  422. package/types/uni/uts-plugin-component/lib/uni-pageScrollTo/utssdk/index.d.ts +0 -13
  423. package/types/uni/uts-plugin-component/lib/uni-pageScrollTo/utssdk/interface.d.ts +0 -618
  424. package/types/uni/uts-plugin-component/lib/uni-payment/utssdk/global.d.ts +0 -33
  425. package/types/uni/uts-plugin-component/lib/uni-payment/utssdk/index.d.ts +0 -16
  426. package/types/uni/uts-plugin-component/lib/uni-payment/utssdk/interface.d.ts +0 -856
  427. package/types/uni/uts-plugin-component/lib/uni-payment-alipay/utssdk/global.d.ts +0 -9
  428. package/types/uni/uts-plugin-component/lib/uni-payment-alipay/utssdk/index.d.ts +0 -5
  429. package/types/uni/uts-plugin-component/lib/uni-payment-alipay/utssdk/interface.d.ts +0 -3
  430. package/types/uni/uts-plugin-component/lib/uni-payment-huawei/utssdk/global.d.ts +0 -9
  431. package/types/uni/uts-plugin-component/lib/uni-payment-huawei/utssdk/index.d.ts +0 -5
  432. package/types/uni/uts-plugin-component/lib/uni-payment-huawei/utssdk/interface.d.ts +0 -1
  433. package/types/uni/uts-plugin-component/lib/uni-payment-wxpay/utssdk/global.d.ts +0 -9
  434. package/types/uni/uts-plugin-component/lib/uni-payment-wxpay/utssdk/index.d.ts +0 -5
  435. package/types/uni/uts-plugin-component/lib/uni-payment-wxpay/utssdk/interface.d.ts +0 -5
  436. package/types/uni/uts-plugin-component/lib/uni-phoneContact/utssdk/global.d.ts +0 -49
  437. package/types/uni/uts-plugin-component/lib/uni-phoneContact/utssdk/index.d.ts +0 -24
  438. package/types/uni/uts-plugin-component/lib/uni-phoneContact/utssdk/interface.d.ts +0 -349
  439. package/types/uni/uts-plugin-component/lib/uni-previewImage/utssdk/global.d.ts +0 -47
  440. package/types/uni/uts-plugin-component/lib/uni-previewImage/utssdk/index.d.ts +0 -23
  441. package/types/uni/uts-plugin-component/lib/uni-previewImage/utssdk/interface.d.ts +0 -520
  442. package/types/uni/uts-plugin-component/lib/uni-privacy/utssdk/global.d.ts +0 -33
  443. package/types/uni/uts-plugin-component/lib/uni-privacy/utssdk/index.d.ts +0 -16
  444. package/types/uni/uts-plugin-component/lib/uni-privacy/utssdk/interface.d.ts +0 -625
  445. package/types/uni/uts-plugin-component/lib/uni-prompt/utssdk/global.d.ts +0 -33
  446. package/types/uni/uts-plugin-component/lib/uni-prompt/utssdk/index.d.ts +0 -16
  447. package/types/uni/uts-plugin-component/lib/uni-prompt/utssdk/interface.d.ts +0 -1693
  448. package/types/uni/uts-plugin-component/lib/uni-pullDownRefresh/utssdk/global.d.ts +0 -29
  449. package/types/uni/uts-plugin-component/lib/uni-pullDownRefresh/utssdk/index.d.ts +0 -14
  450. package/types/uni/uts-plugin-component/lib/uni-pullDownRefresh/utssdk/interface.d.ts +0 -191
  451. package/types/uni/uts-plugin-component/lib/uni-recorder/utssdk/global.d.ts +0 -21
  452. package/types/uni/uts-plugin-component/lib/uni-recorder/utssdk/index.d.ts +0 -10
  453. package/types/uni/uts-plugin-component/lib/uni-recorder/utssdk/interface.d.ts +0 -2999
  454. package/types/uni/uts-plugin-component/lib/uni-requestMerchantTransfer/utssdk/global.d.ts +0 -21
  455. package/types/uni/uts-plugin-component/lib/uni-requestMerchantTransfer/utssdk/index.d.ts +0 -10
  456. package/types/uni/uts-plugin-component/lib/uni-requestMerchantTransfer/utssdk/interface.d.ts +0 -713
  457. package/types/uni/uts-plugin-component/lib/uni-route/utssdk/global.d.ts +0 -59
  458. package/types/uni/uts-plugin-component/lib/uni-route/utssdk/index.d.ts +0 -29
  459. package/types/uni/uts-plugin-component/lib/uni-route/utssdk/interface.d.ts +0 -2731
  460. package/types/uni/uts-plugin-component/lib/uni-rpx2px/utssdk/global.d.ts +0 -11
  461. package/types/uni/uts-plugin-component/lib/uni-rpx2px/utssdk/index.d.ts +0 -5
  462. package/types/uni/uts-plugin-component/lib/uni-rpx2px/utssdk/interface.d.ts +0 -81
  463. package/types/uni/uts-plugin-component/lib/uni-scanCode/utssdk/global.d.ts +0 -25
  464. package/types/uni/uts-plugin-component/lib/uni-scanCode/utssdk/index.d.ts +0 -12
  465. package/types/uni/uts-plugin-component/lib/uni-scanCode/utssdk/interface.d.ts +0 -429
  466. package/types/uni/uts-plugin-component/lib/uni-screenBrightness/utssdk/global.d.ts +0 -57
  467. package/types/uni/uts-plugin-component/lib/uni-screenBrightness/utssdk/index.d.ts +0 -28
  468. package/types/uni/uts-plugin-component/lib/uni-screenBrightness/utssdk/interface.d.ts +0 -1175
  469. package/types/uni/uts-plugin-component/lib/uni-share/utssdk/global.d.ts +0 -41
  470. package/types/uni/uts-plugin-component/lib/uni-share/utssdk/index.d.ts +0 -20
  471. package/types/uni/uts-plugin-component/lib/uni-share/utssdk/interface.d.ts +0 -1192
  472. package/types/uni/uts-plugin-component/lib/uni-share-weixin/utssdk/global.d.ts +0 -9
  473. package/types/uni/uts-plugin-component/lib/uni-share-weixin/utssdk/index.d.ts +0 -5
  474. package/types/uni/uts-plugin-component/lib/uni-share-weixin/utssdk/interface.d.ts +0 -5
  475. package/types/uni/uts-plugin-component/lib/uni-shareWithSystem/utssdk/global.d.ts +0 -27
  476. package/types/uni/uts-plugin-component/lib/uni-shareWithSystem/utssdk/index.d.ts +0 -13
  477. package/types/uni/uts-plugin-component/lib/uni-shareWithSystem/utssdk/interface.d.ts +0 -722
  478. package/types/uni/uts-plugin-component/lib/uni-showLoading/utssdk/global.d.ts +0 -55
  479. package/types/uni/uts-plugin-component/lib/uni-showLoading/utssdk/index.d.ts +0 -27
  480. package/types/uni/uts-plugin-component/lib/uni-showLoading/utssdk/interface.d.ts +0 -1617
  481. package/types/uni/uts-plugin-component/lib/uni-sse/utssdk/global.d.ts +0 -21
  482. package/types/uni/uts-plugin-component/lib/uni-sse/utssdk/index.d.ts +0 -10
  483. package/types/uni/uts-plugin-component/lib/uni-sse/utssdk/interface.d.ts +0 -330
  484. package/types/uni/uts-plugin-component/lib/uni-storage/utssdk/global.d.ts +0 -79
  485. package/types/uni/uts-plugin-component/lib/uni-storage/utssdk/index.d.ts +0 -39
  486. package/types/uni/uts-plugin-component/lib/uni-storage/utssdk/interface.d.ts +0 -1030
  487. package/types/uni/uts-plugin-component/lib/uni-tabBar/utssdk/global.d.ts +0 -149
  488. package/types/uni/uts-plugin-component/lib/uni-tabBar/utssdk/index.d.ts +0 -74
  489. package/types/uni/uts-plugin-component/lib/uni-tabBar/utssdk/interface.d.ts +0 -1221
  490. package/types/uni/uts-plugin-component/lib/uni-textarea/utssdk/global.d.ts +0 -9
  491. package/types/uni/uts-plugin-component/lib/uni-textarea/utssdk/index.d.ts +0 -5
  492. package/types/uni/uts-plugin-component/lib/uni-textarea/utssdk/interface.d.ts +0 -0
  493. package/types/uni/uts-plugin-component/lib/uni-theme/utssdk/global.d.ts +0 -53
  494. package/types/uni/uts-plugin-component/lib/uni-theme/utssdk/index.d.ts +0 -26
  495. package/types/uni/uts-plugin-component/lib/uni-theme/utssdk/interface.d.ts +0 -1141
  496. package/types/uni/uts-plugin-component/lib/uni-vibrate/utssdk/global.d.ts +0 -27
  497. package/types/uni/uts-plugin-component/lib/uni-vibrate/utssdk/index.d.ts +0 -13
  498. package/types/uni/uts-plugin-component/lib/uni-vibrate/utssdk/interface.d.ts +0 -88
  499. package/types/uni/uts-plugin-component/lib/uni-video/utssdk/global.d.ts +0 -47
  500. package/types/uni/uts-plugin-component/lib/uni-video/utssdk/index.d.ts +0 -23
  501. package/types/uni/uts-plugin-component/lib/uni-video/utssdk/interface.d.ts +0 -926
  502. package/types/uni/uts-plugin-component/lib/uni-virtualPayment/utssdk/global.d.ts +0 -113
  503. package/types/uni/uts-plugin-component/lib/uni-virtualPayment/utssdk/index.d.ts +0 -56
  504. package/types/uni/uts-plugin-component/lib/uni-virtualPayment/utssdk/interface.d.ts +0 -1661
  505. package/types/uni/uts-plugin-component/lib/uni-web-view/utssdk/global.d.ts +0 -29
  506. package/types/uni/uts-plugin-component/lib/uni-web-view/utssdk/index.d.ts +0 -14
  507. package/types/uni/uts-plugin-component/lib/uni-web-view/utssdk/interface.d.ts +0 -452
  508. package/types/uni/uts-plugin-component/lib/uni-websocket/utssdk/global.d.ts +0 -59
  509. package/types/uni/uts-plugin-component/lib/uni-websocket/utssdk/index.d.ts +0 -29
  510. package/types/uni/uts-plugin-component/lib/uni-websocket/utssdk/interface.d.ts +0 -1939
  511. /package/types/uni/uts-plugin-component/lib/{uni-camera-global → uni-camera-camera-global}/utssdk/global.d.ts +0 -0
  512. /package/types/uni/uts-plugin-component/lib/{uni-camera-global → uni-camera-camera-global}/utssdk/index.d.ts +0 -0
  513. /package/types/uni/uts-plugin-component/lib/{uni-camera-global → uni-camera-camera-global}/utssdk/interface.d.ts +0 -0
  514. /package/types/uni/uts-plugin-component/lib/{uni-editor-global → uni-editor-editor-global}/utssdk/global.d.ts +0 -0
  515. /package/types/uni/uts-plugin-component/lib/{uni-editor-global → uni-editor-editor-global}/utssdk/index.d.ts +0 -0
  516. /package/types/uni/uts-plugin-component/lib/{uni-form-global → uni-form-button-global}/utssdk/global.d.ts +0 -0
  517. /package/types/uni/uts-plugin-component/lib/{uni-form-global → uni-form-button-global}/utssdk/index.d.ts +0 -0
  518. /package/types/uni/uts-plugin-component/lib/{uni-form-global → uni-form-button-global}/utssdk/interface.d.ts +0 -0
  519. /package/types/uni/uts-plugin-component/lib/{uni-map-tencent-global → uni-map-tencent-map-global}/utssdk/global.d.ts +0 -0
  520. /package/types/uni/uts-plugin-component/lib/{uni-map-tencent-global → uni-map-tencent-map-global}/utssdk/index.d.ts +0 -0
  521. /package/types/uni/uts-plugin-component/lib/{uni-map-tencent-global → uni-map-tencent-map-global}/utssdk/interface.d.ts +0 -0
  522. /package/types/uni/uts-plugin-component/lib/{uni-match-media-global → uni-match-media-match-media-global}/utssdk/global.d.ts +0 -0
  523. /package/types/uni/uts-plugin-component/lib/{uni-match-media-global → uni-match-media-match-media-global}/utssdk/index.d.ts +0 -0
  524. /package/types/uni/uts-plugin-component/lib/{uni-match-media-global → uni-match-media-match-media-global}/utssdk/interface.d.ts +0 -0
  525. /package/types/uni/uts-plugin-component/lib/{uni-navigator-global → uni-navigator-navigator-global}/utssdk/global.d.ts +0 -0
  526. /package/types/uni/uts-plugin-component/lib/{uni-navigator-global → uni-navigator-navigator-global}/utssdk/index.d.ts +0 -0
  527. /package/types/uni/uts-plugin-component/lib/{uni-navigator-global → uni-navigator-navigator-global}/utssdk/interface.d.ts +0 -0
  528. /package/types/uni/uts-plugin-component/lib/{uni-barcode-scanning → uni-page-container-page-container-global}/utssdk/global.d.ts +0 -0
  529. /package/types/uni/uts-plugin-component/lib/{uni-barcode-scanning → uni-page-container-page-container-global}/utssdk/index.d.ts +0 -0
  530. /package/types/uni/uts-plugin-component/lib/{uni-barcode-scanning → uni-page-container-page-container-global}/utssdk/interface.d.ts +0 -0
  531. /package/types/uni/uts-plugin-component/lib/{uni-picker-global → uni-picker-picker-global}/utssdk/global.d.ts +0 -0
  532. /package/types/uni/uts-plugin-component/lib/{uni-picker-global → uni-picker-picker-global}/utssdk/index.d.ts +0 -0
  533. /package/types/uni/uts-plugin-component/lib/{uni-picker-global → uni-picker-picker-global}/utssdk/interface.d.ts +0 -0
  534. /package/types/uni/uts-plugin-component/lib/{uni-progress-global → uni-progress-progress-global}/utssdk/global.d.ts +0 -0
  535. /package/types/uni/uts-plugin-component/lib/{uni-progress-global → uni-progress-progress-global}/utssdk/index.d.ts +0 -0
  536. /package/types/uni/uts-plugin-component/lib/{uni-progress-global → uni-progress-progress-global}/utssdk/interface.d.ts +0 -0
  537. /package/types/uni/uts-plugin-component/lib/{uni-rich-text-global → uni-rich-text-rich-text-global}/utssdk/global.d.ts +0 -0
  538. /package/types/uni/uts-plugin-component/lib/{uni-rich-text-global → uni-rich-text-rich-text-global}/utssdk/index.d.ts +0 -0
  539. /package/types/uni/uts-plugin-component/lib/{uni-rich-text-global → uni-rich-text-rich-text-global}/utssdk/interface.d.ts +0 -0
  540. /package/types/uni/uts-plugin-component/lib/{uni-video-global → uni-video-video-global}/utssdk/global.d.ts +0 -0
  541. /package/types/uni/uts-plugin-component/lib/{uni-video-global → uni-video-video-global}/utssdk/index.d.ts +0 -0
  542. /package/types/uni/uts-plugin-component/lib/{uni-video-global → uni-video-video-global}/utssdk/interface.d.ts +0 -0
  543. /package/types/uni/uts-plugin-component/lib/{uni-web-view-global → uni-web-view-web-view-global}/utssdk/global.d.ts +0 -0
  544. /package/types/uni/uts-plugin-component/lib/{uni-web-view-global → uni-web-view-web-view-global}/utssdk/index.d.ts +0 -0
  545. /package/types/uni/uts-plugin-component/lib/{uni-web-view-global → uni-web-view-web-view-global}/utssdk/interface.d.ts +0 -0
@@ -1,1342 +0,0 @@
1
-
2
- export interface Uni {
3
- /**
4
- * 开始 生物认证
5
- *
6
- * @tutorial https://doc.dcloud.net.cn/uni-app-x/api/bio-auth.html#startsoterauthentication
7
- * @tutorial_uni_app https://uniapp.dcloud.net.cn/api/system/authentication.html#startsoterauthentication
8
- * @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/bio-auth.html#startsoterauthentication
9
- *
10
- * @uniPlatform {
11
- * "app": {
12
- * "android": {
13
- * "osVer": "5.0",
14
- * "uniVer": "2.3.8",
15
- * "unixVer": "5.08"
16
- * },
17
- * "ios": {
18
- * "osVer": "12.0",
19
- * "uniVer": "2.3.8",
20
- * "unixVer": "5.08"
21
- * },
22
- * "harmony": {
23
- * "osVer": "3.0",
24
- * "uniVer": "4.31",
25
- * "unixVer": "4.61",
26
- * "unixVaporVer": "5.0"
27
- * }
28
- * },
29
- * "web": {
30
- * "uniVer": "x",
31
- * "unixVer": "x"
32
- * },
33
- * "mp": {
34
- * "weixin": {
35
- * "hostVer": "1.5.0",
36
- * "uniVer": "√",
37
- * "unixVer": "4.41"
38
- * },
39
- * "alipay": {
40
- * "hostVer": "x",
41
- * "uniVer": "x",
42
- * "unixVer": "x"
43
- * },
44
- * "baidu": {
45
- * "hostVer": "x",
46
- * "uniVer": "x",
47
- * "unixVer": "x"
48
- * },
49
- * "toutiao": {
50
- * "hostVer": "x",
51
- * "uniVer": "x",
52
- * "unixVer": "x"
53
- * },
54
- * "lark": {
55
- * "hostVer": "x",
56
- * "uniVer": "x",
57
- * "unixVer": "x"
58
- * },
59
- * "qq": {
60
- * "hostVer": "x",
61
- * "uniVer": "x",
62
- * "unixVer": "x"
63
- * },
64
- * "kuaishou": {
65
- * "hostVer": "x",
66
- * "uniVer": "x",
67
- * "unixVer": "x"
68
- * },
69
- * "jd": {
70
- * "hostVer": "x",
71
- * "uniVer": "x",
72
- * "unixVer": "x"
73
- * }
74
- * }
75
- * }
76
- * @tutorial_weixin https://developers.weixin.qq.com/miniprogram/dev/api/open-api/soter/wx.startSoterAuthentication.html
77
- */
78
- startSoterAuthentication(options: StartSoterAuthenticationOptions): void;
79
- /**
80
- * 获取本机支持的 生物认证方式
81
- *
82
- * @tutorial https://doc.dcloud.net.cn/uni-app-x/api/bio-auth.html#checkissupportsoterauthentication
83
- * @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/bio-auth.html#checkissupportsoterauthentication
84
- * @tutorial_uni_app https://uniapp.dcloud.net.cn/api/system/authentication.html#checkissupportsoterauthentication
85
- *
86
- * @uniPlatform {
87
- * "app": {
88
- * "android": {
89
- * "osVer": "5.0",
90
- * "uniVer": "2.3.8",
91
- * "unixVer": "5.08"
92
- * },
93
- * "ios": {
94
- * "osVer": "12.0",
95
- * "uniVer": "2.3.8",
96
- * "unixVer": "5.08"
97
- * },
98
- * "harmony": {
99
- * "osVer": "3.0",
100
- * "uniVer": "4.31",
101
- * "unixVer": "4.61",
102
- * "unixVaporVer": "5.0"
103
- * }
104
- * },
105
- * "web": {
106
- * "uniVer": "x",
107
- * "unixVer": "x"
108
- * },
109
- * "mp": {
110
- * "weixin": {
111
- * "hostVer": "1.5.0",
112
- * "uniVer": "√",
113
- * "unixVer": "4.41"
114
- * },
115
- * "alipay": {
116
- * "hostVer": "x",
117
- * "uniVer": "x",
118
- * "unixVer": "x"
119
- * },
120
- * "baidu": {
121
- * "hostVer": "x",
122
- * "uniVer": "x",
123
- * "unixVer": "x"
124
- * },
125
- * "toutiao": {
126
- * "hostVer": "x",
127
- * "uniVer": "x",
128
- * "unixVer": "x"
129
- * },
130
- * "lark": {
131
- * "hostVer": "x",
132
- * "uniVer": "x",
133
- * "unixVer": "x"
134
- * },
135
- * "qq": {
136
- * "hostVer": "x",
137
- * "uniVer": "x",
138
- * "unixVer": "x"
139
- * },
140
- * "kuaishou": {
141
- * "hostVer": "x",
142
- * "uniVer": "x",
143
- * "unixVer": "x"
144
- * },
145
- * "jd": {
146
- * "hostVer": "x",
147
- * "uniVer": "x",
148
- * "unixVer": "x"
149
- * }
150
- * }
151
- * }
152
- * @tutorial_weixin https://developers.weixin.qq.com/miniprogram/dev/api/open-api/soter/wx.checkIsSupportSoterAuthentication.html
153
- */
154
- checkIsSupportSoterAuthentication(options: CheckIsSupportSoterAuthenticationOptions): void;
155
- /**
156
- * 获取设备内是否录入如指纹等生物信息
157
- *
158
- * @tutorial https://doc.dcloud.net.cn/uni-app-x/api/bio-auth.html#checkissoterenrolledindevice
159
- * @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/bio-auth.html#checkissoterenrolledindevice
160
- * @tutorial_uni_app https://uniapp.dcloud.net.cn/api/system/authentication.html#checkissoterenrolledindevice
161
- *
162
- * @uniPlatform {
163
- * "app": {
164
- * "android": {
165
- * "osVer": "5.0",
166
- * "uniVer": "2.3.8",
167
- * "unixVer": "5.08"
168
- * },
169
- * "ios": {
170
- * "osVer": "12.0",
171
- * "uniVer": "2.3.8",
172
- * "unixVer": "5.08"
173
- * },
174
- * "harmony": {
175
- * "osVer": "3.0",
176
- * "uniVer": "4.31",
177
- * "unixVer": "4.61",
178
- * "unixVaporVer": "5.0"
179
- * }
180
- * },
181
- * "web": {
182
- * "uniVer": "x",
183
- * "unixVer": "x"
184
- * },
185
- * "mp": {
186
- * "weixin": {
187
- * "hostVer": "1.6.0",
188
- * "uniVer": "√",
189
- * "unixVer": "4.41"
190
- * },
191
- * "alipay": {
192
- * "hostVer": "x",
193
- * "uniVer": "x",
194
- * "unixVer": "x"
195
- * },
196
- * "baidu": {
197
- * "hostVer": "x",
198
- * "uniVer": "x",
199
- * "unixVer": "x"
200
- * },
201
- * "toutiao": {
202
- * "hostVer": "x",
203
- * "uniVer": "x",
204
- * "unixVer": "x"
205
- * },
206
- * "lark": {
207
- * "hostVer": "x",
208
- * "uniVer": "x",
209
- * "unixVer": "x"
210
- * },
211
- * "qq": {
212
- * "hostVer": "x",
213
- * "uniVer": "x",
214
- * "unixVer": "x"
215
- * },
216
- * "kuaishou": {
217
- * "hostVer": "x",
218
- * "uniVer": "x",
219
- * "unixVer": "x"
220
- * },
221
- * "jd": {
222
- * "hostVer": "x",
223
- * "uniVer": "x",
224
- * "unixVer": "x"
225
- * }
226
- * }
227
- * }
228
- * @tutorial_weixin https://developers.weixin.qq.com/miniprogram/dev/api/open-api/soter/wx.checkIsSoterEnrolledInDevice.html
229
- */
230
- checkIsSoterEnrolledInDevice(options: CheckIsSoterEnrolledInDeviceOptions): void;
231
- }
232
-
233
- export type StartSoterAuthentication = (options: StartSoterAuthenticationOptions) => void;
234
- /**
235
- * 生物认证方式
236
- */
237
- export type SoterAuthMode =
238
- /**
239
- * 指纹识别
240
- */
241
- 'fingerPrint' |
242
- /**
243
- * 人脸识别
244
- */
245
- 'facial' |
246
- /**
247
- * 声纹识别(暂未支持)
248
- */
249
- 'speech';
250
-
251
- export type StartSoterAuthenticationSuccess = {
252
- /**
253
- * 错误码
254
- * @uniPlatform {
255
- * "mp": {
256
- * "weixin": {
257
- * "hostVer": "√",
258
- * "uniVer": "√",
259
- * "unixVer": "4.41"
260
- * },
261
- * "alipay": {
262
- * "hostVer": "-",
263
- * "uniVer": "-",
264
- * "unixVer": "-"
265
- * },
266
- * "baidu": {
267
- * "hostVer": "-",
268
- * "uniVer": "-",
269
- * "unixVer": "-"
270
- * },
271
- * "toutiao": {
272
- * "hostVer": "-",
273
- * "uniVer": "-",
274
- * "unixVer": "-"
275
- * },
276
- * "lark": {
277
- * "hostVer": "-",
278
- * "uniVer": "-",
279
- * "unixVer": "-"
280
- * },
281
- * "qq": {
282
- * "hostVer": "-",
283
- * "uniVer": "-",
284
- * "unixVer": "-"
285
- * },
286
- * "kuaishou": {
287
- * "hostVer": "-",
288
- * "uniVer": "-",
289
- * "unixVer": "-"
290
- * },
291
- * "jd": {
292
- * "hostVer": "-",
293
- * "uniVer": "-",
294
- * "unixVer": "-"
295
- * }
296
- * }
297
- * }
298
- */
299
- errCode: number,
300
- /**
301
- * 生物认证方式
302
- * - fingerPrint: 指纹识别
303
- * - facial: 人脸识别
304
- * - speech: 声纹识别(暂未支持)
305
- * @uniPlatform {
306
- * "mp": {
307
- * "weixin": {
308
- * "hostVer": "√",
309
- * "uniVer": "√",
310
- * "unixVer": "4.41"
311
- * },
312
- * "alipay": {
313
- * "hostVer": "-",
314
- * "uniVer": "-",
315
- * "unixVer": "-"
316
- * },
317
- * "baidu": {
318
- * "hostVer": "-",
319
- * "uniVer": "-",
320
- * "unixVer": "-"
321
- * },
322
- * "toutiao": {
323
- * "hostVer": "-",
324
- * "uniVer": "-",
325
- * "unixVer": "-"
326
- * },
327
- * "lark": {
328
- * "hostVer": "-",
329
- * "uniVer": "-",
330
- * "unixVer": "-"
331
- * },
332
- * "qq": {
333
- * "hostVer": "-",
334
- * "uniVer": "-",
335
- * "unixVer": "-"
336
- * },
337
- * "kuaishou": {
338
- * "hostVer": "-",
339
- * "uniVer": "-",
340
- * "unixVer": "-"
341
- * },
342
- * "jd": {
343
- * "hostVer": "-",
344
- * "uniVer": "-",
345
- * "unixVer": "-"
346
- * }
347
- * }
348
- * }
349
- */
350
- authMode: SoterAuthMode,
351
- /**
352
- * 在设备安全区域(TEE)内获得的本机安全信息以及本次认证信息
353
- * @uniPlatform {
354
- * "mp": {
355
- * "weixin": {
356
- * "hostVer": "√",
357
- * "uniVer": "√",
358
- * "unixVer": "4.41"
359
- * },
360
- * "alipay": {
361
- * "hostVer": "-",
362
- * "uniVer": "-",
363
- * "unixVer": "-"
364
- * },
365
- * "baidu": {
366
- * "hostVer": "-",
367
- * "uniVer": "-",
368
- * "unixVer": "-"
369
- * },
370
- * "toutiao": {
371
- * "hostVer": "-",
372
- * "uniVer": "-",
373
- * "unixVer": "-"
374
- * },
375
- * "lark": {
376
- * "hostVer": "-",
377
- * "uniVer": "-",
378
- * "unixVer": "-"
379
- * },
380
- * "qq": {
381
- * "hostVer": "-",
382
- * "uniVer": "-",
383
- * "unixVer": "-"
384
- * },
385
- * "kuaishou": {
386
- * "hostVer": "-",
387
- * "uniVer": "-",
388
- * "unixVer": "-"
389
- * },
390
- * "jd": {
391
- * "hostVer": "-",
392
- * "uniVer": "-",
393
- * "unixVer": "-"
394
- * }
395
- * }
396
- * }
397
- */
398
- resultJSON?: string | null,
399
- /**
400
- * 用安全密钥对 resultJSON 的签名(SHA256 with RSA/PSS, saltlen=20)
401
- * @uniPlatform {
402
- * "mp": {
403
- * "weixin": {
404
- * "hostVer": "√",
405
- * "uniVer": "√",
406
- * "unixVer": "4.41"
407
- * },
408
- * "alipay": {
409
- * "hostVer": "-",
410
- * "uniVer": "-",
411
- * "unixVer": "-"
412
- * },
413
- * "baidu": {
414
- * "hostVer": "-",
415
- * "uniVer": "-",
416
- * "unixVer": "-"
417
- * },
418
- * "toutiao": {
419
- * "hostVer": "-",
420
- * "uniVer": "-",
421
- * "unixVer": "-"
422
- * },
423
- * "lark": {
424
- * "hostVer": "-",
425
- * "uniVer": "-",
426
- * "unixVer": "-"
427
- * },
428
- * "qq": {
429
- * "hostVer": "-",
430
- * "uniVer": "-",
431
- * "unixVer": "-"
432
- * },
433
- * "kuaishou": {
434
- * "hostVer": "-",
435
- * "uniVer": "-",
436
- * "unixVer": "-"
437
- * },
438
- * "jd": {
439
- * "hostVer": "-",
440
- * "uniVer": "-",
441
- * "unixVer": "-"
442
- * }
443
- * }
444
- * }
445
- */
446
- resultJSONSignature?: string | null,
447
- /**
448
- * 接口调用结果
449
- * @uniPlatform {
450
- * "mp": {
451
- * "weixin": {
452
- * "hostVer": "√",
453
- * "uniVer": "√",
454
- * "unixVer": "4.41"
455
- * },
456
- * "alipay": {
457
- * "hostVer": "-",
458
- * "uniVer": "-",
459
- * "unixVer": "-"
460
- * },
461
- * "baidu": {
462
- * "hostVer": "-",
463
- * "uniVer": "-",
464
- * "unixVer": "-"
465
- * },
466
- * "toutiao": {
467
- * "hostVer": "-",
468
- * "uniVer": "-",
469
- * "unixVer": "-"
470
- * },
471
- * "lark": {
472
- * "hostVer": "-",
473
- * "uniVer": "-",
474
- * "unixVer": "-"
475
- * },
476
- * "qq": {
477
- * "hostVer": "-",
478
- * "uniVer": "-",
479
- * "unixVer": "-"
480
- * },
481
- * "kuaishou": {
482
- * "hostVer": "-",
483
- * "uniVer": "-",
484
- * "unixVer": "-"
485
- * },
486
- * "jd": {
487
- * "hostVer": "-",
488
- * "uniVer": "-",
489
- * "unixVer": "-"
490
- * }
491
- * }
492
- * }
493
- */
494
- errMsg: string
495
- };
496
- export type StartSoterAuthenticationSuccessCallback = (result: StartSoterAuthenticationSuccess) => void;
497
- export type StartSoterAuthenticationFail = UniError;
498
- export type StartSoterAuthenticationFailCallback = (result: StartSoterAuthenticationFail) => void;
499
- export type StartSoterAuthenticationComplete = any;
500
- export type StartSoterAuthenticationCompleteCallback = (result: StartSoterAuthenticationComplete) => void;
501
- export type StartSoterAuthenticationOptions = {
502
- /**
503
- * 请求使用的可接受的生物认证方式
504
- * @uniPlatform {
505
- * "mp": {
506
- * "weixin": {
507
- * "hostVer": "√",
508
- * "uniVer": "√",
509
- * "unixVer": "4.41"
510
- * },
511
- * "alipay": {
512
- * "hostVer": "-",
513
- * "uniVer": "-",
514
- * "unixVer": "-"
515
- * },
516
- * "baidu": {
517
- * "hostVer": "-",
518
- * "uniVer": "-",
519
- * "unixVer": "-"
520
- * },
521
- * "toutiao": {
522
- * "hostVer": "-",
523
- * "uniVer": "-",
524
- * "unixVer": "-"
525
- * },
526
- * "lark": {
527
- * "hostVer": "-",
528
- * "uniVer": "-",
529
- * "unixVer": "-"
530
- * },
531
- * "qq": {
532
- * "hostVer": "-",
533
- * "uniVer": "-",
534
- * "unixVer": "-"
535
- * },
536
- * "kuaishou": {
537
- * "hostVer": "-",
538
- * "uniVer": "-",
539
- * "unixVer": "-"
540
- * },
541
- * "jd": {
542
- * "hostVer": "-",
543
- * "uniVer": "-",
544
- * "unixVer": "-"
545
- * }
546
- * }
547
- * }
548
- */
549
- requestAuthModes: SoterAuthMode[],
550
- /**
551
- * 挑战因子
552
- * @uniPlatform {
553
- * "mp": {
554
- * "weixin": {
555
- * "hostVer": "√",
556
- * "uniVer": "√",
557
- * "unixVer": "4.41"
558
- * },
559
- * "alipay": {
560
- * "hostVer": "-",
561
- * "uniVer": "-",
562
- * "unixVer": "-"
563
- * },
564
- * "baidu": {
565
- * "hostVer": "-",
566
- * "uniVer": "-",
567
- * "unixVer": "-"
568
- * },
569
- * "toutiao": {
570
- * "hostVer": "-",
571
- * "uniVer": "-",
572
- * "unixVer": "-"
573
- * },
574
- * "lark": {
575
- * "hostVer": "-",
576
- * "uniVer": "-",
577
- * "unixVer": "-"
578
- * },
579
- * "qq": {
580
- * "hostVer": "-",
581
- * "uniVer": "-",
582
- * "unixVer": "-"
583
- * },
584
- * "kuaishou": {
585
- * "hostVer": "-",
586
- * "uniVer": "-",
587
- * "unixVer": "-"
588
- * },
589
- * "jd": {
590
- * "hostVer": "-",
591
- * "uniVer": "-",
592
- * "unixVer": "-"
593
- * }
594
- * }
595
- * }
596
- */
597
- challenge?: string | null,
598
- /**
599
- * 验证描述,即识别过程中显示在界面上的对话框提示内容
600
- * @uniPlatform {
601
- * "mp": {
602
- * "weixin": {
603
- * "hostVer": "√",
604
- * "uniVer": "√",
605
- * "unixVer": "4.41"
606
- * },
607
- * "alipay": {
608
- * "hostVer": "-",
609
- * "uniVer": "-",
610
- * "unixVer": "-"
611
- * },
612
- * "baidu": {
613
- * "hostVer": "-",
614
- * "uniVer": "-",
615
- * "unixVer": "-"
616
- * },
617
- * "toutiao": {
618
- * "hostVer": "-",
619
- * "uniVer": "-",
620
- * "unixVer": "-"
621
- * },
622
- * "lark": {
623
- * "hostVer": "-",
624
- * "uniVer": "-",
625
- * "unixVer": "-"
626
- * },
627
- * "qq": {
628
- * "hostVer": "-",
629
- * "uniVer": "-",
630
- * "unixVer": "-"
631
- * },
632
- * "kuaishou": {
633
- * "hostVer": "-",
634
- * "uniVer": "-",
635
- * "unixVer": "-"
636
- * },
637
- * "jd": {
638
- * "hostVer": "-",
639
- * "uniVer": "-",
640
- * "unixVer": "-"
641
- * }
642
- * }
643
- * }
644
- */
645
- authContent?: string | null,
646
- /**
647
- * 接口调用成功的回调函数
648
- * @uniPlatform {
649
- * "mp": {
650
- * "weixin": {
651
- * "hostVer": "√",
652
- * "uniVer": "√",
653
- * "unixVer": "4.41"
654
- * },
655
- * "alipay": {
656
- * "hostVer": "-",
657
- * "uniVer": "-",
658
- * "unixVer": "-"
659
- * },
660
- * "baidu": {
661
- * "hostVer": "-",
662
- * "uniVer": "-",
663
- * "unixVer": "-"
664
- * },
665
- * "toutiao": {
666
- * "hostVer": "-",
667
- * "uniVer": "-",
668
- * "unixVer": "-"
669
- * },
670
- * "lark": {
671
- * "hostVer": "-",
672
- * "uniVer": "-",
673
- * "unixVer": "-"
674
- * },
675
- * "qq": {
676
- * "hostVer": "-",
677
- * "uniVer": "-",
678
- * "unixVer": "-"
679
- * },
680
- * "kuaishou": {
681
- * "hostVer": "-",
682
- * "uniVer": "-",
683
- * "unixVer": "-"
684
- * },
685
- * "jd": {
686
- * "hostVer": "-",
687
- * "uniVer": "-",
688
- * "unixVer": "-"
689
- * }
690
- * }
691
- * }
692
- */
693
- success?: StartSoterAuthenticationSuccessCallback | null,
694
- /**
695
- * 接口调用失败的回调函数
696
- * @uniPlatform {
697
- * "mp": {
698
- * "weixin": {
699
- * "hostVer": "√",
700
- * "uniVer": "√",
701
- * "unixVer": "4.41"
702
- * },
703
- * "alipay": {
704
- * "hostVer": "-",
705
- * "uniVer": "-",
706
- * "unixVer": "-"
707
- * },
708
- * "baidu": {
709
- * "hostVer": "-",
710
- * "uniVer": "-",
711
- * "unixVer": "-"
712
- * },
713
- * "toutiao": {
714
- * "hostVer": "-",
715
- * "uniVer": "-",
716
- * "unixVer": "-"
717
- * },
718
- * "lark": {
719
- * "hostVer": "-",
720
- * "uniVer": "-",
721
- * "unixVer": "-"
722
- * },
723
- * "qq": {
724
- * "hostVer": "-",
725
- * "uniVer": "-",
726
- * "unixVer": "-"
727
- * },
728
- * "kuaishou": {
729
- * "hostVer": "-",
730
- * "uniVer": "-",
731
- * "unixVer": "-"
732
- * },
733
- * "jd": {
734
- * "hostVer": "-",
735
- * "uniVer": "-",
736
- * "unixVer": "-"
737
- * }
738
- * }
739
- * }
740
- */
741
- fail?: StartSoterAuthenticationFailCallback | null,
742
- /**
743
- * 接口调用结束的回调函数(调用成功、失败都会执行)
744
- * @uniPlatform {
745
- * "mp": {
746
- * "weixin": {
747
- * "hostVer": "√",
748
- * "uniVer": "√",
749
- * "unixVer": "4.41"
750
- * },
751
- * "alipay": {
752
- * "hostVer": "-",
753
- * "uniVer": "-",
754
- * "unixVer": "-"
755
- * },
756
- * "baidu": {
757
- * "hostVer": "-",
758
- * "uniVer": "-",
759
- * "unixVer": "-"
760
- * },
761
- * "toutiao": {
762
- * "hostVer": "-",
763
- * "uniVer": "-",
764
- * "unixVer": "-"
765
- * },
766
- * "lark": {
767
- * "hostVer": "-",
768
- * "uniVer": "-",
769
- * "unixVer": "-"
770
- * },
771
- * "qq": {
772
- * "hostVer": "-",
773
- * "uniVer": "-",
774
- * "unixVer": "-"
775
- * },
776
- * "kuaishou": {
777
- * "hostVer": "-",
778
- * "uniVer": "-",
779
- * "unixVer": "-"
780
- * },
781
- * "jd": {
782
- * "hostVer": "-",
783
- * "uniVer": "-",
784
- * "unixVer": "-"
785
- * }
786
- * }
787
- * }
788
- */
789
- complete?: StartSoterAuthenticationCompleteCallback | null
790
- };
791
- export type CheckIsSupportSoterAuthentication = (options: CheckIsSupportSoterAuthenticationOptions) => void;
792
- export type CheckIsSupportSoterAuthenticationSuccess = {
793
- /**
794
- * 接口调用成功的回调函数
795
- * @uniPlatform {
796
- * "mp": {
797
- * "weixin": {
798
- * "hostVer": "√",
799
- * "uniVer": "√",
800
- * "unixVer": "4.41"
801
- * },
802
- * "alipay": {
803
- * "hostVer": "-",
804
- * "uniVer": "-",
805
- * "unixVer": "-"
806
- * },
807
- * "baidu": {
808
- * "hostVer": "-",
809
- * "uniVer": "-",
810
- * "unixVer": "-"
811
- * },
812
- * "toutiao": {
813
- * "hostVer": "-",
814
- * "uniVer": "-",
815
- * "unixVer": "-"
816
- * },
817
- * "lark": {
818
- * "hostVer": "-",
819
- * "uniVer": "-",
820
- * "unixVer": "-"
821
- * },
822
- * "qq": {
823
- * "hostVer": "-",
824
- * "uniVer": "-",
825
- * "unixVer": "-"
826
- * },
827
- * "kuaishou": {
828
- * "hostVer": "-",
829
- * "uniVer": "-",
830
- * "unixVer": "-"
831
- * },
832
- * "jd": {
833
- * "hostVer": "-",
834
- * "uniVer": "-",
835
- * "unixVer": "-"
836
- * }
837
- * }
838
- * }
839
- */
840
- supportMode: SoterAuthMode[],
841
- /**
842
- * 接口调用结果
843
- * @uniPlatform {
844
- * "mp": {
845
- * "weixin": {
846
- * "hostVer": "√",
847
- * "uniVer": "√",
848
- * "unixVer": "4.41"
849
- * },
850
- * "alipay": {
851
- * "hostVer": "-",
852
- * "uniVer": "-",
853
- * "unixVer": "-"
854
- * },
855
- * "baidu": {
856
- * "hostVer": "-",
857
- * "uniVer": "-",
858
- * "unixVer": "-"
859
- * },
860
- * "toutiao": {
861
- * "hostVer": "-",
862
- * "uniVer": "-",
863
- * "unixVer": "-"
864
- * },
865
- * "lark": {
866
- * "hostVer": "-",
867
- * "uniVer": "-",
868
- * "unixVer": "-"
869
- * },
870
- * "qq": {
871
- * "hostVer": "-",
872
- * "uniVer": "-",
873
- * "unixVer": "-"
874
- * },
875
- * "kuaishou": {
876
- * "hostVer": "-",
877
- * "uniVer": "-",
878
- * "unixVer": "-"
879
- * },
880
- * "jd": {
881
- * "hostVer": "-",
882
- * "uniVer": "-",
883
- * "unixVer": "-"
884
- * }
885
- * }
886
- * }
887
- */
888
- errMsg: string
889
- };
890
- export type CheckIsSupportSoterAuthenticationSuccessCallback = (result: CheckIsSupportSoterAuthenticationSuccess) => void;
891
- export type CheckIsSupportSoterAuthenticationFail = UniError;
892
- export type CheckIsSupportSoterAuthenticationFailCallback = (result: CheckIsSupportSoterAuthenticationFail) => void;
893
- export type CheckIsSupportSoterAuthenticationComplete = any;
894
- export type CheckIsSupportSoterAuthenticationCompleteCallback = (result: CheckIsSupportSoterAuthenticationComplete) => void;
895
- export type CheckIsSupportSoterAuthenticationOptions = {
896
- /**
897
- * 接口调用成功的回调函数
898
- * @uniPlatform {
899
- * "mp": {
900
- * "weixin": {
901
- * "hostVer": "√",
902
- * "uniVer": "√",
903
- * "unixVer": "4.41"
904
- * },
905
- * "alipay": {
906
- * "hostVer": "-",
907
- * "uniVer": "-",
908
- * "unixVer": "-"
909
- * },
910
- * "baidu": {
911
- * "hostVer": "-",
912
- * "uniVer": "-",
913
- * "unixVer": "-"
914
- * },
915
- * "toutiao": {
916
- * "hostVer": "-",
917
- * "uniVer": "-",
918
- * "unixVer": "-"
919
- * },
920
- * "lark": {
921
- * "hostVer": "-",
922
- * "uniVer": "-",
923
- * "unixVer": "-"
924
- * },
925
- * "qq": {
926
- * "hostVer": "-",
927
- * "uniVer": "-",
928
- * "unixVer": "-"
929
- * },
930
- * "kuaishou": {
931
- * "hostVer": "-",
932
- * "uniVer": "-",
933
- * "unixVer": "-"
934
- * },
935
- * "jd": {
936
- * "hostVer": "-",
937
- * "uniVer": "-",
938
- * "unixVer": "-"
939
- * }
940
- * }
941
- * }
942
- */
943
- success?: CheckIsSupportSoterAuthenticationSuccessCallback | null,
944
- /**
945
- * 接口调用失败的回调函数
946
- * @uniPlatform {
947
- * "mp": {
948
- * "weixin": {
949
- * "hostVer": "√",
950
- * "uniVer": "√",
951
- * "unixVer": "4.41"
952
- * },
953
- * "alipay": {
954
- * "hostVer": "-",
955
- * "uniVer": "-",
956
- * "unixVer": "-"
957
- * },
958
- * "baidu": {
959
- * "hostVer": "-",
960
- * "uniVer": "-",
961
- * "unixVer": "-"
962
- * },
963
- * "toutiao": {
964
- * "hostVer": "-",
965
- * "uniVer": "-",
966
- * "unixVer": "-"
967
- * },
968
- * "lark": {
969
- * "hostVer": "-",
970
- * "uniVer": "-",
971
- * "unixVer": "-"
972
- * },
973
- * "qq": {
974
- * "hostVer": "-",
975
- * "uniVer": "-",
976
- * "unixVer": "-"
977
- * },
978
- * "kuaishou": {
979
- * "hostVer": "-",
980
- * "uniVer": "-",
981
- * "unixVer": "-"
982
- * },
983
- * "jd": {
984
- * "hostVer": "-",
985
- * "uniVer": "-",
986
- * "unixVer": "-"
987
- * }
988
- * }
989
- * }
990
- */
991
- fail?: CheckIsSupportSoterAuthenticationFailCallback | null,
992
- /**
993
- * 接口调用结束的回调函数(调用成功、失败都会执行)
994
- * @uniPlatform {
995
- * "mp": {
996
- * "weixin": {
997
- * "hostVer": "√",
998
- * "uniVer": "√",
999
- * "unixVer": "4.41"
1000
- * },
1001
- * "alipay": {
1002
- * "hostVer": "-",
1003
- * "uniVer": "-",
1004
- * "unixVer": "-"
1005
- * },
1006
- * "baidu": {
1007
- * "hostVer": "-",
1008
- * "uniVer": "-",
1009
- * "unixVer": "-"
1010
- * },
1011
- * "toutiao": {
1012
- * "hostVer": "-",
1013
- * "uniVer": "-",
1014
- * "unixVer": "-"
1015
- * },
1016
- * "lark": {
1017
- * "hostVer": "-",
1018
- * "uniVer": "-",
1019
- * "unixVer": "-"
1020
- * },
1021
- * "qq": {
1022
- * "hostVer": "-",
1023
- * "uniVer": "-",
1024
- * "unixVer": "-"
1025
- * },
1026
- * "kuaishou": {
1027
- * "hostVer": "-",
1028
- * "uniVer": "-",
1029
- * "unixVer": "-"
1030
- * },
1031
- * "jd": {
1032
- * "hostVer": "-",
1033
- * "uniVer": "-",
1034
- * "unixVer": "-"
1035
- * }
1036
- * }
1037
- * }
1038
- */
1039
- complete?: CheckIsSupportSoterAuthenticationCompleteCallback | null
1040
- };
1041
- export type CheckIsSoterEnrolledInDevice = (options: CheckIsSoterEnrolledInDeviceOptions) => void;
1042
- export type CheckIsSoterEnrolledInDeviceSuccess = {
1043
- /**
1044
- * 是否已录入信息
1045
- * @type boolean
1046
- * @uniPlatform {
1047
- * "mp": {
1048
- * "weixin": {
1049
- * "hostVer": "√",
1050
- * "uniVer": "√",
1051
- * "unixVer": "4.41"
1052
- * },
1053
- * "alipay": {
1054
- * "hostVer": "-",
1055
- * "uniVer": "-",
1056
- * "unixVer": "-"
1057
- * },
1058
- * "baidu": {
1059
- * "hostVer": "-",
1060
- * "uniVer": "-",
1061
- * "unixVer": "-"
1062
- * },
1063
- * "toutiao": {
1064
- * "hostVer": "-",
1065
- * "uniVer": "-",
1066
- * "unixVer": "-"
1067
- * },
1068
- * "lark": {
1069
- * "hostVer": "-",
1070
- * "uniVer": "-",
1071
- * "unixVer": "-"
1072
- * },
1073
- * "qq": {
1074
- * "hostVer": "-",
1075
- * "uniVer": "-",
1076
- * "unixVer": "-"
1077
- * },
1078
- * "kuaishou": {
1079
- * "hostVer": "-",
1080
- * "uniVer": "-",
1081
- * "unixVer": "-"
1082
- * },
1083
- * "jd": {
1084
- * "hostVer": "-",
1085
- * "uniVer": "-",
1086
- * "unixVer": "-"
1087
- * }
1088
- * }
1089
- * }
1090
- */
1091
- isEnrolled: boolean,
1092
- /**
1093
- * 错误信息
1094
- * @uniPlatform {
1095
- * "mp": {
1096
- * "weixin": {
1097
- * "hostVer": "√",
1098
- * "uniVer": "√",
1099
- * "unixVer": "4.41"
1100
- * },
1101
- * "alipay": {
1102
- * "hostVer": "-",
1103
- * "uniVer": "-",
1104
- * "unixVer": "-"
1105
- * },
1106
- * "baidu": {
1107
- * "hostVer": "-",
1108
- * "uniVer": "-",
1109
- * "unixVer": "-"
1110
- * },
1111
- * "toutiao": {
1112
- * "hostVer": "-",
1113
- * "uniVer": "-",
1114
- * "unixVer": "-"
1115
- * },
1116
- * "lark": {
1117
- * "hostVer": "-",
1118
- * "uniVer": "-",
1119
- * "unixVer": "-"
1120
- * },
1121
- * "qq": {
1122
- * "hostVer": "-",
1123
- * "uniVer": "-",
1124
- * "unixVer": "-"
1125
- * },
1126
- * "kuaishou": {
1127
- * "hostVer": "-",
1128
- * "uniVer": "-",
1129
- * "unixVer": "-"
1130
- * },
1131
- * "jd": {
1132
- * "hostVer": "-",
1133
- * "uniVer": "-",
1134
- * "unixVer": "-"
1135
- * }
1136
- * }
1137
- * }
1138
- */
1139
- errMsg: string
1140
- };
1141
- export type CheckIsSoterEnrolledInDeviceSuccessCallback = (result: CheckIsSoterEnrolledInDeviceSuccess) => void;
1142
- export type CheckIsSoterEnrolledInDeviceFail = UniError;
1143
- export type CheckIsSoterEnrolledInDeviceFailCallback = (result: CheckIsSoterEnrolledInDeviceFail) => void;
1144
- export type CheckIsSoterEnrolledInDeviceComplete = any;
1145
- export type CheckIsSoterEnrolledInDeviceCompleteCallback = (result: CheckIsSoterEnrolledInDeviceComplete) => void;
1146
- export type CheckIsSoterEnrolledInDeviceOptions = {
1147
- /**
1148
- * 生物认证方式
1149
- * - fingerPrint: 指纹识别
1150
- * - facial: 人脸识别(暂未支持)
1151
- * - speech: 声纹识别(暂未支持)
1152
- * @uniPlatform {
1153
- * "mp": {
1154
- * "weixin": {
1155
- * "hostVer": "√",
1156
- * "uniVer": "√",
1157
- * "unixVer": "4.41"
1158
- * },
1159
- * "alipay": {
1160
- * "hostVer": "-",
1161
- * "uniVer": "-",
1162
- * "unixVer": "-"
1163
- * },
1164
- * "baidu": {
1165
- * "hostVer": "-",
1166
- * "uniVer": "-",
1167
- * "unixVer": "-"
1168
- * },
1169
- * "toutiao": {
1170
- * "hostVer": "-",
1171
- * "uniVer": "-",
1172
- * "unixVer": "-"
1173
- * },
1174
- * "lark": {
1175
- * "hostVer": "-",
1176
- * "uniVer": "-",
1177
- * "unixVer": "-"
1178
- * },
1179
- * "qq": {
1180
- * "hostVer": "-",
1181
- * "uniVer": "-",
1182
- * "unixVer": "-"
1183
- * },
1184
- * "kuaishou": {
1185
- * "hostVer": "-",
1186
- * "uniVer": "-",
1187
- * "unixVer": "-"
1188
- * },
1189
- * "jd": {
1190
- * "hostVer": "-",
1191
- * "uniVer": "-",
1192
- * "unixVer": "-"
1193
- * }
1194
- * }
1195
- * }
1196
- */
1197
- checkAuthMode: SoterAuthMode,
1198
- /**
1199
- * 接口调用成功的回调函数
1200
- * @uniPlatform {
1201
- * "mp": {
1202
- * "weixin": {
1203
- * "hostVer": "√",
1204
- * "uniVer": "√",
1205
- * "unixVer": "4.41"
1206
- * },
1207
- * "alipay": {
1208
- * "hostVer": "-",
1209
- * "uniVer": "-",
1210
- * "unixVer": "-"
1211
- * },
1212
- * "baidu": {
1213
- * "hostVer": "-",
1214
- * "uniVer": "-",
1215
- * "unixVer": "-"
1216
- * },
1217
- * "toutiao": {
1218
- * "hostVer": "-",
1219
- * "uniVer": "-",
1220
- * "unixVer": "-"
1221
- * },
1222
- * "lark": {
1223
- * "hostVer": "-",
1224
- * "uniVer": "-",
1225
- * "unixVer": "-"
1226
- * },
1227
- * "qq": {
1228
- * "hostVer": "-",
1229
- * "uniVer": "-",
1230
- * "unixVer": "-"
1231
- * },
1232
- * "kuaishou": {
1233
- * "hostVer": "-",
1234
- * "uniVer": "-",
1235
- * "unixVer": "-"
1236
- * },
1237
- * "jd": {
1238
- * "hostVer": "-",
1239
- * "uniVer": "-",
1240
- * "unixVer": "-"
1241
- * }
1242
- * }
1243
- * }
1244
- */
1245
- success?: CheckIsSoterEnrolledInDeviceSuccessCallback | null,
1246
- /**
1247
- * 接口调用失败的回调函数
1248
- * @uniPlatform {
1249
- * "mp": {
1250
- * "weixin": {
1251
- * "hostVer": "√",
1252
- * "uniVer": "√",
1253
- * "unixVer": "4.41"
1254
- * },
1255
- * "alipay": {
1256
- * "hostVer": "-",
1257
- * "uniVer": "-",
1258
- * "unixVer": "-"
1259
- * },
1260
- * "baidu": {
1261
- * "hostVer": "-",
1262
- * "uniVer": "-",
1263
- * "unixVer": "-"
1264
- * },
1265
- * "toutiao": {
1266
- * "hostVer": "-",
1267
- * "uniVer": "-",
1268
- * "unixVer": "-"
1269
- * },
1270
- * "lark": {
1271
- * "hostVer": "-",
1272
- * "uniVer": "-",
1273
- * "unixVer": "-"
1274
- * },
1275
- * "qq": {
1276
- * "hostVer": "-",
1277
- * "uniVer": "-",
1278
- * "unixVer": "-"
1279
- * },
1280
- * "kuaishou": {
1281
- * "hostVer": "-",
1282
- * "uniVer": "-",
1283
- * "unixVer": "-"
1284
- * },
1285
- * "jd": {
1286
- * "hostVer": "-",
1287
- * "uniVer": "-",
1288
- * "unixVer": "-"
1289
- * }
1290
- * }
1291
- * }
1292
- */
1293
- fail?: CheckIsSoterEnrolledInDeviceFailCallback | null,
1294
- /**
1295
- * 接口调用结束的回调函数(调用成功、失败都会执行)
1296
- * @uniPlatform {
1297
- * "mp": {
1298
- * "weixin": {
1299
- * "hostVer": "√",
1300
- * "uniVer": "√",
1301
- * "unixVer": "4.41"
1302
- * },
1303
- * "alipay": {
1304
- * "hostVer": "-",
1305
- * "uniVer": "-",
1306
- * "unixVer": "-"
1307
- * },
1308
- * "baidu": {
1309
- * "hostVer": "-",
1310
- * "uniVer": "-",
1311
- * "unixVer": "-"
1312
- * },
1313
- * "toutiao": {
1314
- * "hostVer": "-",
1315
- * "uniVer": "-",
1316
- * "unixVer": "-"
1317
- * },
1318
- * "lark": {
1319
- * "hostVer": "-",
1320
- * "uniVer": "-",
1321
- * "unixVer": "-"
1322
- * },
1323
- * "qq": {
1324
- * "hostVer": "-",
1325
- * "uniVer": "-",
1326
- * "unixVer": "-"
1327
- * },
1328
- * "kuaishou": {
1329
- * "hostVer": "-",
1330
- * "uniVer": "-",
1331
- * "unixVer": "-"
1332
- * },
1333
- * "jd": {
1334
- * "hostVer": "-",
1335
- * "uniVer": "-",
1336
- * "unixVer": "-"
1337
- * }
1338
- * }
1339
- * }
1340
- */
1341
- complete?: CheckIsSoterEnrolledInDeviceCompleteCallback | null
1342
- };