@dcloudio/uni-app-x 0.7.122 → 0.7.123

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 (417) 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 +3 -3
  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-phoneContact/utssdk/interface.d.ts +14 -4
  35. package/types/uni/uts-plugin-api/lib/uni-screenBrightness/utssdk/global.d.ts +6 -0
  36. package/types/uni/uts-plugin-api/lib/uni-screenBrightness/utssdk/index.d.ts +3 -0
  37. package/types/uni/uts-plugin-api/lib/uni-screenBrightness/utssdk/interface.d.ts +15 -3
  38. package/types/uni/uts-plugin-api/lib/uni-vibrate/utssdk/global.d.ts +24 -2
  39. package/types/uni/uts-plugin-api/lib/uni-vibrate/utssdk/index.d.ts +12 -1
  40. package/types/uni/uts-plugin-api/lib/uni-vibrate/utssdk/interface.d.ts +158 -47
  41. package/types/uni/uts-plugin-biz/global.d.ts +2 -1
  42. package/types/uni/uts-plugin-biz/index.d.ts +2 -1
  43. package/types/uni/uts-plugin-biz/lib/uni-accelerometer/utssdk/global.d.ts +36 -12
  44. package/types/uni/uts-plugin-biz/lib/uni-accelerometer/utssdk/index.d.ts +18 -6
  45. package/types/uni/uts-plugin-biz/lib/uni-accelerometer/utssdk/interface.d.ts +772 -257
  46. package/types/uni/uts-plugin-biz/lib/uni-ad-dom2/utssdk/global.d.ts +45 -0
  47. package/types/uni/uts-plugin-biz/lib/uni-ad-dom2/utssdk/index.d.ts +22 -0
  48. package/types/uni/uts-plugin-biz/lib/uni-ad-dom2/utssdk/interface.d.ts +732 -0
  49. package/types/uni/uts-plugin-biz/lib/uni-authentication/utssdk/global.d.ts +6 -0
  50. package/types/uni/uts-plugin-biz/lib/uni-authentication/utssdk/index.d.ts +3 -0
  51. package/types/uni/uts-plugin-biz/lib/uni-authentication/utssdk/interface.d.ts +22 -6
  52. package/types/uni/uts-plugin-biz/lib/uni-calendar/utssdk/global.d.ts +28 -12
  53. package/types/uni/uts-plugin-biz/lib/uni-calendar/utssdk/index.d.ts +14 -6
  54. package/types/uni/uts-plugin-biz/lib/uni-calendar/utssdk/interface.d.ts +203 -178
  55. package/types/uni/uts-plugin-biz/lib/uni-compass/utssdk/global.d.ts +38 -14
  56. package/types/uni/uts-plugin-biz/lib/uni-compass/utssdk/index.d.ts +19 -7
  57. package/types/uni/uts-plugin-biz/lib/uni-compass/utssdk/interface.d.ts +415 -350
  58. package/types/uni/uts-plugin-biz/lib/uni-gyroscope/utssdk/global.d.ts +36 -12
  59. package/types/uni/uts-plugin-biz/lib/uni-gyroscope/utssdk/index.d.ts +18 -6
  60. package/types/uni/uts-plugin-biz/lib/uni-gyroscope/utssdk/interface.d.ts +91 -16
  61. package/types/uni/uts-plugin-biz/lib/uni-memory/utssdk/global.d.ts +21 -0
  62. package/types/uni/uts-plugin-biz/lib/uni-memory/utssdk/index.d.ts +10 -0
  63. package/types/uni/uts-plugin-biz/lib/uni-memory/utssdk/interface.d.ts +178 -0
  64. package/types/uni/uts-plugin-biz/lib/uni-phoneContact/utssdk/interface.d.ts +14 -4
  65. package/types/uni/uts-plugin-biz/lib/uni-screenBrightness/utssdk/global.d.ts +6 -0
  66. package/types/uni/uts-plugin-biz/lib/uni-screenBrightness/utssdk/index.d.ts +3 -0
  67. package/types/uni/uts-plugin-biz/lib/uni-screenBrightness/utssdk/interface.d.ts +15 -3
  68. package/types/uni/uts-plugin-biz/lib/uni-vibrate/utssdk/global.d.ts +24 -2
  69. package/types/uni/uts-plugin-biz/lib/uni-vibrate/utssdk/index.d.ts +12 -1
  70. package/types/uni/uts-plugin-biz/lib/uni-vibrate/utssdk/interface.d.ts +132 -19
  71. package/types/uni/uts-plugin-component/global.d.ts +23 -112
  72. package/types/uni/uts-plugin-component/index.d.ts +23 -112
  73. package/types/uni/uts-plugin-component/lib/{uni-editor-global → uni-editor-editor-global}/utssdk/interface.d.ts +2 -0
  74. package/types/uni/uts-plugin-component/lib/uni-form-checkbox-global/utssdk/global.d.ts +9 -0
  75. package/types/uni/uts-plugin-component/lib/uni-form-checkbox-global/utssdk/index.d.ts +5 -0
  76. package/types/uni/uts-plugin-component/lib/uni-form-checkbox-global/utssdk/interface.d.ts +7 -0
  77. package/types/uni/uts-plugin-component/lib/uni-form-checkbox-group-global/utssdk/global.d.ts +9 -0
  78. package/types/uni/uts-plugin-component/lib/uni-form-checkbox-group-global/utssdk/index.d.ts +5 -0
  79. package/types/uni/uts-plugin-component/lib/uni-form-checkbox-group-global/utssdk/interface.d.ts +2 -0
  80. package/types/uni/uts-plugin-component/lib/uni-form-form-global/utssdk/global.d.ts +9 -0
  81. package/types/uni/uts-plugin-component/lib/{uni-getElementById → uni-form-form-global}/utssdk/index.d.ts +1 -1
  82. package/types/uni/uts-plugin-component/lib/uni-form-form-global/utssdk/interface.d.ts +2 -0
  83. package/types/uni/uts-plugin-component/lib/uni-form-label-global/utssdk/global.d.ts +9 -0
  84. package/types/uni/uts-plugin-component/lib/{uni-page-container-global → uni-form-label-global}/utssdk/index.d.ts +1 -1
  85. package/types/uni/uts-plugin-component/lib/uni-form-label-global/utssdk/interface.d.ts +2 -0
  86. package/types/uni/uts-plugin-component/lib/uni-form-picker-global/utssdk/global.d.ts +9 -0
  87. package/types/uni/uts-plugin-component/lib/uni-form-picker-global/utssdk/index.d.ts +5 -0
  88. package/types/uni/uts-plugin-component/lib/uni-form-picker-global/utssdk/interface.d.ts +2 -0
  89. package/types/uni/uts-plugin-component/lib/uni-form-picker-view-column-global/utssdk/global.d.ts +9 -0
  90. package/types/uni/uts-plugin-component/lib/uni-form-picker-view-column-global/utssdk/index.d.ts +5 -0
  91. package/types/uni/uts-plugin-component/lib/uni-form-picker-view-column-global/utssdk/interface.d.ts +2 -0
  92. package/types/uni/uts-plugin-component/lib/uni-form-picker-view-global/utssdk/global.d.ts +9 -0
  93. package/types/uni/uts-plugin-component/lib/{uni-arrayBufferToBase64 → uni-form-picker-view-global}/utssdk/index.d.ts +1 -1
  94. package/types/uni/uts-plugin-component/lib/uni-form-picker-view-global/utssdk/interface.d.ts +2 -0
  95. package/types/uni/uts-plugin-component/lib/uni-form-radio-global/utssdk/global.d.ts +9 -0
  96. package/types/uni/uts-plugin-component/lib/{uni-input → uni-form-radio-global}/utssdk/index.d.ts +1 -1
  97. package/types/uni/uts-plugin-component/lib/uni-form-radio-global/utssdk/interface.d.ts +7 -0
  98. package/types/uni/uts-plugin-component/lib/uni-form-radio-group-global/utssdk/global.d.ts +9 -0
  99. package/types/uni/uts-plugin-component/lib/{uni-base64ToArrayBuffer → uni-form-radio-group-global}/utssdk/index.d.ts +1 -1
  100. package/types/uni/uts-plugin-component/lib/uni-form-radio-group-global/utssdk/interface.d.ts +2 -0
  101. package/types/uni/uts-plugin-component/lib/uni-form-slider-global/utssdk/global.d.ts +13 -0
  102. package/types/uni/uts-plugin-component/lib/uni-form-slider-global/utssdk/index.d.ts +7 -0
  103. package/types/uni/uts-plugin-component/lib/uni-form-slider-global/utssdk/interface.d.ts +18 -0
  104. package/types/uni/uts-plugin-component/lib/uni-form-switch-global/utssdk/global.d.ts +9 -0
  105. package/types/uni/uts-plugin-component/lib/uni-form-switch-global/utssdk/index.d.ts +5 -0
  106. package/types/uni/uts-plugin-component/lib/uni-form-switch-global/utssdk/interface.d.ts +7 -0
  107. package/types/vue/LifeCycle.d.ts +2 -2
  108. package/types/uni/uts-plugin-api/lib/uni-addPhoneContact/utssdk/global.d.ts +0 -25
  109. package/types/uni/uts-plugin-api/lib/uni-addPhoneContact/utssdk/index.d.ts +0 -12
  110. package/types/uni/uts-plugin-api/lib/uni-addPhoneContact/utssdk/interface.d.ts +0 -1767
  111. package/types/uni/uts-plugin-component/lib/uni-accelerometer/utssdk/global.d.ts +0 -35
  112. package/types/uni/uts-plugin-component/lib/uni-accelerometer/utssdk/index.d.ts +0 -17
  113. package/types/uni/uts-plugin-component/lib/uni-accelerometer/utssdk/interface.d.ts +0 -359
  114. package/types/uni/uts-plugin-component/lib/uni-actionSheet/utssdk/global.d.ts +0 -29
  115. package/types/uni/uts-plugin-component/lib/uni-actionSheet/utssdk/index.d.ts +0 -14
  116. package/types/uni/uts-plugin-component/lib/uni-actionSheet/utssdk/interface.d.ts +0 -1673
  117. package/types/uni/uts-plugin-component/lib/uni-addPhoneContact/utssdk/global.d.ts +0 -25
  118. package/types/uni/uts-plugin-component/lib/uni-addPhoneContact/utssdk/index.d.ts +0 -12
  119. package/types/uni/uts-plugin-component/lib/uni-addPhoneContact/utssdk/interface.d.ts +0 -226
  120. package/types/uni/uts-plugin-component/lib/uni-arrayBufferToBase64/utssdk/global.d.ts +0 -11
  121. package/types/uni/uts-plugin-component/lib/uni-arrayBufferToBase64/utssdk/interface.d.ts +0 -79
  122. package/types/uni/uts-plugin-component/lib/uni-authentication/utssdk/global.d.ts +0 -59
  123. package/types/uni/uts-plugin-component/lib/uni-authentication/utssdk/index.d.ts +0 -29
  124. package/types/uni/uts-plugin-component/lib/uni-authentication/utssdk/interface.d.ts +0 -1342
  125. package/types/uni/uts-plugin-component/lib/uni-base64ToArrayBuffer/utssdk/global.d.ts +0 -11
  126. package/types/uni/uts-plugin-component/lib/uni-base64ToArrayBuffer/utssdk/interface.d.ts +0 -79
  127. package/types/uni/uts-plugin-component/lib/uni-calendar/utssdk/global.d.ts +0 -35
  128. package/types/uni/uts-plugin-component/lib/uni-calendar/utssdk/index.d.ts +0 -17
  129. package/types/uni/uts-plugin-component/lib/uni-calendar/utssdk/interface.d.ts +0 -944
  130. package/types/uni/uts-plugin-component/lib/uni-camera/utssdk/global.d.ts +0 -55
  131. package/types/uni/uts-plugin-component/lib/uni-camera/utssdk/index.d.ts +0 -27
  132. package/types/uni/uts-plugin-component/lib/uni-camera/utssdk/interface.d.ts +0 -1330
  133. package/types/uni/uts-plugin-component/lib/uni-canvas/utssdk/global.d.ts +0 -25
  134. package/types/uni/uts-plugin-component/lib/uni-canvas/utssdk/index.d.ts +0 -12
  135. package/types/uni/uts-plugin-component/lib/uni-canvas/utssdk/interface.d.ts +0 -978
  136. package/types/uni/uts-plugin-component/lib/uni-canvas-dom2/utssdk/global.d.ts +0 -25
  137. package/types/uni/uts-plugin-component/lib/uni-canvas-dom2/utssdk/index.d.ts +0 -12
  138. package/types/uni/uts-plugin-component/lib/uni-canvas-dom2/utssdk/interface.d.ts +0 -979
  139. package/types/uni/uts-plugin-component/lib/uni-chooseLocation/utssdk/global.d.ts +0 -25
  140. package/types/uni/uts-plugin-component/lib/uni-chooseLocation/utssdk/index.d.ts +0 -12
  141. package/types/uni/uts-plugin-component/lib/uni-chooseLocation/utssdk/interface.d.ts +0 -423
  142. package/types/uni/uts-plugin-component/lib/uni-chooseMedia/utssdk/global.d.ts +0 -33
  143. package/types/uni/uts-plugin-component/lib/uni-chooseMedia/utssdk/index.d.ts +0 -16
  144. package/types/uni/uts-plugin-component/lib/uni-chooseMedia/utssdk/interface.d.ts +0 -499
  145. package/types/uni/uts-plugin-component/lib/uni-clipboard/utssdk/global.d.ts +0 -45
  146. package/types/uni/uts-plugin-component/lib/uni-clipboard/utssdk/index.d.ts +0 -22
  147. package/types/uni/uts-plugin-component/lib/uni-clipboard/utssdk/interface.d.ts +0 -217
  148. package/types/uni/uts-plugin-component/lib/uni-compass/utssdk/global.d.ts +0 -35
  149. package/types/uni/uts-plugin-component/lib/uni-compass/utssdk/index.d.ts +0 -17
  150. package/types/uni/uts-plugin-component/lib/uni-compass/utssdk/interface.d.ts +0 -353
  151. package/types/uni/uts-plugin-component/lib/uni-createInnerAudioContext/utssdk/global.d.ts +0 -33
  152. package/types/uni/uts-plugin-component/lib/uni-createInnerAudioContext/utssdk/index.d.ts +0 -16
  153. package/types/uni/uts-plugin-component/lib/uni-createInnerAudioContext/utssdk/interface.d.ts +0 -3379
  154. package/types/uni/uts-plugin-component/lib/uni-createIntersectionObserver/utssdk/global.d.ts +0 -21
  155. package/types/uni/uts-plugin-component/lib/uni-createIntersectionObserver/utssdk/index.d.ts +0 -10
  156. package/types/uni/uts-plugin-component/lib/uni-createIntersectionObserver/utssdk/interface.d.ts +0 -153
  157. package/types/uni/uts-plugin-component/lib/uni-createRequestPermissionListener/utssdk/global.d.ts +0 -19
  158. package/types/uni/uts-plugin-component/lib/uni-createRequestPermissionListener/utssdk/index.d.ts +0 -9
  159. package/types/uni/uts-plugin-component/lib/uni-createRequestPermissionListener/utssdk/interface.d.ts +0 -61
  160. package/types/uni/uts-plugin-component/lib/uni-createSelectorQuery/utssdk/global.d.ts +0 -21
  161. package/types/uni/uts-plugin-component/lib/uni-createSelectorQuery/utssdk/index.d.ts +0 -10
  162. package/types/uni/uts-plugin-component/lib/uni-createSelectorQuery/utssdk/interface.d.ts +0 -560
  163. package/types/uni/uts-plugin-component/lib/uni-createWebviewContext/utssdk/global.d.ts +0 -15
  164. package/types/uni/uts-plugin-component/lib/uni-createWebviewContext/utssdk/index.d.ts +0 -7
  165. package/types/uni/uts-plugin-component/lib/uni-createWebviewContext/utssdk/interface.d.ts +0 -214
  166. package/types/uni/uts-plugin-component/lib/uni-createWorker/utssdk/global.d.ts +0 -23
  167. package/types/uni/uts-plugin-component/lib/uni-createWorker/utssdk/index.d.ts +0 -11
  168. package/types/uni/uts-plugin-component/lib/uni-createWorker/utssdk/interface.d.ts +0 -158
  169. package/types/uni/uts-plugin-component/lib/uni-dialogPage/utssdk/global.d.ts +0 -27
  170. package/types/uni/uts-plugin-component/lib/uni-dialogPage/utssdk/index.d.ts +0 -13
  171. package/types/uni/uts-plugin-component/lib/uni-dialogPage/utssdk/interface.d.ts +0 -2303
  172. package/types/uni/uts-plugin-component/lib/uni-editor/utssdk/global.d.ts +0 -43
  173. package/types/uni/uts-plugin-component/lib/uni-editor/utssdk/index.d.ts +0 -21
  174. package/types/uni/uts-plugin-component/lib/uni-editor/utssdk/interface.d.ts +0 -943
  175. package/types/uni/uts-plugin-component/lib/uni-event/utssdk/global.d.ts +0 -17
  176. package/types/uni/uts-plugin-component/lib/uni-event/utssdk/index.d.ts +0 -8
  177. package/types/uni/uts-plugin-component/lib/uni-event/utssdk/interface.d.ts +0 -338
  178. package/types/uni/uts-plugin-component/lib/uni-exit/utssdk/global.d.ts +0 -27
  179. package/types/uni/uts-plugin-component/lib/uni-exit/utssdk/index.d.ts +0 -13
  180. package/types/uni/uts-plugin-component/lib/uni-exit/utssdk/interface.d.ts +0 -147
  181. package/types/uni/uts-plugin-component/lib/uni-file/utssdk/global.d.ts +0 -81
  182. package/types/uni/uts-plugin-component/lib/uni-file/utssdk/index.d.ts +0 -40
  183. package/types/uni/uts-plugin-component/lib/uni-file/utssdk/interface.d.ts +0 -397
  184. package/types/uni/uts-plugin-component/lib/uni-fileSystemManager/utssdk/global.d.ts +0 -151
  185. package/types/uni/uts-plugin-component/lib/uni-fileSystemManager/utssdk/index.d.ts +0 -75
  186. package/types/uni/uts-plugin-component/lib/uni-fileSystemManager/utssdk/interface.d.ts +0 -6428
  187. package/types/uni/uts-plugin-component/lib/uni-getAccessibilityInfo/utssdk/global.d.ts +0 -11
  188. package/types/uni/uts-plugin-component/lib/uni-getAccessibilityInfo/utssdk/index.d.ts +0 -5
  189. package/types/uni/uts-plugin-component/lib/uni-getAccessibilityInfo/utssdk/interface.d.ts +0 -37
  190. package/types/uni/uts-plugin-component/lib/uni-getAppAuthorizeSetting/utssdk/global.d.ts +0 -13
  191. package/types/uni/uts-plugin-component/lib/uni-getAppAuthorizeSetting/utssdk/index.d.ts +0 -6
  192. package/types/uni/uts-plugin-component/lib/uni-getAppAuthorizeSetting/utssdk/interface.d.ts +0 -620
  193. package/types/uni/uts-plugin-component/lib/uni-getAppBaseInfo/utssdk/global.d.ts +0 -15
  194. package/types/uni/uts-plugin-component/lib/uni-getAppBaseInfo/utssdk/index.d.ts +0 -7
  195. package/types/uni/uts-plugin-component/lib/uni-getAppBaseInfo/utssdk/interface.d.ts +0 -2220
  196. package/types/uni/uts-plugin-component/lib/uni-getBackgroundAudioManager/utssdk/global.d.ts +0 -17
  197. package/types/uni/uts-plugin-component/lib/uni-getBackgroundAudioManager/utssdk/index.d.ts +0 -8
  198. package/types/uni/uts-plugin-component/lib/uni-getBackgroundAudioManager/utssdk/interface.d.ts +0 -1406
  199. package/types/uni/uts-plugin-component/lib/uni-getDeviceInfo/utssdk/global.d.ts +0 -15
  200. package/types/uni/uts-plugin-component/lib/uni-getDeviceInfo/utssdk/index.d.ts +0 -7
  201. package/types/uni/uts-plugin-component/lib/uni-getDeviceInfo/utssdk/interface.d.ts +0 -1774
  202. package/types/uni/uts-plugin-component/lib/uni-getElementById/utssdk/global.d.ts +0 -11
  203. package/types/uni/uts-plugin-component/lib/uni-getElementById/utssdk/interface.d.ts +0 -83
  204. package/types/uni/uts-plugin-component/lib/uni-getEnterOptionsSync/utssdk/global.d.ts +0 -13
  205. package/types/uni/uts-plugin-component/lib/uni-getEnterOptionsSync/utssdk/index.d.ts +0 -6
  206. package/types/uni/uts-plugin-component/lib/uni-getEnterOptionsSync/utssdk/interface.d.ts +0 -833
  207. package/types/uni/uts-plugin-component/lib/uni-getLaunchOptionsSync/utssdk/global.d.ts +0 -13
  208. package/types/uni/uts-plugin-component/lib/uni-getLaunchOptionsSync/utssdk/index.d.ts +0 -6
  209. package/types/uni/uts-plugin-component/lib/uni-getLaunchOptionsSync/utssdk/interface.d.ts +0 -836
  210. package/types/uni/uts-plugin-component/lib/uni-getLocation-tencent-uni1/utssdk/global.d.ts +0 -21
  211. package/types/uni/uts-plugin-component/lib/uni-getLocation-tencent-uni1/utssdk/index.d.ts +0 -11
  212. package/types/uni/uts-plugin-component/lib/uni-getLocation-tencent-uni1/utssdk/interface.d.ts +0 -736
  213. package/types/uni/uts-plugin-component/lib/uni-getNetworkType/utssdk/global.d.ts +0 -33
  214. package/types/uni/uts-plugin-component/lib/uni-getNetworkType/utssdk/index.d.ts +0 -16
  215. package/types/uni/uts-plugin-component/lib/uni-getNetworkType/utssdk/interface.d.ts +0 -420
  216. package/types/uni/uts-plugin-component/lib/uni-getPerformance/utssdk/global.d.ts +0 -23
  217. package/types/uni/uts-plugin-component/lib/uni-getPerformance/utssdk/index.d.ts +0 -11
  218. package/types/uni/uts-plugin-component/lib/uni-getPerformance/utssdk/interface.d.ts +0 -199
  219. package/types/uni/uts-plugin-component/lib/uni-getProvider/utssdk/global.d.ts +0 -37
  220. package/types/uni/uts-plugin-component/lib/uni-getProvider/utssdk/index.d.ts +0 -18
  221. package/types/uni/uts-plugin-component/lib/uni-getProvider/utssdk/interface.d.ts +0 -757
  222. package/types/uni/uts-plugin-component/lib/uni-getSystemInfo/utssdk/global.d.ts +0 -33
  223. package/types/uni/uts-plugin-component/lib/uni-getSystemInfo/utssdk/index.d.ts +0 -16
  224. package/types/uni/uts-plugin-component/lib/uni-getSystemInfo/utssdk/interface.d.ts +0 -6084
  225. package/types/uni/uts-plugin-component/lib/uni-getSystemSetting/utssdk/global.d.ts +0 -13
  226. package/types/uni/uts-plugin-component/lib/uni-getSystemSetting/utssdk/index.d.ts +0 -6
  227. package/types/uni/uts-plugin-component/lib/uni-getSystemSetting/utssdk/interface.d.ts +0 -508
  228. package/types/uni/uts-plugin-component/lib/uni-gyroscope/utssdk/global.d.ts +0 -35
  229. package/types/uni/uts-plugin-component/lib/uni-gyroscope/utssdk/index.d.ts +0 -17
  230. package/types/uni/uts-plugin-component/lib/uni-gyroscope/utssdk/interface.d.ts +0 -362
  231. package/types/uni/uts-plugin-component/lib/uni-input/utssdk/global.d.ts +0 -9
  232. package/types/uni/uts-plugin-component/lib/uni-input/utssdk/interface.d.ts +0 -0
  233. package/types/uni/uts-plugin-component/lib/uni-installApk/utssdk/global.d.ts +0 -25
  234. package/types/uni/uts-plugin-component/lib/uni-installApk/utssdk/index.d.ts +0 -12
  235. package/types/uni/uts-plugin-component/lib/uni-installApk/utssdk/interface.d.ts +0 -125
  236. package/types/uni/uts-plugin-component/lib/uni-interceptor/utssdk/global.d.ts +0 -17
  237. package/types/uni/uts-plugin-component/lib/uni-interceptor/utssdk/index.d.ts +0 -8
  238. package/types/uni/uts-plugin-component/lib/uni-interceptor/utssdk/interface.d.ts +0 -171
  239. package/types/uni/uts-plugin-component/lib/uni-keyboard/utssdk/global.d.ts +0 -45
  240. package/types/uni/uts-plugin-component/lib/uni-keyboard/utssdk/index.d.ts +0 -22
  241. package/types/uni/uts-plugin-component/lib/uni-keyboard/utssdk/interface.d.ts +0 -693
  242. package/types/uni/uts-plugin-component/lib/uni-loadFontFace/utssdk/global.d.ts +0 -29
  243. package/types/uni/uts-plugin-component/lib/uni-loadFontFace/utssdk/index.d.ts +0 -14
  244. package/types/uni/uts-plugin-component/lib/uni-loadFontFace/utssdk/interface.d.ts +0 -603
  245. package/types/uni/uts-plugin-component/lib/uni-loading-global/utssdk/global.d.ts +0 -9
  246. package/types/uni/uts-plugin-component/lib/uni-loading-global/utssdk/index.d.ts +0 -5
  247. package/types/uni/uts-plugin-component/lib/uni-loading-global/utssdk/interface.d.ts +0 -5
  248. package/types/uni/uts-plugin-component/lib/uni-location/utssdk/global.d.ts +0 -61
  249. package/types/uni/uts-plugin-component/lib/uni-location/utssdk/index.d.ts +0 -30
  250. package/types/uni/uts-plugin-component/lib/uni-location/utssdk/interface.d.ts +0 -3443
  251. package/types/uni/uts-plugin-component/lib/uni-location-system/utssdk/global.d.ts +0 -9
  252. package/types/uni/uts-plugin-component/lib/uni-location-system/utssdk/index.d.ts +0 -5
  253. package/types/uni/uts-plugin-component/lib/uni-location-system/utssdk/interface.d.ts +0 -3
  254. package/types/uni/uts-plugin-component/lib/uni-location-tencent/utssdk/global.d.ts +0 -9
  255. package/types/uni/uts-plugin-component/lib/uni-location-tencent/utssdk/index.d.ts +0 -5
  256. package/types/uni/uts-plugin-component/lib/uni-location-tencent/utssdk/interface.d.ts +0 -3
  257. package/types/uni/uts-plugin-component/lib/uni-makePhoneCall/utssdk/global.d.ts +0 -29
  258. package/types/uni/uts-plugin-component/lib/uni-makePhoneCall/utssdk/index.d.ts +0 -14
  259. package/types/uni/uts-plugin-component/lib/uni-makePhoneCall/utssdk/interface.d.ts +0 -392
  260. package/types/uni/uts-plugin-component/lib/uni-media/utssdk/global.d.ts +0 -157
  261. package/types/uni/uts-plugin-component/lib/uni-media/utssdk/index.d.ts +0 -78
  262. package/types/uni/uts-plugin-component/lib/uni-media/utssdk/interface.d.ts +0 -5245
  263. package/types/uni/uts-plugin-component/lib/uni-memorywarning/utssdk/interface.d.ts +0 -20
  264. package/types/uni/uts-plugin-component/lib/uni-modal/utssdk/global.d.ts +0 -39
  265. package/types/uni/uts-plugin-component/lib/uni-modal/utssdk/index.d.ts +0 -19
  266. package/types/uni/uts-plugin-component/lib/uni-modal/utssdk/interface.d.ts +0 -1743
  267. package/types/uni/uts-plugin-component/lib/uni-navigationBar/utssdk/global.d.ts +0 -69
  268. package/types/uni/uts-plugin-component/lib/uni-navigationBar/utssdk/index.d.ts +0 -34
  269. package/types/uni/uts-plugin-component/lib/uni-navigationBar/utssdk/interface.d.ts +0 -1047
  270. package/types/uni/uts-plugin-component/lib/uni-network/utssdk/global.d.ts +0 -109
  271. package/types/uni/uts-plugin-component/lib/uni-network/utssdk/index.d.ts +0 -54
  272. package/types/uni/uts-plugin-component/lib/uni-network/utssdk/interface.d.ts +0 -4462
  273. package/types/uni/uts-plugin-component/lib/uni-oauth/utssdk/global.d.ts +0 -71
  274. package/types/uni/uts-plugin-component/lib/uni-oauth/utssdk/index.d.ts +0 -35
  275. package/types/uni/uts-plugin-component/lib/uni-oauth/utssdk/interface.d.ts +0 -3031
  276. package/types/uni/uts-plugin-component/lib/uni-oauth-huawei/utssdk/global.d.ts +0 -9
  277. package/types/uni/uts-plugin-component/lib/uni-oauth-huawei/utssdk/index.d.ts +0 -5
  278. package/types/uni/uts-plugin-component/lib/uni-oauth-huawei/utssdk/interface.d.ts +0 -1
  279. package/types/uni/uts-plugin-component/lib/uni-oauth-weixin/utssdk/global.d.ts +0 -17
  280. package/types/uni/uts-plugin-component/lib/uni-oauth-weixin/utssdk/index.d.ts +0 -9
  281. package/types/uni/uts-plugin-component/lib/uni-oauth-weixin/utssdk/interface.d.ts +0 -48
  282. package/types/uni/uts-plugin-component/lib/uni-openAppAuthorizeSetting/utssdk/global.d.ts +0 -25
  283. package/types/uni/uts-plugin-component/lib/uni-openAppAuthorizeSetting/utssdk/index.d.ts +0 -12
  284. package/types/uni/uts-plugin-component/lib/uni-openAppAuthorizeSetting/utssdk/interface.d.ts +0 -256
  285. package/types/uni/uts-plugin-component/lib/uni-openDocument/utssdk/global.d.ts +0 -29
  286. package/types/uni/uts-plugin-component/lib/uni-openDocument/utssdk/index.d.ts +0 -14
  287. package/types/uni/uts-plugin-component/lib/uni-openDocument/utssdk/interface.d.ts +0 -823
  288. package/types/uni/uts-plugin-component/lib/uni-openLocation/utssdk/global.d.ts +0 -23
  289. package/types/uni/uts-plugin-component/lib/uni-openLocation/utssdk/index.d.ts +0 -11
  290. package/types/uni/uts-plugin-component/lib/uni-openLocation/utssdk/interface.d.ts +0 -420
  291. package/types/uni/uts-plugin-component/lib/uni-page-container-global/utssdk/global.d.ts +0 -9
  292. package/types/uni/uts-plugin-component/lib/uni-page-container-global/utssdk/interface.d.ts +0 -0
  293. package/types/uni/uts-plugin-component/lib/uni-pageScrollTo/utssdk/global.d.ts +0 -27
  294. package/types/uni/uts-plugin-component/lib/uni-pageScrollTo/utssdk/index.d.ts +0 -13
  295. package/types/uni/uts-plugin-component/lib/uni-pageScrollTo/utssdk/interface.d.ts +0 -618
  296. package/types/uni/uts-plugin-component/lib/uni-payment/utssdk/global.d.ts +0 -33
  297. package/types/uni/uts-plugin-component/lib/uni-payment/utssdk/index.d.ts +0 -16
  298. package/types/uni/uts-plugin-component/lib/uni-payment/utssdk/interface.d.ts +0 -856
  299. package/types/uni/uts-plugin-component/lib/uni-payment-alipay/utssdk/global.d.ts +0 -9
  300. package/types/uni/uts-plugin-component/lib/uni-payment-alipay/utssdk/index.d.ts +0 -5
  301. package/types/uni/uts-plugin-component/lib/uni-payment-alipay/utssdk/interface.d.ts +0 -3
  302. package/types/uni/uts-plugin-component/lib/uni-payment-huawei/utssdk/global.d.ts +0 -9
  303. package/types/uni/uts-plugin-component/lib/uni-payment-huawei/utssdk/index.d.ts +0 -5
  304. package/types/uni/uts-plugin-component/lib/uni-payment-huawei/utssdk/interface.d.ts +0 -1
  305. package/types/uni/uts-plugin-component/lib/uni-payment-wxpay/utssdk/global.d.ts +0 -9
  306. package/types/uni/uts-plugin-component/lib/uni-payment-wxpay/utssdk/index.d.ts +0 -5
  307. package/types/uni/uts-plugin-component/lib/uni-payment-wxpay/utssdk/interface.d.ts +0 -5
  308. package/types/uni/uts-plugin-component/lib/uni-phoneContact/utssdk/global.d.ts +0 -49
  309. package/types/uni/uts-plugin-component/lib/uni-phoneContact/utssdk/index.d.ts +0 -24
  310. package/types/uni/uts-plugin-component/lib/uni-phoneContact/utssdk/interface.d.ts +0 -349
  311. package/types/uni/uts-plugin-component/lib/uni-previewImage/utssdk/global.d.ts +0 -47
  312. package/types/uni/uts-plugin-component/lib/uni-previewImage/utssdk/index.d.ts +0 -23
  313. package/types/uni/uts-plugin-component/lib/uni-previewImage/utssdk/interface.d.ts +0 -520
  314. package/types/uni/uts-plugin-component/lib/uni-privacy/utssdk/global.d.ts +0 -33
  315. package/types/uni/uts-plugin-component/lib/uni-privacy/utssdk/index.d.ts +0 -16
  316. package/types/uni/uts-plugin-component/lib/uni-privacy/utssdk/interface.d.ts +0 -625
  317. package/types/uni/uts-plugin-component/lib/uni-prompt/utssdk/global.d.ts +0 -33
  318. package/types/uni/uts-plugin-component/lib/uni-prompt/utssdk/index.d.ts +0 -16
  319. package/types/uni/uts-plugin-component/lib/uni-prompt/utssdk/interface.d.ts +0 -1693
  320. package/types/uni/uts-plugin-component/lib/uni-pullDownRefresh/utssdk/global.d.ts +0 -29
  321. package/types/uni/uts-plugin-component/lib/uni-pullDownRefresh/utssdk/index.d.ts +0 -14
  322. package/types/uni/uts-plugin-component/lib/uni-pullDownRefresh/utssdk/interface.d.ts +0 -191
  323. package/types/uni/uts-plugin-component/lib/uni-recorder/utssdk/global.d.ts +0 -21
  324. package/types/uni/uts-plugin-component/lib/uni-recorder/utssdk/index.d.ts +0 -10
  325. package/types/uni/uts-plugin-component/lib/uni-recorder/utssdk/interface.d.ts +0 -2999
  326. package/types/uni/uts-plugin-component/lib/uni-requestMerchantTransfer/utssdk/global.d.ts +0 -21
  327. package/types/uni/uts-plugin-component/lib/uni-requestMerchantTransfer/utssdk/index.d.ts +0 -10
  328. package/types/uni/uts-plugin-component/lib/uni-requestMerchantTransfer/utssdk/interface.d.ts +0 -713
  329. package/types/uni/uts-plugin-component/lib/uni-route/utssdk/global.d.ts +0 -59
  330. package/types/uni/uts-plugin-component/lib/uni-route/utssdk/index.d.ts +0 -29
  331. package/types/uni/uts-plugin-component/lib/uni-route/utssdk/interface.d.ts +0 -2731
  332. package/types/uni/uts-plugin-component/lib/uni-rpx2px/utssdk/global.d.ts +0 -11
  333. package/types/uni/uts-plugin-component/lib/uni-rpx2px/utssdk/index.d.ts +0 -5
  334. package/types/uni/uts-plugin-component/lib/uni-rpx2px/utssdk/interface.d.ts +0 -81
  335. package/types/uni/uts-plugin-component/lib/uni-scanCode/utssdk/global.d.ts +0 -25
  336. package/types/uni/uts-plugin-component/lib/uni-scanCode/utssdk/index.d.ts +0 -12
  337. package/types/uni/uts-plugin-component/lib/uni-scanCode/utssdk/interface.d.ts +0 -429
  338. package/types/uni/uts-plugin-component/lib/uni-screenBrightness/utssdk/global.d.ts +0 -57
  339. package/types/uni/uts-plugin-component/lib/uni-screenBrightness/utssdk/index.d.ts +0 -28
  340. package/types/uni/uts-plugin-component/lib/uni-screenBrightness/utssdk/interface.d.ts +0 -1175
  341. package/types/uni/uts-plugin-component/lib/uni-share/utssdk/global.d.ts +0 -41
  342. package/types/uni/uts-plugin-component/lib/uni-share/utssdk/index.d.ts +0 -20
  343. package/types/uni/uts-plugin-component/lib/uni-share/utssdk/interface.d.ts +0 -1192
  344. package/types/uni/uts-plugin-component/lib/uni-share-weixin/utssdk/global.d.ts +0 -9
  345. package/types/uni/uts-plugin-component/lib/uni-share-weixin/utssdk/index.d.ts +0 -5
  346. package/types/uni/uts-plugin-component/lib/uni-share-weixin/utssdk/interface.d.ts +0 -5
  347. package/types/uni/uts-plugin-component/lib/uni-shareWithSystem/utssdk/global.d.ts +0 -27
  348. package/types/uni/uts-plugin-component/lib/uni-shareWithSystem/utssdk/index.d.ts +0 -13
  349. package/types/uni/uts-plugin-component/lib/uni-shareWithSystem/utssdk/interface.d.ts +0 -722
  350. package/types/uni/uts-plugin-component/lib/uni-showLoading/utssdk/global.d.ts +0 -55
  351. package/types/uni/uts-plugin-component/lib/uni-showLoading/utssdk/index.d.ts +0 -27
  352. package/types/uni/uts-plugin-component/lib/uni-showLoading/utssdk/interface.d.ts +0 -1617
  353. package/types/uni/uts-plugin-component/lib/uni-sse/utssdk/global.d.ts +0 -21
  354. package/types/uni/uts-plugin-component/lib/uni-sse/utssdk/index.d.ts +0 -10
  355. package/types/uni/uts-plugin-component/lib/uni-sse/utssdk/interface.d.ts +0 -330
  356. package/types/uni/uts-plugin-component/lib/uni-storage/utssdk/global.d.ts +0 -79
  357. package/types/uni/uts-plugin-component/lib/uni-storage/utssdk/index.d.ts +0 -39
  358. package/types/uni/uts-plugin-component/lib/uni-storage/utssdk/interface.d.ts +0 -1030
  359. package/types/uni/uts-plugin-component/lib/uni-tabBar/utssdk/global.d.ts +0 -149
  360. package/types/uni/uts-plugin-component/lib/uni-tabBar/utssdk/index.d.ts +0 -74
  361. package/types/uni/uts-plugin-component/lib/uni-tabBar/utssdk/interface.d.ts +0 -1221
  362. package/types/uni/uts-plugin-component/lib/uni-textarea/utssdk/global.d.ts +0 -9
  363. package/types/uni/uts-plugin-component/lib/uni-textarea/utssdk/index.d.ts +0 -5
  364. package/types/uni/uts-plugin-component/lib/uni-textarea/utssdk/interface.d.ts +0 -0
  365. package/types/uni/uts-plugin-component/lib/uni-theme/utssdk/global.d.ts +0 -53
  366. package/types/uni/uts-plugin-component/lib/uni-theme/utssdk/index.d.ts +0 -26
  367. package/types/uni/uts-plugin-component/lib/uni-theme/utssdk/interface.d.ts +0 -1141
  368. package/types/uni/uts-plugin-component/lib/uni-vibrate/utssdk/global.d.ts +0 -27
  369. package/types/uni/uts-plugin-component/lib/uni-vibrate/utssdk/index.d.ts +0 -13
  370. package/types/uni/uts-plugin-component/lib/uni-vibrate/utssdk/interface.d.ts +0 -88
  371. package/types/uni/uts-plugin-component/lib/uni-video/utssdk/global.d.ts +0 -47
  372. package/types/uni/uts-plugin-component/lib/uni-video/utssdk/index.d.ts +0 -23
  373. package/types/uni/uts-plugin-component/lib/uni-video/utssdk/interface.d.ts +0 -926
  374. package/types/uni/uts-plugin-component/lib/uni-virtualPayment/utssdk/global.d.ts +0 -113
  375. package/types/uni/uts-plugin-component/lib/uni-virtualPayment/utssdk/index.d.ts +0 -56
  376. package/types/uni/uts-plugin-component/lib/uni-virtualPayment/utssdk/interface.d.ts +0 -1661
  377. package/types/uni/uts-plugin-component/lib/uni-web-view/utssdk/global.d.ts +0 -29
  378. package/types/uni/uts-plugin-component/lib/uni-web-view/utssdk/index.d.ts +0 -14
  379. package/types/uni/uts-plugin-component/lib/uni-web-view/utssdk/interface.d.ts +0 -452
  380. package/types/uni/uts-plugin-component/lib/uni-websocket/utssdk/global.d.ts +0 -59
  381. package/types/uni/uts-plugin-component/lib/uni-websocket/utssdk/index.d.ts +0 -29
  382. package/types/uni/uts-plugin-component/lib/uni-websocket/utssdk/interface.d.ts +0 -1939
  383. /package/types/uni/uts-plugin-component/lib/{uni-camera-global → uni-camera-camera-global}/utssdk/global.d.ts +0 -0
  384. /package/types/uni/uts-plugin-component/lib/{uni-camera-global → uni-camera-camera-global}/utssdk/index.d.ts +0 -0
  385. /package/types/uni/uts-plugin-component/lib/{uni-camera-global → uni-camera-camera-global}/utssdk/interface.d.ts +0 -0
  386. /package/types/uni/uts-plugin-component/lib/{uni-editor-global → uni-editor-editor-global}/utssdk/global.d.ts +0 -0
  387. /package/types/uni/uts-plugin-component/lib/{uni-editor-global → uni-editor-editor-global}/utssdk/index.d.ts +0 -0
  388. /package/types/uni/uts-plugin-component/lib/{uni-form-global → uni-form-button-global}/utssdk/global.d.ts +0 -0
  389. /package/types/uni/uts-plugin-component/lib/{uni-form-global → uni-form-button-global}/utssdk/index.d.ts +0 -0
  390. /package/types/uni/uts-plugin-component/lib/{uni-form-global → uni-form-button-global}/utssdk/interface.d.ts +0 -0
  391. /package/types/uni/uts-plugin-component/lib/{uni-map-tencent-global → uni-map-tencent-map-global}/utssdk/global.d.ts +0 -0
  392. /package/types/uni/uts-plugin-component/lib/{uni-map-tencent-global → uni-map-tencent-map-global}/utssdk/index.d.ts +0 -0
  393. /package/types/uni/uts-plugin-component/lib/{uni-map-tencent-global → uni-map-tencent-map-global}/utssdk/interface.d.ts +0 -0
  394. /package/types/uni/uts-plugin-component/lib/{uni-match-media-global → uni-match-media-match-media-global}/utssdk/global.d.ts +0 -0
  395. /package/types/uni/uts-plugin-component/lib/{uni-match-media-global → uni-match-media-match-media-global}/utssdk/index.d.ts +0 -0
  396. /package/types/uni/uts-plugin-component/lib/{uni-match-media-global → uni-match-media-match-media-global}/utssdk/interface.d.ts +0 -0
  397. /package/types/uni/uts-plugin-component/lib/{uni-navigator-global → uni-navigator-navigator-global}/utssdk/global.d.ts +0 -0
  398. /package/types/uni/uts-plugin-component/lib/{uni-navigator-global → uni-navigator-navigator-global}/utssdk/index.d.ts +0 -0
  399. /package/types/uni/uts-plugin-component/lib/{uni-navigator-global → uni-navigator-navigator-global}/utssdk/interface.d.ts +0 -0
  400. /package/types/uni/uts-plugin-component/lib/{uni-barcode-scanning → uni-page-container-page-container-global}/utssdk/global.d.ts +0 -0
  401. /package/types/uni/uts-plugin-component/lib/{uni-barcode-scanning → uni-page-container-page-container-global}/utssdk/index.d.ts +0 -0
  402. /package/types/uni/uts-plugin-component/lib/{uni-barcode-scanning → uni-page-container-page-container-global}/utssdk/interface.d.ts +0 -0
  403. /package/types/uni/uts-plugin-component/lib/{uni-picker-global → uni-picker-picker-global}/utssdk/global.d.ts +0 -0
  404. /package/types/uni/uts-plugin-component/lib/{uni-picker-global → uni-picker-picker-global}/utssdk/index.d.ts +0 -0
  405. /package/types/uni/uts-plugin-component/lib/{uni-picker-global → uni-picker-picker-global}/utssdk/interface.d.ts +0 -0
  406. /package/types/uni/uts-plugin-component/lib/{uni-progress-global → uni-progress-progress-global}/utssdk/global.d.ts +0 -0
  407. /package/types/uni/uts-plugin-component/lib/{uni-progress-global → uni-progress-progress-global}/utssdk/index.d.ts +0 -0
  408. /package/types/uni/uts-plugin-component/lib/{uni-progress-global → uni-progress-progress-global}/utssdk/interface.d.ts +0 -0
  409. /package/types/uni/uts-plugin-component/lib/{uni-rich-text-global → uni-rich-text-rich-text-global}/utssdk/global.d.ts +0 -0
  410. /package/types/uni/uts-plugin-component/lib/{uni-rich-text-global → uni-rich-text-rich-text-global}/utssdk/index.d.ts +0 -0
  411. /package/types/uni/uts-plugin-component/lib/{uni-rich-text-global → uni-rich-text-rich-text-global}/utssdk/interface.d.ts +0 -0
  412. /package/types/uni/uts-plugin-component/lib/{uni-video-global → uni-video-video-global}/utssdk/global.d.ts +0 -0
  413. /package/types/uni/uts-plugin-component/lib/{uni-video-global → uni-video-video-global}/utssdk/index.d.ts +0 -0
  414. /package/types/uni/uts-plugin-component/lib/{uni-video-global → uni-video-video-global}/utssdk/interface.d.ts +0 -0
  415. /package/types/uni/uts-plugin-component/lib/{uni-web-view-global → uni-web-view-web-view-global}/utssdk/global.d.ts +0 -0
  416. /package/types/uni/uts-plugin-component/lib/{uni-web-view-global → uni-web-view-web-view-global}/utssdk/index.d.ts +0 -0
  417. /package/types/uni/uts-plugin-component/lib/{uni-web-view-global → uni-web-view-web-view-global}/utssdk/interface.d.ts +0 -0
@@ -1,1767 +0,0 @@
1
- export interface Uni {
2
- /**
3
- * 手机通讯录联系人和联系方式的增加
4
- * @tutorial https://doc.dcloud.net.cn/uni-app-x/api/add-phone-contact.html
5
- * @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/add-phone-contact.html
6
- * @tutorial_uni_app https://uniapp.dcloud.net.cn/api/system/contact.html
7
- *
8
- * @uniPlatform {
9
- * "app": {
10
- * "android": {
11
- * "osVer": "5.0",
12
- * "uniVer": "√",
13
- * "unixVer": "x"
14
- * },
15
- * "ios": {
16
- * "osVer": "12.0",
17
- * "uniVer": "√",
18
- * "unixVer": "x"
19
- * },
20
- * "harmony": {
21
- * "osVer": "3.0",
22
- * "uniVer": "4.25",
23
- * "unixVer": "4.61",
24
- * "unixVaporVer": "5.0"
25
- * }
26
- * },
27
- * "web": {
28
- * "uniVer": "x",
29
- * "unixVer": "x"
30
- * },
31
- * "mp": {
32
- * "weixin": {
33
- * "hostVer": "1.2.0",
34
- * "uniVer": "√",
35
- * "unixVer": "4.41"
36
- * },
37
- * "alipay": {
38
- * "hostVer": "√",
39
- * "uniVer": "√",
40
- * "unixVer": "x"
41
- * },
42
- * "baidu": {
43
- * "hostVer": "√",
44
- * "uniVer": "√",
45
- * "unixVer": "x"
46
- * },
47
- * "toutiao": {
48
- * "hostVer": "x",
49
- * "uniVer": "x",
50
- * "unixVer": "x"
51
- * },
52
- * "lark": {
53
- * "hostVer": "x",
54
- * "uniVer": "x",
55
- * "unixVer": "x"
56
- * },
57
- * "qq": {
58
- * "hostVer": "x",
59
- * "uniVer": "x",
60
- * "unixVer": "x"
61
- * },
62
- * "kuaishou": {
63
- * "hostVer": "√",
64
- * "uniVer": "√",
65
- * "unixVer": "x"
66
- * },
67
- * "jd": {
68
- * "hostVer": "x",
69
- * "uniVer": "x",
70
- * "unixVer": "x"
71
- * }
72
- * }
73
- * }
74
- * @tutorial_weixin https://developers.weixin.qq.com/miniprogram/dev/api/device/contact/wx.addPhoneContact.html
75
- */
76
- addPhoneContact(options: AddPhoneContactOptions): void;
77
- }
78
-
79
- export type AddPhoneContact = (options: AddPhoneContactOptions) => void;
80
- export type AddPhoneContactSuccess = {};
81
- export type AddPhoneContactSuccessCallback = (result: AddPhoneContactSuccess) => void;
82
- export type AddPhoneContactFail = UniError;
83
- export type AddPhoneContactFailCallback = (result: AddPhoneContactFail) => void;
84
- export type AddPhoneContactComplete = any;
85
- export type AddPhoneContactCompleteCallback = (result: AddPhoneContactComplete) => void;
86
- export type AddPhoneContactOptions = {
87
- /**
88
- * 头像本地文件路径
89
- * @uniPlatform {
90
- * "mp": {
91
- * "weixin": {
92
- * "hostVer": "√",
93
- * "uniVer": "√",
94
- * "unixVer": "4.41"
95
- * },
96
- * "alipay": {
97
- * "hostVer": "-",
98
- * "uniVer": "-",
99
- * "unixVer": "-"
100
- * },
101
- * "baidu": {
102
- * "hostVer": "-",
103
- * "uniVer": "-",
104
- * "unixVer": "-"
105
- * },
106
- * "toutiao": {
107
- * "hostVer": "-",
108
- * "uniVer": "-",
109
- * "unixVer": "-"
110
- * },
111
- * "lark": {
112
- * "hostVer": "-",
113
- * "uniVer": "-",
114
- * "unixVer": "-"
115
- * },
116
- * "qq": {
117
- * "hostVer": "-",
118
- * "uniVer": "-",
119
- * "unixVer": "-"
120
- * },
121
- * "kuaishou": {
122
- * "hostVer": "-",
123
- * "uniVer": "-",
124
- * "unixVer": "-"
125
- * },
126
- * "jd": {
127
- * "hostVer": "-",
128
- * "uniVer": "-",
129
- * "unixVer": "-"
130
- * }
131
- * }
132
- * }
133
- */
134
- photoFilePath?: string | null,
135
- /**
136
- * 昵称
137
- * @uniPlatform {
138
- * "mp": {
139
- * "weixin": {
140
- * "hostVer": "√",
141
- * "uniVer": "√",
142
- * "unixVer": "4.41"
143
- * },
144
- * "alipay": {
145
- * "hostVer": "-",
146
- * "uniVer": "-",
147
- * "unixVer": "-"
148
- * },
149
- * "baidu": {
150
- * "hostVer": "-",
151
- * "uniVer": "-",
152
- * "unixVer": "-"
153
- * },
154
- * "toutiao": {
155
- * "hostVer": "-",
156
- * "uniVer": "-",
157
- * "unixVer": "-"
158
- * },
159
- * "lark": {
160
- * "hostVer": "-",
161
- * "uniVer": "-",
162
- * "unixVer": "-"
163
- * },
164
- * "qq": {
165
- * "hostVer": "-",
166
- * "uniVer": "-",
167
- * "unixVer": "-"
168
- * },
169
- * "kuaishou": {
170
- * "hostVer": "-",
171
- * "uniVer": "-",
172
- * "unixVer": "-"
173
- * },
174
- * "jd": {
175
- * "hostVer": "-",
176
- * "uniVer": "-",
177
- * "unixVer": "-"
178
- * }
179
- * }
180
- * }
181
- */
182
- nickName?: string | null,
183
- /**
184
- * 姓氏
185
- * @uniPlatform {
186
- * "mp": {
187
- * "weixin": {
188
- * "hostVer": "√",
189
- * "uniVer": "√",
190
- * "unixVer": "4.41"
191
- * },
192
- * "alipay": {
193
- * "hostVer": "-",
194
- * "uniVer": "-",
195
- * "unixVer": "-"
196
- * },
197
- * "baidu": {
198
- * "hostVer": "-",
199
- * "uniVer": "-",
200
- * "unixVer": "-"
201
- * },
202
- * "toutiao": {
203
- * "hostVer": "-",
204
- * "uniVer": "-",
205
- * "unixVer": "-"
206
- * },
207
- * "lark": {
208
- * "hostVer": "-",
209
- * "uniVer": "-",
210
- * "unixVer": "-"
211
- * },
212
- * "qq": {
213
- * "hostVer": "-",
214
- * "uniVer": "-",
215
- * "unixVer": "-"
216
- * },
217
- * "kuaishou": {
218
- * "hostVer": "-",
219
- * "uniVer": "-",
220
- * "unixVer": "-"
221
- * },
222
- * "jd": {
223
- * "hostVer": "-",
224
- * "uniVer": "-",
225
- * "unixVer": "-"
226
- * }
227
- * }
228
- * }
229
- */
230
- lastName?: string | null,
231
- /**
232
- * 中间名
233
- * @uniPlatform {
234
- * "mp": {
235
- * "weixin": {
236
- * "hostVer": "√",
237
- * "uniVer": "√",
238
- * "unixVer": "4.41"
239
- * },
240
- * "alipay": {
241
- * "hostVer": "-",
242
- * "uniVer": "-",
243
- * "unixVer": "-"
244
- * },
245
- * "baidu": {
246
- * "hostVer": "-",
247
- * "uniVer": "-",
248
- * "unixVer": "-"
249
- * },
250
- * "toutiao": {
251
- * "hostVer": "-",
252
- * "uniVer": "-",
253
- * "unixVer": "-"
254
- * },
255
- * "lark": {
256
- * "hostVer": "-",
257
- * "uniVer": "-",
258
- * "unixVer": "-"
259
- * },
260
- * "qq": {
261
- * "hostVer": "-",
262
- * "uniVer": "-",
263
- * "unixVer": "-"
264
- * },
265
- * "kuaishou": {
266
- * "hostVer": "-",
267
- * "uniVer": "-",
268
- * "unixVer": "-"
269
- * },
270
- * "jd": {
271
- * "hostVer": "-",
272
- * "uniVer": "-",
273
- * "unixVer": "-"
274
- * }
275
- * }
276
- * }
277
- */
278
- middleName?: string | null,
279
- /**
280
- * 名字
281
- * @uniPlatform {
282
- * "mp": {
283
- * "weixin": {
284
- * "hostVer": "√",
285
- * "uniVer": "√",
286
- * "unixVer": "4.41"
287
- * },
288
- * "alipay": {
289
- * "hostVer": "-",
290
- * "uniVer": "-",
291
- * "unixVer": "-"
292
- * },
293
- * "baidu": {
294
- * "hostVer": "-",
295
- * "uniVer": "-",
296
- * "unixVer": "-"
297
- * },
298
- * "toutiao": {
299
- * "hostVer": "-",
300
- * "uniVer": "-",
301
- * "unixVer": "-"
302
- * },
303
- * "lark": {
304
- * "hostVer": "-",
305
- * "uniVer": "-",
306
- * "unixVer": "-"
307
- * },
308
- * "qq": {
309
- * "hostVer": "-",
310
- * "uniVer": "-",
311
- * "unixVer": "-"
312
- * },
313
- * "kuaishou": {
314
- * "hostVer": "-",
315
- * "uniVer": "-",
316
- * "unixVer": "-"
317
- * },
318
- * "jd": {
319
- * "hostVer": "-",
320
- * "uniVer": "-",
321
- * "unixVer": "-"
322
- * }
323
- * }
324
- * }
325
- */
326
- firstName?: string | null,
327
- /**
328
- * 备注
329
- * @uniPlatform {
330
- * "mp": {
331
- * "weixin": {
332
- * "hostVer": "√",
333
- * "uniVer": "√",
334
- * "unixVer": "4.41"
335
- * },
336
- * "alipay": {
337
- * "hostVer": "-",
338
- * "uniVer": "-",
339
- * "unixVer": "-"
340
- * },
341
- * "baidu": {
342
- * "hostVer": "-",
343
- * "uniVer": "-",
344
- * "unixVer": "-"
345
- * },
346
- * "toutiao": {
347
- * "hostVer": "-",
348
- * "uniVer": "-",
349
- * "unixVer": "-"
350
- * },
351
- * "lark": {
352
- * "hostVer": "-",
353
- * "uniVer": "-",
354
- * "unixVer": "-"
355
- * },
356
- * "qq": {
357
- * "hostVer": "-",
358
- * "uniVer": "-",
359
- * "unixVer": "-"
360
- * },
361
- * "kuaishou": {
362
- * "hostVer": "-",
363
- * "uniVer": "-",
364
- * "unixVer": "-"
365
- * },
366
- * "jd": {
367
- * "hostVer": "-",
368
- * "uniVer": "-",
369
- * "unixVer": "-"
370
- * }
371
- * }
372
- * }
373
- */
374
- remark?: string | null,
375
- /**
376
- * 手机号
377
- * @uniPlatform {
378
- * "mp": {
379
- * "weixin": {
380
- * "hostVer": "√",
381
- * "uniVer": "√",
382
- * "unixVer": "4.41"
383
- * },
384
- * "alipay": {
385
- * "hostVer": "-",
386
- * "uniVer": "-",
387
- * "unixVer": "-"
388
- * },
389
- * "baidu": {
390
- * "hostVer": "-",
391
- * "uniVer": "-",
392
- * "unixVer": "-"
393
- * },
394
- * "toutiao": {
395
- * "hostVer": "-",
396
- * "uniVer": "-",
397
- * "unixVer": "-"
398
- * },
399
- * "lark": {
400
- * "hostVer": "-",
401
- * "uniVer": "-",
402
- * "unixVer": "-"
403
- * },
404
- * "qq": {
405
- * "hostVer": "-",
406
- * "uniVer": "-",
407
- * "unixVer": "-"
408
- * },
409
- * "kuaishou": {
410
- * "hostVer": "-",
411
- * "uniVer": "-",
412
- * "unixVer": "-"
413
- * },
414
- * "jd": {
415
- * "hostVer": "-",
416
- * "uniVer": "-",
417
- * "unixVer": "-"
418
- * }
419
- * }
420
- * }
421
- */
422
- mobilePhoneNumber?: string | null,
423
- /**
424
- * 微信号
425
- * @uniPlatform {
426
- * "mp": {
427
- * "weixin": {
428
- * "hostVer": "√",
429
- * "uniVer": "√",
430
- * "unixVer": "4.41"
431
- * },
432
- * "alipay": {
433
- * "hostVer": "-",
434
- * "uniVer": "-",
435
- * "unixVer": "-"
436
- * },
437
- * "baidu": {
438
- * "hostVer": "-",
439
- * "uniVer": "-",
440
- * "unixVer": "-"
441
- * },
442
- * "toutiao": {
443
- * "hostVer": "-",
444
- * "uniVer": "-",
445
- * "unixVer": "-"
446
- * },
447
- * "lark": {
448
- * "hostVer": "-",
449
- * "uniVer": "-",
450
- * "unixVer": "-"
451
- * },
452
- * "qq": {
453
- * "hostVer": "-",
454
- * "uniVer": "-",
455
- * "unixVer": "-"
456
- * },
457
- * "kuaishou": {
458
- * "hostVer": "-",
459
- * "uniVer": "-",
460
- * "unixVer": "-"
461
- * },
462
- * "jd": {
463
- * "hostVer": "-",
464
- * "uniVer": "-",
465
- * "unixVer": "-"
466
- * }
467
- * }
468
- * }
469
- */
470
- weChatNumber?: string | null,
471
- /**
472
- * 联系地址国家
473
- * @uniPlatform {
474
- * "mp": {
475
- * "weixin": {
476
- * "hostVer": "√",
477
- * "uniVer": "√",
478
- * "unixVer": "4.41"
479
- * },
480
- * "alipay": {
481
- * "hostVer": "-",
482
- * "uniVer": "-",
483
- * "unixVer": "-"
484
- * },
485
- * "baidu": {
486
- * "hostVer": "-",
487
- * "uniVer": "-",
488
- * "unixVer": "-"
489
- * },
490
- * "toutiao": {
491
- * "hostVer": "-",
492
- * "uniVer": "-",
493
- * "unixVer": "-"
494
- * },
495
- * "lark": {
496
- * "hostVer": "-",
497
- * "uniVer": "-",
498
- * "unixVer": "-"
499
- * },
500
- * "qq": {
501
- * "hostVer": "-",
502
- * "uniVer": "-",
503
- * "unixVer": "-"
504
- * },
505
- * "kuaishou": {
506
- * "hostVer": "-",
507
- * "uniVer": "-",
508
- * "unixVer": "-"
509
- * },
510
- * "jd": {
511
- * "hostVer": "-",
512
- * "uniVer": "-",
513
- * "unixVer": "-"
514
- * }
515
- * }
516
- * }
517
- */
518
- addressCountry?: string | null,
519
- /**
520
- * 联系地址省份
521
- * @uniPlatform {
522
- * "mp": {
523
- * "weixin": {
524
- * "hostVer": "√",
525
- * "uniVer": "√",
526
- * "unixVer": "4.41"
527
- * },
528
- * "alipay": {
529
- * "hostVer": "-",
530
- * "uniVer": "-",
531
- * "unixVer": "-"
532
- * },
533
- * "baidu": {
534
- * "hostVer": "-",
535
- * "uniVer": "-",
536
- * "unixVer": "-"
537
- * },
538
- * "toutiao": {
539
- * "hostVer": "-",
540
- * "uniVer": "-",
541
- * "unixVer": "-"
542
- * },
543
- * "lark": {
544
- * "hostVer": "-",
545
- * "uniVer": "-",
546
- * "unixVer": "-"
547
- * },
548
- * "qq": {
549
- * "hostVer": "-",
550
- * "uniVer": "-",
551
- * "unixVer": "-"
552
- * },
553
- * "kuaishou": {
554
- * "hostVer": "-",
555
- * "uniVer": "-",
556
- * "unixVer": "-"
557
- * },
558
- * "jd": {
559
- * "hostVer": "-",
560
- * "uniVer": "-",
561
- * "unixVer": "-"
562
- * }
563
- * }
564
- * }
565
- */
566
- addressState?: string | null,
567
- /**
568
- * 联系地址城市
569
- * @uniPlatform {
570
- * "mp": {
571
- * "weixin": {
572
- * "hostVer": "√",
573
- * "uniVer": "√",
574
- * "unixVer": "4.41"
575
- * },
576
- * "alipay": {
577
- * "hostVer": "-",
578
- * "uniVer": "-",
579
- * "unixVer": "-"
580
- * },
581
- * "baidu": {
582
- * "hostVer": "-",
583
- * "uniVer": "-",
584
- * "unixVer": "-"
585
- * },
586
- * "toutiao": {
587
- * "hostVer": "-",
588
- * "uniVer": "-",
589
- * "unixVer": "-"
590
- * },
591
- * "lark": {
592
- * "hostVer": "-",
593
- * "uniVer": "-",
594
- * "unixVer": "-"
595
- * },
596
- * "qq": {
597
- * "hostVer": "-",
598
- * "uniVer": "-",
599
- * "unixVer": "-"
600
- * },
601
- * "kuaishou": {
602
- * "hostVer": "-",
603
- * "uniVer": "-",
604
- * "unixVer": "-"
605
- * },
606
- * "jd": {
607
- * "hostVer": "-",
608
- * "uniVer": "-",
609
- * "unixVer": "-"
610
- * }
611
- * }
612
- * }
613
- */
614
- addressCity?: string | null,
615
- /**
616
- * 联系地址街道
617
- * @uniPlatform {
618
- * "mp": {
619
- * "weixin": {
620
- * "hostVer": "√",
621
- * "uniVer": "√",
622
- * "unixVer": "4.41"
623
- * },
624
- * "alipay": {
625
- * "hostVer": "-",
626
- * "uniVer": "-",
627
- * "unixVer": "-"
628
- * },
629
- * "baidu": {
630
- * "hostVer": "-",
631
- * "uniVer": "-",
632
- * "unixVer": "-"
633
- * },
634
- * "toutiao": {
635
- * "hostVer": "-",
636
- * "uniVer": "-",
637
- * "unixVer": "-"
638
- * },
639
- * "lark": {
640
- * "hostVer": "-",
641
- * "uniVer": "-",
642
- * "unixVer": "-"
643
- * },
644
- * "qq": {
645
- * "hostVer": "-",
646
- * "uniVer": "-",
647
- * "unixVer": "-"
648
- * },
649
- * "kuaishou": {
650
- * "hostVer": "-",
651
- * "uniVer": "-",
652
- * "unixVer": "-"
653
- * },
654
- * "jd": {
655
- * "hostVer": "-",
656
- * "uniVer": "-",
657
- * "unixVer": "-"
658
- * }
659
- * }
660
- * }
661
- */
662
- addressStreet?: string | null,
663
- /**
664
- * 联系地址邮政编码
665
- * @uniPlatform {
666
- * "mp": {
667
- * "weixin": {
668
- * "hostVer": "√",
669
- * "uniVer": "√",
670
- * "unixVer": "4.41"
671
- * },
672
- * "alipay": {
673
- * "hostVer": "-",
674
- * "uniVer": "-",
675
- * "unixVer": "-"
676
- * },
677
- * "baidu": {
678
- * "hostVer": "-",
679
- * "uniVer": "-",
680
- * "unixVer": "-"
681
- * },
682
- * "toutiao": {
683
- * "hostVer": "-",
684
- * "uniVer": "-",
685
- * "unixVer": "-"
686
- * },
687
- * "lark": {
688
- * "hostVer": "-",
689
- * "uniVer": "-",
690
- * "unixVer": "-"
691
- * },
692
- * "qq": {
693
- * "hostVer": "-",
694
- * "uniVer": "-",
695
- * "unixVer": "-"
696
- * },
697
- * "kuaishou": {
698
- * "hostVer": "-",
699
- * "uniVer": "-",
700
- * "unixVer": "-"
701
- * },
702
- * "jd": {
703
- * "hostVer": "-",
704
- * "uniVer": "-",
705
- * "unixVer": "-"
706
- * }
707
- * }
708
- * }
709
- */
710
- addressPostalCode?: string | null,
711
- /**
712
- * 公司
713
- * @uniPlatform {
714
- * "mp": {
715
- * "weixin": {
716
- * "hostVer": "√",
717
- * "uniVer": "√",
718
- * "unixVer": "4.41"
719
- * },
720
- * "alipay": {
721
- * "hostVer": "-",
722
- * "uniVer": "-",
723
- * "unixVer": "-"
724
- * },
725
- * "baidu": {
726
- * "hostVer": "-",
727
- * "uniVer": "-",
728
- * "unixVer": "-"
729
- * },
730
- * "toutiao": {
731
- * "hostVer": "-",
732
- * "uniVer": "-",
733
- * "unixVer": "-"
734
- * },
735
- * "lark": {
736
- * "hostVer": "-",
737
- * "uniVer": "-",
738
- * "unixVer": "-"
739
- * },
740
- * "qq": {
741
- * "hostVer": "-",
742
- * "uniVer": "-",
743
- * "unixVer": "-"
744
- * },
745
- * "kuaishou": {
746
- * "hostVer": "-",
747
- * "uniVer": "-",
748
- * "unixVer": "-"
749
- * },
750
- * "jd": {
751
- * "hostVer": "-",
752
- * "uniVer": "-",
753
- * "unixVer": "-"
754
- * }
755
- * }
756
- * }
757
- */
758
- organization?: string | null,
759
- /**
760
- * 职位
761
- * @uniPlatform {
762
- * "mp": {
763
- * "weixin": {
764
- * "hostVer": "√",
765
- * "uniVer": "√",
766
- * "unixVer": "4.41"
767
- * },
768
- * "alipay": {
769
- * "hostVer": "-",
770
- * "uniVer": "-",
771
- * "unixVer": "-"
772
- * },
773
- * "baidu": {
774
- * "hostVer": "-",
775
- * "uniVer": "-",
776
- * "unixVer": "-"
777
- * },
778
- * "toutiao": {
779
- * "hostVer": "-",
780
- * "uniVer": "-",
781
- * "unixVer": "-"
782
- * },
783
- * "lark": {
784
- * "hostVer": "-",
785
- * "uniVer": "-",
786
- * "unixVer": "-"
787
- * },
788
- * "qq": {
789
- * "hostVer": "-",
790
- * "uniVer": "-",
791
- * "unixVer": "-"
792
- * },
793
- * "kuaishou": {
794
- * "hostVer": "-",
795
- * "uniVer": "-",
796
- * "unixVer": "-"
797
- * },
798
- * "jd": {
799
- * "hostVer": "-",
800
- * "uniVer": "-",
801
- * "unixVer": "-"
802
- * }
803
- * }
804
- * }
805
- */
806
- title?: string | null,
807
- /**
808
- * 工作传真
809
- * @uniPlatform {
810
- * "mp": {
811
- * "weixin": {
812
- * "hostVer": "√",
813
- * "uniVer": "√",
814
- * "unixVer": "4.41"
815
- * },
816
- * "alipay": {
817
- * "hostVer": "-",
818
- * "uniVer": "-",
819
- * "unixVer": "-"
820
- * },
821
- * "baidu": {
822
- * "hostVer": "-",
823
- * "uniVer": "-",
824
- * "unixVer": "-"
825
- * },
826
- * "toutiao": {
827
- * "hostVer": "-",
828
- * "uniVer": "-",
829
- * "unixVer": "-"
830
- * },
831
- * "lark": {
832
- * "hostVer": "-",
833
- * "uniVer": "-",
834
- * "unixVer": "-"
835
- * },
836
- * "qq": {
837
- * "hostVer": "-",
838
- * "uniVer": "-",
839
- * "unixVer": "-"
840
- * },
841
- * "kuaishou": {
842
- * "hostVer": "-",
843
- * "uniVer": "-",
844
- * "unixVer": "-"
845
- * },
846
- * "jd": {
847
- * "hostVer": "-",
848
- * "uniVer": "-",
849
- * "unixVer": "-"
850
- * }
851
- * }
852
- * }
853
- */
854
- workFaxNumber?: string | null,
855
- /**
856
- * 工作电话
857
- * @uniPlatform {
858
- * "mp": {
859
- * "weixin": {
860
- * "hostVer": "√",
861
- * "uniVer": "√",
862
- * "unixVer": "4.41"
863
- * },
864
- * "alipay": {
865
- * "hostVer": "-",
866
- * "uniVer": "-",
867
- * "unixVer": "-"
868
- * },
869
- * "baidu": {
870
- * "hostVer": "-",
871
- * "uniVer": "-",
872
- * "unixVer": "-"
873
- * },
874
- * "toutiao": {
875
- * "hostVer": "-",
876
- * "uniVer": "-",
877
- * "unixVer": "-"
878
- * },
879
- * "lark": {
880
- * "hostVer": "-",
881
- * "uniVer": "-",
882
- * "unixVer": "-"
883
- * },
884
- * "qq": {
885
- * "hostVer": "-",
886
- * "uniVer": "-",
887
- * "unixVer": "-"
888
- * },
889
- * "kuaishou": {
890
- * "hostVer": "-",
891
- * "uniVer": "-",
892
- * "unixVer": "-"
893
- * },
894
- * "jd": {
895
- * "hostVer": "-",
896
- * "uniVer": "-",
897
- * "unixVer": "-"
898
- * }
899
- * }
900
- * }
901
- */
902
- workPhoneNumber?: string | null,
903
- /**
904
- * 公司电话
905
- * @uniPlatform {
906
- * "mp": {
907
- * "weixin": {
908
- * "hostVer": "√",
909
- * "uniVer": "√",
910
- * "unixVer": "4.41"
911
- * },
912
- * "alipay": {
913
- * "hostVer": "-",
914
- * "uniVer": "-",
915
- * "unixVer": "-"
916
- * },
917
- * "baidu": {
918
- * "hostVer": "-",
919
- * "uniVer": "-",
920
- * "unixVer": "-"
921
- * },
922
- * "toutiao": {
923
- * "hostVer": "-",
924
- * "uniVer": "-",
925
- * "unixVer": "-"
926
- * },
927
- * "lark": {
928
- * "hostVer": "-",
929
- * "uniVer": "-",
930
- * "unixVer": "-"
931
- * },
932
- * "qq": {
933
- * "hostVer": "-",
934
- * "uniVer": "-",
935
- * "unixVer": "-"
936
- * },
937
- * "kuaishou": {
938
- * "hostVer": "-",
939
- * "uniVer": "-",
940
- * "unixVer": "-"
941
- * },
942
- * "jd": {
943
- * "hostVer": "-",
944
- * "uniVer": "-",
945
- * "unixVer": "-"
946
- * }
947
- * }
948
- * }
949
- */
950
- hostNumber?: string | null,
951
- /**
952
- * 电子邮件
953
- * @uniPlatform {
954
- * "mp": {
955
- * "weixin": {
956
- * "hostVer": "√",
957
- * "uniVer": "√",
958
- * "unixVer": "4.41"
959
- * },
960
- * "alipay": {
961
- * "hostVer": "-",
962
- * "uniVer": "-",
963
- * "unixVer": "-"
964
- * },
965
- * "baidu": {
966
- * "hostVer": "-",
967
- * "uniVer": "-",
968
- * "unixVer": "-"
969
- * },
970
- * "toutiao": {
971
- * "hostVer": "-",
972
- * "uniVer": "-",
973
- * "unixVer": "-"
974
- * },
975
- * "lark": {
976
- * "hostVer": "-",
977
- * "uniVer": "-",
978
- * "unixVer": "-"
979
- * },
980
- * "qq": {
981
- * "hostVer": "-",
982
- * "uniVer": "-",
983
- * "unixVer": "-"
984
- * },
985
- * "kuaishou": {
986
- * "hostVer": "-",
987
- * "uniVer": "-",
988
- * "unixVer": "-"
989
- * },
990
- * "jd": {
991
- * "hostVer": "-",
992
- * "uniVer": "-",
993
- * "unixVer": "-"
994
- * }
995
- * }
996
- * }
997
- */
998
- email?: string | null,
999
- /**
1000
- * 网站
1001
- * @uniPlatform {
1002
- * "mp": {
1003
- * "weixin": {
1004
- * "hostVer": "√",
1005
- * "uniVer": "√",
1006
- * "unixVer": "4.41"
1007
- * },
1008
- * "alipay": {
1009
- * "hostVer": "-",
1010
- * "uniVer": "-",
1011
- * "unixVer": "-"
1012
- * },
1013
- * "baidu": {
1014
- * "hostVer": "-",
1015
- * "uniVer": "-",
1016
- * "unixVer": "-"
1017
- * },
1018
- * "toutiao": {
1019
- * "hostVer": "-",
1020
- * "uniVer": "-",
1021
- * "unixVer": "-"
1022
- * },
1023
- * "lark": {
1024
- * "hostVer": "-",
1025
- * "uniVer": "-",
1026
- * "unixVer": "-"
1027
- * },
1028
- * "qq": {
1029
- * "hostVer": "-",
1030
- * "uniVer": "-",
1031
- * "unixVer": "-"
1032
- * },
1033
- * "kuaishou": {
1034
- * "hostVer": "-",
1035
- * "uniVer": "-",
1036
- * "unixVer": "-"
1037
- * },
1038
- * "jd": {
1039
- * "hostVer": "-",
1040
- * "uniVer": "-",
1041
- * "unixVer": "-"
1042
- * }
1043
- * }
1044
- * }
1045
- */
1046
- url?: string | null,
1047
- /**
1048
- * 工作地址国家
1049
- * @uniPlatform {
1050
- * "mp": {
1051
- * "weixin": {
1052
- * "hostVer": "√",
1053
- * "uniVer": "√",
1054
- * "unixVer": "4.41"
1055
- * },
1056
- * "alipay": {
1057
- * "hostVer": "-",
1058
- * "uniVer": "-",
1059
- * "unixVer": "-"
1060
- * },
1061
- * "baidu": {
1062
- * "hostVer": "-",
1063
- * "uniVer": "-",
1064
- * "unixVer": "-"
1065
- * },
1066
- * "toutiao": {
1067
- * "hostVer": "-",
1068
- * "uniVer": "-",
1069
- * "unixVer": "-"
1070
- * },
1071
- * "lark": {
1072
- * "hostVer": "-",
1073
- * "uniVer": "-",
1074
- * "unixVer": "-"
1075
- * },
1076
- * "qq": {
1077
- * "hostVer": "-",
1078
- * "uniVer": "-",
1079
- * "unixVer": "-"
1080
- * },
1081
- * "kuaishou": {
1082
- * "hostVer": "-",
1083
- * "uniVer": "-",
1084
- * "unixVer": "-"
1085
- * },
1086
- * "jd": {
1087
- * "hostVer": "-",
1088
- * "uniVer": "-",
1089
- * "unixVer": "-"
1090
- * }
1091
- * }
1092
- * }
1093
- */
1094
- workAddressCountry?: string | null,
1095
- /**
1096
- * 工作地址省份
1097
- * @uniPlatform {
1098
- * "mp": {
1099
- * "weixin": {
1100
- * "hostVer": "√",
1101
- * "uniVer": "√",
1102
- * "unixVer": "4.41"
1103
- * },
1104
- * "alipay": {
1105
- * "hostVer": "-",
1106
- * "uniVer": "-",
1107
- * "unixVer": "-"
1108
- * },
1109
- * "baidu": {
1110
- * "hostVer": "-",
1111
- * "uniVer": "-",
1112
- * "unixVer": "-"
1113
- * },
1114
- * "toutiao": {
1115
- * "hostVer": "-",
1116
- * "uniVer": "-",
1117
- * "unixVer": "-"
1118
- * },
1119
- * "lark": {
1120
- * "hostVer": "-",
1121
- * "uniVer": "-",
1122
- * "unixVer": "-"
1123
- * },
1124
- * "qq": {
1125
- * "hostVer": "-",
1126
- * "uniVer": "-",
1127
- * "unixVer": "-"
1128
- * },
1129
- * "kuaishou": {
1130
- * "hostVer": "-",
1131
- * "uniVer": "-",
1132
- * "unixVer": "-"
1133
- * },
1134
- * "jd": {
1135
- * "hostVer": "-",
1136
- * "uniVer": "-",
1137
- * "unixVer": "-"
1138
- * }
1139
- * }
1140
- * }
1141
- */
1142
- workAddressState?: string | null,
1143
- /**
1144
- * 工作地址城市
1145
- * @uniPlatform {
1146
- * "mp": {
1147
- * "weixin": {
1148
- * "hostVer": "√",
1149
- * "uniVer": "√",
1150
- * "unixVer": "4.41"
1151
- * },
1152
- * "alipay": {
1153
- * "hostVer": "-",
1154
- * "uniVer": "-",
1155
- * "unixVer": "-"
1156
- * },
1157
- * "baidu": {
1158
- * "hostVer": "-",
1159
- * "uniVer": "-",
1160
- * "unixVer": "-"
1161
- * },
1162
- * "toutiao": {
1163
- * "hostVer": "-",
1164
- * "uniVer": "-",
1165
- * "unixVer": "-"
1166
- * },
1167
- * "lark": {
1168
- * "hostVer": "-",
1169
- * "uniVer": "-",
1170
- * "unixVer": "-"
1171
- * },
1172
- * "qq": {
1173
- * "hostVer": "-",
1174
- * "uniVer": "-",
1175
- * "unixVer": "-"
1176
- * },
1177
- * "kuaishou": {
1178
- * "hostVer": "-",
1179
- * "uniVer": "-",
1180
- * "unixVer": "-"
1181
- * },
1182
- * "jd": {
1183
- * "hostVer": "-",
1184
- * "uniVer": "-",
1185
- * "unixVer": "-"
1186
- * }
1187
- * }
1188
- * }
1189
- */
1190
- workAddressCity?: string | null,
1191
- /**
1192
- * 工作地址街道
1193
- * @uniPlatform {
1194
- * "mp": {
1195
- * "weixin": {
1196
- * "hostVer": "√",
1197
- * "uniVer": "√",
1198
- * "unixVer": "4.41"
1199
- * },
1200
- * "alipay": {
1201
- * "hostVer": "-",
1202
- * "uniVer": "-",
1203
- * "unixVer": "-"
1204
- * },
1205
- * "baidu": {
1206
- * "hostVer": "-",
1207
- * "uniVer": "-",
1208
- * "unixVer": "-"
1209
- * },
1210
- * "toutiao": {
1211
- * "hostVer": "-",
1212
- * "uniVer": "-",
1213
- * "unixVer": "-"
1214
- * },
1215
- * "lark": {
1216
- * "hostVer": "-",
1217
- * "uniVer": "-",
1218
- * "unixVer": "-"
1219
- * },
1220
- * "qq": {
1221
- * "hostVer": "-",
1222
- * "uniVer": "-",
1223
- * "unixVer": "-"
1224
- * },
1225
- * "kuaishou": {
1226
- * "hostVer": "-",
1227
- * "uniVer": "-",
1228
- * "unixVer": "-"
1229
- * },
1230
- * "jd": {
1231
- * "hostVer": "-",
1232
- * "uniVer": "-",
1233
- * "unixVer": "-"
1234
- * }
1235
- * }
1236
- * }
1237
- */
1238
- workAddressStreet?: string | null,
1239
- /**
1240
- * 工作地址邮政编码
1241
- * @uniPlatform {
1242
- * "mp": {
1243
- * "weixin": {
1244
- * "hostVer": "√",
1245
- * "uniVer": "√",
1246
- * "unixVer": "4.41"
1247
- * },
1248
- * "alipay": {
1249
- * "hostVer": "-",
1250
- * "uniVer": "-",
1251
- * "unixVer": "-"
1252
- * },
1253
- * "baidu": {
1254
- * "hostVer": "-",
1255
- * "uniVer": "-",
1256
- * "unixVer": "-"
1257
- * },
1258
- * "toutiao": {
1259
- * "hostVer": "-",
1260
- * "uniVer": "-",
1261
- * "unixVer": "-"
1262
- * },
1263
- * "lark": {
1264
- * "hostVer": "-",
1265
- * "uniVer": "-",
1266
- * "unixVer": "-"
1267
- * },
1268
- * "qq": {
1269
- * "hostVer": "-",
1270
- * "uniVer": "-",
1271
- * "unixVer": "-"
1272
- * },
1273
- * "kuaishou": {
1274
- * "hostVer": "-",
1275
- * "uniVer": "-",
1276
- * "unixVer": "-"
1277
- * },
1278
- * "jd": {
1279
- * "hostVer": "-",
1280
- * "uniVer": "-",
1281
- * "unixVer": "-"
1282
- * }
1283
- * }
1284
- * }
1285
- */
1286
- workAddressPostalCode?: string | null,
1287
- /**
1288
- * 住宅传真
1289
- * @uniPlatform {
1290
- * "mp": {
1291
- * "weixin": {
1292
- * "hostVer": "√",
1293
- * "uniVer": "√",
1294
- * "unixVer": "4.41"
1295
- * },
1296
- * "alipay": {
1297
- * "hostVer": "-",
1298
- * "uniVer": "-",
1299
- * "unixVer": "-"
1300
- * },
1301
- * "baidu": {
1302
- * "hostVer": "-",
1303
- * "uniVer": "-",
1304
- * "unixVer": "-"
1305
- * },
1306
- * "toutiao": {
1307
- * "hostVer": "-",
1308
- * "uniVer": "-",
1309
- * "unixVer": "-"
1310
- * },
1311
- * "lark": {
1312
- * "hostVer": "-",
1313
- * "uniVer": "-",
1314
- * "unixVer": "-"
1315
- * },
1316
- * "qq": {
1317
- * "hostVer": "-",
1318
- * "uniVer": "-",
1319
- * "unixVer": "-"
1320
- * },
1321
- * "kuaishou": {
1322
- * "hostVer": "-",
1323
- * "uniVer": "-",
1324
- * "unixVer": "-"
1325
- * },
1326
- * "jd": {
1327
- * "hostVer": "-",
1328
- * "uniVer": "-",
1329
- * "unixVer": "-"
1330
- * }
1331
- * }
1332
- * }
1333
- */
1334
- homeFaxNumber?: string | null,
1335
- /**
1336
- * 住宅电话
1337
- * @uniPlatform {
1338
- * "mp": {
1339
- * "weixin": {
1340
- * "hostVer": "√",
1341
- * "uniVer": "√",
1342
- * "unixVer": "4.41"
1343
- * },
1344
- * "alipay": {
1345
- * "hostVer": "-",
1346
- * "uniVer": "-",
1347
- * "unixVer": "-"
1348
- * },
1349
- * "baidu": {
1350
- * "hostVer": "-",
1351
- * "uniVer": "-",
1352
- * "unixVer": "-"
1353
- * },
1354
- * "toutiao": {
1355
- * "hostVer": "-",
1356
- * "uniVer": "-",
1357
- * "unixVer": "-"
1358
- * },
1359
- * "lark": {
1360
- * "hostVer": "-",
1361
- * "uniVer": "-",
1362
- * "unixVer": "-"
1363
- * },
1364
- * "qq": {
1365
- * "hostVer": "-",
1366
- * "uniVer": "-",
1367
- * "unixVer": "-"
1368
- * },
1369
- * "kuaishou": {
1370
- * "hostVer": "-",
1371
- * "uniVer": "-",
1372
- * "unixVer": "-"
1373
- * },
1374
- * "jd": {
1375
- * "hostVer": "-",
1376
- * "uniVer": "-",
1377
- * "unixVer": "-"
1378
- * }
1379
- * }
1380
- * }
1381
- */
1382
- homePhoneNumber?: string | null,
1383
- /**
1384
- * 住宅地址国家
1385
- * @uniPlatform {
1386
- * "mp": {
1387
- * "weixin": {
1388
- * "hostVer": "√",
1389
- * "uniVer": "√",
1390
- * "unixVer": "4.41"
1391
- * },
1392
- * "alipay": {
1393
- * "hostVer": "-",
1394
- * "uniVer": "-",
1395
- * "unixVer": "-"
1396
- * },
1397
- * "baidu": {
1398
- * "hostVer": "-",
1399
- * "uniVer": "-",
1400
- * "unixVer": "-"
1401
- * },
1402
- * "toutiao": {
1403
- * "hostVer": "-",
1404
- * "uniVer": "-",
1405
- * "unixVer": "-"
1406
- * },
1407
- * "lark": {
1408
- * "hostVer": "-",
1409
- * "uniVer": "-",
1410
- * "unixVer": "-"
1411
- * },
1412
- * "qq": {
1413
- * "hostVer": "-",
1414
- * "uniVer": "-",
1415
- * "unixVer": "-"
1416
- * },
1417
- * "kuaishou": {
1418
- * "hostVer": "-",
1419
- * "uniVer": "-",
1420
- * "unixVer": "-"
1421
- * },
1422
- * "jd": {
1423
- * "hostVer": "-",
1424
- * "uniVer": "-",
1425
- * "unixVer": "-"
1426
- * }
1427
- * }
1428
- * }
1429
- */
1430
- homeAddressCountry?: string | null,
1431
- /**
1432
- * 住宅地址省份
1433
- * @uniPlatform {
1434
- * "mp": {
1435
- * "weixin": {
1436
- * "hostVer": "√",
1437
- * "uniVer": "√",
1438
- * "unixVer": "4.41"
1439
- * },
1440
- * "alipay": {
1441
- * "hostVer": "-",
1442
- * "uniVer": "-",
1443
- * "unixVer": "-"
1444
- * },
1445
- * "baidu": {
1446
- * "hostVer": "-",
1447
- * "uniVer": "-",
1448
- * "unixVer": "-"
1449
- * },
1450
- * "toutiao": {
1451
- * "hostVer": "-",
1452
- * "uniVer": "-",
1453
- * "unixVer": "-"
1454
- * },
1455
- * "lark": {
1456
- * "hostVer": "-",
1457
- * "uniVer": "-",
1458
- * "unixVer": "-"
1459
- * },
1460
- * "qq": {
1461
- * "hostVer": "-",
1462
- * "uniVer": "-",
1463
- * "unixVer": "-"
1464
- * },
1465
- * "kuaishou": {
1466
- * "hostVer": "-",
1467
- * "uniVer": "-",
1468
- * "unixVer": "-"
1469
- * },
1470
- * "jd": {
1471
- * "hostVer": "-",
1472
- * "uniVer": "-",
1473
- * "unixVer": "-"
1474
- * }
1475
- * }
1476
- * }
1477
- */
1478
- homeAddressState?: string | null,
1479
- /**
1480
- * 住宅地址城市
1481
- * @uniPlatform {
1482
- * "mp": {
1483
- * "weixin": {
1484
- * "hostVer": "√",
1485
- * "uniVer": "√",
1486
- * "unixVer": "4.41"
1487
- * },
1488
- * "alipay": {
1489
- * "hostVer": "-",
1490
- * "uniVer": "-",
1491
- * "unixVer": "-"
1492
- * },
1493
- * "baidu": {
1494
- * "hostVer": "-",
1495
- * "uniVer": "-",
1496
- * "unixVer": "-"
1497
- * },
1498
- * "toutiao": {
1499
- * "hostVer": "-",
1500
- * "uniVer": "-",
1501
- * "unixVer": "-"
1502
- * },
1503
- * "lark": {
1504
- * "hostVer": "-",
1505
- * "uniVer": "-",
1506
- * "unixVer": "-"
1507
- * },
1508
- * "qq": {
1509
- * "hostVer": "-",
1510
- * "uniVer": "-",
1511
- * "unixVer": "-"
1512
- * },
1513
- * "kuaishou": {
1514
- * "hostVer": "-",
1515
- * "uniVer": "-",
1516
- * "unixVer": "-"
1517
- * },
1518
- * "jd": {
1519
- * "hostVer": "-",
1520
- * "uniVer": "-",
1521
- * "unixVer": "-"
1522
- * }
1523
- * }
1524
- * }
1525
- */
1526
- homeAddressCity?: string | null,
1527
- /**
1528
- * 住宅地址街道
1529
- * @uniPlatform {
1530
- * "mp": {
1531
- * "weixin": {
1532
- * "hostVer": "√",
1533
- * "uniVer": "√",
1534
- * "unixVer": "4.41"
1535
- * },
1536
- * "alipay": {
1537
- * "hostVer": "-",
1538
- * "uniVer": "-",
1539
- * "unixVer": "-"
1540
- * },
1541
- * "baidu": {
1542
- * "hostVer": "-",
1543
- * "uniVer": "-",
1544
- * "unixVer": "-"
1545
- * },
1546
- * "toutiao": {
1547
- * "hostVer": "-",
1548
- * "uniVer": "-",
1549
- * "unixVer": "-"
1550
- * },
1551
- * "lark": {
1552
- * "hostVer": "-",
1553
- * "uniVer": "-",
1554
- * "unixVer": "-"
1555
- * },
1556
- * "qq": {
1557
- * "hostVer": "-",
1558
- * "uniVer": "-",
1559
- * "unixVer": "-"
1560
- * },
1561
- * "kuaishou": {
1562
- * "hostVer": "-",
1563
- * "uniVer": "-",
1564
- * "unixVer": "-"
1565
- * },
1566
- * "jd": {
1567
- * "hostVer": "-",
1568
- * "uniVer": "-",
1569
- * "unixVer": "-"
1570
- * }
1571
- * }
1572
- * }
1573
- */
1574
- homeAddressStreet?: string | null,
1575
- /**
1576
- * 住宅地址邮政编码
1577
- * @uniPlatform {
1578
- * "mp": {
1579
- * "weixin": {
1580
- * "hostVer": "√",
1581
- * "uniVer": "√",
1582
- * "unixVer": "4.41"
1583
- * },
1584
- * "alipay": {
1585
- * "hostVer": "-",
1586
- * "uniVer": "-",
1587
- * "unixVer": "-"
1588
- * },
1589
- * "baidu": {
1590
- * "hostVer": "-",
1591
- * "uniVer": "-",
1592
- * "unixVer": "-"
1593
- * },
1594
- * "toutiao": {
1595
- * "hostVer": "-",
1596
- * "uniVer": "-",
1597
- * "unixVer": "-"
1598
- * },
1599
- * "lark": {
1600
- * "hostVer": "-",
1601
- * "uniVer": "-",
1602
- * "unixVer": "-"
1603
- * },
1604
- * "qq": {
1605
- * "hostVer": "-",
1606
- * "uniVer": "-",
1607
- * "unixVer": "-"
1608
- * },
1609
- * "kuaishou": {
1610
- * "hostVer": "-",
1611
- * "uniVer": "-",
1612
- * "unixVer": "-"
1613
- * },
1614
- * "jd": {
1615
- * "hostVer": "-",
1616
- * "uniVer": "-",
1617
- * "unixVer": "-"
1618
- * }
1619
- * }
1620
- * }
1621
- */
1622
- homeAddressPostalCode?: string | null,
1623
- /**
1624
- * 接口调用成功的回调函数
1625
- * @uniPlatform {
1626
- * "mp": {
1627
- * "weixin": {
1628
- * "hostVer": "√",
1629
- * "uniVer": "√",
1630
- * "unixVer": "4.41"
1631
- * },
1632
- * "alipay": {
1633
- * "hostVer": "-",
1634
- * "uniVer": "-",
1635
- * "unixVer": "-"
1636
- * },
1637
- * "baidu": {
1638
- * "hostVer": "-",
1639
- * "uniVer": "-",
1640
- * "unixVer": "-"
1641
- * },
1642
- * "toutiao": {
1643
- * "hostVer": "-",
1644
- * "uniVer": "-",
1645
- * "unixVer": "-"
1646
- * },
1647
- * "lark": {
1648
- * "hostVer": "-",
1649
- * "uniVer": "-",
1650
- * "unixVer": "-"
1651
- * },
1652
- * "qq": {
1653
- * "hostVer": "-",
1654
- * "uniVer": "-",
1655
- * "unixVer": "-"
1656
- * },
1657
- * "kuaishou": {
1658
- * "hostVer": "-",
1659
- * "uniVer": "-",
1660
- * "unixVer": "-"
1661
- * },
1662
- * "jd": {
1663
- * "hostVer": "-",
1664
- * "uniVer": "-",
1665
- * "unixVer": "-"
1666
- * }
1667
- * }
1668
- * }
1669
- */
1670
- success?: AddPhoneContactSuccessCallback | null,
1671
- /**
1672
- * 接口调用失败的回调函数
1673
- * @uniPlatform {
1674
- * "mp": {
1675
- * "weixin": {
1676
- * "hostVer": "√",
1677
- * "uniVer": "√",
1678
- * "unixVer": "4.41"
1679
- * },
1680
- * "alipay": {
1681
- * "hostVer": "-",
1682
- * "uniVer": "-",
1683
- * "unixVer": "-"
1684
- * },
1685
- * "baidu": {
1686
- * "hostVer": "-",
1687
- * "uniVer": "-",
1688
- * "unixVer": "-"
1689
- * },
1690
- * "toutiao": {
1691
- * "hostVer": "-",
1692
- * "uniVer": "-",
1693
- * "unixVer": "-"
1694
- * },
1695
- * "lark": {
1696
- * "hostVer": "-",
1697
- * "uniVer": "-",
1698
- * "unixVer": "-"
1699
- * },
1700
- * "qq": {
1701
- * "hostVer": "-",
1702
- * "uniVer": "-",
1703
- * "unixVer": "-"
1704
- * },
1705
- * "kuaishou": {
1706
- * "hostVer": "-",
1707
- * "uniVer": "-",
1708
- * "unixVer": "-"
1709
- * },
1710
- * "jd": {
1711
- * "hostVer": "-",
1712
- * "uniVer": "-",
1713
- * "unixVer": "-"
1714
- * }
1715
- * }
1716
- * }
1717
- */
1718
- fail?: AddPhoneContactFailCallback | null,
1719
- /**
1720
- * 接口调用结束的回调函数(调用成功、失败都会执行)
1721
- * @uniPlatform {
1722
- * "mp": {
1723
- * "weixin": {
1724
- * "hostVer": "√",
1725
- * "uniVer": "√",
1726
- * "unixVer": "4.41"
1727
- * },
1728
- * "alipay": {
1729
- * "hostVer": "-",
1730
- * "uniVer": "-",
1731
- * "unixVer": "-"
1732
- * },
1733
- * "baidu": {
1734
- * "hostVer": "-",
1735
- * "uniVer": "-",
1736
- * "unixVer": "-"
1737
- * },
1738
- * "toutiao": {
1739
- * "hostVer": "-",
1740
- * "uniVer": "-",
1741
- * "unixVer": "-"
1742
- * },
1743
- * "lark": {
1744
- * "hostVer": "-",
1745
- * "uniVer": "-",
1746
- * "unixVer": "-"
1747
- * },
1748
- * "qq": {
1749
- * "hostVer": "-",
1750
- * "uniVer": "-",
1751
- * "unixVer": "-"
1752
- * },
1753
- * "kuaishou": {
1754
- * "hostVer": "-",
1755
- * "uniVer": "-",
1756
- * "unixVer": "-"
1757
- * },
1758
- * "jd": {
1759
- * "hostVer": "-",
1760
- * "uniVer": "-",
1761
- * "unixVer": "-"
1762
- * }
1763
- * }
1764
- * }
1765
- */
1766
- complete?: AddPhoneContactCompleteCallback | null
1767
- };