@ray-js/api 1.7.81 → 1.7.82
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.
- package/@types/AIKit.d.ts +2296 -1291
- package/@types/AIStreamKit.d.ts +687 -444
- package/@types/AVideoKit.d.ts +148 -62
- package/@types/BaseKit.d.ts +3881 -333
- package/@types/BizKit.d.ts +2450 -325
- package/@types/CategoryCommonBizKit.d.ts +17 -17
- package/@types/DeviceKit.d.ts +2334 -331
- package/@types/HealthKit.d.ts +479 -299
- package/@types/HomeKit.d.ts +2026 -1093
- package/@types/IPCKit.d.ts +1838 -103
- package/@types/LightKit.d.ts +38 -2
- package/@types/MapKit.d.ts +780 -600
- package/@types/MediaKit.d.ts +34 -28
- package/@types/MediaPlayerKit.d.ts +28 -4
- package/@types/MiniKit.d.ts +1320 -230
- package/@types/OutdoorKit.d.ts +1966 -64
- package/@types/P2PKit.d.ts +461 -150
- package/@types/PayKit.d.ts +79 -10
- package/@types/PlayNetKit.d.ts +1542 -158
- package/@types/ThirdAuthKit.d.ts +252 -28
- package/@types/ThirdPartyDeviceKit.d.ts +2 -2
- package/@types/WearKit.d.ts +1706 -661
- package/LICENSE.md +9 -0
- package/lib/WearKit-3.1.0.d.ts +426 -0
- package/lib/WearKit-3.1.0.js +599 -0
- package/lib/all-kits.d.ts +1 -1
- package/lib/all-kits.js +1 -1
- package/package.json +5 -5
- package/lib/WearKit-1.1.6.d.ts +0 -126
- package/lib/WearKit-1.1.6.js +0 -180
|
@@ -69,7 +69,7 @@ declare namespace ty.categorycommonbiz {
|
|
|
69
69
|
/** 接口调用结束的回调函数(调用成功、失败都会执行) */
|
|
70
70
|
complete?: () => void
|
|
71
71
|
/** 接口调用成功的回调函数 */
|
|
72
|
-
success?: (
|
|
72
|
+
success?: () => void
|
|
73
73
|
/** 接口调用失败的回调函数 */
|
|
74
74
|
fail?: (params: {
|
|
75
75
|
/** 错误信息 */
|
|
@@ -151,7 +151,7 @@ declare namespace ty.categorycommonbiz {
|
|
|
151
151
|
/** 接口调用结束的回调函数(调用成功、失败都会执行) */
|
|
152
152
|
complete?: () => void
|
|
153
153
|
/** 接口调用成功的回调函数 */
|
|
154
|
-
success?: (
|
|
154
|
+
success?: () => void
|
|
155
155
|
/** 接口调用失败的回调函数 */
|
|
156
156
|
fail?: (params: {
|
|
157
157
|
/** 错误信息 */
|
|
@@ -233,7 +233,7 @@ declare namespace ty.categorycommonbiz {
|
|
|
233
233
|
/** 接口调用结束的回调函数(调用成功、失败都会执行) */
|
|
234
234
|
complete?: () => void
|
|
235
235
|
/** 接口调用成功的回调函数 */
|
|
236
|
-
success?: (
|
|
236
|
+
success?: () => void
|
|
237
237
|
/** 接口调用失败的回调函数 */
|
|
238
238
|
fail?: (params: {
|
|
239
239
|
/** 错误信息 */
|
|
@@ -315,7 +315,7 @@ declare namespace ty.categorycommonbiz {
|
|
|
315
315
|
/** 接口调用结束的回调函数(调用成功、失败都会执行) */
|
|
316
316
|
complete?: () => void
|
|
317
317
|
/** 接口调用成功的回调函数 */
|
|
318
|
-
success?: (
|
|
318
|
+
success?: () => void
|
|
319
319
|
/** 接口调用失败的回调函数 */
|
|
320
320
|
fail?: (params: {
|
|
321
321
|
/** 错误信息 */
|
|
@@ -397,7 +397,7 @@ declare namespace ty.categorycommonbiz {
|
|
|
397
397
|
/** 接口调用结束的回调函数(调用成功、失败都会执行) */
|
|
398
398
|
complete?: () => void
|
|
399
399
|
/** 接口调用成功的回调函数 */
|
|
400
|
-
success?: (
|
|
400
|
+
success?: () => void
|
|
401
401
|
/** 接口调用失败的回调函数 */
|
|
402
402
|
fail?: (params: {
|
|
403
403
|
/** 错误信息 */
|
|
@@ -479,7 +479,7 @@ declare namespace ty.categorycommonbiz {
|
|
|
479
479
|
/** 接口调用结束的回调函数(调用成功、失败都会执行) */
|
|
480
480
|
complete?: () => void
|
|
481
481
|
/** 接口调用成功的回调函数 */
|
|
482
|
-
success?: (
|
|
482
|
+
success?: () => void
|
|
483
483
|
/** 接口调用失败的回调函数 */
|
|
484
484
|
fail?: (params: {
|
|
485
485
|
/** 错误信息 */
|
|
@@ -561,7 +561,7 @@ declare namespace ty.categorycommonbiz {
|
|
|
561
561
|
/** 接口调用结束的回调函数(调用成功、失败都会执行) */
|
|
562
562
|
complete?: () => void
|
|
563
563
|
/** 接口调用成功的回调函数 */
|
|
564
|
-
success?: (
|
|
564
|
+
success?: () => void
|
|
565
565
|
/** 接口调用失败的回调函数 */
|
|
566
566
|
fail?: (params: {
|
|
567
567
|
/** 错误信息 */
|
|
@@ -643,7 +643,7 @@ declare namespace ty.categorycommonbiz {
|
|
|
643
643
|
/** 接口调用结束的回调函数(调用成功、失败都会执行) */
|
|
644
644
|
complete?: () => void
|
|
645
645
|
/** 接口调用成功的回调函数 */
|
|
646
|
-
success?: (
|
|
646
|
+
success?: () => void
|
|
647
647
|
/** 接口调用失败的回调函数 */
|
|
648
648
|
fail?: (params: {
|
|
649
649
|
/** 错误信息 */
|
|
@@ -725,7 +725,7 @@ declare namespace ty.categorycommonbiz {
|
|
|
725
725
|
/** 接口调用结束的回调函数(调用成功、失败都会执行) */
|
|
726
726
|
complete?: () => void
|
|
727
727
|
/** 接口调用成功的回调函数 */
|
|
728
|
-
success?: (
|
|
728
|
+
success?: () => void
|
|
729
729
|
/** 接口调用失败的回调函数 */
|
|
730
730
|
fail?: (params: {
|
|
731
731
|
/** 错误信息 */
|
|
@@ -807,7 +807,7 @@ declare namespace ty.categorycommonbiz {
|
|
|
807
807
|
/** 接口调用结束的回调函数(调用成功、失败都会执行) */
|
|
808
808
|
complete?: () => void
|
|
809
809
|
/** 接口调用成功的回调函数 */
|
|
810
|
-
success?: (
|
|
810
|
+
success?: () => void
|
|
811
811
|
/** 接口调用失败的回调函数 */
|
|
812
812
|
fail?: (params: {
|
|
813
813
|
/** 错误信息 */
|
|
@@ -889,7 +889,7 @@ declare namespace ty.categorycommonbiz {
|
|
|
889
889
|
/** 接口调用结束的回调函数(调用成功、失败都会执行) */
|
|
890
890
|
complete?: () => void
|
|
891
891
|
/** 接口调用成功的回调函数 */
|
|
892
|
-
success?: (
|
|
892
|
+
success?: () => void
|
|
893
893
|
/** 接口调用失败的回调函数 */
|
|
894
894
|
fail?: (params: {
|
|
895
895
|
/** 错误信息 */
|
|
@@ -971,7 +971,7 @@ declare namespace ty.categorycommonbiz {
|
|
|
971
971
|
/** 接口调用结束的回调函数(调用成功、失败都会执行) */
|
|
972
972
|
complete?: () => void
|
|
973
973
|
/** 接口调用成功的回调函数 */
|
|
974
|
-
success?: (
|
|
974
|
+
success?: () => void
|
|
975
975
|
/** 接口调用失败的回调函数 */
|
|
976
976
|
fail?: (params: {
|
|
977
977
|
/** 错误信息 */
|
|
@@ -1053,7 +1053,7 @@ declare namespace ty.categorycommonbiz {
|
|
|
1053
1053
|
/** 接口调用结束的回调函数(调用成功、失败都会执行) */
|
|
1054
1054
|
complete?: () => void
|
|
1055
1055
|
/** 接口调用成功的回调函数 */
|
|
1056
|
-
success?: (
|
|
1056
|
+
success?: () => void
|
|
1057
1057
|
/** 接口调用失败的回调函数 */
|
|
1058
1058
|
fail?: (params: {
|
|
1059
1059
|
/** 错误信息 */
|
|
@@ -1135,7 +1135,7 @@ declare namespace ty.categorycommonbiz {
|
|
|
1135
1135
|
/** 接口调用结束的回调函数(调用成功、失败都会执行) */
|
|
1136
1136
|
complete?: () => void
|
|
1137
1137
|
/** 接口调用成功的回调函数 */
|
|
1138
|
-
success?: (
|
|
1138
|
+
success?: () => void
|
|
1139
1139
|
/** 接口调用失败的回调函数 */
|
|
1140
1140
|
fail?: (params: {
|
|
1141
1141
|
/** 错误信息 */
|
|
@@ -1217,7 +1217,7 @@ declare namespace ty.categorycommonbiz {
|
|
|
1217
1217
|
/** 接口调用结束的回调函数(调用成功、失败都会执行) */
|
|
1218
1218
|
complete?: () => void
|
|
1219
1219
|
/** 接口调用成功的回调函数 */
|
|
1220
|
-
success?: (
|
|
1220
|
+
success?: () => void
|
|
1221
1221
|
/** 接口调用失败的回调函数 */
|
|
1222
1222
|
fail?: (params: {
|
|
1223
1223
|
/** 错误信息 */
|
|
@@ -1299,7 +1299,7 @@ declare namespace ty.categorycommonbiz {
|
|
|
1299
1299
|
/** 接口调用结束的回调函数(调用成功、失败都会执行) */
|
|
1300
1300
|
complete?: () => void
|
|
1301
1301
|
/** 接口调用成功的回调函数 */
|
|
1302
|
-
success?: (
|
|
1302
|
+
success?: () => void
|
|
1303
1303
|
/** 接口调用失败的回调函数 */
|
|
1304
1304
|
fail?: (params: {
|
|
1305
1305
|
/** 错误信息 */
|
|
@@ -1381,7 +1381,7 @@ declare namespace ty.categorycommonbiz {
|
|
|
1381
1381
|
/** 接口调用结束的回调函数(调用成功、失败都会执行) */
|
|
1382
1382
|
complete?: () => void
|
|
1383
1383
|
/** 接口调用成功的回调函数 */
|
|
1384
|
-
success?: (
|
|
1384
|
+
success?: () => void
|
|
1385
1385
|
/** 接口调用失败的回调函数 */
|
|
1386
1386
|
fail?: (params: {
|
|
1387
1387
|
/** 错误信息 */
|