@ray-js/api 1.7.70 → 1.7.71

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 (154) hide show
  1. package/@types/AIKit.d.ts +5509 -610
  2. package/@types/AIStreamKit.d.ts +2641 -0
  3. package/@types/AVideoKit.d.ts +1827 -0
  4. package/@types/BaseKit.d.ts +8682 -1893
  5. package/@types/BizKit.d.ts +6639 -1038
  6. package/@types/CategoryCommonBizKit.d.ts +1459 -0
  7. package/@types/CommunityKit.d.ts +154 -0
  8. package/@types/DeviceKit.d.ts +18475 -5662
  9. package/@types/GroupCITestKit.d.ts +651 -0
  10. package/@types/HealthKit.d.ts +2290 -357
  11. package/@types/HomeKit.d.ts +4068 -182
  12. package/@types/IPCKit.d.ts +4327 -1227
  13. package/@types/LightKit.d.ts +125 -0
  14. package/@types/MapKit.d.ts +1560 -204
  15. package/@types/MediaKit.d.ts +136 -16
  16. package/@types/MediaPlayerKit.d.ts +47 -0
  17. package/@types/MiniKit.d.ts +2976 -628
  18. package/@types/OutdoorKit.d.ts +1337 -24
  19. package/@types/P2PKit.d.ts +622 -103
  20. package/@types/PayKit.d.ts +115 -0
  21. package/@types/PlayNetKit.d.ts +3454 -1309
  22. package/@types/SweeperKit.d.ts +154 -0
  23. package/@types/ThirdAuthKit.d.ts +324 -0
  24. package/@types/ThirdPartyDeviceKit.d.ts +410 -0
  25. package/@types/WearKit.d.ts +10177 -375
  26. package/@types/gateway.d.ts +349 -61
  27. package/@types/health.d.ts +486 -304
  28. package/lib/AIKit-1.6.0.d.ts +265 -41
  29. package/lib/AIKit-1.6.0.js +374 -120
  30. package/lib/BaseKit-3.17.7.d.ts +704 -0
  31. package/lib/BaseKit-3.17.7.js +720 -1
  32. package/lib/BizKit-4.10.4.d.ts +336 -0
  33. package/lib/BizKit-4.10.4.js +342 -5
  34. package/lib/DeviceKit-4.13.1.d.ts +996 -0
  35. package/lib/DeviceKit-4.13.1.js +1247 -249
  36. package/lib/HealthKit-6.5.0.d.ts +210 -44
  37. package/lib/HealthKit-6.5.0.js +295 -128
  38. package/lib/HomeKit-3.1.4.d.ts +20 -6
  39. package/lib/HomeKit-3.1.4.js +29 -14
  40. package/lib/IPCKit-6.4.5.d.ts +375 -77
  41. package/lib/IPCKit-6.4.5.js +525 -228
  42. package/lib/MapKit-3.4.13.d.ts +70 -16
  43. package/lib/MapKit-3.4.13.js +98 -47
  44. package/lib/MediaKit-3.4.1.d.ts +5 -3
  45. package/lib/MediaKit-3.4.1.js +7 -6
  46. package/lib/MiniKit-3.14.1.d.ts +300 -0
  47. package/lib/MiniKit-3.14.1.js +302 -0
  48. package/lib/OutdoorKit-1.0.4.d.ts +55 -13
  49. package/lib/OutdoorKit-1.0.4.js +78 -35
  50. package/lib/P2PKit-2.0.3.d.ts +125 -27
  51. package/lib/P2PKit-2.0.3.js +175 -78
  52. package/lib/PlayNetKit-1.3.30.d.ts +290 -60
  53. package/lib/PlayNetKit-1.3.30.js +407 -176
  54. package/lib/WearKit-1.1.6.d.ts +125 -27
  55. package/lib/WearKit-1.1.6.js +176 -77
  56. package/lib/all-kits.d.ts +10 -10
  57. package/lib/all-kits.js +10 -10
  58. package/lib/cloud/core.d.ts +31 -1
  59. package/lib/cloud/core.js +31 -1
  60. package/lib/cloud/device.d.ts +155 -24
  61. package/lib/cloud/device.js +153 -22
  62. package/lib/cloud/gateway.d.ts +254 -0
  63. package/lib/cloud/gateway.js +269 -9
  64. package/lib/cloud/health.d.ts +1 -0
  65. package/lib/cloud/health.js +121 -0
  66. package/lib/cloud/interface.d.ts +222 -44
  67. package/lib/cloud/interface.js +15 -2
  68. package/lib/cloud/laser-clean/deleteCleaningRecord/index.d.ts +27 -0
  69. package/lib/cloud/laser-clean/deleteCleaningRecord/index.js +28 -0
  70. package/lib/cloud/laser-clean/deleteCleaningRecord/type.d.ts +7 -0
  71. package/lib/cloud/laser-clean/deleteCleaningRecord/type.js +1 -0
  72. package/lib/cloud/laser-clean/deleteGyroCleanRecord/index.d.ts +27 -0
  73. package/lib/cloud/laser-clean/deleteGyroCleanRecord/index.js +28 -0
  74. package/lib/cloud/laser-clean/deleteGyroCleanRecord/type.d.ts +7 -0
  75. package/lib/cloud/laser-clean/deleteGyroCleanRecord/type.js +1 -0
  76. package/lib/cloud/laser-clean/deleteMultipleMapFiles/index.d.ts +27 -0
  77. package/lib/cloud/laser-clean/deleteMultipleMapFiles/index.js +28 -0
  78. package/lib/cloud/laser-clean/deleteMultipleMapFiles/type.d.ts +7 -0
  79. package/lib/cloud/laser-clean/deleteMultipleMapFiles/type.js +1 -0
  80. package/lib/cloud/laser-clean/getCleaningRecords/index.d.ts +30 -0
  81. package/lib/cloud/laser-clean/getCleaningRecords/index.js +31 -0
  82. package/lib/cloud/laser-clean/getCleaningRecords/type.d.ts +39 -0
  83. package/lib/cloud/laser-clean/getCleaningRecords/type.js +1 -0
  84. package/lib/cloud/laser-clean/getGyroCleanRecordDetail/index.d.ts +29 -0
  85. package/lib/cloud/laser-clean/getGyroCleanRecordDetail/index.js +30 -0
  86. package/lib/cloud/laser-clean/getGyroCleanRecordDetail/type.d.ts +30 -0
  87. package/lib/cloud/laser-clean/getGyroCleanRecordDetail/type.js +1 -0
  88. package/lib/cloud/laser-clean/getGyroCleanRecords/index.d.ts +29 -0
  89. package/lib/cloud/laser-clean/getGyroCleanRecords/index.js +30 -0
  90. package/lib/cloud/laser-clean/getGyroCleanRecords/type.d.ts +35 -0
  91. package/lib/cloud/laser-clean/getGyroCleanRecords/type.js +1 -0
  92. package/lib/cloud/laser-clean/getGyroLatestCleanMap/index.d.ts +28 -0
  93. package/lib/cloud/laser-clean/getGyroLatestCleanMap/index.js +29 -0
  94. package/lib/cloud/laser-clean/getGyroLatestCleanMap/type.d.ts +28 -0
  95. package/lib/cloud/laser-clean/getGyroLatestCleanMap/type.js +1 -0
  96. package/lib/cloud/laser-clean/getMultipleMapFiles/index.d.ts +24 -0
  97. package/lib/cloud/laser-clean/getMultipleMapFiles/index.js +25 -0
  98. package/lib/cloud/laser-clean/getMultipleMapFiles/type.d.ts +29 -0
  99. package/lib/cloud/laser-clean/getMultipleMapFiles/type.js +1 -0
  100. package/lib/cloud/laser-clean/getSweeperStorageConfig/index.d.ts +24 -0
  101. package/lib/cloud/laser-clean/getSweeperStorageConfig/index.js +25 -0
  102. package/lib/cloud/laser-clean/getSweeperStorageConfig/type.d.ts +26 -0
  103. package/lib/cloud/laser-clean/getSweeperStorageConfig/type.js +1 -0
  104. package/lib/cloud/laser-clean/getVoiceList/index.d.ts +28 -0
  105. package/lib/cloud/laser-clean/getVoiceList/index.js +29 -0
  106. package/lib/cloud/laser-clean/getVoiceList/type.d.ts +48 -0
  107. package/lib/cloud/laser-clean/getVoiceList/type.js +1 -0
  108. package/lib/cloud/laser-clean/index.d.ts +1 -1
  109. package/lib/cloud/laser-clean/index.js +1 -1
  110. package/lib/cloud/laser-clean/map.d.ts +5 -7
  111. package/lib/cloud/laser-clean/map.js +5 -9
  112. package/lib/cloud/laser-clean/record.d.ts +5 -6
  113. package/lib/cloud/laser-clean/record.js +5 -7
  114. package/lib/cloud/laser-clean/renameHistoryMap/index.d.ts +28 -0
  115. package/lib/cloud/laser-clean/renameHistoryMap/index.js +29 -0
  116. package/lib/cloud/laser-clean/renameHistoryMap/type.d.ts +9 -0
  117. package/lib/cloud/laser-clean/renameHistoryMap/type.js +1 -0
  118. package/lib/cloud/laser-clean/voice.d.ts +1 -3
  119. package/lib/cloud/laser-clean/voice.js +1 -4
  120. package/lib/cloud/linkage.d.ts +271 -53
  121. package/lib/cloud/linkage.js +256 -51
  122. package/lib/cloud/remoteGroup.d.ts +37 -0
  123. package/lib/cloud/remoteGroup.js +37 -0
  124. package/lib/cloud/timer.d.ts +104 -26
  125. package/lib/cloud/timer.js +104 -26
  126. package/lib/getApp/index.thing.d.ts +47 -1
  127. package/lib/getApp/index.thing.js +40 -2
  128. package/lib/getBoundingClientRect/index.thing.d.ts +101 -1
  129. package/lib/getBoundingClientRect/index.thing.js +59 -0
  130. package/lib/getCurrentPages/index.thing.d.ts +40 -15
  131. package/lib/getCurrentPages/index.thing.js +36 -15
  132. package/lib/getCustomConfig/index.d.ts +5 -2
  133. package/lib/getCustomConfig/index.thing.d.ts +68 -2
  134. package/lib/getCustomConfig/index.thing.js +62 -0
  135. package/lib/getCustomConfig/index.wechat.d.ts +5 -2
  136. package/lib/getCustomConfig/type.d.ts +26 -15
  137. package/lib/getElementById/index.thing.d.ts +42 -1
  138. package/lib/getElementById/index.thing.js +40 -0
  139. package/lib/index.d.ts +3 -0
  140. package/lib/index.js +4 -2
  141. package/lib/nativeRouters/common.d.ts +8 -0
  142. package/lib/nativeRouters/device.d.ts +137 -5
  143. package/lib/nativeRouters/device.js +138 -6
  144. package/lib/nativeRouters/gw.d.ts +58 -8
  145. package/lib/nativeRouters/gw.js +57 -8
  146. package/lib/nativeRouters/outdoors.d.ts +16 -3
  147. package/lib/nativeRouters/outdoors.js +16 -3
  148. package/lib/nativeRouters/remoteGroup.d.ts +23 -0
  149. package/lib/nativeRouters/remoteGroup.js +23 -0
  150. package/lib/nativeRouters/root.d.ts +19 -0
  151. package/lib/nativeRouters/root.js +17 -0
  152. package/lib/openGroupCreate/index.d.ts +45 -0
  153. package/lib/openGroupCreate/index.js +32 -0
  154. package/package.json +5 -5
@@ -1,7 +1,21 @@
1
1
  /// <reference path="../@types/HomeKit.d.ts" />
2
- export declare const home: {
3
- getCurrentHomeInfo: typeof ty.home.getCurrentHomeInfo;
4
- getDeviceIdList: typeof ty.home.getDeviceIdList;
5
- getRoomList: typeof ty.home.getRoomList;
6
- getDeviceRoomInfo: typeof ty.home.getDeviceRoomInfo;
7
- };
2
+ /**
3
+ * @public
4
+ * @since @ray-js/ray 1.2.10
5
+ */
6
+ export declare const getCurrentHomeInfo: typeof ty.home.getCurrentHomeInfo;
7
+ /**
8
+ * @public
9
+ * @since @ray-js/ray 1.2.10
10
+ */
11
+ export declare const getDeviceIdList: typeof ty.home.getDeviceIdList;
12
+ /**
13
+ * @public
14
+ * @since @ray-js/ray 1.2.10
15
+ */
16
+ export declare const getRoomList: typeof ty.home.getRoomList;
17
+ /**
18
+ * @public
19
+ * @since @ray-js/ray 1.2.10
20
+ */
21
+ export declare const getDeviceRoomInfo: typeof ty.home.getDeviceRoomInfo;
@@ -2,17 +2,32 @@
2
2
 
3
3
  import { createFactory } from './utils';
4
4
  const factory = createFactory('HomeKit');
5
- export const home = {
6
- getCurrentHomeInfo: factory('getCurrentHomeInfo', {
7
- "namespace": "home"
8
- }),
9
- getDeviceIdList: factory('getDeviceIdList', {
10
- "namespace": "home"
11
- }),
12
- getRoomList: factory('getRoomList', {
13
- "namespace": "home"
14
- }),
15
- getDeviceRoomInfo: factory('getDeviceRoomInfo', {
16
- "namespace": "home"
17
- })
18
- };
5
+
6
+ /**
7
+ * @public
8
+ * @since @ray-js/ray 1.2.10
9
+ */
10
+ export const getCurrentHomeInfo = factory('getCurrentHomeInfo', {
11
+ namespace: 'home'
12
+ });
13
+ /**
14
+ * @public
15
+ * @since @ray-js/ray 1.2.10
16
+ */
17
+ export const getDeviceIdList = factory('getDeviceIdList', {
18
+ namespace: 'home'
19
+ });
20
+ /**
21
+ * @public
22
+ * @since @ray-js/ray 1.2.10
23
+ */
24
+ export const getRoomList = factory('getRoomList', {
25
+ namespace: 'home'
26
+ });
27
+ /**
28
+ * @public
29
+ * @since @ray-js/ray 1.2.10
30
+ */
31
+ export const getDeviceRoomInfo = factory('getDeviceRoomInfo', {
32
+ namespace: 'home'
33
+ });
@@ -1,78 +1,376 @@
1
1
  /// <reference path="../@types/IPCKit.d.ts" />
2
- export declare const ipc: {
3
- acceptDoorbellCall: typeof ty.ipc.acceptDoorbellCall;
4
- cancelDownloadCloudPlayBack: typeof ty.ipc.cancelDownloadCloudPlayBack;
5
- cancelDownloadMessageVideo: typeof ty.ipc.cancelDownloadMessageVideo;
6
- cancelIdentifyingBirds: typeof ty.ipc.cancelIdentifyingBirds;
7
- connect: typeof ty.ipc.connect;
8
- couldChangeTalkbackMode: typeof ty.ipc.couldChangeTalkbackMode;
9
- createMediaDevice: typeof ty.ipc.createMediaDevice;
10
- deleteImages: typeof ty.ipc.deleteImages;
11
- disConnect: typeof ty.ipc.disConnect;
12
- disableDebugLog: typeof ty.ipc.disableDebugLog;
13
- doorbellCallConfig: typeof ty.ipc.doorbellCallConfig;
14
- downloadCloudPlayBack: typeof ty.ipc.downloadCloudPlayBack;
15
- downloadEncryptionImage: typeof ty.ipc.downloadEncryptionImage;
16
- downloadResourceToPhoneAlbum: typeof ty.ipc.downloadResourceToPhoneAlbum;
17
- enableAudioAEC: typeof ty.ipc.enableAudioAEC;
18
- enableAudioAGC: typeof ty.ipc.enableAudioAGC;
19
- enableAudioNS: typeof ty.ipc.enableAudioNS;
20
- enableDebugLog: typeof ty.ipc.enableDebugLog;
21
- enableVoiceEffect: typeof ty.ipc.enableVoiceEffect;
22
- generateSignedUrl: typeof ty.ipc.generateSignedUrl;
23
- getCurrentSupportedTalkMode: typeof ty.ipc.getCurrentSupportedTalkMode;
24
- getLastAudioEffect: typeof ty.ipc.getLastAudioEffect;
25
- getVideoBitrateKbps: typeof ty.ipc.getVideoBitrateKbps;
26
- gotoCameraSettingsRouter: typeof ty.ipc.gotoCameraSettingsRouter;
27
- hangupDoorbellCall: typeof ty.ipc.hangupDoorbellCall;
28
- ipcTTTOperatorLog: typeof ty.ipc.ipcTTTOperatorLog;
29
- isConnected: typeof ty.ipc.isConnected;
30
- isConnecting: typeof ty.ipc.isConnecting;
31
- isDeviceSupportUploadLog: typeof ty.ipc.isDeviceSupportUploadLog;
32
- isDisConnect: typeof ty.ipc.isDisConnect;
33
- isSupportAICloud: typeof ty.ipc.isSupportAICloud;
34
- isSupportBirdFeeder: typeof ty.ipc.isSupportBirdFeeder;
35
- isSupportFloatWindow: typeof ty.ipc.isSupportFloatWindow;
36
- isSupportFullScreen: typeof ty.ipc.isSupportFullScreen;
37
- isSupportedCustomDefaultAudioConfig: typeof ty.ipc.isSupportedCustomDefaultAudioConfig;
38
- isSupportedTalk: typeof ty.ipc.isSupportedTalk;
39
- obtainCameraConfig: typeof ty.ipc.obtainCameraConfig;
40
- offCloudPlayBackDownloadProgress: typeof ty.ipc.offCloudPlayBackDownloadProgress;
41
- offDebugLogHit: typeof ty.ipc.offDebugLogHit;
42
- offDoorBellCallCancel: typeof ty.ipc.offDoorBellCallCancel;
43
- offDoorBellCallHangUp: typeof ty.ipc.offDoorBellCallHangUp;
44
- offDoorBellCallHangUpByOther: typeof ty.ipc.offDoorBellCallHangUpByOther;
45
- offDownloadMessageVideoFinished: typeof ty.ipc.offDownloadMessageVideoFinished;
46
- offDownloadMessageVideoProgress: typeof ty.ipc.offDownloadMessageVideoProgress;
47
- offIdentifyingBirdViewActionTrigger: typeof ty.ipc.offIdentifyingBirdViewActionTrigger;
48
- offPlayMessageAudioInfo: typeof ty.ipc.offPlayMessageAudioInfo;
49
- offPlayMessageVideoFinish: typeof ty.ipc.offPlayMessageVideoFinish;
50
- offPlayMessageVideoInfo: typeof ty.ipc.offPlayMessageVideoInfo;
51
- onCloudPlayBackDownloadProgress: typeof ty.ipc.onCloudPlayBackDownloadProgress;
52
- onDebugLogHit: typeof ty.ipc.onDebugLogHit;
53
- onDoorBellCallCancel: typeof ty.ipc.onDoorBellCallCancel;
54
- onDoorBellCallHangUp: typeof ty.ipc.onDoorBellCallHangUp;
55
- onDoorBellCallHangUpByOther: typeof ty.ipc.onDoorBellCallHangUpByOther;
56
- onDownloadMessageVideoFinished: typeof ty.ipc.onDownloadMessageVideoFinished;
57
- onDownloadMessageVideoProgress: typeof ty.ipc.onDownloadMessageVideoProgress;
58
- onIdentifyingBirdViewActionTrigger: typeof ty.ipc.onIdentifyingBirdViewActionTrigger;
59
- onPlayMessageAudioInfo: typeof ty.ipc.onPlayMessageAudioInfo;
60
- onPlayMessageVideoFinish: typeof ty.ipc.onPlayMessageVideoFinish;
61
- onPlayMessageVideoInfo: typeof ty.ipc.onPlayMessageVideoInfo;
62
- openFloatWindow: typeof ty.ipc.openFloatWindow;
63
- publishDps: typeof ty.ipc.publishDps;
64
- refuseDoorbellCall: typeof ty.ipc.refuseDoorbellCall;
65
- removeSnapshootFromSandbox: typeof ty.ipc.removeSnapshootFromSandbox;
66
- shareResourceBySystem: typeof ty.ipc.shareResourceBySystem;
67
- showIdentifyingBirdView: typeof ty.ipc.showIdentifyingBirdView;
68
- snapshootToSandbox: typeof ty.ipc.snapshootToSandbox;
69
- startDownloadMessageVideo: typeof ty.ipc.startDownloadMessageVideo;
70
- startIdentifyingBirds: typeof ty.ipc.startIdentifyingBirds;
71
- uploadAIFeatureImage: typeof ty.ipc.uploadAIFeatureImage;
72
- uploadAppLog: typeof ty.ipc.uploadAppLog;
73
- uploadDeviceLog: typeof ty.ipc.uploadDeviceLog;
74
- wakeUpDoorBell: typeof ty.ipc.wakeUpDoorBell;
75
- startDownloadMessageVideoForComposition: typeof ty.ipc.startDownloadMessageVideoForComposition;
76
- destroyMediaDevice: typeof ty.ipc.destroyMediaDevice;
77
- isSupportWonderfulMoment: typeof ty.ipc.isSupportWonderfulMoment;
78
- };
2
+ /**
3
+ * @public
4
+ * @since @ray-js/ray 1.6.31
5
+ */
6
+ export declare const acceptDoorbellCall: typeof ty.ipc.acceptDoorbellCall;
7
+ /**
8
+ * @public
9
+ * @since @ray-js/ray 1.6.31
10
+ */
11
+ export declare const cancelDownloadCloudPlayBack: typeof ty.ipc.cancelDownloadCloudPlayBack;
12
+ /**
13
+ * @public
14
+ * @since @ray-js/ray 1.6.31
15
+ */
16
+ export declare const cancelDownloadMessageVideo: typeof ty.ipc.cancelDownloadMessageVideo;
17
+ /**
18
+ * @public
19
+ * @since @ray-js/ray 1.6.31
20
+ */
21
+ export declare const cancelIdentifyingBirds: typeof ty.ipc.cancelIdentifyingBirds;
22
+ /**
23
+ * @public
24
+ * @since @ray-js/ray 1.6.31
25
+ */
26
+ export declare const connect: typeof ty.ipc.connect;
27
+ /**
28
+ * @public
29
+ * @since @ray-js/ray 1.6.31
30
+ */
31
+ export declare const couldChangeTalkbackMode: typeof ty.ipc.couldChangeTalkbackMode;
32
+ /**
33
+ * @public
34
+ * @since @ray-js/ray 1.6.31
35
+ */
36
+ export declare const createMediaDevice: typeof ty.ipc.createMediaDevice;
37
+ /**
38
+ * @public
39
+ * @since @ray-js/ray 1.6.31
40
+ */
41
+ export declare const deleteImages: typeof ty.ipc.deleteImages;
42
+ /**
43
+ * @public
44
+ * @since @ray-js/ray 1.6.31
45
+ */
46
+ export declare const disConnect: typeof ty.ipc.disConnect;
47
+ /**
48
+ * @public
49
+ * @since @ray-js/ray 1.6.31
50
+ */
51
+ export declare const disableDebugLog: typeof ty.ipc.disableDebugLog;
52
+ /**
53
+ * @public
54
+ * @since @ray-js/ray 1.6.31
55
+ */
56
+ export declare const doorbellCallConfig: typeof ty.ipc.doorbellCallConfig;
57
+ /**
58
+ * @public
59
+ * @since @ray-js/ray 1.6.31
60
+ */
61
+ export declare const downloadCloudPlayBack: typeof ty.ipc.downloadCloudPlayBack;
62
+ /**
63
+ * @public
64
+ * @since @ray-js/ray 1.6.31
65
+ */
66
+ export declare const downloadEncryptionImage: typeof ty.ipc.downloadEncryptionImage;
67
+ /**
68
+ * @public
69
+ * @since @ray-js/ray 1.6.31
70
+ */
71
+ export declare const downloadResourceToPhoneAlbum: typeof ty.ipc.downloadResourceToPhoneAlbum;
72
+ /**
73
+ * @public
74
+ * @since @ray-js/ray 1.6.31
75
+ */
76
+ export declare const enableAudioAEC: typeof ty.ipc.enableAudioAEC;
77
+ /**
78
+ * @public
79
+ * @since @ray-js/ray 1.6.31
80
+ */
81
+ export declare const enableAudioAGC: typeof ty.ipc.enableAudioAGC;
82
+ /**
83
+ * @public
84
+ * @since @ray-js/ray 1.6.31
85
+ */
86
+ export declare const enableAudioNS: typeof ty.ipc.enableAudioNS;
87
+ /**
88
+ * @public
89
+ * @since @ray-js/ray 1.6.31
90
+ */
91
+ export declare const enableDebugLog: typeof ty.ipc.enableDebugLog;
92
+ /**
93
+ * @public
94
+ * @since @ray-js/ray 1.6.31
95
+ */
96
+ export declare const enableVoiceEffect: typeof ty.ipc.enableVoiceEffect;
97
+ /**
98
+ * @public
99
+ * @since @ray-js/ray 1.6.31
100
+ */
101
+ export declare const generateSignedUrl: typeof ty.ipc.generateSignedUrl;
102
+ /**
103
+ * @public
104
+ * @since @ray-js/ray 1.6.31
105
+ */
106
+ export declare const getCurrentSupportedTalkMode: typeof ty.ipc.getCurrentSupportedTalkMode;
107
+ /**
108
+ * @public
109
+ * @since @ray-js/ray 1.6.31
110
+ */
111
+ export declare const getLastAudioEffect: typeof ty.ipc.getLastAudioEffect;
112
+ /**
113
+ * @public
114
+ * @since @ray-js/ray 1.6.31
115
+ */
116
+ export declare const getVideoBitrateKbps: typeof ty.ipc.getVideoBitrateKbps;
117
+ /**
118
+ * @public
119
+ * @since @ray-js/ray 1.6.31
120
+ */
121
+ export declare const gotoCameraSettingsRouter: typeof ty.ipc.gotoCameraSettingsRouter;
122
+ /**
123
+ * @public
124
+ * @since @ray-js/ray 1.6.31
125
+ */
126
+ export declare const hangupDoorbellCall: typeof ty.ipc.hangupDoorbellCall;
127
+ /**
128
+ * @public
129
+ * @since @ray-js/ray 1.6.31
130
+ */
131
+ export declare const ipcTTTOperatorLog: typeof ty.ipc.ipcTTTOperatorLog;
132
+ /**
133
+ * @public
134
+ * @since @ray-js/ray 1.6.31
135
+ */
136
+ export declare const isConnected: typeof ty.ipc.isConnected;
137
+ /**
138
+ * @public
139
+ * @since @ray-js/ray 1.6.31
140
+ */
141
+ export declare const isConnecting: typeof ty.ipc.isConnecting;
142
+ /**
143
+ * @public
144
+ * @since @ray-js/ray 1.6.31
145
+ */
146
+ export declare const isDeviceSupportUploadLog: typeof ty.ipc.isDeviceSupportUploadLog;
147
+ /**
148
+ * @public
149
+ * @since @ray-js/ray 1.6.31
150
+ */
151
+ export declare const isDisConnect: typeof ty.ipc.isDisConnect;
152
+ /**
153
+ * @public
154
+ * @since @ray-js/ray 1.6.31
155
+ */
156
+ export declare const isSupportAICloud: typeof ty.ipc.isSupportAICloud;
157
+ /**
158
+ * @public
159
+ * @since @ray-js/ray 1.6.31
160
+ */
161
+ export declare const isSupportBirdFeeder: typeof ty.ipc.isSupportBirdFeeder;
162
+ /**
163
+ * @public
164
+ * @since @ray-js/ray 1.6.31
165
+ */
166
+ export declare const isSupportFloatWindow: typeof ty.ipc.isSupportFloatWindow;
167
+ /**
168
+ * @public
169
+ * @since @ray-js/ray 1.6.31
170
+ */
171
+ export declare const isSupportFullScreen: typeof ty.ipc.isSupportFullScreen;
172
+ /**
173
+ * @public
174
+ * @since @ray-js/ray 1.6.31
175
+ */
176
+ export declare const isSupportedCustomDefaultAudioConfig: typeof ty.ipc.isSupportedCustomDefaultAudioConfig;
177
+ /**
178
+ * @public
179
+ * @since @ray-js/ray 1.6.31
180
+ */
181
+ export declare const isSupportedTalk: typeof ty.ipc.isSupportedTalk;
182
+ /**
183
+ * @public
184
+ * @since @ray-js/ray 1.6.31
185
+ */
186
+ export declare const obtainCameraConfig: typeof ty.ipc.obtainCameraConfig;
187
+ /**
188
+ * @public
189
+ * @since @ray-js/ray 1.6.31
190
+ */
191
+ export declare const offCloudPlayBackDownloadProgress: typeof ty.ipc.offCloudPlayBackDownloadProgress;
192
+ /**
193
+ * @public
194
+ * @since @ray-js/ray 1.6.31
195
+ */
196
+ export declare const offDebugLogHit: typeof ty.ipc.offDebugLogHit;
197
+ /**
198
+ * @public
199
+ * @since @ray-js/ray 1.6.31
200
+ */
201
+ export declare const offDoorBellCallCancel: typeof ty.ipc.offDoorBellCallCancel;
202
+ /**
203
+ * @public
204
+ * @since @ray-js/ray 1.6.31
205
+ */
206
+ export declare const offDoorBellCallHangUp: typeof ty.ipc.offDoorBellCallHangUp;
207
+ /**
208
+ * @public
209
+ * @since @ray-js/ray 1.6.31
210
+ */
211
+ export declare const offDoorBellCallHangUpByOther: typeof ty.ipc.offDoorBellCallHangUpByOther;
212
+ /**
213
+ * @public
214
+ * @since @ray-js/ray 1.6.31
215
+ */
216
+ export declare const offDownloadMessageVideoFinished: typeof ty.ipc.offDownloadMessageVideoFinished;
217
+ /**
218
+ * @public
219
+ * @since @ray-js/ray 1.6.31
220
+ */
221
+ export declare const offDownloadMessageVideoProgress: typeof ty.ipc.offDownloadMessageVideoProgress;
222
+ /**
223
+ * @public
224
+ * @since @ray-js/ray 1.6.31
225
+ */
226
+ export declare const offIdentifyingBirdViewActionTrigger: typeof ty.ipc.offIdentifyingBirdViewActionTrigger;
227
+ /**
228
+ * @public
229
+ * @since @ray-js/ray 1.6.31
230
+ */
231
+ export declare const offPlayMessageAudioInfo: typeof ty.ipc.offPlayMessageAudioInfo;
232
+ /**
233
+ * @public
234
+ * @since @ray-js/ray 1.6.31
235
+ */
236
+ export declare const offPlayMessageVideoFinish: typeof ty.ipc.offPlayMessageVideoFinish;
237
+ /**
238
+ * @public
239
+ * @since @ray-js/ray 1.6.31
240
+ */
241
+ export declare const offPlayMessageVideoInfo: typeof ty.ipc.offPlayMessageVideoInfo;
242
+ /**
243
+ * @public
244
+ * @since @ray-js/ray 1.6.31
245
+ */
246
+ export declare const onCloudPlayBackDownloadProgress: typeof ty.ipc.onCloudPlayBackDownloadProgress;
247
+ /**
248
+ * @public
249
+ * @since @ray-js/ray 1.6.31
250
+ */
251
+ export declare const onDebugLogHit: typeof ty.ipc.onDebugLogHit;
252
+ /**
253
+ * @public
254
+ * @since @ray-js/ray 1.6.31
255
+ */
256
+ export declare const onDoorBellCallCancel: typeof ty.ipc.onDoorBellCallCancel;
257
+ /**
258
+ * @public
259
+ * @since @ray-js/ray 1.6.31
260
+ */
261
+ export declare const onDoorBellCallHangUp: typeof ty.ipc.onDoorBellCallHangUp;
262
+ /**
263
+ * @public
264
+ * @since @ray-js/ray 1.6.31
265
+ */
266
+ export declare const onDoorBellCallHangUpByOther: typeof ty.ipc.onDoorBellCallHangUpByOther;
267
+ /**
268
+ * @public
269
+ * @since @ray-js/ray 1.6.31
270
+ */
271
+ export declare const onDownloadMessageVideoFinished: typeof ty.ipc.onDownloadMessageVideoFinished;
272
+ /**
273
+ * @public
274
+ * @since @ray-js/ray 1.6.31
275
+ */
276
+ export declare const onDownloadMessageVideoProgress: typeof ty.ipc.onDownloadMessageVideoProgress;
277
+ /**
278
+ * @public
279
+ * @since @ray-js/ray 1.6.31
280
+ */
281
+ export declare const onIdentifyingBirdViewActionTrigger: typeof ty.ipc.onIdentifyingBirdViewActionTrigger;
282
+ /**
283
+ * @public
284
+ * @since @ray-js/ray 1.6.31
285
+ */
286
+ export declare const onPlayMessageAudioInfo: typeof ty.ipc.onPlayMessageAudioInfo;
287
+ /**
288
+ * @public
289
+ * @since @ray-js/ray 1.6.31
290
+ */
291
+ export declare const onPlayMessageVideoFinish: typeof ty.ipc.onPlayMessageVideoFinish;
292
+ /**
293
+ * @public
294
+ * @since @ray-js/ray 1.6.31
295
+ */
296
+ export declare const onPlayMessageVideoInfo: typeof ty.ipc.onPlayMessageVideoInfo;
297
+ /**
298
+ * @public
299
+ * @since @ray-js/ray 1.6.31
300
+ */
301
+ export declare const openFloatWindow: typeof ty.ipc.openFloatWindow;
302
+ /**
303
+ * @public
304
+ * @since @ray-js/ray 1.6.31
305
+ */
306
+ export declare const publishDps: typeof ty.ipc.publishDps;
307
+ /**
308
+ * @public
309
+ * @since @ray-js/ray 1.6.31
310
+ */
311
+ export declare const refuseDoorbellCall: typeof ty.ipc.refuseDoorbellCall;
312
+ /**
313
+ * @public
314
+ * @since @ray-js/ray 1.6.31
315
+ */
316
+ export declare const removeSnapshootFromSandbox: typeof ty.ipc.removeSnapshootFromSandbox;
317
+ /**
318
+ * @public
319
+ * @since @ray-js/ray 1.6.31
320
+ */
321
+ export declare const shareResourceBySystem: typeof ty.ipc.shareResourceBySystem;
322
+ /**
323
+ * @public
324
+ * @since @ray-js/ray 1.6.31
325
+ */
326
+ export declare const showIdentifyingBirdView: typeof ty.ipc.showIdentifyingBirdView;
327
+ /**
328
+ * @public
329
+ * @since @ray-js/ray 1.6.31
330
+ */
331
+ export declare const snapshootToSandbox: typeof ty.ipc.snapshootToSandbox;
332
+ /**
333
+ * @public
334
+ * @since @ray-js/ray 1.6.31
335
+ */
336
+ export declare const startDownloadMessageVideo: typeof ty.ipc.startDownloadMessageVideo;
337
+ /**
338
+ * @public
339
+ * @since @ray-js/ray 1.6.31
340
+ */
341
+ export declare const startIdentifyingBirds: typeof ty.ipc.startIdentifyingBirds;
342
+ /**
343
+ * @public
344
+ * @since @ray-js/ray 1.6.31
345
+ */
346
+ export declare const uploadAIFeatureImage: typeof ty.ipc.uploadAIFeatureImage;
347
+ /**
348
+ * @public
349
+ * @since @ray-js/ray 1.6.31
350
+ */
351
+ export declare const uploadAppLog: typeof ty.ipc.uploadAppLog;
352
+ /**
353
+ * @public
354
+ * @since @ray-js/ray 1.6.31
355
+ */
356
+ export declare const uploadDeviceLog: typeof ty.ipc.uploadDeviceLog;
357
+ /**
358
+ * @public
359
+ * @since @ray-js/ray 1.6.31
360
+ */
361
+ export declare const wakeUpDoorBell: typeof ty.ipc.wakeUpDoorBell;
362
+ /**
363
+ * @public
364
+ * @since @ray-js/ray 1.7.30
365
+ */
366
+ export declare const startDownloadMessageVideoForComposition: typeof ty.ipc.startDownloadMessageVideoForComposition;
367
+ /**
368
+ * @public
369
+ * @since @ray-js/ray 1.7.30
370
+ */
371
+ export declare const destroyMediaDevice: typeof ty.ipc.destroyMediaDevice;
372
+ /**
373
+ * @public
374
+ * @since @ray-js/ray 1.7.30
375
+ */
376
+ export declare const isSupportWonderfulMoment: typeof ty.ipc.isSupportWonderfulMoment;