tencentcloud-sdk-nodejs-iotexplorer 4.0.838 → 4.0.849
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/README.md +7 -0
- package/package.json +1 -1
- package/products.md +86 -86
- package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +106 -32
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +347 -112
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +33 -9
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +48 -12
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +333 -112
|
@@ -26,6 +26,7 @@ import {
|
|
|
26
26
|
ListEventHistoryResponse,
|
|
27
27
|
ModifyLoRaGatewayRequest,
|
|
28
28
|
ThumbnailURLInfoList,
|
|
29
|
+
DescribeDeviceFirmwaresRequest,
|
|
29
30
|
DevicesItem,
|
|
30
31
|
DeleteFenceBindRequest,
|
|
31
32
|
DescribeModelDefinitionResponse,
|
|
@@ -40,9 +41,11 @@ import {
|
|
|
40
41
|
BindDevicesRequest,
|
|
41
42
|
DescribeDevicePackagesRequest,
|
|
42
43
|
GetDeviceListResponse,
|
|
44
|
+
DismissRoomByStrRoomIdFromTRTCResponse,
|
|
43
45
|
GenerateSignedVideoURLRequest,
|
|
44
46
|
TopicRulePayload,
|
|
45
47
|
DeleteLoRaFrequencyResponse,
|
|
48
|
+
DescribeGatewaySubDeviceListResponse,
|
|
46
49
|
DescribeCloudStorageMultiThumbnailResponse,
|
|
47
50
|
BindProductInfo,
|
|
48
51
|
ModifyPositionFenceRequest,
|
|
@@ -50,11 +53,13 @@ import {
|
|
|
50
53
|
DeleteTopicRuleResponse,
|
|
51
54
|
PositionItem,
|
|
52
55
|
InheritCloudStorageUserRequest,
|
|
56
|
+
DeviceFirmwareInfo,
|
|
53
57
|
TransferCloudStorageResponse,
|
|
54
58
|
CreateStudioProductResponse,
|
|
55
59
|
CallDeviceActionSyncRequest,
|
|
56
|
-
|
|
60
|
+
DeviceUser,
|
|
57
61
|
GetProjectListResponse,
|
|
62
|
+
ModifyFenceBindResponse,
|
|
58
63
|
DescribeDevicePositionListRequest,
|
|
59
64
|
GetDeviceLocationHistoryResponse,
|
|
60
65
|
UpdateFirmwareResponse,
|
|
@@ -66,11 +71,12 @@ import {
|
|
|
66
71
|
DisableTopicRuleRequest,
|
|
67
72
|
CreateBatchProductionRequest,
|
|
68
73
|
DeletePositionFenceResponse,
|
|
69
|
-
|
|
74
|
+
DescribeCloudStorageAIServiceTaskRequest,
|
|
70
75
|
FenceAlarmPoint,
|
|
71
76
|
DescribeCloudStoragePackageConsumeDetailsResponse,
|
|
72
77
|
DescribeCloudStoragePackageConsumeStatsResponse,
|
|
73
78
|
PackageInfo,
|
|
79
|
+
UnbindDevicesResponse,
|
|
74
80
|
ModifyCloudStorageAIServiceCallbackResponse,
|
|
75
81
|
DescribeCloudStorageUsersResponse,
|
|
76
82
|
SearchTopicRuleRequest,
|
|
@@ -95,6 +101,7 @@ import {
|
|
|
95
101
|
ModifyCloudStorageAIServiceResponse,
|
|
96
102
|
GetTopicRuleListRequest,
|
|
97
103
|
FenceBindDeviceItem,
|
|
104
|
+
GenerateCloudStorageAIServiceTaskFileURLResponse,
|
|
98
105
|
DeviceDataHistoryItem,
|
|
99
106
|
GetFamilyDeviceUserListResponse,
|
|
100
107
|
BindDeviceInfo,
|
|
@@ -134,6 +141,7 @@ import {
|
|
|
134
141
|
GetDeviceLocationHistoryRequest,
|
|
135
142
|
CallDeviceActionSyncResponse,
|
|
136
143
|
CreateLoRaGatewayRequest,
|
|
144
|
+
TRTCParams,
|
|
137
145
|
ReleaseStudioProductRequest,
|
|
138
146
|
CreateProjectResponse,
|
|
139
147
|
DescribeDeviceDataHistoryResponse,
|
|
@@ -195,6 +203,7 @@ import {
|
|
|
195
203
|
PublishBroadcastMessageResponse,
|
|
196
204
|
DescribeFenceBindListRequest,
|
|
197
205
|
EnableTopicRuleRequest,
|
|
206
|
+
RemoveUserByRoomIdFromTRTCRequest,
|
|
198
207
|
DescribeBindedProductsResponse,
|
|
199
208
|
DeviceSignatureInfo,
|
|
200
209
|
PositionSpaceInfo,
|
|
@@ -206,22 +215,23 @@ import {
|
|
|
206
215
|
DescribeBatchProductionRequest,
|
|
207
216
|
CreateTopicPolicyRequest,
|
|
208
217
|
DirectBindDeviceInFamilyRequest,
|
|
218
|
+
DescribeCloudStorageAIServiceTaskResponse,
|
|
209
219
|
DescribeCloudStorageEventsResponse,
|
|
210
220
|
GetFamilyDeviceUserListRequest,
|
|
211
221
|
DescribeBindedProductsRequest,
|
|
212
222
|
CloudStorageEvent,
|
|
213
223
|
DescribeCloudStorageDateResponse,
|
|
214
224
|
DescribeInstanceResponse,
|
|
215
|
-
|
|
225
|
+
CreateTRTCSignaturesWithRoomIdRequest,
|
|
216
226
|
TopicItem,
|
|
217
227
|
DescribeSpaceFenceEventListRequest,
|
|
218
228
|
GetLoRaGatewayListRequest,
|
|
219
229
|
CloudStorageTimeInfo,
|
|
220
230
|
FenceEventItem,
|
|
221
231
|
DescribeProjectRequest,
|
|
222
|
-
UnbindDevicesResponse,
|
|
223
|
-
CreateIotVideoCloudStorageRequest,
|
|
224
232
|
ModifyModelDefinitionResponse,
|
|
233
|
+
CreateIotVideoCloudStorageRequest,
|
|
234
|
+
DismissRoomByStrRoomIdFromTRTCRequest,
|
|
225
235
|
DescribeCloudStoragePackageConsumeDetailsRequest,
|
|
226
236
|
UploadFirmwareResponse,
|
|
227
237
|
DescribePackageConsumeTaskRequest,
|
|
@@ -250,6 +260,7 @@ import {
|
|
|
250
260
|
ResetCloudStorageResponse,
|
|
251
261
|
ResetCloudStorageEventResponse,
|
|
252
262
|
GetProjectListRequest,
|
|
263
|
+
ModifyLoRaFrequencyRequest,
|
|
253
264
|
DescribeCloudStorageAIServiceTasksResponse,
|
|
254
265
|
DeletePositionSpaceResponse,
|
|
255
266
|
DescribeDeviceBindGatewayRequest,
|
|
@@ -257,7 +268,7 @@ import {
|
|
|
257
268
|
EnableTopicRuleResponse,
|
|
258
269
|
TransferCloudStorageRequest,
|
|
259
270
|
GetGatewaySubDeviceListRequest,
|
|
260
|
-
|
|
271
|
+
ProductDevicesPositionItem,
|
|
261
272
|
ListTopicPolicyRequest,
|
|
262
273
|
GenSingleDeviceSignatureOfPublicRequest,
|
|
263
274
|
DeleteDevicesRequest,
|
|
@@ -295,18 +306,21 @@ import {
|
|
|
295
306
|
DescribeCloudStorageOrderResponse,
|
|
296
307
|
CreateTopicRuleRequest,
|
|
297
308
|
PublishRRPCMessageResponse,
|
|
298
|
-
|
|
309
|
+
CreateTRTCSignaturesWithRoomIdResponse,
|
|
299
310
|
DescribeDevicePackagesResponse,
|
|
300
311
|
GetBatchProductionsListRequest,
|
|
301
312
|
DeleteDeviceResponse,
|
|
302
313
|
DeviceInfo,
|
|
303
|
-
|
|
314
|
+
GenerateCloudStorageAIServiceTaskFileURLRequest,
|
|
304
315
|
DescribeInstanceRequest,
|
|
305
316
|
InstanceDetail,
|
|
317
|
+
SearchStudioProductRequest,
|
|
318
|
+
RemoveUserByRoomIdFromTRTCResponse,
|
|
306
319
|
DescribeLoRaFrequencyResponse,
|
|
307
320
|
DescribeCloudStorageTimeRequest,
|
|
308
321
|
GetBatchProductionsListResponse,
|
|
309
322
|
DescribeGatewayBindDevicesResponse,
|
|
323
|
+
DescribeDeviceFirmwaresResponse,
|
|
310
324
|
DescribeFirmwareTaskRequest,
|
|
311
325
|
CreatePositionSpaceRequest,
|
|
312
326
|
} from "./iotexplorer_models"
|
|
@@ -500,6 +514,16 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
500
514
|
return this.request("DescribeCloudStorageThumbnailList", req, cb)
|
|
501
515
|
}
|
|
502
516
|
|
|
517
|
+
/**
|
|
518
|
+
* 创建TRTC通话参数
|
|
519
|
+
*/
|
|
520
|
+
async CreateTRTCSignaturesWithRoomId(
|
|
521
|
+
req: CreateTRTCSignaturesWithRoomIdRequest,
|
|
522
|
+
cb?: (error: string, rep: CreateTRTCSignaturesWithRoomIdResponse) => void
|
|
523
|
+
): Promise<CreateTRTCSignaturesWithRoomIdResponse> {
|
|
524
|
+
return this.request("CreateTRTCSignaturesWithRoomId", req, cb)
|
|
525
|
+
}
|
|
526
|
+
|
|
503
527
|
/**
|
|
504
528
|
* 更新围栏绑定信息
|
|
505
529
|
*/
|
|
@@ -781,13 +805,13 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
781
805
|
}
|
|
782
806
|
|
|
783
807
|
/**
|
|
784
|
-
*
|
|
808
|
+
* 查询指定的云存 AI 分析任务
|
|
785
809
|
*/
|
|
786
|
-
async
|
|
787
|
-
req:
|
|
788
|
-
cb?: (error: string, rep:
|
|
789
|
-
): Promise<
|
|
790
|
-
return this.request("
|
|
810
|
+
async DescribeCloudStorageAIServiceTask(
|
|
811
|
+
req: DescribeCloudStorageAIServiceTaskRequest,
|
|
812
|
+
cb?: (error: string, rep: DescribeCloudStorageAIServiceTaskResponse) => void
|
|
813
|
+
): Promise<DescribeCloudStorageAIServiceTaskResponse> {
|
|
814
|
+
return this.request("DescribeCloudStorageAIServiceTask", req, cb)
|
|
791
815
|
}
|
|
792
816
|
|
|
793
817
|
/**
|
|
@@ -930,6 +954,16 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
930
954
|
return this.request("UnbindProducts", req, cb)
|
|
931
955
|
}
|
|
932
956
|
|
|
957
|
+
/**
|
|
958
|
+
* 获取位置空间列表
|
|
959
|
+
*/
|
|
960
|
+
async GetPositionSpaceList(
|
|
961
|
+
req: GetPositionSpaceListRequest,
|
|
962
|
+
cb?: (error: string, rep: GetPositionSpaceListResponse) => void
|
|
963
|
+
): Promise<GetPositionSpaceListResponse> {
|
|
964
|
+
return this.request("GetPositionSpaceList", req, cb)
|
|
965
|
+
}
|
|
966
|
+
|
|
933
967
|
/**
|
|
934
968
|
* 提供删除某个项目下产品的能力
|
|
935
969
|
*/
|
|
@@ -960,6 +994,16 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
960
994
|
return this.request("DescribeGatewayBindDevices", req, cb)
|
|
961
995
|
}
|
|
962
996
|
|
|
997
|
+
/**
|
|
998
|
+
* 解散TRTC房间
|
|
999
|
+
*/
|
|
1000
|
+
async DismissRoomByStrRoomIdFromTRTC(
|
|
1001
|
+
req: DismissRoomByStrRoomIdFromTRTCRequest,
|
|
1002
|
+
cb?: (error: string, rep: DismissRoomByStrRoomIdFromTRTCResponse) => void
|
|
1003
|
+
): Promise<DismissRoomByStrRoomIdFromTRTCResponse> {
|
|
1004
|
+
return this.request("DismissRoomByStrRoomIdFromTRTC", req, cb)
|
|
1005
|
+
}
|
|
1006
|
+
|
|
963
1007
|
/**
|
|
964
1008
|
* 创建围栏
|
|
965
1009
|
*/
|
|
@@ -1070,6 +1114,16 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1070
1114
|
return this.request("BindProducts", req, cb)
|
|
1071
1115
|
}
|
|
1072
1116
|
|
|
1117
|
+
/**
|
|
1118
|
+
* TRTC操作,将用户从房间移出
|
|
1119
|
+
*/
|
|
1120
|
+
async RemoveUserByRoomIdFromTRTC(
|
|
1121
|
+
req: RemoveUserByRoomIdFromTRTCRequest,
|
|
1122
|
+
cb?: (error: string, rep: RemoveUserByRoomIdFromTRTCResponse) => void
|
|
1123
|
+
): Promise<RemoveUserByRoomIdFromTRTCResponse> {
|
|
1124
|
+
return this.request("RemoveUserByRoomIdFromTRTC", req, cb)
|
|
1125
|
+
}
|
|
1126
|
+
|
|
1073
1127
|
/**
|
|
1074
1128
|
* 搜索位置空间
|
|
1075
1129
|
*/
|
|
@@ -1081,13 +1135,13 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1081
1135
|
}
|
|
1082
1136
|
|
|
1083
1137
|
/**
|
|
1084
|
-
*
|
|
1138
|
+
* 本接口(UpdateTopicPolicy)用于更新Topic信息
|
|
1085
1139
|
*/
|
|
1086
|
-
async
|
|
1087
|
-
req:
|
|
1088
|
-
cb?: (error: string, rep:
|
|
1089
|
-
): Promise<
|
|
1090
|
-
return this.request("
|
|
1140
|
+
async ModifyTopicPolicy(
|
|
1141
|
+
req: ModifyTopicPolicyRequest,
|
|
1142
|
+
cb?: (error: string, rep: ModifyTopicPolicyResponse) => void
|
|
1143
|
+
): Promise<ModifyTopicPolicyResponse> {
|
|
1144
|
+
return this.request("ModifyTopicPolicy", req, cb)
|
|
1091
1145
|
}
|
|
1092
1146
|
|
|
1093
1147
|
/**
|
|
@@ -1130,6 +1184,16 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1130
1184
|
return this.request("DescribeDevicePositionList", req, cb)
|
|
1131
1185
|
}
|
|
1132
1186
|
|
|
1187
|
+
/**
|
|
1188
|
+
* 获取设备当前固件信息
|
|
1189
|
+
*/
|
|
1190
|
+
async DescribeDeviceFirmwares(
|
|
1191
|
+
req: DescribeDeviceFirmwaresRequest,
|
|
1192
|
+
cb?: (error: string, rep: DescribeDeviceFirmwaresResponse) => void
|
|
1193
|
+
): Promise<DescribeDeviceFirmwaresResponse> {
|
|
1194
|
+
return this.request("DescribeDeviceFirmwares", req, cb)
|
|
1195
|
+
}
|
|
1196
|
+
|
|
1133
1197
|
/**
|
|
1134
1198
|
* 批量绑定子设备
|
|
1135
1199
|
*/
|
|
@@ -1200,6 +1264,16 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1200
1264
|
return this.request("BindCloudStorageUser", req, cb)
|
|
1201
1265
|
}
|
|
1202
1266
|
|
|
1267
|
+
/**
|
|
1268
|
+
* 获取指定网关设备的子设备列表
|
|
1269
|
+
*/
|
|
1270
|
+
async GetGatewaySubDeviceList(
|
|
1271
|
+
req: GetGatewaySubDeviceListRequest,
|
|
1272
|
+
cb?: (error: string, rep: GetGatewaySubDeviceListResponse) => void
|
|
1273
|
+
): Promise<GetGatewaySubDeviceListResponse> {
|
|
1274
|
+
return this.request("GetGatewaySubDeviceList", req, cb)
|
|
1275
|
+
}
|
|
1276
|
+
|
|
1203
1277
|
/**
|
|
1204
1278
|
* 获取量产详情信息。
|
|
1205
1279
|
*/
|
|
@@ -1231,23 +1305,23 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1231
1305
|
}
|
|
1232
1306
|
|
|
1233
1307
|
/**
|
|
1234
|
-
*
|
|
1308
|
+
* 为用户提供新建项目的能力,用于集中管理产品和应用。
|
|
1235
1309
|
*/
|
|
1236
|
-
async
|
|
1237
|
-
req:
|
|
1238
|
-
cb?: (error: string, rep:
|
|
1239
|
-
): Promise<
|
|
1240
|
-
return this.request("
|
|
1310
|
+
async CreateProject(
|
|
1311
|
+
req: CreateProjectRequest,
|
|
1312
|
+
cb?: (error: string, rep: CreateProjectResponse) => void
|
|
1313
|
+
): Promise<CreateProjectResponse> {
|
|
1314
|
+
return this.request("CreateProject", req, cb)
|
|
1241
1315
|
}
|
|
1242
1316
|
|
|
1243
1317
|
/**
|
|
1244
|
-
*
|
|
1318
|
+
* 获取云存 AI 分析任务输出文件的下载地址
|
|
1245
1319
|
*/
|
|
1246
|
-
async
|
|
1247
|
-
req:
|
|
1248
|
-
cb?: (error: string, rep:
|
|
1249
|
-
): Promise<
|
|
1250
|
-
return this.request("
|
|
1320
|
+
async GenerateCloudStorageAIServiceTaskFileURL(
|
|
1321
|
+
req: GenerateCloudStorageAIServiceTaskFileURLRequest,
|
|
1322
|
+
cb?: (error: string, rep: GenerateCloudStorageAIServiceTaskFileURLResponse) => void
|
|
1323
|
+
): Promise<GenerateCloudStorageAIServiceTaskFileURLResponse> {
|
|
1324
|
+
return this.request("GenerateCloudStorageAIServiceTaskFileURL", req, cb)
|
|
1251
1325
|
}
|
|
1252
1326
|
|
|
1253
1327
|
/**
|