@ray-js/api 1.7.69 → 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
@@ -3,231 +3,528 @@
3
3
  import { createFactory } from './utils';
4
4
  const factory = createFactory('IPCKit');
5
5
 
6
- // ray 1.6.31
7
- export const ipc = {
8
- acceptDoorbellCall: factory('acceptDoorbellCall', {
9
- "namespace": "ipc"
10
- }),
11
- cancelDownloadCloudPlayBack: factory('cancelDownloadCloudPlayBack', {
12
- "namespace": "ipc"
13
- }),
14
- cancelDownloadMessageVideo: factory('cancelDownloadMessageVideo', {
15
- "namespace": "ipc"
16
- }),
17
- cancelIdentifyingBirds: factory('cancelIdentifyingBirds', {
18
- "namespace": "ipc"
19
- }),
20
- connect: factory('connect', {
21
- "namespace": "ipc"
22
- }),
23
- couldChangeTalkbackMode: factory('couldChangeTalkbackMode', {
24
- "namespace": "ipc"
25
- }),
26
- createMediaDevice: factory('createMediaDevice', {
27
- "namespace": "ipc"
28
- }),
29
- deleteImages: factory('deleteImages', {
30
- "namespace": "ipc"
31
- }),
32
- disConnect: factory('disconnect', {
33
- "namespace": "ipc"
34
- }),
35
- disableDebugLog: factory('disableDebugLog', {
36
- "namespace": "ipc"
37
- }),
38
- doorbellCallConfig: factory('doorbellCallConfig', {
39
- "namespace": "ipc"
40
- }),
41
- downloadCloudPlayBack: factory('downloadCloudPlayBack', {
42
- "namespace": "ipc"
43
- }),
44
- downloadEncryptionImage: factory('downloadEncryptionImage', {
45
- "namespace": "ipc"
46
- }),
47
- downloadResourceToPhoneAlbum: factory('downloadResourceToPhoneAlbum', {
48
- "namespace": "ipc"
49
- }),
50
- enableAudioAEC: factory('enableAudioAEC', {
51
- "namespace": "ipc"
52
- }),
53
- enableAudioAGC: factory('enableAudioAGC', {
54
- "namespace": "ipc"
55
- }),
56
- enableAudioNS: factory('enableAudioNS', {
57
- "namespace": "ipc"
58
- }),
59
- enableDebugLog: factory('enableDebugLog', {
60
- "namespace": "ipc"
61
- }),
62
- enableVoiceEffect: factory('enableVoiceEffect', {
63
- "namespace": "ipc"
64
- }),
65
- generateSignedUrl: factory('generateSignedUrl', {
66
- "namespace": "ipc"
67
- }),
68
- getCurrentSupportedTalkMode: factory('getCurrentSupportedTalkMode', {
69
- "namespace": "ipc"
70
- }),
71
- getLastAudioEffect: factory('getLastAudioEffect', {
72
- "namespace": "ipc"
73
- }),
74
- getVideoBitrateKbps: factory('getVideoBitrateKbps', {
75
- "namespace": "ipc"
76
- }),
77
- gotoCameraSettingsRouter: factory('gotoCameraSettingsRouter', {
78
- "namespace": "ipc"
79
- }),
80
- hangupDoorbellCall: factory('hangupDoorbellCall', {
81
- "namespace": "ipc"
82
- }),
83
- ipcTTTOperatorLog: factory('ipcTTTOperatorLog', {
84
- "namespace": "ipc"
85
- }),
86
- isConnected: factory('isConnected', {
87
- "namespace": "ipc"
88
- }),
89
- isConnecting: factory('isConnecting', {
90
- "namespace": "ipc"
91
- }),
92
- isDeviceSupportUploadLog: factory('isDeviceSupportUploadLog', {
93
- "namespace": "ipc"
94
- }),
95
- isDisConnect: factory('isDisConnect', {
96
- "namespace": "ipc"
97
- }),
98
- isSupportAICloud: factory('isSupportAICloud', {
99
- "namespace": "ipc"
100
- }),
101
- isSupportBirdFeeder: factory('isSupportBirdFeeder', {
102
- "namespace": "ipc"
103
- }),
104
- isSupportFloatWindow: factory('isSupportFloatWindow', {
105
- "namespace": "ipc"
106
- }),
107
- isSupportFullScreen: factory('isSupportFullScreen', {
108
- "namespace": "ipc"
109
- }),
110
- isSupportedCustomDefaultAudioConfig: factory('isSupportedCustomDefaultAudioConfig', {
111
- "namespace": "ipc"
112
- }),
113
- isSupportedTalk: factory('isSupportedTalk', {
114
- "namespace": "ipc"
115
- }),
116
- obtainCameraConfig: factory('obtainCameraConfig', {
117
- "namespace": "ipc"
118
- }),
119
- offCloudPlayBackDownloadProgress: factory('offCloudPlayBackDownloadProgress', {
120
- "namespace": "ipc"
121
- }),
122
- offDebugLogHit: factory('offDebugLogHit', {
123
- "namespace": "ipc"
124
- }),
125
- offDoorBellCallCancel: factory('offDoorBellCallCancel', {
126
- "namespace": "ipc"
127
- }),
128
- offDoorBellCallHangUp: factory('offDoorBellCallHangUp', {
129
- "namespace": "ipc"
130
- }),
131
- offDoorBellCallHangUpByOther: factory('offDoorBellCallHangUpByOther', {
132
- "namespace": "ipc"
133
- }),
134
- offDownloadMessageVideoFinished: factory('offDownloadMessageVideoFinished', {
135
- "namespace": "ipc"
136
- }),
137
- offDownloadMessageVideoProgress: factory('offDownloadMessageVideoProgress', {
138
- "namespace": "ipc"
139
- }),
140
- offIdentifyingBirdViewActionTrigger: factory('offIdentifyingBirdViewActionTrigger', {
141
- "namespace": "ipc"
142
- }),
143
- offPlayMessageAudioInfo: factory('offPlayMessageAudioInfo', {
144
- "namespace": "ipc"
145
- }),
146
- offPlayMessageVideoFinish: factory('offPlayMessageVideoFinish', {
147
- "namespace": "ipc"
148
- }),
149
- offPlayMessageVideoInfo: factory('offPlayMessageVideoInfo', {
150
- "namespace": "ipc"
151
- }),
152
- onCloudPlayBackDownloadProgress: factory('onCloudPlayBackDownloadProgress', {
153
- "namespace": "ipc"
154
- }),
155
- onDebugLogHit: factory('onDebugLogHit', {
156
- "namespace": "ipc"
157
- }),
158
- onDoorBellCallCancel: factory('onDoorBellCallCancel', {
159
- "namespace": "ipc"
160
- }),
161
- onDoorBellCallHangUp: factory('onDoorBellCallHangUp', {
162
- "namespace": "ipc"
163
- }),
164
- onDoorBellCallHangUpByOther: factory('onDoorBellCallHangUpByOther', {
165
- "namespace": "ipc"
166
- }),
167
- onDownloadMessageVideoFinished: factory('onDownloadMessageVideoFinished', {
168
- "namespace": "ipc"
169
- }),
170
- onDownloadMessageVideoProgress: factory('onDownloadMessageVideoProgress', {
171
- "namespace": "ipc"
172
- }),
173
- onIdentifyingBirdViewActionTrigger: factory('onIdentifyingBirdViewActionTrigger', {
174
- "namespace": "ipc"
175
- }),
176
- onPlayMessageAudioInfo: factory('onPlayMessageAudioInfo', {
177
- "namespace": "ipc"
178
- }),
179
- onPlayMessageVideoFinish: factory('onPlayMessageVideoFinish', {
180
- "namespace": "ipc"
181
- }),
182
- onPlayMessageVideoInfo: factory('onPlayMessageVideoInfo', {
183
- "namespace": "ipc"
184
- }),
185
- openFloatWindow: factory('openFloatWindow', {
186
- "namespace": "ipc"
187
- }),
188
- publishDps: factory('publishDps', {
189
- "namespace": "ipc"
190
- }),
191
- refuseDoorbellCall: factory('refuseDoorbellCall', {
192
- "namespace": "ipc"
193
- }),
194
- removeSnapshootFromSandbox: factory('removeSnapshootFromSandbox', {
195
- "namespace": "ipc"
196
- }),
197
- shareResourceBySystem: factory('shareResourceBySystem', {
198
- "namespace": "ipc"
199
- }),
200
- showIdentifyingBirdView: factory('showIdentifyingBirdView', {
201
- "namespace": "ipc"
202
- }),
203
- snapshootToSandbox: factory('snapshootToSandbox', {
204
- "namespace": "ipc"
205
- }),
206
- startDownloadMessageVideo: factory('startDownloadMessageVideo', {
207
- "namespace": "ipc"
208
- }),
209
- startIdentifyingBirds: factory('startIdentifyingBirds', {
210
- "namespace": "ipc"
211
- }),
212
- uploadAIFeatureImage: factory('uploadAIFeatureImage', {
213
- "namespace": "ipc"
214
- }),
215
- uploadAppLog: factory('uploadAppLog', {
216
- "namespace": "ipc"
217
- }),
218
- uploadDeviceLog: factory('uploadDeviceLog', {
219
- "namespace": "ipc"
220
- }),
221
- wakeUpDoorBell: factory('wakeUpDoorBell', {
222
- "namespace": "ipc"
223
- }),
224
- startDownloadMessageVideoForComposition: factory('startDownloadMessageVideoForComposition', {
225
- "namespace": "ipc"
226
- }),
227
- destroyMediaDevice: factory('destroyMediaDevice', {
228
- "namespace": "ipc"
229
- }),
230
- isSupportWonderfulMoment: factory('isSupportWonderfulMoment', {
231
- "namespace": "ipc"
232
- })
233
- };
6
+ /**
7
+ * @public
8
+ * @since @ray-js/ray 1.6.31
9
+ */
10
+ export const acceptDoorbellCall = factory('acceptDoorbellCall', {
11
+ namespace: 'ipc'
12
+ });
13
+ /**
14
+ * @public
15
+ * @since @ray-js/ray 1.6.31
16
+ */
17
+ export const cancelDownloadCloudPlayBack = factory('cancelDownloadCloudPlayBack', {
18
+ namespace: 'ipc'
19
+ });
20
+ /**
21
+ * @public
22
+ * @since @ray-js/ray 1.6.31
23
+ */
24
+ export const cancelDownloadMessageVideo = factory('cancelDownloadMessageVideo', {
25
+ namespace: 'ipc'
26
+ });
27
+ /**
28
+ * @public
29
+ * @since @ray-js/ray 1.6.31
30
+ */
31
+ export const cancelIdentifyingBirds = factory('cancelIdentifyingBirds', {
32
+ namespace: 'ipc'
33
+ });
34
+ /**
35
+ * @public
36
+ * @since @ray-js/ray 1.6.31
37
+ */
38
+ export const connect = factory('connect', {
39
+ namespace: 'ipc'
40
+ });
41
+ /**
42
+ * @public
43
+ * @since @ray-js/ray 1.6.31
44
+ */
45
+ export const couldChangeTalkbackMode = factory('couldChangeTalkbackMode', {
46
+ namespace: 'ipc'
47
+ });
48
+ /**
49
+ * @public
50
+ * @since @ray-js/ray 1.6.31
51
+ */
52
+ export const createMediaDevice = factory('createMediaDevice', {
53
+ namespace: 'ipc'
54
+ });
55
+ /**
56
+ * @public
57
+ * @since @ray-js/ray 1.6.31
58
+ */
59
+ export const deleteImages = factory('deleteImages', {
60
+ namespace: 'ipc'
61
+ });
62
+ /**
63
+ * @public
64
+ * @since @ray-js/ray 1.6.31
65
+ */
66
+ export const disConnect = factory('disconnect', {
67
+ namespace: 'ipc'
68
+ });
69
+ /**
70
+ * @public
71
+ * @since @ray-js/ray 1.6.31
72
+ */
73
+ export const disableDebugLog = factory('disableDebugLog', {
74
+ namespace: 'ipc'
75
+ });
76
+ /**
77
+ * @public
78
+ * @since @ray-js/ray 1.6.31
79
+ */
80
+ export const doorbellCallConfig = factory('doorbellCallConfig', {
81
+ namespace: 'ipc'
82
+ });
83
+ /**
84
+ * @public
85
+ * @since @ray-js/ray 1.6.31
86
+ */
87
+ export const downloadCloudPlayBack = factory('downloadCloudPlayBack', {
88
+ namespace: 'ipc'
89
+ });
90
+ /**
91
+ * @public
92
+ * @since @ray-js/ray 1.6.31
93
+ */
94
+ export const downloadEncryptionImage = factory('downloadEncryptionImage', {
95
+ namespace: 'ipc'
96
+ });
97
+ /**
98
+ * @public
99
+ * @since @ray-js/ray 1.6.31
100
+ */
101
+ export const downloadResourceToPhoneAlbum = factory('downloadResourceToPhoneAlbum', {
102
+ namespace: 'ipc'
103
+ });
104
+ /**
105
+ * @public
106
+ * @since @ray-js/ray 1.6.31
107
+ */
108
+ export const enableAudioAEC = factory('enableAudioAEC', {
109
+ namespace: 'ipc'
110
+ });
111
+ /**
112
+ * @public
113
+ * @since @ray-js/ray 1.6.31
114
+ */
115
+ export const enableAudioAGC = factory('enableAudioAGC', {
116
+ namespace: 'ipc'
117
+ });
118
+ /**
119
+ * @public
120
+ * @since @ray-js/ray 1.6.31
121
+ */
122
+ export const enableAudioNS = factory('enableAudioNS', {
123
+ namespace: 'ipc'
124
+ });
125
+ /**
126
+ * @public
127
+ * @since @ray-js/ray 1.6.31
128
+ */
129
+ export const enableDebugLog = factory('enableDebugLog', {
130
+ namespace: 'ipc'
131
+ });
132
+ /**
133
+ * @public
134
+ * @since @ray-js/ray 1.6.31
135
+ */
136
+ export const enableVoiceEffect = factory('enableVoiceEffect', {
137
+ namespace: 'ipc'
138
+ });
139
+ /**
140
+ * @public
141
+ * @since @ray-js/ray 1.6.31
142
+ */
143
+ export const generateSignedUrl = factory('generateSignedUrl', {
144
+ namespace: 'ipc'
145
+ });
146
+ /**
147
+ * @public
148
+ * @since @ray-js/ray 1.6.31
149
+ */
150
+ export const getCurrentSupportedTalkMode = factory('getCurrentSupportedTalkMode', {
151
+ namespace: 'ipc'
152
+ });
153
+ /**
154
+ * @public
155
+ * @since @ray-js/ray 1.6.31
156
+ */
157
+ export const getLastAudioEffect = factory('getLastAudioEffect', {
158
+ namespace: 'ipc'
159
+ });
160
+ /**
161
+ * @public
162
+ * @since @ray-js/ray 1.6.31
163
+ */
164
+ export const getVideoBitrateKbps = factory('getVideoBitrateKbps', {
165
+ namespace: 'ipc'
166
+ });
167
+ /**
168
+ * @public
169
+ * @since @ray-js/ray 1.6.31
170
+ */
171
+ export const gotoCameraSettingsRouter = factory('gotoCameraSettingsRouter', {
172
+ namespace: 'ipc'
173
+ });
174
+ /**
175
+ * @public
176
+ * @since @ray-js/ray 1.6.31
177
+ */
178
+ export const hangupDoorbellCall = factory('hangupDoorbellCall', {
179
+ namespace: 'ipc'
180
+ });
181
+ /**
182
+ * @public
183
+ * @since @ray-js/ray 1.6.31
184
+ */
185
+ export const ipcTTTOperatorLog = factory('ipcTTTOperatorLog', {
186
+ namespace: 'ipc'
187
+ });
188
+ /**
189
+ * @public
190
+ * @since @ray-js/ray 1.6.31
191
+ */
192
+ export const isConnected = factory('isConnected', {
193
+ namespace: 'ipc'
194
+ });
195
+ /**
196
+ * @public
197
+ * @since @ray-js/ray 1.6.31
198
+ */
199
+ export const isConnecting = factory('isConnecting', {
200
+ namespace: 'ipc'
201
+ });
202
+ /**
203
+ * @public
204
+ * @since @ray-js/ray 1.6.31
205
+ */
206
+ export const isDeviceSupportUploadLog = factory('isDeviceSupportUploadLog', {
207
+ namespace: 'ipc'
208
+ });
209
+ /**
210
+ * @public
211
+ * @since @ray-js/ray 1.6.31
212
+ */
213
+ export const isDisConnect = factory('isDisConnect', {
214
+ namespace: 'ipc'
215
+ });
216
+ /**
217
+ * @public
218
+ * @since @ray-js/ray 1.6.31
219
+ */
220
+ export const isSupportAICloud = factory('isSupportAICloud', {
221
+ namespace: 'ipc'
222
+ });
223
+ /**
224
+ * @public
225
+ * @since @ray-js/ray 1.6.31
226
+ */
227
+ export const isSupportBirdFeeder = factory('isSupportBirdFeeder', {
228
+ namespace: 'ipc'
229
+ });
230
+ /**
231
+ * @public
232
+ * @since @ray-js/ray 1.6.31
233
+ */
234
+ export const isSupportFloatWindow = factory('isSupportFloatWindow', {
235
+ namespace: 'ipc'
236
+ });
237
+ /**
238
+ * @public
239
+ * @since @ray-js/ray 1.6.31
240
+ */
241
+ export const isSupportFullScreen = factory('isSupportFullScreen', {
242
+ namespace: 'ipc'
243
+ });
244
+ /**
245
+ * @public
246
+ * @since @ray-js/ray 1.6.31
247
+ */
248
+ export const isSupportedCustomDefaultAudioConfig = factory('isSupportedCustomDefaultAudioConfig', {
249
+ namespace: 'ipc'
250
+ });
251
+ /**
252
+ * @public
253
+ * @since @ray-js/ray 1.6.31
254
+ */
255
+ export const isSupportedTalk = factory('isSupportedTalk', {
256
+ namespace: 'ipc'
257
+ });
258
+ /**
259
+ * @public
260
+ * @since @ray-js/ray 1.6.31
261
+ */
262
+ export const obtainCameraConfig = factory('obtainCameraConfig', {
263
+ namespace: 'ipc'
264
+ });
265
+ /**
266
+ * @public
267
+ * @since @ray-js/ray 1.6.31
268
+ */
269
+ export const offCloudPlayBackDownloadProgress = factory('offCloudPlayBackDownloadProgress', {
270
+ namespace: 'ipc'
271
+ });
272
+ /**
273
+ * @public
274
+ * @since @ray-js/ray 1.6.31
275
+ */
276
+ export const offDebugLogHit = factory('offDebugLogHit', {
277
+ namespace: 'ipc'
278
+ });
279
+ /**
280
+ * @public
281
+ * @since @ray-js/ray 1.6.31
282
+ */
283
+ export const offDoorBellCallCancel = factory('offDoorBellCallCancel', {
284
+ namespace: 'ipc'
285
+ });
286
+ /**
287
+ * @public
288
+ * @since @ray-js/ray 1.6.31
289
+ */
290
+ export const offDoorBellCallHangUp = factory('offDoorBellCallHangUp', {
291
+ namespace: 'ipc'
292
+ });
293
+ /**
294
+ * @public
295
+ * @since @ray-js/ray 1.6.31
296
+ */
297
+ export const offDoorBellCallHangUpByOther = factory('offDoorBellCallHangUpByOther', {
298
+ namespace: 'ipc'
299
+ });
300
+ /**
301
+ * @public
302
+ * @since @ray-js/ray 1.6.31
303
+ */
304
+ export const offDownloadMessageVideoFinished = factory('offDownloadMessageVideoFinished', {
305
+ namespace: 'ipc'
306
+ });
307
+ /**
308
+ * @public
309
+ * @since @ray-js/ray 1.6.31
310
+ */
311
+ export const offDownloadMessageVideoProgress = factory('offDownloadMessageVideoProgress', {
312
+ namespace: 'ipc'
313
+ });
314
+ /**
315
+ * @public
316
+ * @since @ray-js/ray 1.6.31
317
+ */
318
+ export const offIdentifyingBirdViewActionTrigger = factory('offIdentifyingBirdViewActionTrigger', {
319
+ namespace: 'ipc'
320
+ });
321
+ /**
322
+ * @public
323
+ * @since @ray-js/ray 1.6.31
324
+ */
325
+ export const offPlayMessageAudioInfo = factory('offPlayMessageAudioInfo', {
326
+ namespace: 'ipc'
327
+ });
328
+ /**
329
+ * @public
330
+ * @since @ray-js/ray 1.6.31
331
+ */
332
+ export const offPlayMessageVideoFinish = factory('offPlayMessageVideoFinish', {
333
+ namespace: 'ipc'
334
+ });
335
+ /**
336
+ * @public
337
+ * @since @ray-js/ray 1.6.31
338
+ */
339
+ export const offPlayMessageVideoInfo = factory('offPlayMessageVideoInfo', {
340
+ namespace: 'ipc'
341
+ });
342
+ /**
343
+ * @public
344
+ * @since @ray-js/ray 1.6.31
345
+ */
346
+ export const onCloudPlayBackDownloadProgress = factory('onCloudPlayBackDownloadProgress', {
347
+ namespace: 'ipc'
348
+ });
349
+ /**
350
+ * @public
351
+ * @since @ray-js/ray 1.6.31
352
+ */
353
+ export const onDebugLogHit = factory('onDebugLogHit', {
354
+ namespace: 'ipc'
355
+ });
356
+ /**
357
+ * @public
358
+ * @since @ray-js/ray 1.6.31
359
+ */
360
+ export const onDoorBellCallCancel = factory('onDoorBellCallCancel', {
361
+ namespace: 'ipc'
362
+ });
363
+ /**
364
+ * @public
365
+ * @since @ray-js/ray 1.6.31
366
+ */
367
+ export const onDoorBellCallHangUp = factory('onDoorBellCallHangUp', {
368
+ namespace: 'ipc'
369
+ });
370
+ /**
371
+ * @public
372
+ * @since @ray-js/ray 1.6.31
373
+ */
374
+ export const onDoorBellCallHangUpByOther = factory('onDoorBellCallHangUpByOther', {
375
+ namespace: 'ipc'
376
+ });
377
+ /**
378
+ * @public
379
+ * @since @ray-js/ray 1.6.31
380
+ */
381
+ export const onDownloadMessageVideoFinished = factory('onDownloadMessageVideoFinished', {
382
+ namespace: 'ipc'
383
+ });
384
+ /**
385
+ * @public
386
+ * @since @ray-js/ray 1.6.31
387
+ */
388
+ export const onDownloadMessageVideoProgress = factory('onDownloadMessageVideoProgress', {
389
+ namespace: 'ipc'
390
+ });
391
+ /**
392
+ * @public
393
+ * @since @ray-js/ray 1.6.31
394
+ */
395
+ export const onIdentifyingBirdViewActionTrigger = factory('onIdentifyingBirdViewActionTrigger', {
396
+ namespace: 'ipc'
397
+ });
398
+ /**
399
+ * @public
400
+ * @since @ray-js/ray 1.6.31
401
+ */
402
+ export const onPlayMessageAudioInfo = factory('onPlayMessageAudioInfo', {
403
+ namespace: 'ipc'
404
+ });
405
+ /**
406
+ * @public
407
+ * @since @ray-js/ray 1.6.31
408
+ */
409
+ export const onPlayMessageVideoFinish = factory('onPlayMessageVideoFinish', {
410
+ namespace: 'ipc'
411
+ });
412
+ /**
413
+ * @public
414
+ * @since @ray-js/ray 1.6.31
415
+ */
416
+ export const onPlayMessageVideoInfo = factory('onPlayMessageVideoInfo', {
417
+ namespace: 'ipc'
418
+ });
419
+ /**
420
+ * @public
421
+ * @since @ray-js/ray 1.6.31
422
+ */
423
+ export const openFloatWindow = factory('openFloatWindow', {
424
+ namespace: 'ipc'
425
+ });
426
+ /**
427
+ * @public
428
+ * @since @ray-js/ray 1.6.31
429
+ */
430
+ export const publishDps = factory('publishDps', {
431
+ namespace: 'ipc'
432
+ });
433
+ /**
434
+ * @public
435
+ * @since @ray-js/ray 1.6.31
436
+ */
437
+ export const refuseDoorbellCall = factory('refuseDoorbellCall', {
438
+ namespace: 'ipc'
439
+ });
440
+ /**
441
+ * @public
442
+ * @since @ray-js/ray 1.6.31
443
+ */
444
+ export const removeSnapshootFromSandbox = factory('removeSnapshootFromSandbox', {
445
+ namespace: 'ipc'
446
+ });
447
+ /**
448
+ * @public
449
+ * @since @ray-js/ray 1.6.31
450
+ */
451
+ export const shareResourceBySystem = factory('shareResourceBySystem', {
452
+ namespace: 'ipc'
453
+ });
454
+ /**
455
+ * @public
456
+ * @since @ray-js/ray 1.6.31
457
+ */
458
+ export const showIdentifyingBirdView = factory('showIdentifyingBirdView', {
459
+ namespace: 'ipc'
460
+ });
461
+ /**
462
+ * @public
463
+ * @since @ray-js/ray 1.6.31
464
+ */
465
+ export const snapshootToSandbox = factory('snapshootToSandbox', {
466
+ namespace: 'ipc'
467
+ });
468
+ /**
469
+ * @public
470
+ * @since @ray-js/ray 1.6.31
471
+ */
472
+ export const startDownloadMessageVideo = factory('startDownloadMessageVideo', {
473
+ namespace: 'ipc'
474
+ });
475
+ /**
476
+ * @public
477
+ * @since @ray-js/ray 1.6.31
478
+ */
479
+ export const startIdentifyingBirds = factory('startIdentifyingBirds', {
480
+ namespace: 'ipc'
481
+ });
482
+ /**
483
+ * @public
484
+ * @since @ray-js/ray 1.6.31
485
+ */
486
+ export const uploadAIFeatureImage = factory('uploadAIFeatureImage', {
487
+ namespace: 'ipc'
488
+ });
489
+ /**
490
+ * @public
491
+ * @since @ray-js/ray 1.6.31
492
+ */
493
+ export const uploadAppLog = factory('uploadAppLog', {
494
+ namespace: 'ipc'
495
+ });
496
+ /**
497
+ * @public
498
+ * @since @ray-js/ray 1.6.31
499
+ */
500
+ export const uploadDeviceLog = factory('uploadDeviceLog', {
501
+ namespace: 'ipc'
502
+ });
503
+ /**
504
+ * @public
505
+ * @since @ray-js/ray 1.6.31
506
+ */
507
+ export const wakeUpDoorBell = factory('wakeUpDoorBell', {
508
+ namespace: 'ipc'
509
+ });
510
+ /**
511
+ * @public
512
+ * @since @ray-js/ray 1.7.30
513
+ */
514
+ export const startDownloadMessageVideoForComposition = factory('startDownloadMessageVideoForComposition', {
515
+ namespace: 'ipc'
516
+ });
517
+ /**
518
+ * @public
519
+ * @since @ray-js/ray 1.7.30
520
+ */
521
+ export const destroyMediaDevice = factory('destroyMediaDevice', {
522
+ namespace: 'ipc'
523
+ });
524
+ /**
525
+ * @public
526
+ * @since @ray-js/ray 1.7.30
527
+ */
528
+ export const isSupportWonderfulMoment = factory('isSupportWonderfulMoment', {
529
+ namespace: 'ipc'
530
+ });