@dcloudio/uni-app-x 0.7.60 → 0.7.61

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 (107) hide show
  1. package/package.json +2 -2
  2. package/types/app.d.ts +14 -7
  3. package/types/native/IUniElement.d.ts +1 -1
  4. package/types/native/UniCustomElement.d.ts +2 -2
  5. package/types/native/UniInputChangeEvent.d.ts +31 -0
  6. package/types/native/UniPage.d.ts +10 -2
  7. package/types/native/global.d.ts +12 -0
  8. package/types/native/index.d.ts +1 -0
  9. package/types/uni/uts-plugin-api/global.d.ts +1 -0
  10. package/types/uni/uts-plugin-api/index.d.ts +1 -0
  11. package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/interface.d.ts +77 -433
  12. package/types/uni/uts-plugin-api/lib/uni-chooseLocation/utssdk/interface.d.ts +2 -0
  13. package/types/uni/uts-plugin-api/lib/uni-createInnerAudioContext/utssdk/global.d.ts +16 -0
  14. package/types/uni/uts-plugin-api/lib/uni-createInnerAudioContext/utssdk/index.d.ts +8 -0
  15. package/types/uni/uts-plugin-api/lib/uni-createInnerAudioContext/utssdk/interface.d.ts +561 -131
  16. package/types/uni/uts-plugin-api/lib/uni-dialogPage/utssdk/interface.d.ts +17 -34
  17. package/types/uni/uts-plugin-api/lib/uni-event/utssdk/interface.d.ts +4 -8
  18. package/types/uni/uts-plugin-api/lib/uni-exit/utssdk/interface.d.ts +1 -2
  19. package/types/uni/uts-plugin-api/lib/uni-file/utssdk/interface.d.ts +5 -0
  20. package/types/uni/uts-plugin-api/lib/uni-fileSystemManager/utssdk/interface.d.ts +8 -4
  21. package/types/uni/uts-plugin-api/lib/uni-getAccessibilityInfo/utssdk/interface.d.ts +3 -1
  22. package/types/uni/uts-plugin-api/lib/uni-getAppBaseInfo/utssdk/interface.d.ts +29 -58
  23. package/types/uni/uts-plugin-api/lib/uni-getBackgroundAudioManager/utssdk/interface.d.ts +36 -72
  24. package/types/uni/uts-plugin-api/lib/uni-getDeviceInfo/utssdk/interface.d.ts +3 -1
  25. package/types/uni/uts-plugin-api/lib/uni-getElementById/utssdk/interface.d.ts +1 -1
  26. package/types/uni/uts-plugin-api/lib/uni-getEnterOptionsSync/utssdk/interface.d.ts +9 -7
  27. package/types/uni/uts-plugin-api/lib/uni-getLaunchOptionsSync/utssdk/interface.d.ts +8 -7
  28. package/types/uni/uts-plugin-api/lib/uni-getNetworkType/utssdk/interface.d.ts +4 -4
  29. package/types/uni/uts-plugin-api/lib/uni-getProvider/utssdk/interface.d.ts +84 -0
  30. package/types/uni/uts-plugin-api/lib/uni-getSystemInfo/utssdk/interface.d.ts +47 -0
  31. package/types/uni/uts-plugin-api/lib/uni-loadFontFace/utssdk/interface.d.ts +1 -1
  32. package/types/uni/uts-plugin-api/lib/uni-location/utssdk/global.d.ts +38 -0
  33. package/types/uni/uts-plugin-api/lib/uni-location/utssdk/index.d.ts +19 -0
  34. package/types/uni/uts-plugin-api/lib/uni-location/utssdk/interface.d.ts +1783 -107
  35. package/types/uni/uts-plugin-api/lib/uni-makePhoneCall/utssdk/interface.d.ts +13 -18
  36. package/types/uni/uts-plugin-api/lib/uni-media/utssdk/interface.d.ts +68 -208
  37. package/types/uni/uts-plugin-api/lib/uni-modal/utssdk/interface.d.ts +2 -4
  38. package/types/uni/uts-plugin-api/lib/uni-network/utssdk/interface.d.ts +105 -107
  39. package/types/uni/uts-plugin-api/lib/uni-oauth/utssdk/global.d.ts +4 -0
  40. package/types/uni/uts-plugin-api/lib/uni-oauth/utssdk/index.d.ts +2 -0
  41. package/types/uni/uts-plugin-api/lib/uni-oauth/utssdk/interface.d.ts +359 -66
  42. package/types/uni/uts-plugin-api/lib/uni-oauth-weixin/utssdk/global.d.ts +16 -0
  43. package/types/uni/uts-plugin-api/lib/uni-oauth-weixin/utssdk/index.d.ts +8 -0
  44. package/types/uni/uts-plugin-api/lib/uni-oauth-weixin/utssdk/interface.d.ts +40 -0
  45. package/types/uni/uts-plugin-api/lib/uni-openAppAuthorizeSetting/utssdk/interface.d.ts +10 -15
  46. package/types/uni/uts-plugin-api/lib/uni-openDocument/utssdk/interface.d.ts +86 -94
  47. package/types/uni/uts-plugin-api/lib/uni-privacy/utssdk/interface.d.ts +25 -26
  48. package/types/uni/uts-plugin-api/lib/uni-prompt/utssdk/interface.d.ts +30 -60
  49. package/types/uni/uts-plugin-api/lib/uni-recorder/utssdk/interface.d.ts +32 -64
  50. package/types/uni/uts-plugin-api/lib/uni-scanCode/utssdk/interface.d.ts +298 -4
  51. package/types/uni/uts-plugin-api/lib/uni-share/utssdk/global.d.ts +4 -0
  52. package/types/uni/uts-plugin-api/lib/uni-share/utssdk/index.d.ts +2 -0
  53. package/types/uni/uts-plugin-api/lib/uni-share/utssdk/interface.d.ts +347 -10
  54. package/types/uni/uts-plugin-api/lib/uni-share-weixin/utssdk/interface.d.ts +3 -1
  55. package/types/uni/uts-plugin-api/lib/uni-shareWithSystem/utssdk/interface.d.ts +3 -1
  56. package/types/uni/uts-plugin-api/lib/uni-sse/utssdk/interface.d.ts +25 -33
  57. package/types/uni/uts-plugin-api/lib/uni-theme/utssdk/global.d.ts +0 -2
  58. package/types/uni/uts-plugin-api/lib/uni-theme/utssdk/index.d.ts +0 -1
  59. package/types/uni/uts-plugin-api/lib/uni-theme/utssdk/interface.d.ts +21 -33
  60. package/types/uni/uts-plugin-api/lib/uni-virtualPayment/utssdk/interface.d.ts +1 -0
  61. package/types/uni/uts-plugin-api/lib/uni-websocket/utssdk/interface.d.ts +23 -46
  62. package/types/uni/uts-plugin-biz/global.d.ts +11 -0
  63. package/types/uni/uts-plugin-biz/index.d.ts +11 -0
  64. package/types/uni/uts-plugin-biz/lib/uni-ad/utssdk/interface.d.ts +60 -3
  65. package/types/uni/uts-plugin-biz/lib/uni-facialVerify/utssdk/interface.d.ts +6 -0
  66. package/types/uni/uts-plugin-biz/lib/uni-live-player/utssdk/global.d.ts +52 -0
  67. package/types/uni/uts-plugin-biz/lib/uni-live-player/utssdk/index.d.ts +25 -0
  68. package/types/uni/uts-plugin-biz/lib/uni-live-player/utssdk/interface.d.ts +445 -0
  69. package/types/uni/uts-plugin-biz/lib/uni-live-pusher/utssdk/global.d.ts +48 -0
  70. package/types/uni/uts-plugin-biz/lib/uni-live-pusher/utssdk/index.d.ts +23 -0
  71. package/types/uni/uts-plugin-biz/lib/uni-live-pusher/utssdk/interface.d.ts +138 -0
  72. package/types/uni/uts-plugin-biz/lib/uni-push/utssdk/interface.d.ts +28 -12
  73. package/types/uni/uts-plugin-biz/lib/uni-push-fcm/utssdk/global.d.ts +8 -0
  74. package/types/uni/uts-plugin-biz/lib/uni-push-fcm/utssdk/index.d.ts +4 -0
  75. package/types/uni/uts-plugin-biz/lib/uni-push-fcm/utssdk/interface.d.ts +0 -0
  76. package/types/uni/uts-plugin-biz/lib/uni-push-gp/utssdk/global.d.ts +8 -0
  77. package/types/uni/uts-plugin-biz/lib/uni-push-gp/utssdk/index.d.ts +4 -0
  78. package/types/uni/uts-plugin-biz/lib/uni-push-gp/utssdk/interface.d.ts +0 -0
  79. package/types/uni/uts-plugin-biz/lib/uni-push-hms/utssdk/global.d.ts +8 -0
  80. package/types/uni/uts-plugin-biz/lib/uni-push-hms/utssdk/index.d.ts +4 -0
  81. package/types/uni/uts-plugin-biz/lib/uni-push-hms/utssdk/interface.d.ts +0 -0
  82. package/types/uni/uts-plugin-biz/lib/uni-push-honor/utssdk/global.d.ts +8 -0
  83. package/types/uni/uts-plugin-biz/lib/uni-push-honor/utssdk/index.d.ts +4 -0
  84. package/types/uni/uts-plugin-biz/lib/uni-push-honor/utssdk/interface.d.ts +0 -0
  85. package/types/uni/uts-plugin-biz/lib/uni-push-mainland/utssdk/global.d.ts +8 -0
  86. package/types/uni/uts-plugin-biz/lib/uni-push-mainland/utssdk/index.d.ts +4 -0
  87. package/types/uni/uts-plugin-biz/lib/uni-push-mainland/utssdk/interface.d.ts +0 -0
  88. package/types/uni/uts-plugin-biz/lib/uni-push-meizu/utssdk/global.d.ts +8 -0
  89. package/types/uni/uts-plugin-biz/lib/uni-push-meizu/utssdk/index.d.ts +4 -0
  90. package/types/uni/uts-plugin-biz/lib/uni-push-meizu/utssdk/interface.d.ts +0 -0
  91. package/types/uni/uts-plugin-biz/lib/uni-push-oppo/utssdk/global.d.ts +8 -0
  92. package/types/uni/uts-plugin-biz/lib/uni-push-oppo/utssdk/index.d.ts +4 -0
  93. package/types/uni/uts-plugin-biz/lib/uni-push-oppo/utssdk/interface.d.ts +0 -0
  94. package/types/uni/uts-plugin-biz/lib/uni-push-vivo/utssdk/global.d.ts +18 -0
  95. package/types/uni/uts-plugin-biz/lib/uni-push-vivo/utssdk/index.d.ts +9 -0
  96. package/types/uni/uts-plugin-biz/lib/uni-push-vivo/utssdk/interface.d.ts +45 -0
  97. package/types/uni/uts-plugin-biz/lib/uni-push-xiaomi/utssdk/global.d.ts +8 -0
  98. package/types/uni/uts-plugin-biz/lib/uni-push-xiaomi/utssdk/index.d.ts +4 -0
  99. package/types/uni/uts-plugin-biz/lib/uni-push-xiaomi/utssdk/interface.d.ts +0 -0
  100. package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/interface.d.ts +7 -2
  101. package/types/uni/uts-plugin-component/lib/uni-canvas/utssdk/interface.d.ts +37 -44
  102. package/types/uni/uts-plugin-extend/global.d.ts +0 -2
  103. package/types/uni/uts-plugin-extend/index.d.ts +0 -2
  104. package/types/vue/LifeCycle.d.ts +723 -1
  105. package/types/uni/uts-plugin-extend/lib/uni-localeChange/utssdk/global.d.ts +0 -14
  106. package/types/uni/uts-plugin-extend/lib/uni-localeChange/utssdk/index.d.ts +0 -1
  107. package/types/uni/uts-plugin-extend/lib/uni-localeChange/utssdk/interface.d.ts +0 -1670
@@ -184,8 +184,7 @@ export type Icon =
184
184
  "osVer": "5.0",
185
185
  "uniVer": "√",
186
186
  "uniUtsPlugin": "3.91",
187
- "unixVer": "3.91",
188
- "unixUtsPlugin": "3.91"
187
+ "unixVer": "3.91"
189
188
  },
190
189
  "ios": {
191
190
  "osVer": "12.0",
@@ -253,8 +252,7 @@ export type Icon =
253
252
  "osVer": "5.0",
254
253
  "uniVer": "√",
255
254
  "uniUtsPlugin": "3.91",
256
- "unixVer": "3.91",
257
- "unixUtsPlugin": "3.91"
255
+ "unixVer": "3.91"
258
256
  },
259
257
  "ios": {
260
258
  "osVer": "12.0",
@@ -322,8 +320,7 @@ export type Icon =
322
320
  "osVer": "5.0",
323
321
  "uniVer": "√",
324
322
  "uniUtsPlugin": "x",
325
- "unixVer": "x",
326
- "unixUtsPlugin": "x"
323
+ "unixVer": "x"
327
324
  },
328
325
  "ios": {
329
326
  "osVer": "12.0",
@@ -391,8 +388,7 @@ export type Icon =
391
388
  "osVer": "5.0",
392
389
  "uniVer": "√",
393
390
  "uniUtsPlugin": "3.91",
394
- "unixVer": "3.91",
395
- "unixUtsPlugin": "3.91"
391
+ "unixVer": "3.91"
396
392
  },
397
393
  "ios": {
398
394
  "osVer": "12.0",
@@ -460,8 +456,7 @@ export type Icon =
460
456
  "osVer": "5.0",
461
457
  "uniVer": "√",
462
458
  "uniUtsPlugin": "3.91",
463
- "unixVer": "3.91",
464
- "unixUtsPlugin": "3.91"
459
+ "unixVer": "3.91"
465
460
  },
466
461
  "ios": {
467
462
  "osVer": "12.0",
@@ -529,8 +524,7 @@ export type Icon =
529
524
  "osVer": "5.0",
530
525
  "uniVer": "√",
531
526
  "uniUtsPlugin": "3.91",
532
- "unixVer": "3.91",
533
- "unixUtsPlugin": "3.91"
527
+ "unixVer": "3.91"
534
528
  },
535
529
  "ios": {
536
530
  "osVer": "12.0",
@@ -603,8 +597,7 @@ export type ShowToastPosition =
603
597
  "osVer": "5.0",
604
598
  "uniVer": "√",
605
599
  "uniUtsPlugin": "3.91",
606
- "unixVer": "3.91",
607
- "unixUtsPlugin": "3.91"
600
+ "unixVer": "3.91"
608
601
  },
609
602
  "ios": {
610
603
  "osVer": "12.0",
@@ -677,8 +670,7 @@ export type ShowToastPosition =
677
670
  "osVer": "5.0",
678
671
  "uniVer": "√",
679
672
  "uniUtsPlugin": "3.91",
680
- "unixVer": "3.91",
681
- "unixUtsPlugin": "3.91"
673
+ "unixVer": "3.91"
682
674
  },
683
675
  "ios": {
684
676
  "osVer": "12.0",
@@ -751,8 +743,7 @@ export type ShowToastPosition =
751
743
  "osVer": "5.0",
752
744
  "uniVer": "√",
753
745
  "uniUtsPlugin": "3.91",
754
- "unixVer": "3.91",
755
- "unixUtsPlugin": "3.91"
746
+ "unixVer": "3.91"
756
747
  },
757
748
  "ios": {
758
749
  "osVer": "12.0",
@@ -830,8 +821,7 @@ export type ShowToastOptions = {
830
821
  "osVer": "5.0",
831
822
  "uniVer": "√",
832
823
  "uniUtsPlugin": "3.91",
833
- "unixVer": "3.91",
834
- "unixUtsPlugin": "3.91"
824
+ "unixVer": "3.91"
835
825
  },
836
826
  "ios": {
837
827
  "osVer": "12.0",
@@ -905,8 +895,7 @@ export type ShowToastOptions = {
905
895
  "osVer": "5.0",
906
896
  "uniVer": "√",
907
897
  "uniUtsPlugin": "3.91",
908
- "unixVer": "3.91",
909
- "unixUtsPlugin": "3.91"
898
+ "unixVer": "3.91"
910
899
  },
911
900
  "ios": {
912
901
  "osVer": "12.0",
@@ -979,8 +968,7 @@ export type ShowToastOptions = {
979
968
  "osVer": "5.0",
980
969
  "uniVer": "√",
981
970
  "uniUtsPlugin": "3.91",
982
- "unixVer": "3.91",
983
- "unixUtsPlugin": "3.91"
971
+ "unixVer": "3.91"
984
972
  },
985
973
  "ios": {
986
974
  "osVer": "12.0",
@@ -1054,8 +1042,7 @@ export type ShowToastOptions = {
1054
1042
  "osVer": "5.0",
1055
1043
  "uniVer": "√",
1056
1044
  "uniUtsPlugin": "3.91",
1057
- "unixVer": "3.91",
1058
- "unixUtsPlugin": "3.91"
1045
+ "unixVer": "3.91"
1059
1046
  },
1060
1047
  "ios": {
1061
1048
  "osVer": "12.0",
@@ -1129,8 +1116,7 @@ export type ShowToastOptions = {
1129
1116
  "osVer": "5.0",
1130
1117
  "uniVer": "√",
1131
1118
  "uniUtsPlugin": "3.91",
1132
- "unixVer": "3.91",
1133
- "unixUtsPlugin": "3.91"
1119
+ "unixVer": "3.91"
1134
1120
  },
1135
1121
  "ios": {
1136
1122
  "osVer": "12.0",
@@ -1203,8 +1189,7 @@ export type ShowToastOptions = {
1203
1189
  "osVer": "5.0",
1204
1190
  "uniVer": "√",
1205
1191
  "uniUtsPlugin": "3.91",
1206
- "unixVer": "3.91",
1207
- "unixUtsPlugin": "3.91"
1192
+ "unixVer": "3.91"
1208
1193
  },
1209
1194
  "ios": {
1210
1195
  "osVer": "12.0",
@@ -1277,8 +1262,7 @@ export type ShowToastOptions = {
1277
1262
  "osVer": "5.0",
1278
1263
  "uniVer": "√",
1279
1264
  "uniUtsPlugin": "3.91",
1280
- "unixVer": "3.91",
1281
- "unixUtsPlugin": "3.91"
1265
+ "unixVer": "3.91"
1282
1266
  },
1283
1267
  "ios": {
1284
1268
  "osVer": "12.0",
@@ -1351,8 +1335,7 @@ export type ShowToastOptions = {
1351
1335
  "osVer": "5.0",
1352
1336
  "uniVer": "√",
1353
1337
  "uniUtsPlugin": "3.91",
1354
- "unixVer": "3.91",
1355
- "unixUtsPlugin": "3.91"
1338
+ "unixVer": "3.91"
1356
1339
  },
1357
1340
  "ios": {
1358
1341
  "osVer": "12.0",
@@ -1425,8 +1408,7 @@ export type ShowToastOptions = {
1425
1408
  "osVer": "5.0",
1426
1409
  "uniVer": "√",
1427
1410
  "uniUtsPlugin": "3.91",
1428
- "unixVer": "3.91",
1429
- "unixUtsPlugin": "3.91"
1411
+ "unixVer": "3.91"
1430
1412
  },
1431
1413
  "ios": {
1432
1414
  "osVer": "12.0",
@@ -1507,8 +1489,7 @@ export type ShowToastOptions = {
1507
1489
  "osVer": "5.0",
1508
1490
  "uniVer": "√",
1509
1491
  "uniUtsPlugin": "3.91",
1510
- "unixVer": "3.91",
1511
- "unixUtsPlugin": "3.91"
1492
+ "unixVer": "3.91"
1512
1493
  },
1513
1494
  "ios": {
1514
1495
  "osVer": "12.0",
@@ -1586,8 +1567,7 @@ export type ShowToast = (options: ShowToastOptions) => void
1586
1567
  "osVer": "5.0",
1587
1568
  "uniVer": "√",
1588
1569
  "uniUtsPlugin": "3.91",
1589
- "unixVer": "3.91",
1590
- "unixUtsPlugin": "3.91"
1570
+ "unixVer": "3.91"
1591
1571
  },
1592
1572
  "ios": {
1593
1573
  "osVer": "12.0",
@@ -2070,8 +2050,7 @@ export type ShowLoadingOptions = {
2070
2050
  "osVer": "5.0",
2071
2051
  "uniVer": "√",
2072
2052
  "uniUtsPlugin": "3.91",
2073
- "unixVer": "3.91",
2074
- "unixUtsPlugin": "3.91"
2053
+ "unixVer": "3.91"
2075
2054
  },
2076
2055
  "ios": {
2077
2056
  "osVer": "12.0",
@@ -2149,8 +2128,7 @@ export type ShowLoading = (options: ShowLoadingOptions) => void
2149
2128
  "osVer": "5.0",
2150
2129
  "uniVer": "√",
2151
2130
  "uniUtsPlugin": "3.91",
2152
- "unixVer": "3.91",
2153
- "unixUtsPlugin": "3.91"
2131
+ "unixVer": "3.91"
2154
2132
  },
2155
2133
  "ios": {
2156
2134
  "osVer": "12.0",
@@ -3026,8 +3004,7 @@ export type ShowModalOptions = {
3026
3004
  "osVer": "5.0",
3027
3005
  "uniVer": "√",
3028
3006
  "uniUtsPlugin": "x",
3029
- "unixVer": "3.91",
3030
- "unixUtsPlugin": "3.91"
3007
+ "unixVer": "3.91"
3031
3008
  },
3032
3009
  "ios": {
3033
3010
  "osVer": "12.0",
@@ -3723,8 +3700,7 @@ export type ShowActionSheetOptions = {
3723
3700
  "osVer": "5.0",
3724
3701
  "uniVer": "√",
3725
3702
  "uniUtsPlugin": "x",
3726
- "unixVer": "3.91",
3727
- "unixUtsPlugin": "3.91"
3703
+ "unixVer": "3.91"
3728
3704
  },
3729
3705
  "ios": {
3730
3706
  "osVer": "12.0",
@@ -3813,8 +3789,7 @@ export interface Uni {
3813
3789
  * "osVer": "5.0",
3814
3790
  * "uniVer": "√",
3815
3791
  * "uniUtsPlugin": "3.91",
3816
- * "unixVer": "3.91",
3817
- * "unixUtsPlugin": "3.91"
3792
+ * "unixVer": "3.91"
3818
3793
  * },
3819
3794
  * "ios": {
3820
3795
  * "osVer": "12.0",
@@ -3895,8 +3870,7 @@ export interface Uni {
3895
3870
  * "osVer": "5.0",
3896
3871
  * "uniVer": "√",
3897
3872
  * "uniUtsPlugin": "3.91",
3898
- * "unixVer": "3.91",
3899
- * "unixUtsPlugin": "3.91"
3873
+ * "unixVer": "3.91"
3900
3874
  * },
3901
3875
  * "ios": {
3902
3876
  * "osVer": "12.0",
@@ -3982,8 +3956,7 @@ export interface Uni {
3982
3956
  * "osVer": "5.0",
3983
3957
  * "uniVer": "√",
3984
3958
  * "uniUtsPlugin": "3.91",
3985
- * "unixVer": "3.91",
3986
- * "unixUtsPlugin": "3.91"
3959
+ * "unixVer": "3.91"
3987
3960
  * },
3988
3961
  * "ios": {
3989
3962
  * "osVer": "12.0",
@@ -4070,8 +4043,7 @@ export interface Uni {
4070
4043
  * "osVer": "5.0",
4071
4044
  * "uniVer": "√",
4072
4045
  * "uniUtsPlugin": "3.91",
4073
- * "unixVer": "3.91",
4074
- * "unixUtsPlugin": "3.91"
4046
+ * "unixVer": "3.91"
4075
4047
  * },
4076
4048
  * "ios": {
4077
4049
  * "osVer": "12.0",
@@ -4162,8 +4134,7 @@ export interface Uni {
4162
4134
  * "osVer": "5.0",
4163
4135
  * "uniVer": "√",
4164
4136
  * "uniUtsPlugin": "x",
4165
- * "unixVer": "3.91",
4166
- * "unixUtsPlugin": "3.91"
4137
+ * "unixVer": "3.91"
4167
4138
  * },
4168
4139
  * "ios": {
4169
4140
  * "osVer": "12.0",
@@ -4253,8 +4224,7 @@ export interface Uni {
4253
4224
  * "osVer": "5.0",
4254
4225
  * "uniVer": "√",
4255
4226
  * "uniUtsPlugin": "x",
4256
- * "unixVer": "3.91",
4257
- * "unixUtsPlugin": "3.91"
4227
+ * "unixVer": "3.91"
4258
4228
  * },
4259
4229
  * "ios": {
4260
4230
  * "osVer": "12.0",
@@ -9,8 +9,7 @@ export interface Uni {
9
9
  * "android": {
10
10
  * "osVer": "5.0",
11
11
  * "uniVer": "√",
12
- * "unixVer": "4.61",
13
- * "unixUtsPlugin": "4.61"
12
+ * "unixVer": "4.61"
14
13
  * },
15
14
  * "ios": {
16
15
  * "osVer": "12.0",
@@ -84,8 +83,7 @@ export type RecorderManagerStartOptions = {
84
83
  * "android": {
85
84
  * "osVer": "5.0",
86
85
  * "uniVer": "x",
87
- * "unixVer": "4.61",
88
- * "unixUtsPlugin": "4.61"
86
+ * "unixVer": "4.61"
89
87
  * },
90
88
  * "ios": {
91
89
  * "osVer": "12.0",
@@ -155,8 +153,7 @@ export type RecorderManagerStartOptions = {
155
153
  * "android": {
156
154
  * "osVer": "5.0",
157
155
  * "uniVer": "x",
158
- * "unixVer": "4.61",
159
- * "unixUtsPlugin": "4.61"
156
+ * "unixVer": "4.61"
160
157
  * },
161
158
  * "ios": {
162
159
  * "osVer": "12.0",
@@ -227,8 +224,7 @@ export type RecorderManagerStartOptions = {
227
224
  * "android": {
228
225
  * "osVer": "5.0",
229
226
  * "uniVer": "x",
230
- * "unixVer": "4.61",
231
- * "unixUtsPlugin": "4.61"
227
+ * "unixVer": "4.61"
232
228
  * },
233
229
  * "ios": {
234
230
  * "osVer": "12.0",
@@ -299,8 +295,7 @@ export type RecorderManagerStartOptions = {
299
295
  * "android": {
300
296
  * "osVer": "5.0",
301
297
  * "uniVer": "x",
302
- * "unixVer": "4.61",
303
- * "unixUtsPlugin": "4.61"
298
+ * "unixVer": "4.61"
304
299
  * },
305
300
  * "ios": {
306
301
  * "osVer": "12.0",
@@ -371,8 +366,7 @@ export type RecorderManagerStartOptions = {
371
366
  * "android": {
372
367
  * "osVer": "5.0",
373
368
  * "uniVer": "x",
374
- * "unixVer": "4.61",
375
- * "unixUtsPlugin": "4.61"
369
+ * "unixVer": "4.61"
376
370
  * },
377
371
  * "ios": {
378
372
  * "osVer": "12.0",
@@ -442,8 +436,7 @@ export type RecorderManagerStartOptions = {
442
436
  * "android": {
443
437
  * "osVer": "5.0",
444
438
  * "uniVer": "x",
445
- * "unixVer": "4.61",
446
- * "unixUtsPlugin": "4.61"
439
+ * "unixVer": "4.61"
447
440
  * },
448
441
  * "ios": {
449
442
  * "osVer": "12.0",
@@ -513,8 +506,7 @@ export type RecorderManagerStartOptions = {
513
506
  * "android": {
514
507
  * "osVer": "5.0",
515
508
  * "uniVer": "x",
516
- * "unixVer": "4.61",
517
- * "unixUtsPlugin": "4.61"
509
+ * "unixVer": "4.61"
518
510
  * },
519
511
  * "ios": {
520
512
  * "osVer": "12.0",
@@ -584,8 +576,7 @@ export type RecorderManagerStartOptions = {
584
576
  * "android": {
585
577
  * "osVer": "5.0",
586
578
  * "uniVer": "x",
587
- * "unixVer": "4.61",
588
- * "unixUtsPlugin": "4.61"
579
+ * "unixVer": "4.61"
589
580
  * },
590
581
  * "ios": {
591
582
  * "osVer": "12.0",
@@ -655,8 +646,7 @@ export type RecorderManagerStartOptions = {
655
646
  * "android": {
656
647
  * "osVer": "5.0",
657
648
  * "uniVer": "x",
658
- * "unixVer": "4.61",
659
- * "unixUtsPlugin": "4.61"
649
+ * "unixVer": "4.61"
660
650
  * },
661
651
  * "ios": {
662
652
  * "osVer": "12.0",
@@ -726,8 +716,7 @@ export type RecorderManagerStartOptions = {
726
716
  * "android": {
727
717
  * "osVer": "5.0",
728
718
  * "uniVer": "x",
729
- * "unixVer": "x",
730
- * "unixUtsPlugin": "x"
719
+ * "unixVer": "x"
731
720
  * },
732
721
  * "ios": {
733
722
  * "osVer": "12.0",
@@ -797,8 +786,7 @@ export type RecorderManagerStartOptions = {
797
786
  * "android": {
798
787
  * "osVer": "5.0",
799
788
  * "uniVer": "x",
800
- * "unixVer": "x",
801
- * "unixUtsPlugin": "x"
789
+ * "unixVer": "x"
802
790
  * },
803
791
  * "ios": {
804
792
  * "osVer": "12.0",
@@ -871,8 +859,7 @@ export interface RecorderManagerOnStopResult {
871
859
  * "android": {
872
860
  * "osVer": "5.0",
873
861
  * "uniVer": "x",
874
- * "unixVer": "4.61",
875
- * "unixUtsPlugin": "4.61"
862
+ * "unixVer": "4.61"
876
863
  * },
877
864
  * "ios": {
878
865
  * "osVer": "12.0",
@@ -948,8 +935,7 @@ export interface RecorderManager {
948
935
  * "android": {
949
936
  * "osVer": "5.0",
950
937
  * "uniVer": "√",
951
- * "unixVer": "4.61",
952
- * "unixUtsPlugin": "4.61"
938
+ * "unixVer": "4.61"
953
939
  * },
954
940
  * "ios": {
955
941
  * "osVer": "12.0",
@@ -1022,8 +1008,7 @@ export interface RecorderManager {
1022
1008
  * "android": {
1023
1009
  * "osVer": "7.0",
1024
1010
  * "uniVer": "x",
1025
- * "unixVer": "4.61",
1026
- * "unixUtsPlugin": "4.61"
1011
+ * "unixVer": "4.61"
1027
1012
  * },
1028
1013
  * "ios": {
1029
1014
  * "osVer": "12.0",
@@ -1096,8 +1081,7 @@ export interface RecorderManager {
1096
1081
  * "android": {
1097
1082
  * "osVer": "7.0",
1098
1083
  * "uniVer": "x",
1099
- * "unixVer": "4.61",
1100
- * "unixUtsPlugin": "4.61"
1084
+ * "unixVer": "4.61"
1101
1085
  * },
1102
1086
  * "ios": {
1103
1087
  * "osVer": "12.0",
@@ -1170,8 +1154,7 @@ export interface RecorderManager {
1170
1154
  * "android": {
1171
1155
  * "osVer": "5.0",
1172
1156
  * "uniVer": "√",
1173
- * "unixVer": "4.61",
1174
- * "unixUtsPlugin": "4.61"
1157
+ * "unixVer": "4.61"
1175
1158
  * },
1176
1159
  * "ios": {
1177
1160
  * "osVer": "12.0",
@@ -1244,8 +1227,7 @@ export interface RecorderManager {
1244
1227
  * "android": {
1245
1228
  * "osVer": "5.0",
1246
1229
  * "uniVer": "√",
1247
- * "unixVer": "4.61",
1248
- * "unixUtsPlugin": "4.61"
1230
+ * "unixVer": "4.61"
1249
1231
  * },
1250
1232
  * "ios": {
1251
1233
  * "osVer": "12.0",
@@ -1318,8 +1300,7 @@ export interface RecorderManager {
1318
1300
  * "android": {
1319
1301
  * "osVer": "7.0",
1320
1302
  * "uniVer": "x",
1321
- * "unixVer": "4.61",
1322
- * "unixUtsPlugin": "4.61"
1303
+ * "unixVer": "4.61"
1323
1304
  * },
1324
1305
  * "ios": {
1325
1306
  * "osVer": "12.0",
@@ -1392,8 +1373,7 @@ export interface RecorderManager {
1392
1373
  * "android": {
1393
1374
  * "osVer": "5.0",
1394
1375
  * "uniVer": "√",
1395
- * "unixVer": "4.61",
1396
- * "unixUtsPlugin": "4.61"
1376
+ * "unixVer": "4.61"
1397
1377
  * },
1398
1378
  * "ios": {
1399
1379
  * "osVer": "12.0",
@@ -1466,8 +1446,7 @@ export interface RecorderManager {
1466
1446
  * "android": {
1467
1447
  * "osVer": "5.0",
1468
1448
  * "uniVer": "x",
1469
- * "unixVer": "x",
1470
- * "unixUtsPlugin": "x"
1449
+ * "unixVer": "x"
1471
1450
  * },
1472
1451
  * "ios": {
1473
1452
  * "osVer": "12.0",
@@ -1540,8 +1519,7 @@ export interface RecorderManager {
1540
1519
  * "android": {
1541
1520
  * "osVer": "5.0",
1542
1521
  * "uniVer": "√",
1543
- * "unixVer": "4.61",
1544
- * "unixUtsPlugin": "4.61"
1522
+ * "unixVer": "4.61"
1545
1523
  * },
1546
1524
  * "ios": {
1547
1525
  * "osVer": "12.0",
@@ -1614,8 +1592,7 @@ export interface RecorderManager {
1614
1592
  * "android": {
1615
1593
  * "osVer": "7.0",
1616
1594
  * "uniVer": "x",
1617
- * "unixVer": "4.61",
1618
- * "unixUtsPlugin": "4.61"
1595
+ * "unixVer": "4.61"
1619
1596
  * },
1620
1597
  * "ios": {
1621
1598
  * "osVer": "12.0",
@@ -1688,8 +1665,7 @@ export interface RecorderManager {
1688
1665
  * "android": {
1689
1666
  * "osVer": "5.0",
1690
1667
  * "uniVer": "x",
1691
- * "unixVer": "4.61",
1692
- * "unixUtsPlugin": "4.61"
1668
+ * "unixVer": "4.61"
1693
1669
  * },
1694
1670
  * "ios": {
1695
1671
  * "osVer": "12.0",
@@ -1762,8 +1738,7 @@ export interface RecorderManager {
1762
1738
  * "android": {
1763
1739
  * "osVer": "5.0",
1764
1740
  * "uniVer": "x",
1765
- * "unixVer": "4.61",
1766
- * "unixUtsPlugin": "4.61"
1741
+ * "unixVer": "4.61"
1767
1742
  * },
1768
1743
  * "ios": {
1769
1744
  * "osVer": "12.0",
@@ -1840,8 +1815,7 @@ export type RecorderManagerErrorCode =
1840
1815
  * "android": {
1841
1816
  * "osVer": "5.0",
1842
1817
  * "uniVer": "x",
1843
- * "unixVer": "4.61",
1844
- * "unixUtsPlugin": "4.61"
1818
+ * "unixVer": "4.61"
1845
1819
  * },
1846
1820
  * "ios": {
1847
1821
  * "osVer": "12.0",
@@ -1911,8 +1885,7 @@ export type RecorderManagerErrorCode =
1911
1885
  * "android": {
1912
1886
  * "osVer": "5.0",
1913
1887
  * "uniVer": "x",
1914
- * "unixVer": "4.61",
1915
- * "unixUtsPlugin": "4.61"
1888
+ * "unixVer": "4.61"
1916
1889
  * },
1917
1890
  * "ios": {
1918
1891
  * "osVer": "12.0",
@@ -1982,8 +1955,7 @@ export type RecorderManagerErrorCode =
1982
1955
  * "android": {
1983
1956
  * "osVer": "5.0",
1984
1957
  * "uniVer": "x",
1985
- * "unixVer": "4.61",
1986
- * "unixUtsPlugin": "4.61"
1958
+ * "unixVer": "4.61"
1987
1959
  * },
1988
1960
  * "ios": {
1989
1961
  * "osVer": "12.0",
@@ -2053,8 +2025,7 @@ export type RecorderManagerErrorCode =
2053
2025
  * "android": {
2054
2026
  * "osVer": "5.0",
2055
2027
  * "uniVer": "x",
2056
- * "unixVer": "4.61",
2057
- * "unixUtsPlugin": "4.61"
2028
+ * "unixVer": "4.61"
2058
2029
  * },
2059
2030
  * "ios": {
2060
2031
  * "osVer": "12.0",
@@ -2124,8 +2095,7 @@ export type RecorderManagerErrorCode =
2124
2095
  * "android": {
2125
2096
  * "osVer": "5.0",
2126
2097
  * "uniVer": "x",
2127
- * "unixVer": "4.61",
2128
- * "unixUtsPlugin": "4.61"
2098
+ * "unixVer": "4.61"
2129
2099
  * },
2130
2100
  * "ios": {
2131
2101
  * "osVer": "12.0",
@@ -2195,8 +2165,7 @@ export type RecorderManagerErrorCode =
2195
2165
  * "android": {
2196
2166
  * "osVer": "5.0",
2197
2167
  * "uniVer": "x",
2198
- * "unixVer": "4.61",
2199
- * "unixUtsPlugin": "4.61"
2168
+ * "unixVer": "4.61"
2200
2169
  * },
2201
2170
  * "ios": {
2202
2171
  * "osVer": "12.0",
@@ -2266,8 +2235,7 @@ export type RecorderManagerErrorCode =
2266
2235
  * "android": {
2267
2236
  * "osVer": "5.0",
2268
2237
  * "uniVer": "x",
2269
- * "unixVer": "4.61",
2270
- * "unixUtsPlugin": "4.61"
2238
+ * "unixVer": "4.61"
2271
2239
  * },
2272
2240
  * "ios": {
2273
2241
  * "osVer": "12.0",