tencentcloud-sdk-nodejs 4.0.322 → 4.0.323
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/CHANGELOG.md +151 -0
- package/SERVICE_CHANGELOG.md +204 -64
- package/package.json +1 -1
- package/products.md +8 -7
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_models.ts +6 -0
- package/src/services/captcha/v20190722/captcha_client.ts +1 -1
- package/src/services/cls/v20201016/cls_models.ts +32 -0
- package/src/services/icr/index.ts +5 -0
- package/src/services/icr/v20211014/icr_client.ts +54 -0
- package/src/services/icr/v20211014/icr_models.ts +363 -0
- package/src/services/icr/v20211014/index.ts +6 -0
- package/src/services/iecp/v20210914/iecp_models.ts +1 -1
- package/src/services/index.ts +1 -0
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +17 -10
- package/src/services/tcss/v20201101/tcss_models.ts +13 -0
- package/src/services/tsf/v20180326/tsf_models.ts +73 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +5 -0
- package/tencentcloud/services/captcha/v20190722/captcha_client.d.ts +1 -1
- package/tencentcloud/services/captcha/v20190722/captcha_client.js +1 -1
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +26 -0
- package/tencentcloud/services/icr/index.d.ts +6 -0
- package/tencentcloud/services/icr/index.js +7 -0
- package/tencentcloud/services/icr/v20211014/icr_client.d.ts +14 -0
- package/tencentcloud/services/icr/v20211014/icr_client.js +37 -0
- package/tencentcloud/services/icr/v20211014/icr_models.d.ts +297 -0
- package/tencentcloud/services/icr/v20211014/icr_models.js +18 -0
- package/tencentcloud/services/icr/v20211014/index.d.ts +6 -0
- package/tencentcloud/services/icr/v20211014/index.js +9 -0
- package/tencentcloud/services/iecp/v20210914/iecp_models.d.ts +1 -1
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +16 -10
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +11 -0
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +61 -1
- package/test/icr.v20211014.test.js +31 -0
|
@@ -1843,6 +1843,16 @@ export interface CreateIndexRequest {
|
|
|
1843
1843
|
* 是否生效,默认为true
|
|
1844
1844
|
*/
|
|
1845
1845
|
Status?: boolean
|
|
1846
|
+
|
|
1847
|
+
/**
|
|
1848
|
+
* 全文索引系统预置字段标记,默认false。 false:不包含系统预置字段, true:包含系统预置字段
|
|
1849
|
+
*/
|
|
1850
|
+
IncludeInternalFields?: boolean
|
|
1851
|
+
|
|
1852
|
+
/**
|
|
1853
|
+
* 元数据相关标志位,默认为0。 0:全文索引包括开启键值索引的元数据字段, 1:全文索引包括所有元数据字段,2:全文索引不包括元数据字段。
|
|
1854
|
+
*/
|
|
1855
|
+
MetadataFlag?: number
|
|
1846
1856
|
}
|
|
1847
1857
|
|
|
1848
1858
|
/**
|
|
@@ -2764,6 +2774,16 @@ export interface ModifyIndexRequest {
|
|
|
2764
2774
|
* 索引规则
|
|
2765
2775
|
*/
|
|
2766
2776
|
Rule?: RuleInfo
|
|
2777
|
+
|
|
2778
|
+
/**
|
|
2779
|
+
* 全文索引系统预置字段标记,默认false。 false:不包含系统预置字段, true:包含系统预置字段
|
|
2780
|
+
*/
|
|
2781
|
+
IncludeInternalFields?: boolean
|
|
2782
|
+
|
|
2783
|
+
/**
|
|
2784
|
+
* 元数据相关标志位,默认为0。 0:全文索引包括开启键值索引的元数据字段, 1:全文索引包括所有元数据字段,2:全文索引不包括元数据字段。
|
|
2785
|
+
*/
|
|
2786
|
+
MetadataFlag?: number
|
|
2767
2787
|
}
|
|
2768
2788
|
|
|
2769
2789
|
/**
|
|
@@ -4276,6 +4296,18 @@ export interface DescribeIndexResponse {
|
|
|
4276
4296
|
*/
|
|
4277
4297
|
ModifyTime: string
|
|
4278
4298
|
|
|
4299
|
+
/**
|
|
4300
|
+
* 全文索引系统预置字段标记,默认false。 false:不包含系统预置字段, true:包含系统预置字段
|
|
4301
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4302
|
+
*/
|
|
4303
|
+
IncludeInternalFields: boolean
|
|
4304
|
+
|
|
4305
|
+
/**
|
|
4306
|
+
* 元数据相关标志位,默认为0。 0:全文索引包括开启键值索引的元数据字段, 1:全文索引包括所有元数据字段,2:全文索引不包括元数据字段。
|
|
4307
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4308
|
+
*/
|
|
4309
|
+
MetadataFlag: number
|
|
4310
|
+
|
|
4279
4311
|
/**
|
|
4280
4312
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4281
4313
|
*/
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
/* eslint-disable @typescript-eslint/no-unused-vars */
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) 2018 THL A29 Limited, a Tencent company. All Rights Reserved.
|
|
4
|
+
*
|
|
5
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
|
+
* you may not use this file except in compliance with the License.
|
|
7
|
+
* You may obtain a copy of the License at
|
|
8
|
+
*
|
|
9
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
+
*
|
|
11
|
+
* Unless required by applicable law or agreed to in writing,
|
|
12
|
+
* software distributed under the License is distributed on an
|
|
13
|
+
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
14
|
+
* KIND, either express or implied. See the License for the
|
|
15
|
+
* specific language governing permissions and limitations
|
|
16
|
+
* under the License.
|
|
17
|
+
*/
|
|
18
|
+
import { AbstractClient } from "../../../common/abstract_client"
|
|
19
|
+
import { ClientConfig } from "../../../common/interface"
|
|
20
|
+
import {
|
|
21
|
+
ReqMetadataVagrant,
|
|
22
|
+
GetIndustryV1HomeMembersRespIndustry,
|
|
23
|
+
ReqMetadata,
|
|
24
|
+
GetIndustryV1HomeMembersRespData,
|
|
25
|
+
GetIndustryV1HomeMembersRequest,
|
|
26
|
+
GetIndustryV1HomeMembersRespFeature,
|
|
27
|
+
GetIndustryV1HomeMembersReqPayload,
|
|
28
|
+
GetIndustryV1HomeMembersRespProduct,
|
|
29
|
+
RspMetadata,
|
|
30
|
+
GetIndustryV1HomeMembersRespPayload,
|
|
31
|
+
GetIndustryV1HomeMembersResponse,
|
|
32
|
+
ReqMetadataLBS,
|
|
33
|
+
GetIndustryV1HomeMembersRespType,
|
|
34
|
+
} from "./icr_models"
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* icr client
|
|
38
|
+
* @class
|
|
39
|
+
*/
|
|
40
|
+
export class Client extends AbstractClient {
|
|
41
|
+
constructor(clientConfig: ClientConfig) {
|
|
42
|
+
super("icr.tencentcloudapi.com", "2021-10-14", clientConfig)
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
/**
|
|
46
|
+
* 获取成员列表接口
|
|
47
|
+
*/
|
|
48
|
+
async GetIndustryV1HomeMembers(
|
|
49
|
+
req: GetIndustryV1HomeMembersRequest,
|
|
50
|
+
cb?: (error: string, rep: GetIndustryV1HomeMembersResponse) => void
|
|
51
|
+
): Promise<GetIndustryV1HomeMembersResponse> {
|
|
52
|
+
return this.request("GetIndustryV1HomeMembers", req, cb)
|
|
53
|
+
}
|
|
54
|
+
}
|
|
@@ -0,0 +1,363 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) 2018 THL A29 Limited, a Tencent company. All Rights Reserved.
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing,
|
|
11
|
+
* software distributed under the License is distributed on an
|
|
12
|
+
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
13
|
+
* KIND, either express or implied. See the License for the
|
|
14
|
+
* specific language governing permissions and limitations
|
|
15
|
+
* under the License.
|
|
16
|
+
*/
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
* 请求参数Vagrant
|
|
20
|
+
*/
|
|
21
|
+
export interface ReqMetadataVagrant {
|
|
22
|
+
/**
|
|
23
|
+
* 无
|
|
24
|
+
*/
|
|
25
|
+
Key?: string
|
|
26
|
+
|
|
27
|
+
/**
|
|
28
|
+
* 无
|
|
29
|
+
*/
|
|
30
|
+
Value?: string
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
/**
|
|
34
|
+
* 获取成员列表回包Industry
|
|
35
|
+
*/
|
|
36
|
+
export interface GetIndustryV1HomeMembersRespIndustry {
|
|
37
|
+
/**
|
|
38
|
+
* 行业ID
|
|
39
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
40
|
+
*/
|
|
41
|
+
ID: string
|
|
42
|
+
|
|
43
|
+
/**
|
|
44
|
+
* 行业名称
|
|
45
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
46
|
+
*/
|
|
47
|
+
IndustryName: string
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
/**
|
|
51
|
+
* 请求的Metadata
|
|
52
|
+
*/
|
|
53
|
+
export interface ReqMetadata {
|
|
54
|
+
/**
|
|
55
|
+
* 渠道
|
|
56
|
+
*/
|
|
57
|
+
ChannelID?: string
|
|
58
|
+
|
|
59
|
+
/**
|
|
60
|
+
* 无
|
|
61
|
+
*/
|
|
62
|
+
BusinessName?: string
|
|
63
|
+
|
|
64
|
+
/**
|
|
65
|
+
* 无
|
|
66
|
+
*/
|
|
67
|
+
GUID?: string
|
|
68
|
+
|
|
69
|
+
/**
|
|
70
|
+
* 无
|
|
71
|
+
*/
|
|
72
|
+
AppKey?: string
|
|
73
|
+
|
|
74
|
+
/**
|
|
75
|
+
* 位置定位服务
|
|
76
|
+
*/
|
|
77
|
+
LBS?: ReqMetadataLBS
|
|
78
|
+
|
|
79
|
+
/**
|
|
80
|
+
* 透传字段
|
|
81
|
+
*/
|
|
82
|
+
Vagrants?: Array<ReqMetadataVagrant>
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
/**
|
|
86
|
+
* 获取成员列表回包DataList
|
|
87
|
+
*/
|
|
88
|
+
export interface GetIndustryV1HomeMembersRespData {
|
|
89
|
+
/**
|
|
90
|
+
* 修改时间
|
|
91
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
92
|
+
*/
|
|
93
|
+
EditTime: number
|
|
94
|
+
|
|
95
|
+
/**
|
|
96
|
+
* 功能列表
|
|
97
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
98
|
+
*/
|
|
99
|
+
FeatureList: GetIndustryV1HomeMembersRespFeature
|
|
100
|
+
|
|
101
|
+
/**
|
|
102
|
+
* 用户ID
|
|
103
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
104
|
+
*/
|
|
105
|
+
ID: string
|
|
106
|
+
|
|
107
|
+
/**
|
|
108
|
+
* 用户行业分类
|
|
109
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
110
|
+
*/
|
|
111
|
+
IndustryType: string
|
|
112
|
+
|
|
113
|
+
/**
|
|
114
|
+
* 子用户数量
|
|
115
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
116
|
+
*/
|
|
117
|
+
MemberNum: number
|
|
118
|
+
|
|
119
|
+
/**
|
|
120
|
+
* 机器人列表
|
|
121
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
122
|
+
*/
|
|
123
|
+
ProductList: GetIndustryV1HomeMembersRespProduct
|
|
124
|
+
|
|
125
|
+
/**
|
|
126
|
+
* 备注
|
|
127
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
128
|
+
*/
|
|
129
|
+
Remark: string
|
|
130
|
+
|
|
131
|
+
/**
|
|
132
|
+
* 是否有效
|
|
133
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
134
|
+
*/
|
|
135
|
+
Status: number
|
|
136
|
+
|
|
137
|
+
/**
|
|
138
|
+
* 功能列表
|
|
139
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
140
|
+
*/
|
|
141
|
+
TypeList: GetIndustryV1HomeMembersRespType
|
|
142
|
+
|
|
143
|
+
/**
|
|
144
|
+
* 用户账号
|
|
145
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
146
|
+
*/
|
|
147
|
+
UserAccount: string
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
/**
|
|
151
|
+
* GetIndustryV1HomeMembers请求参数结构体
|
|
152
|
+
*/
|
|
153
|
+
export interface GetIndustryV1HomeMembersRequest {
|
|
154
|
+
/**
|
|
155
|
+
* 无
|
|
156
|
+
*/
|
|
157
|
+
Payload: GetIndustryV1HomeMembersReqPayload
|
|
158
|
+
|
|
159
|
+
/**
|
|
160
|
+
* 无
|
|
161
|
+
*/
|
|
162
|
+
Metadata?: ReqMetadata
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
/**
|
|
166
|
+
* 获取成员列表接口回包Feature
|
|
167
|
+
*/
|
|
168
|
+
export interface GetIndustryV1HomeMembersRespFeature {
|
|
169
|
+
/**
|
|
170
|
+
* 功能名称
|
|
171
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
172
|
+
*/
|
|
173
|
+
FeatureName: string
|
|
174
|
+
|
|
175
|
+
/**
|
|
176
|
+
* 功能ID
|
|
177
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
178
|
+
*/
|
|
179
|
+
ID: string
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
/**
|
|
183
|
+
* 获取成员列表入参payload
|
|
184
|
+
*/
|
|
185
|
+
export interface GetIndustryV1HomeMembersReqPayload {
|
|
186
|
+
/**
|
|
187
|
+
* 用户ID
|
|
188
|
+
*/
|
|
189
|
+
ID: string
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
/**
|
|
193
|
+
* 获取成员列表接口回包ProductList
|
|
194
|
+
*/
|
|
195
|
+
export interface GetIndustryV1HomeMembersRespProduct {
|
|
196
|
+
/**
|
|
197
|
+
* 创建时间
|
|
198
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
199
|
+
*/
|
|
200
|
+
CreateTime: string
|
|
201
|
+
|
|
202
|
+
/**
|
|
203
|
+
* 编辑时间
|
|
204
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
205
|
+
*/
|
|
206
|
+
EditTime: string
|
|
207
|
+
|
|
208
|
+
/**
|
|
209
|
+
* 机器人ID(AppKey信息)
|
|
210
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
211
|
+
*/
|
|
212
|
+
AppKey: string
|
|
213
|
+
|
|
214
|
+
/**
|
|
215
|
+
* 机器人图标
|
|
216
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
217
|
+
*/
|
|
218
|
+
Image: string
|
|
219
|
+
|
|
220
|
+
/**
|
|
221
|
+
* 行业信息
|
|
222
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
223
|
+
*/
|
|
224
|
+
Industry: Array<GetIndustryV1HomeMembersRespIndustry>
|
|
225
|
+
|
|
226
|
+
/**
|
|
227
|
+
* 操作员列表
|
|
228
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
229
|
+
*/
|
|
230
|
+
OperatorList: string
|
|
231
|
+
|
|
232
|
+
/**
|
|
233
|
+
* 机器人名字
|
|
234
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
235
|
+
*/
|
|
236
|
+
ProductName: string
|
|
237
|
+
|
|
238
|
+
/**
|
|
239
|
+
* 备注
|
|
240
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
241
|
+
*/
|
|
242
|
+
Remark: string
|
|
243
|
+
|
|
244
|
+
/**
|
|
245
|
+
* 模板列表
|
|
246
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
247
|
+
*/
|
|
248
|
+
TemplateList: string
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
/**
|
|
252
|
+
* 回包的meta data
|
|
253
|
+
*/
|
|
254
|
+
export interface RspMetadata {
|
|
255
|
+
/**
|
|
256
|
+
* 无
|
|
257
|
+
*/
|
|
258
|
+
Code: number
|
|
259
|
+
|
|
260
|
+
/**
|
|
261
|
+
* 无
|
|
262
|
+
*/
|
|
263
|
+
Message: string
|
|
264
|
+
|
|
265
|
+
/**
|
|
266
|
+
* 无
|
|
267
|
+
*/
|
|
268
|
+
SessionID: string
|
|
269
|
+
|
|
270
|
+
/**
|
|
271
|
+
* 无
|
|
272
|
+
*/
|
|
273
|
+
SessionDelta: string
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
/**
|
|
277
|
+
* 获取成员列表回包Payload
|
|
278
|
+
*/
|
|
279
|
+
export interface GetIndustryV1HomeMembersRespPayload {
|
|
280
|
+
/**
|
|
281
|
+
* 用户级别
|
|
282
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
283
|
+
*/
|
|
284
|
+
AccountLevel: string
|
|
285
|
+
|
|
286
|
+
/**
|
|
287
|
+
* 用户列表
|
|
288
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
289
|
+
*/
|
|
290
|
+
DataList: Array<GetIndustryV1HomeMembersRespData>
|
|
291
|
+
|
|
292
|
+
/**
|
|
293
|
+
* 每页数量
|
|
294
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
295
|
+
*/
|
|
296
|
+
Limit: number
|
|
297
|
+
|
|
298
|
+
/**
|
|
299
|
+
* 分页偏移量,从0开始
|
|
300
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
301
|
+
*/
|
|
302
|
+
Offset: number
|
|
303
|
+
|
|
304
|
+
/**
|
|
305
|
+
* 用户总数
|
|
306
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
307
|
+
*/
|
|
308
|
+
Total: number
|
|
309
|
+
}
|
|
310
|
+
|
|
311
|
+
/**
|
|
312
|
+
* GetIndustryV1HomeMembers返回参数结构体
|
|
313
|
+
*/
|
|
314
|
+
export interface GetIndustryV1HomeMembersResponse {
|
|
315
|
+
/**
|
|
316
|
+
* 无
|
|
317
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
318
|
+
*/
|
|
319
|
+
Metadata: RspMetadata
|
|
320
|
+
|
|
321
|
+
/**
|
|
322
|
+
* 无
|
|
323
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
324
|
+
*/
|
|
325
|
+
Payload: GetIndustryV1HomeMembersRespPayload
|
|
326
|
+
|
|
327
|
+
/**
|
|
328
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
329
|
+
*/
|
|
330
|
+
RequestId?: string
|
|
331
|
+
}
|
|
332
|
+
|
|
333
|
+
/**
|
|
334
|
+
* 请求参数的lbs
|
|
335
|
+
*/
|
|
336
|
+
export interface ReqMetadataLBS {
|
|
337
|
+
/**
|
|
338
|
+
* 无
|
|
339
|
+
*/
|
|
340
|
+
Latitude?: number
|
|
341
|
+
|
|
342
|
+
/**
|
|
343
|
+
* 无
|
|
344
|
+
*/
|
|
345
|
+
Longitude?: number
|
|
346
|
+
}
|
|
347
|
+
|
|
348
|
+
/**
|
|
349
|
+
* 获取成员列表接口回包TypeList
|
|
350
|
+
*/
|
|
351
|
+
export interface GetIndustryV1HomeMembersRespType {
|
|
352
|
+
/**
|
|
353
|
+
* 类型ID
|
|
354
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
355
|
+
*/
|
|
356
|
+
Type: string
|
|
357
|
+
|
|
358
|
+
/**
|
|
359
|
+
* 类型名称
|
|
360
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
361
|
+
*/
|
|
362
|
+
TypeName: string
|
|
363
|
+
}
|
package/src/services/index.ts
CHANGED
|
@@ -146,7 +146,7 @@ export interface ModifyStudioProductResponse {
|
|
|
146
146
|
/**
|
|
147
147
|
* 产品描述
|
|
148
148
|
*/
|
|
149
|
-
Product
|
|
149
|
+
Product: ProductEntry
|
|
150
150
|
|
|
151
151
|
/**
|
|
152
152
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -489,7 +489,7 @@ export interface CreateStudioProductResponse {
|
|
|
489
489
|
/**
|
|
490
490
|
* 产品描述
|
|
491
491
|
*/
|
|
492
|
-
Product
|
|
492
|
+
Product: ProductEntry
|
|
493
493
|
|
|
494
494
|
/**
|
|
495
495
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -1122,7 +1122,7 @@ export interface DescribeProjectResponse {
|
|
|
1122
1122
|
/**
|
|
1123
1123
|
* 返回信息
|
|
1124
1124
|
*/
|
|
1125
|
-
Project
|
|
1125
|
+
Project: ProjectEntryEx
|
|
1126
1126
|
|
|
1127
1127
|
/**
|
|
1128
1128
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -1706,12 +1706,12 @@ export interface SearchTopicRuleResponse {
|
|
|
1706
1706
|
/**
|
|
1707
1707
|
* 搜索到的规则总数
|
|
1708
1708
|
*/
|
|
1709
|
-
TotalCnt
|
|
1709
|
+
TotalCnt: number
|
|
1710
1710
|
|
|
1711
1711
|
/**
|
|
1712
1712
|
* 规则信息列表
|
|
1713
1713
|
*/
|
|
1714
|
-
Rules
|
|
1714
|
+
Rules: Array<TopicRuleInfo>
|
|
1715
1715
|
|
|
1716
1716
|
/**
|
|
1717
1717
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -2256,7 +2256,7 @@ export interface DescribeDeviceResponse {
|
|
|
2256
2256
|
/**
|
|
2257
2257
|
* 设备信息
|
|
2258
2258
|
*/
|
|
2259
|
-
Device
|
|
2259
|
+
Device: DeviceInfo
|
|
2260
2260
|
|
|
2261
2261
|
/**
|
|
2262
2262
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -3669,6 +3669,12 @@ export interface DescribeDeviceBindGatewayResponse {
|
|
|
3669
3669
|
*/
|
|
3670
3670
|
GatewayDeviceName: string
|
|
3671
3671
|
|
|
3672
|
+
/**
|
|
3673
|
+
* 网关产品名称
|
|
3674
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3675
|
+
*/
|
|
3676
|
+
GatewayName: string
|
|
3677
|
+
|
|
3672
3678
|
/**
|
|
3673
3679
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3674
3680
|
*/
|
|
@@ -3707,14 +3713,15 @@ export interface ControlDeviceDataResponse {
|
|
|
3707
3713
|
/**
|
|
3708
3714
|
* 返回信息
|
|
3709
3715
|
*/
|
|
3710
|
-
Data
|
|
3716
|
+
Data: string
|
|
3711
3717
|
|
|
3712
3718
|
/**
|
|
3713
3719
|
* JSON字符串, 返回下发控制的结果信息,
|
|
3714
|
-
Sent = 1 表示设备已经在线并且订阅了控制下发的mqtt topic
|
|
3720
|
+
Sent = 1 表示设备已经在线并且订阅了控制下发的mqtt topic.
|
|
3721
|
+
pushResult 是表示发送结果,其中 0 表示成功, 23101 表示设备未在线或没有订阅相关的 MQTT Topic。
|
|
3715
3722
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3716
3723
|
*/
|
|
3717
|
-
Result
|
|
3724
|
+
Result: string
|
|
3718
3725
|
|
|
3719
3726
|
/**
|
|
3720
3727
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -4120,7 +4127,7 @@ export interface ModifyProjectResponse {
|
|
|
4120
4127
|
/**
|
|
4121
4128
|
* 项目详情
|
|
4122
4129
|
*/
|
|
4123
|
-
Project
|
|
4130
|
+
Project: ProjectEntry
|
|
4124
4131
|
|
|
4125
4132
|
/**
|
|
4126
4133
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -4293,6 +4293,19 @@ export interface DescribeProVersionInfoResponse {
|
|
|
4293
4293
|
*/
|
|
4294
4294
|
ResourceId: string
|
|
4295
4295
|
|
|
4296
|
+
/**
|
|
4297
|
+
* 购买状态
|
|
4298
|
+
待购: Pending
|
|
4299
|
+
已购: Normal
|
|
4300
|
+
隔离: Isolate
|
|
4301
|
+
*/
|
|
4302
|
+
BuyStatus: string
|
|
4303
|
+
|
|
4304
|
+
/**
|
|
4305
|
+
* 是否曾经购买过(false:未曾 true:曾经购买过)
|
|
4306
|
+
*/
|
|
4307
|
+
IsPurchased: boolean
|
|
4308
|
+
|
|
4296
4309
|
/**
|
|
4297
4310
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4298
4311
|
*/
|