@dcloudio/uni-app-x 0.7.49 → 0.7.50

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