@dcloudio/uni-app-x 0.7.88 → 0.7.89

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 (64) hide show
  1. package/package.json +1 -1
  2. package/types/dom2-internal/UniElement.d.ts +2 -1
  3. package/types/dom2-internal/UniNativeBaseView.d.ts +2 -1
  4. package/types/dom2-internal/UniTextElement.d.ts +5 -0
  5. package/types/native/IUniElement.d.ts +291 -286
  6. package/types/native/IUniNativeViewElement.d.ts +22 -11
  7. package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/interface.d.ts +430 -72
  8. package/types/uni/uts-plugin-api/lib/uni-addPhoneContact/utssdk/interface.d.ts +2 -1
  9. package/types/uni/uts-plugin-api/lib/uni-arrayBufferToBase64/utssdk/interface.d.ts +2 -1
  10. package/types/uni/uts-plugin-api/lib/uni-authentication/utssdk/interface.d.ts +6 -3
  11. package/types/uni/uts-plugin-api/lib/uni-base64ToArrayBuffer/utssdk/interface.d.ts +2 -1
  12. package/types/uni/uts-plugin-api/lib/uni-chooseMedia/utssdk/interface.d.ts +16 -8
  13. package/types/uni/uts-plugin-api/lib/uni-clipboard/utssdk/interface.d.ts +5 -3
  14. package/types/uni/uts-plugin-api/lib/uni-createSelectorQuery/utssdk/interface.d.ts +2 -1
  15. package/types/uni/uts-plugin-api/lib/uni-createWebviewContext/utssdk/interface.d.ts +14 -7
  16. package/types/uni/uts-plugin-api/lib/uni-createWorker/utssdk/interface.d.ts +4 -2
  17. package/types/uni/uts-plugin-api/lib/uni-dialogPage/utssdk/interface.d.ts +82 -52
  18. package/types/uni/uts-plugin-api/lib/uni-event/utssdk/interface.d.ts +8 -4
  19. package/types/uni/uts-plugin-api/lib/uni-file/utssdk/interface.d.ts +10 -5
  20. package/types/uni/uts-plugin-api/lib/uni-fileSystemManager/utssdk/interface.d.ts +176 -88
  21. package/types/uni/uts-plugin-api/lib/uni-getAppAuthorizeSetting/utssdk/interface.d.ts +8 -4
  22. package/types/uni/uts-plugin-api/lib/uni-getAppBaseInfo/utssdk/interface.d.ts +30 -15
  23. package/types/uni/uts-plugin-api/lib/uni-getBackgroundAudioManager/utssdk/interface.d.ts +40 -20
  24. package/types/uni/uts-plugin-api/lib/uni-getDeviceInfo/utssdk/interface.d.ts +34 -17
  25. package/types/uni/uts-plugin-api/lib/uni-getEnterOptionsSync/utssdk/interface.d.ts +10 -5
  26. package/types/uni/uts-plugin-api/lib/uni-getLaunchOptionsSync/utssdk/interface.d.ts +10 -5
  27. package/types/uni/uts-plugin-api/lib/uni-getNetworkType/utssdk/interface.d.ts +153 -148
  28. package/types/uni/uts-plugin-api/lib/uni-getPerformance/utssdk/interface.d.ts +2 -1
  29. package/types/uni/uts-plugin-api/lib/uni-getProvider/utssdk/interface.d.ts +24 -12
  30. package/types/uni/uts-plugin-api/lib/uni-getSystemInfo/utssdk/interface.d.ts +122 -61
  31. package/types/uni/uts-plugin-api/lib/uni-getSystemSetting/utssdk/interface.d.ts +14 -7
  32. package/types/uni/uts-plugin-api/lib/uni-interceptor/utssdk/interface.d.ts +4 -2
  33. package/types/uni/uts-plugin-api/lib/uni-keyboard/utssdk/interface.d.ts +2 -1
  34. package/types/uni/uts-plugin-api/lib/uni-loadFontFace/utssdk/interface.d.ts +6 -3
  35. package/types/uni/uts-plugin-api/lib/uni-location/utssdk/interface.d.ts +94 -47
  36. package/types/uni/uts-plugin-api/lib/uni-media/utssdk/interface.d.ts +48 -24
  37. package/types/uni/uts-plugin-api/lib/uni-modal/utssdk/interface.d.ts +2 -1
  38. package/types/uni/uts-plugin-api/lib/uni-navigationBar/utssdk/interface.d.ts +26 -13
  39. package/types/uni/uts-plugin-api/lib/uni-network/utssdk/interface.d.ts +84 -44
  40. package/types/uni/uts-plugin-api/lib/uni-oauth/utssdk/interface.d.ts +26 -13
  41. package/types/uni/uts-plugin-api/lib/uni-openAppAuthorizeSetting/utssdk/interface.d.ts +14 -7
  42. package/types/uni/uts-plugin-api/lib/uni-openDocument/utssdk/interface.d.ts +22 -11
  43. package/types/uni/uts-plugin-api/lib/uni-pageScrollTo/utssdk/interface.d.ts +4 -2
  44. package/types/uni/uts-plugin-api/lib/uni-payment/utssdk/interface.d.ts +36 -18
  45. package/types/uni/uts-plugin-api/lib/uni-previewImage/utssdk/interface.d.ts +6 -3
  46. package/types/uni/uts-plugin-api/lib/uni-privacy/utssdk/interface.d.ts +18 -9
  47. package/types/uni/uts-plugin-api/lib/uni-prompt/utssdk/interface.d.ts +30 -15
  48. package/types/uni/uts-plugin-api/lib/uni-pullDownRefresh/utssdk/interface.d.ts +4 -2
  49. package/types/uni/uts-plugin-api/lib/uni-recorder/utssdk/interface.d.ts +728 -698
  50. package/types/uni/uts-plugin-api/lib/uni-route/utssdk/interface.d.ts +68 -32
  51. package/types/uni/uts-plugin-api/lib/uni-rpx2px/utssdk/interface.d.ts +2 -1
  52. package/types/uni/uts-plugin-api/lib/uni-scanCode/utssdk/interface.d.ts +18 -13
  53. package/types/uni/uts-plugin-api/lib/uni-screenBrightness/utssdk/interface.d.ts +6 -3
  54. package/types/uni/uts-plugin-api/lib/uni-share/utssdk/interface.d.ts +24 -12
  55. package/types/uni/uts-plugin-api/lib/uni-shareWithSystem/utssdk/interface.d.ts +2 -1
  56. package/types/uni/uts-plugin-api/lib/uni-showLoading/utssdk/interface.d.ts +4 -2
  57. package/types/uni/uts-plugin-api/lib/uni-storage/utssdk/interface.d.ts +20 -10
  58. package/types/uni/uts-plugin-api/lib/uni-tabBar/utssdk/interface.d.ts +16 -8
  59. package/types/uni/uts-plugin-api/lib/uni-theme/utssdk/interface.d.ts +40 -20
  60. package/types/uni/uts-plugin-api/lib/uni-websocket/utssdk/interface.d.ts +42 -21
  61. package/types/uni/uts-plugin-biz/lib/uni-facialVerify/utssdk/interface.d.ts +4 -2
  62. package/types/uni/uts-plugin-biz/lib/uni-map-tencent/utssdk/interface.d.ts +909 -844
  63. package/types/uni/uts-plugin-biz/lib/uni-push/utssdk/interface.d.ts +10 -5
  64. package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/interface.d.ts +52 -26
@@ -26,7 +26,8 @@ export type RequestOptions<T> = {
26
26
  "harmony": {
27
27
  "osVer": "3.0",
28
28
  "uniVer": "4.23",
29
- "unixVer": "4.61"
29
+ "unixVer": "4.61",
30
+ "unixvVer": "5.0"
30
31
  }
31
32
  },
32
33
  * "mp": {
@@ -101,7 +102,8 @@ export type RequestOptions<T> = {
101
102
  "harmony": {
102
103
  "osVer": "3.0",
103
104
  "uniVer": "4.23",
104
- "unixVer": "4.61"
105
+ "unixVer": "4.61",
106
+ "unixvVer": "5.0"
105
107
  }
106
108
  },
107
109
  * "mp": {
@@ -175,7 +177,8 @@ export type RequestOptions<T> = {
175
177
  "harmony": {
176
178
  "osVer": "3.0",
177
179
  "uniVer": "4.23",
178
- "unixVer": "4.61"
180
+ "unixVer": "4.61",
181
+ "unixvVer": "5.0"
179
182
  }
180
183
  },
181
184
  * "mp": {
@@ -249,7 +252,8 @@ export type RequestOptions<T> = {
249
252
  "harmony": {
250
253
  "osVer": "3.0",
251
254
  "uniVer": "4.23",
252
- "unixVer": "4.61"
255
+ "unixVer": "4.61",
256
+ "unixvVer": "5.0"
253
257
  }
254
258
  },
255
259
  * "mp": {
@@ -716,7 +720,8 @@ export type RequestSuccess<T> = {
716
720
  "harmony": {
717
721
  "osVer": "3.0",
718
722
  "uniVer": "4.23",
719
- "unixVer": "4.61"
723
+ "unixVer": "4.61",
724
+ "unixvVer": "5.0"
720
725
  }
721
726
  },
722
727
  * "mp": {
@@ -789,7 +794,8 @@ export type RequestSuccess<T> = {
789
794
  "harmony": {
790
795
  "osVer": "3.0",
791
796
  "uniVer": "4.23",
792
- "unixVer": "4.61"
797
+ "unixVer": "4.61",
798
+ "unixvVer": "5.0"
793
799
  }
794
800
  },
795
801
  * "mp": {
@@ -862,7 +868,8 @@ export type RequestSuccess<T> = {
862
868
  "harmony": {
863
869
  "osVer": "3.0",
864
870
  "uniVer": "4.23",
865
- "unixVer": "4.61"
871
+ "unixVer": "4.61",
872
+ "unixvVer": "5.0"
866
873
  }
867
874
  },
868
875
  * "mp": {
@@ -935,7 +942,8 @@ export type RequestSuccess<T> = {
935
942
  "harmony": {
936
943
  "osVer": "3.0",
937
944
  "uniVer": "4.23",
938
- "unixVer": "4.61"
945
+ "unixVer": "4.61",
946
+ "unixvVer": "5.0"
939
947
  }
940
948
  },
941
949
  "web": {
@@ -1032,7 +1040,7 @@ export type RequestFailCallback = (option: RequestFail) => void;
1032
1040
  export type RequestCompleteCallback = (option: any) => void;
1033
1041
 
1034
1042
  export type RequestTaskOnChunkReceivedListenerResult = {
1035
- /** 返回的chunk buffer
1043
+ /** 返回的chunk buffer
1036
1044
  * @uniPlatform
1037
1045
  * {
1038
1046
  * "app": {
@@ -1114,7 +1122,7 @@ export type RequestTaskOnChunkReceivedCallback = (
1114
1122
 
1115
1123
 
1116
1124
  export type RequestTaskOnHeadersReceivedListenerResult = {
1117
- /** 开发者服务器返回的 cookies,格式为字符串数组
1125
+ /** 开发者服务器返回的 cookies,格式为字符串数组
1118
1126
  * @uniPlatform
1119
1127
  * {
1120
1128
  * "app": {
@@ -1188,7 +1196,7 @@ export type RequestTaskOnHeadersReceivedListenerResult = {
1188
1196
  * }
1189
1197
  */
1190
1198
  cookies: string[]
1191
- /** 开发者服务器返回的 HTTP Response Header
1199
+ /** 开发者服务器返回的 HTTP Response Header
1192
1200
  * @uniPlatform
1193
1201
  * {
1194
1202
  * "app": {
@@ -1262,7 +1270,7 @@ export type RequestTaskOnHeadersReceivedListenerResult = {
1262
1270
  * }
1263
1271
  */
1264
1272
  header: UTSJSONObject
1265
- /** 开发者服务器返回的 HTTP 状态码 (目前开发者工具上不会返回 statusCode 字段,可用真机查看该字段,后续将会支持)
1273
+ /** 开发者服务器返回的 HTTP 状态码 (目前开发者工具上不会返回 statusCode 字段,可用真机查看该字段,后续将会支持)
1266
1274
  * @uniPlatform
1267
1275
  * {
1268
1276
  * "app": {
@@ -1367,7 +1375,8 @@ export interface RequestTask {
1367
1375
  "harmony": {
1368
1376
  "osVer": "3.0",
1369
1377
  "uniVer": "4.23",
1370
- "unixVer": "4.61"
1378
+ "unixVer": "4.61",
1379
+ "unixvVer": "5.0"
1371
1380
  }
1372
1381
  },
1373
1382
  * "mp": {
@@ -1771,7 +1780,8 @@ export type UploadFileOptionFiles = {
1771
1780
  "harmony": {
1772
1781
  "osVer": "3.0",
1773
1782
  "uniVer": "4.23",
1774
- "unixVer": "4.61"
1783
+ "unixVer": "4.61",
1784
+ "unixvVer": "5.0"
1775
1785
  }
1776
1786
  },
1777
1787
  * "mp": {
@@ -1844,7 +1854,8 @@ export type UploadFileOptionFiles = {
1844
1854
  "harmony": {
1845
1855
  "osVer": "3.0",
1846
1856
  "uniVer": "4.23",
1847
- "unixVer": "4.61"
1857
+ "unixVer": "4.61",
1858
+ "unixvVer": "5.0"
1848
1859
  }
1849
1860
  },
1850
1861
  * "mp": {
@@ -1992,7 +2003,8 @@ export type UploadFileSuccess = {
1992
2003
  "harmony": {
1993
2004
  "osVer": "3.0",
1994
2005
  "uniVer": "4.23",
1995
- "unixVer": "4.61"
2006
+ "unixVer": "4.61",
2007
+ "unixvVer": "5.0"
1996
2008
  }
1997
2009
  },
1998
2010
  * "mp": {
@@ -2065,7 +2077,8 @@ export type UploadFileSuccess = {
2065
2077
  "harmony": {
2066
2078
  "osVer": "3.0",
2067
2079
  "uniVer": "4.23",
2068
- "unixVer": "4.61"
2080
+ "unixVer": "4.61",
2081
+ "unixvVer": "5.0"
2069
2082
  }
2070
2083
  },
2071
2084
  * "mp": {
@@ -2194,7 +2207,8 @@ export type UploadFileOptions = {
2194
2207
  "harmony": {
2195
2208
  "osVer": "3.0",
2196
2209
  "uniVer": "4.23",
2197
- "unixVer": "4.61"
2210
+ "unixVer": "4.61",
2211
+ "unixvVer": "5.0"
2198
2212
  }
2199
2213
  },
2200
2214
  * "mp": {
@@ -2268,7 +2282,8 @@ export type UploadFileOptions = {
2268
2282
  "harmony": {
2269
2283
  "osVer": "3.0",
2270
2284
  "uniVer": "4.23",
2271
- "unixVer": "4.61"
2285
+ "unixVer": "4.61",
2286
+ "unixvVer": "5.0"
2272
2287
  }
2273
2288
  },
2274
2289
  * "mp": {
@@ -2342,7 +2357,8 @@ export type UploadFileOptions = {
2342
2357
  "harmony": {
2343
2358
  "osVer": "3.0",
2344
2359
  "uniVer": "4.23",
2345
- "unixVer": "4.61"
2360
+ "unixVer": "4.61",
2361
+ "unixvVer": "5.0"
2346
2362
  }
2347
2363
  },
2348
2364
  * "mp": {
@@ -2416,7 +2432,8 @@ export type UploadFileOptions = {
2416
2432
  "harmony": {
2417
2433
  "osVer": "3.0",
2418
2434
  "uniVer": "4.23",
2419
- "unixVer": "4.61"
2435
+ "unixVer": "4.61",
2436
+ "unixvVer": "5.0"
2420
2437
  }
2421
2438
  },
2422
2439
  * "mp": {
@@ -2490,7 +2507,8 @@ export type UploadFileOptions = {
2490
2507
  "harmony": {
2491
2508
  "osVer": "3.0",
2492
2509
  "uniVer": "4.23",
2493
- "unixVer": "4.61"
2510
+ "unixVer": "4.61",
2511
+ "unixvVer": "5.0"
2494
2512
  }
2495
2513
  },
2496
2514
  * "mp": {
@@ -2564,7 +2582,8 @@ export type UploadFileOptions = {
2564
2582
  "harmony": {
2565
2583
  "osVer": "3.0",
2566
2584
  "uniVer": "4.23",
2567
- "unixVer": "4.61"
2585
+ "unixVer": "4.61",
2586
+ "unixvVer": "5.0"
2568
2587
  }
2569
2588
  },
2570
2589
  * "mp": {
@@ -2638,7 +2657,8 @@ export type UploadFileOptions = {
2638
2657
  "harmony": {
2639
2658
  "osVer": "3.0",
2640
2659
  "uniVer": "4.23",
2641
- "unixVer": "4.61"
2660
+ "unixVer": "4.61",
2661
+ "unixvVer": "5.0"
2642
2662
  }
2643
2663
  },
2644
2664
  * "mp": {
@@ -3062,7 +3082,8 @@ export type OnProgressUpdateResult = {
3062
3082
  "harmony": {
3063
3083
  "osVer": "3.0",
3064
3084
  "uniVer": "4.23",
3065
- "unixVer": "4.61"
3085
+ "unixVer": "4.61",
3086
+ "unixvVer": "5.0"
3066
3087
  }
3067
3088
  },
3068
3089
  * "mp": {
@@ -3135,7 +3156,8 @@ export type OnProgressUpdateResult = {
3135
3156
  "harmony": {
3136
3157
  "osVer": "3.0",
3137
3158
  "uniVer": "4.23",
3138
- "unixVer": "4.61"
3159
+ "unixVer": "4.61",
3160
+ "unixvVer": "5.0"
3139
3161
  }
3140
3162
  },
3141
3163
  * "mp": {
@@ -3208,7 +3230,8 @@ export type OnProgressUpdateResult = {
3208
3230
  "harmony": {
3209
3231
  "osVer": "3.0",
3210
3232
  "uniVer": "4.23",
3211
- "unixVer": "4.61"
3233
+ "unixVer": "4.61",
3234
+ "unixvVer": "5.0"
3212
3235
  }
3213
3236
  },
3214
3237
  * "mp": {
@@ -3288,7 +3311,8 @@ export interface UploadTask {
3288
3311
  "harmony": {
3289
3312
  "osVer": "3.0",
3290
3313
  "uniVer": "4.23",
3291
- "unixVer": "4.61"
3314
+ "unixVer": "4.61",
3315
+ "unixvVer": "5.0"
3292
3316
  }
3293
3317
  },
3294
3318
  * "mp": {
@@ -3372,7 +3396,8 @@ export interface UploadTask {
3372
3396
  "harmony": {
3373
3397
  "osVer": "3.0",
3374
3398
  "uniVer": "4.23",
3375
- "unixVer": "4.61"
3399
+ "unixVer": "4.61",
3400
+ "unixvVer": "5.0"
3376
3401
  }
3377
3402
  },
3378
3403
  * "mp": {
@@ -3459,7 +3484,8 @@ export type DownloadFileSuccess = {
3459
3484
  "harmony": {
3460
3485
  "osVer": "3.0",
3461
3486
  "uniVer": "4.23",
3462
- "unixVer": "4.61"
3487
+ "unixVer": "4.61",
3488
+ "unixvVer": "5.0"
3463
3489
  }
3464
3490
  },
3465
3491
  * "mp": {
@@ -3532,7 +3558,8 @@ export type DownloadFileSuccess = {
3532
3558
  "harmony": {
3533
3559
  "osVer": "3.0",
3534
3560
  "uniVer": "4.23",
3535
- "unixVer": "4.61"
3561
+ "unixVer": "4.61",
3562
+ "unixvVer": "5.0"
3536
3563
  }
3537
3564
  },
3538
3565
  * "mp": {
@@ -3761,7 +3788,8 @@ export type DownloadFileOptions = {
3761
3788
  "harmony": {
3762
3789
  "osVer": "3.0",
3763
3790
  "uniVer": "4.23",
3764
- "unixVer": "4.61"
3791
+ "unixVer": "4.61",
3792
+ "unixvVer": "5.0"
3765
3793
  }
3766
3794
  },
3767
3795
  * "mp": {
@@ -3905,7 +3933,8 @@ export type DownloadFileOptions = {
3905
3933
  "harmony": {
3906
3934
  "osVer": "3.0",
3907
3935
  "uniVer": "4.23",
3908
- "unixVer": "4.61"
3936
+ "unixVer": "4.61",
3937
+ "unixvVer": "5.0"
3909
3938
  }
3910
3939
  },
3911
3940
  * "mp": {
@@ -3979,7 +4008,8 @@ export type DownloadFileOptions = {
3979
4008
  "harmony": {
3980
4009
  "osVer": "3.0",
3981
4010
  "uniVer": "4.23",
3982
- "unixVer": "4.61"
4011
+ "unixVer": "4.61",
4012
+ "unixvVer": "5.0"
3983
4013
  }
3984
4014
  },
3985
4015
  * "mp": {
@@ -4403,7 +4433,8 @@ export type OnProgressDownloadResult = {
4403
4433
  "harmony": {
4404
4434
  "osVer": "3.0",
4405
4435
  "uniVer": "4.23",
4406
- "unixVer": "4.61"
4436
+ "unixVer": "4.61",
4437
+ "unixvVer": "5.0"
4407
4438
  }
4408
4439
  },
4409
4440
  * "mp": {
@@ -4476,7 +4507,8 @@ export type OnProgressDownloadResult = {
4476
4507
  "harmony": {
4477
4508
  "osVer": "3.0",
4478
4509
  "uniVer": "4.23",
4479
- "unixVer": "4.61"
4510
+ "unixVer": "4.61",
4511
+ "unixvVer": "5.0"
4480
4512
  }
4481
4513
  },
4482
4514
  * "mp": {
@@ -4549,7 +4581,8 @@ export type OnProgressDownloadResult = {
4549
4581
  "harmony": {
4550
4582
  "osVer": "3.0",
4551
4583
  "uniVer": "4.23",
4552
- "unixVer": "4.61"
4584
+ "unixVer": "4.61",
4585
+ "unixvVer": "5.0"
4553
4586
  }
4554
4587
  },
4555
4588
  * "mp": {
@@ -4628,7 +4661,8 @@ export interface DownloadTask {
4628
4661
  "harmony": {
4629
4662
  "osVer": "3.0",
4630
4663
  "uniVer": "4.23",
4631
- "unixVer": "4.61"
4664
+ "unixVer": "4.61",
4665
+ "unixvVer": "5.0"
4632
4666
  }
4633
4667
  },
4634
4668
  * "mp": {
@@ -4712,7 +4746,8 @@ export interface DownloadTask {
4712
4746
  "harmony": {
4713
4747
  "osVer": "3.0",
4714
4748
  "uniVer": "4.23",
4715
- "unixVer": "4.61"
4749
+ "unixVer": "4.61",
4750
+ "unixvVer": "5.0"
4716
4751
  }
4717
4752
  },
4718
4753
  * "mp": {
@@ -4807,7 +4842,8 @@ export type Certificate = {
4807
4842
  "harmony": {
4808
4843
  "osVer": "3.0",
4809
4844
  "uniVer": "4.23",
4810
- "unixVer": "4.61"
4845
+ "unixVer": "4.61",
4846
+ "unixvVer": "5.0"
4811
4847
  }
4812
4848
  },
4813
4849
  "web": {
@@ -4908,7 +4944,8 @@ export interface Uni {
4908
4944
  * "harmony": {
4909
4945
  * "osVer": "3.0",
4910
4946
  * "uniVer": "4.23",
4911
- * "unixVer": "4.61"
4947
+ * "unixVer": "4.61",
4948
+ * "unixvVer": "5.0"
4912
4949
  * }
4913
4950
  * },
4914
4951
  * "mp": {
@@ -5012,7 +5049,8 @@ export interface Uni {
5012
5049
  * "harmony": {
5013
5050
  * "osVer": "3.0",
5014
5051
  * "uniVer": "4.23",
5015
- * "unixVer": "4.61"
5052
+ * "unixVer": "4.61",
5053
+ * "unixvVer": "5.0"
5016
5054
  * }
5017
5055
  * },
5018
5056
  * "mp": {
@@ -5102,7 +5140,8 @@ export interface Uni {
5102
5140
  * "harmony": {
5103
5141
  * "osVer": "3.0",
5104
5142
  * "uniVer": "4.23",
5105
- * "unixVer": "4.61"
5143
+ * "unixVer": "4.61",
5144
+ * "unixvVer": "5.0"
5106
5145
  * }
5107
5146
  * },
5108
5147
  * "mp": {
@@ -5189,7 +5228,8 @@ export interface Uni {
5189
5228
  "harmony": {
5190
5229
  "osVer": "3.0",
5191
5230
  "uniVer": "4.31",
5192
- "unixVer": "4.61"
5231
+ "unixVer": "4.61",
5232
+ "unixvVer": "5.0"
5193
5233
  }
5194
5234
  },
5195
5235
  "web": {
@@ -21,7 +21,8 @@ export interface Uni {
21
21
  * "harmony": {
22
22
  * "osVer": "3.0",
23
23
  * "uniVer": "4.31",
24
- * "unixVer": "4.61"
24
+ * "unixVer": "4.61",
25
+ * "unixvVer": "5.0"
25
26
  * }
26
27
  * },
27
28
  * "mp": {
@@ -105,7 +106,8 @@ export interface Uni {
105
106
  * "harmony": {
106
107
  * "osVer": "3.0",
107
108
  * "uniVer": "4.31",
108
- * "unixVer": "4.61"
109
+ * "unixVer": "4.61",
110
+ * "unixvVer": "5.0"
109
111
  * }
110
112
  * },
111
113
  * "mp": {
@@ -262,7 +264,8 @@ export type LoginSuccess = {
262
264
  * "harmony": {
263
265
  * "osVer": "3.0",
264
266
  * "uniVer": "4.31",
265
- * "unixVer": "4.61"
267
+ * "unixVer": "4.61",
268
+ * "unixvVer": "5.0"
266
269
  * }
267
270
  * }
268
271
  * }
@@ -285,7 +288,8 @@ export type LoginSuccess = {
285
288
  * "harmony": {
286
289
  * "osVer": "3.0",
287
290
  * "uniVer": "4.31",
288
- * "unixVer": "4.61"
291
+ * "unixVer": "4.61",
292
+ * "unixvVer": "5.0"
289
293
  * }
290
294
  * }
291
295
  * }
@@ -431,7 +435,8 @@ export type LoginOptions = {
431
435
  * "harmony": {
432
436
  * "osVer": "3.0",
433
437
  * "uniVer": "4.31",
434
- * "unixVer": "4.61"
438
+ * "unixVer": "4.61",
439
+ * "unixvVer": "5.0"
435
440
  * }
436
441
  * },
437
442
  * "mp": {
@@ -509,7 +514,8 @@ export type LoginOptions = {
509
514
  * "harmony": {
510
515
  * "osVer": "5.0.0",
511
516
  * "uniVer": "4.76",
512
- * "unixVer": "4.81"
517
+ * "unixVer": "4.81",
518
+ * "unixvVer": "5.0"
513
519
  * }
514
520
  * }
515
521
  * }
@@ -624,7 +630,8 @@ export type LoginOptions = {
624
630
  * "harmony": {
625
631
  * "osVer": "3.0",
626
632
  * "uniVer": "x",
627
- * "unixVer": "4.61"
633
+ * "unixVer": "4.61",
634
+ * "unixvVer": "5.0"
628
635
  * }
629
636
  * }
630
637
  * }
@@ -719,7 +726,8 @@ export type LoginOptions = {
719
726
  * "harmony": {
720
727
  * "osVer": "5.0.0",
721
728
  * "uniVer": "4.76",
722
- * "unixVer": "4.81"
729
+ * "unixVer": "4.81",
730
+ * "unixvVer": "5.0"
723
731
  * }
724
732
  * },
725
733
  * "web": {
@@ -1246,7 +1254,8 @@ export type UserInfo = {
1246
1254
  * "harmony": {
1247
1255
  * "osVer": "3.0",
1248
1256
  * "uniVer": "4.31",
1249
- * "unixVer": "4.61"
1257
+ * "unixVer": "4.61",
1258
+ * "unixvVer": "5.0"
1250
1259
  * }
1251
1260
  * },
1252
1261
  * "mp": {
@@ -1372,7 +1381,8 @@ export type UserInfo = {
1372
1381
  * "harmony": {
1373
1382
  * "osVer": "5.0.0",
1374
1383
  * "uniVer": "4.76",
1375
- * "unixVer": "4.81"
1384
+ * "unixVer": "4.81",
1385
+ * "unixvVer": "5.0"
1376
1386
  * }
1377
1387
  * },
1378
1388
  * "mp": {
@@ -1807,7 +1817,8 @@ export type GetUserInfoSuccess = {
1807
1817
  * "harmony": {
1808
1818
  * "osVer": "3.0",
1809
1819
  * "uniVer": "4.31",
1810
- * "unixVer": "4.61"
1820
+ * "unixVer": "4.61",
1821
+ * "unixvVer": "5.0"
1811
1822
  * }
1812
1823
  * },
1813
1824
  * "mp": {
@@ -2303,7 +2314,8 @@ export type GetUserInfoOptions = {
2303
2314
  * "harmony": {
2304
2315
  * "osVer": "3.0",
2305
2316
  * "uniVer": "4.31",
2306
- * "unixVer": "4.61"
2317
+ * "unixVer": "4.61",
2318
+ * "unixvVer": "5.0"
2307
2319
  * }
2308
2320
  * },
2309
2321
  * "mp": {
@@ -2499,7 +2511,8 @@ export type GetUserInfoOptions = {
2499
2511
  * "harmony": {
2500
2512
  * "osVer": "3.0",
2501
2513
  * "uniVer": "4.31",
2502
- * "unixVer": "4.61"
2514
+ * "unixVer": "4.61",
2515
+ * "unixvVer": "5.0"
2503
2516
  * }
2504
2517
  * }
2505
2518
  * }
@@ -27,7 +27,8 @@ export interface Uni {
27
27
  * "harmony": {
28
28
  * "osVer": "3.0",
29
29
  * "uniVer": "4.23",
30
- * "unixVer": "4.61"
30
+ * "unixVer": "4.61",
31
+ * "unixvVer": "5.0"
31
32
  * }
32
33
  * },
33
34
  * "web": {
@@ -109,7 +110,8 @@ export type OpenAppAuthorizeSettingSuccess = {
109
110
  "harmony": {
110
111
  "osVer": "3.0",
111
112
  "uniVer": "4.23",
112
- "unixVer": "4.61"
113
+ "unixVer": "4.61",
114
+ "unixvVer": "5.0"
113
115
  }
114
116
  },
115
117
  "web": {
@@ -143,7 +145,8 @@ export type OpenAppAuthorizeSettingFail = {
143
145
  "harmony": {
144
146
  "osVer": "3.0",
145
147
  "uniVer": "4.23",
146
- "unixVer": "4.61"
148
+ "unixVer": "4.61",
149
+ "unixvVer": "5.0"
147
150
  }
148
151
  },
149
152
  "web": {
@@ -177,7 +180,8 @@ export type OpenAppAuthorizeSettingComplete = {
177
180
  "harmony": {
178
181
  "osVer": "3.0",
179
182
  "uniVer": "4.23",
180
- "unixVer": "4.61"
183
+ "unixVer": "4.61",
184
+ "unixvVer": "5.0"
181
185
  }
182
186
  },
183
187
  "web": {
@@ -212,7 +216,8 @@ export type OpenAppAuthorizeSettingOptions = {
212
216
  "harmony": {
213
217
  "osVer": "3.0",
214
218
  "uniVer": "4.23",
215
- "unixVer": "4.61"
219
+ "unixVer": "4.61",
220
+ "unixvVer": "5.0"
216
221
  }
217
222
  },
218
223
  "web": {
@@ -245,7 +250,8 @@ export type OpenAppAuthorizeSettingOptions = {
245
250
  "harmony": {
246
251
  "osVer": "3.0",
247
252
  "uniVer": "4.23",
248
- "unixVer": "4.61"
253
+ "unixVer": "4.61",
254
+ "unixvVer": "5.0"
249
255
  }
250
256
  },
251
257
  "web": {
@@ -278,7 +284,8 @@ export type OpenAppAuthorizeSettingOptions = {
278
284
  "harmony": {
279
285
  "osVer": "3.0",
280
286
  "uniVer": "4.23",
281
- "unixVer": "4.61"
287
+ "unixVer": "4.61",
288
+ "unixvVer": "5.0"
282
289
  }
283
290
  },
284
291
  "web": {