tencentcloud-sdk-nodejs 4.0.762 → 4.0.764
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 +351 -0
- package/SERVICE_CHANGELOG.md +417 -43
- package/package.json +1 -1
- package/products.md +26 -26
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ams/v20201229/ams_client.ts +1 -2
- package/src/services/ams/v20201229/ams_models.ts +67 -1
- package/src/services/asr/v20190614/asr_models.ts +1 -1
- package/src/services/bi/v20220105/bi_models.ts +5 -0
- package/src/services/ccc/v20200210/ccc_models.ts +31 -28
- package/src/services/cdb/v20170320/cdb_client.ts +2 -2
- package/src/services/cdb/v20170320/cdb_models.ts +31 -22
- package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +5 -0
- package/src/services/cvm/v20170312/cvm_client.ts +3 -3
- package/src/services/cvm/v20170312/cvm_models.ts +11 -8
- package/src/services/dlc/v20210125/dlc_models.ts +2 -2
- package/src/services/dnspod/v20210323/dnspod_models.ts +4 -0
- package/src/services/dts/v20211206/dts_models.ts +1 -1
- package/src/services/ess/v20201111/ess_client.ts +64 -4
- package/src/services/ess/v20201111/ess_models.ts +175 -202
- package/src/services/essbasic/v20210526/essbasic_client.ts +3 -1
- package/src/services/essbasic/v20210526/essbasic_models.ts +14 -9
- package/src/services/faceid/v20180301/faceid_client.ts +2 -0
- package/src/services/faceid/v20180301/faceid_models.ts +36 -0
- package/src/services/lcic/v20220817/lcic_models.ts +8 -4
- package/src/services/ocr/v20181119/ocr_client.ts +4 -1
- package/src/services/ocr/v20181119/ocr_models.ts +328 -44
- package/src/services/redis/v20180412/redis_models.ts +23 -14
- package/src/services/tag/v20180813/tag_models.ts +1 -1
- package/src/services/tdmq/v20200217/tdmq_client.ts +1 -2
- package/src/services/tdmq/v20200217/tdmq_models.ts +35 -44
- package/src/services/tione/v20211111/tione_models.ts +15 -15
- package/src/services/trp/v20210515/trp_client.ts +20 -7
- package/src/services/trp/v20210515/trp_models.ts +141 -48
- package/src/services/vm/v20210922/vm_client.ts +1 -0
- package/src/services/vm/v20210922/vm_models.ts +67 -0
- package/src/services/vod/v20180717/vod_client.ts +14 -1
- package/src/services/vod/v20180717/vod_models.ts +73 -6
- package/src/services/vpc/v20170312/vpc_client.ts +32 -16
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ams/v20201229/ams_client.d.ts +0 -2
- package/tencentcloud/services/ams/v20201229/ams_client.js +0 -2
- package/tencentcloud/services/ams/v20201229/ams_models.d.ts +66 -1
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +1 -1
- package/tencentcloud/services/bi/v20220105/bi_models.d.ts +5 -0
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +31 -28
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +2 -2
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +2 -2
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +31 -22
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +5 -0
- package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +3 -3
- package/tencentcloud/services/cvm/v20170312/cvm_client.js +3 -3
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +11 -8
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +2 -2
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +4 -0
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +1 -1
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +64 -4
- package/tencentcloud/services/ess/v20201111/ess_client.js +64 -4
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +175 -202
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +3 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +3 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +14 -9
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +34 -0
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +8 -4
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +325 -44
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +23 -14
- package/tencentcloud/services/tag/v20180813/tag_models.d.ts +1 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +1 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +35 -43
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +15 -15
- package/tencentcloud/services/trp/v20210515/trp_client.d.ts +7 -3
- package/tencentcloud/services/trp/v20210515/trp_client.js +9 -3
- package/tencentcloud/services/trp/v20210515/trp_models.d.ts +138 -48
- package/tencentcloud/services/vm/v20210922/vm_models.d.ts +66 -0
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +5 -1
- package/tencentcloud/services/vod/v20180717/vod_client.js +6 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +70 -6
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +16 -0
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +16 -0
- package/test/trp.v20210515.test.js +12 -2
- package/test/vod.v20180717.test.js +10 -0
|
@@ -24,7 +24,7 @@ export interface UnTagResourcesResponse {
|
|
|
24
24
|
解绑标签成功时,返回的FailedResources为空。
|
|
25
25
|
解绑标签失败或部分失败时,返回的FailedResources会显示失败资源的详细信息。
|
|
26
26
|
*/
|
|
27
|
-
FailedResources
|
|
27
|
+
FailedResources?: Array<FailedResource>
|
|
28
28
|
/**
|
|
29
29
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
30
30
|
*/
|
|
@@ -25,7 +25,6 @@ import {
|
|
|
25
25
|
RabbitMQClusterWhiteListInfo,
|
|
26
26
|
CreateProClusterResponse,
|
|
27
27
|
CmqDeadLetterPolicy,
|
|
28
|
-
DescribeNamespaceBundlesOptRequest,
|
|
29
28
|
DeleteRabbitMQUserRequest,
|
|
30
29
|
RocketMQNamespace,
|
|
31
30
|
DescribeSubscriptionsRequest,
|
|
@@ -248,7 +247,7 @@ import {
|
|
|
248
247
|
ConsumerLog,
|
|
249
248
|
DeleteTopicsRequest,
|
|
250
249
|
CmqTransactionPolicy,
|
|
251
|
-
|
|
250
|
+
DescribeNamespaceBundlesOptRequest,
|
|
252
251
|
ModifyTopicRequest,
|
|
253
252
|
ResetMsgSubOffsetByTimestampRequest,
|
|
254
253
|
CreateEnvironmentRoleResponse,
|
|
@@ -218,44 +218,6 @@ export interface CmqDeadLetterPolicy {
|
|
|
218
218
|
MaxReceiveCount: number
|
|
219
219
|
}
|
|
220
220
|
|
|
221
|
-
/**
|
|
222
|
-
* DescribeNamespaceBundlesOpt请求参数结构体
|
|
223
|
-
*/
|
|
224
|
-
export interface DescribeNamespaceBundlesOptRequest {
|
|
225
|
-
/**
|
|
226
|
-
* 物理集群名
|
|
227
|
-
*/
|
|
228
|
-
ClusterName: string
|
|
229
|
-
/**
|
|
230
|
-
* 虚拟集群(租户)ID
|
|
231
|
-
*/
|
|
232
|
-
TenantId: string
|
|
233
|
-
/**
|
|
234
|
-
* 命名空间名
|
|
235
|
-
*/
|
|
236
|
-
NamespaceName: string
|
|
237
|
-
/**
|
|
238
|
-
* 是否需要监控指标,若传false,则不需要传Limit和Offset分页参数
|
|
239
|
-
*/
|
|
240
|
-
NeedMetrics: boolean
|
|
241
|
-
/**
|
|
242
|
-
* 查询限制条数
|
|
243
|
-
*/
|
|
244
|
-
Limit?: number
|
|
245
|
-
/**
|
|
246
|
-
* 查询偏移量
|
|
247
|
-
*/
|
|
248
|
-
Offset?: number
|
|
249
|
-
/**
|
|
250
|
-
* 过滤的 bundle
|
|
251
|
-
*/
|
|
252
|
-
Bundle?: string
|
|
253
|
-
/**
|
|
254
|
-
* bundle 所属的 broker ip 地址,支持模糊查询
|
|
255
|
-
*/
|
|
256
|
-
OwnerBroker?: string
|
|
257
|
-
}
|
|
258
|
-
|
|
259
221
|
/**
|
|
260
222
|
* DeleteRabbitMQUser请求参数结构体
|
|
261
223
|
*/
|
|
@@ -1137,10 +1099,6 @@ export interface DescribeNamespaceBundlesOptResponse {
|
|
|
1137
1099
|
* 记录条数
|
|
1138
1100
|
*/
|
|
1139
1101
|
TotalCount?: number
|
|
1140
|
-
/**
|
|
1141
|
-
* bundle列表
|
|
1142
|
-
*/
|
|
1143
|
-
BundleSet?: Array<BundleSetOpt>
|
|
1144
1102
|
/**
|
|
1145
1103
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1146
1104
|
*/
|
|
@@ -6179,9 +6137,42 @@ export interface CmqTransactionPolicy {
|
|
|
6179
6137
|
}
|
|
6180
6138
|
|
|
6181
6139
|
/**
|
|
6182
|
-
*
|
|
6140
|
+
* DescribeNamespaceBundlesOpt请求参数结构体
|
|
6183
6141
|
*/
|
|
6184
|
-
export
|
|
6142
|
+
export interface DescribeNamespaceBundlesOptRequest {
|
|
6143
|
+
/**
|
|
6144
|
+
* 物理集群名
|
|
6145
|
+
*/
|
|
6146
|
+
ClusterName: string
|
|
6147
|
+
/**
|
|
6148
|
+
* 虚拟集群(租户)ID
|
|
6149
|
+
*/
|
|
6150
|
+
TenantId: string
|
|
6151
|
+
/**
|
|
6152
|
+
* 命名空间名
|
|
6153
|
+
*/
|
|
6154
|
+
NamespaceName: string
|
|
6155
|
+
/**
|
|
6156
|
+
* 是否需要监控指标,若传false,则不需要传Limit和Offset分页参数
|
|
6157
|
+
*/
|
|
6158
|
+
NeedMetrics: boolean
|
|
6159
|
+
/**
|
|
6160
|
+
* 查询限制条数
|
|
6161
|
+
*/
|
|
6162
|
+
Limit?: number
|
|
6163
|
+
/**
|
|
6164
|
+
* 查询偏移量
|
|
6165
|
+
*/
|
|
6166
|
+
Offset?: number
|
|
6167
|
+
/**
|
|
6168
|
+
* 过滤的 bundle
|
|
6169
|
+
*/
|
|
6170
|
+
Bundle?: string
|
|
6171
|
+
/**
|
|
6172
|
+
* bundle 所属的 broker IP 地址,支持模糊查询
|
|
6173
|
+
*/
|
|
6174
|
+
OwnerBroker?: string
|
|
6175
|
+
}
|
|
6185
6176
|
|
|
6186
6177
|
/**
|
|
6187
6178
|
* ModifyTopic请求参数结构体
|
|
@@ -827,7 +827,7 @@ export interface DescribeBillingResourceGroupsRequest {
|
|
|
827
827
|
/**
|
|
828
828
|
* 资源组类型; 枚举值 TRAIN:训练 INFERENCE:推理
|
|
829
829
|
*/
|
|
830
|
-
Type
|
|
830
|
+
Type?: string
|
|
831
831
|
/**
|
|
832
832
|
* Filter.Name: 枚举值: ResourceGroupId (资源组id列表)
|
|
833
833
|
ResourceGroupName (资源组名称列表)
|
|
@@ -1619,12 +1619,12 @@ export interface DescribeBillingResourceGroupsResponse {
|
|
|
1619
1619
|
/**
|
|
1620
1620
|
* 资源组总数; 注意接口是分页拉取的,total是指资源组总数,不是本次返回中ResourceGroupSet数组的大小
|
|
1621
1621
|
*/
|
|
1622
|
-
TotalCount
|
|
1622
|
+
TotalCount?: number
|
|
1623
1623
|
/**
|
|
1624
1624
|
* 资源组详情
|
|
1625
1625
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1626
1626
|
*/
|
|
1627
|
-
ResourceGroupSet
|
|
1627
|
+
ResourceGroupSet?: Array<ResourceGroup>
|
|
1628
1628
|
/**
|
|
1629
1629
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1630
1630
|
*/
|
|
@@ -3344,39 +3344,39 @@ export interface ResourceGroup {
|
|
|
3344
3344
|
/**
|
|
3345
3345
|
* 资源组id
|
|
3346
3346
|
*/
|
|
3347
|
-
ResourceGroupId
|
|
3347
|
+
ResourceGroupId?: string
|
|
3348
3348
|
/**
|
|
3349
3349
|
* 资源组名称
|
|
3350
3350
|
*/
|
|
3351
|
-
ResourceGroupName
|
|
3351
|
+
ResourceGroupName?: string
|
|
3352
3352
|
/**
|
|
3353
3353
|
* 可用节点个数(运行中的节点)
|
|
3354
3354
|
*/
|
|
3355
|
-
FreeInstance
|
|
3355
|
+
FreeInstance?: number
|
|
3356
3356
|
/**
|
|
3357
3357
|
* 总节点个数(所有节点)
|
|
3358
3358
|
*/
|
|
3359
|
-
TotalInstance
|
|
3359
|
+
TotalInstance?: number
|
|
3360
3360
|
/**
|
|
3361
3361
|
* 资资源组已用的资源
|
|
3362
3362
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3363
3363
|
*/
|
|
3364
|
-
UsedResource
|
|
3364
|
+
UsedResource?: GroupResource
|
|
3365
3365
|
/**
|
|
3366
3366
|
* 资源组总资源
|
|
3367
3367
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3368
3368
|
*/
|
|
3369
|
-
TotalResource
|
|
3369
|
+
TotalResource?: GroupResource
|
|
3370
3370
|
/**
|
|
3371
3371
|
* 节点信息
|
|
3372
3372
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3373
3373
|
*/
|
|
3374
|
-
InstanceSet
|
|
3374
|
+
InstanceSet?: Array<Instance>
|
|
3375
3375
|
/**
|
|
3376
3376
|
* 标签列表
|
|
3377
3377
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3378
3378
|
*/
|
|
3379
|
-
TagSet
|
|
3379
|
+
TagSet?: Array<Tag>
|
|
3380
3380
|
}
|
|
3381
3381
|
|
|
3382
3382
|
/**
|
|
@@ -3561,14 +3561,14 @@ export interface DescribeInferTemplatesResponse {
|
|
|
3561
3561
|
* DescribeBillingSpecs请求参数结构体
|
|
3562
3562
|
*/
|
|
3563
3563
|
export interface DescribeBillingSpecsRequest {
|
|
3564
|
-
/**
|
|
3565
|
-
* 枚举值:TRAIN、NOTEBOOK、INFERENCE
|
|
3566
|
-
*/
|
|
3567
|
-
TaskType: string
|
|
3568
3564
|
/**
|
|
3569
3565
|
* 付费模式:POSTPAID_BY_HOUR按量计费、PREPAID包年包月
|
|
3570
3566
|
*/
|
|
3571
3567
|
ChargeType: string
|
|
3568
|
+
/**
|
|
3569
|
+
* 枚举值:TRAIN、NOTEBOOK、INFERENCE
|
|
3570
|
+
*/
|
|
3571
|
+
TaskType?: string
|
|
3572
3572
|
/**
|
|
3573
3573
|
* 资源类型:CALC 计算资源、CPU CPU资源、GPU GPU资源、CBS云硬盘
|
|
3574
3574
|
*/
|
|
@@ -49,6 +49,7 @@ import {
|
|
|
49
49
|
CreateCodeBatchResponse,
|
|
50
50
|
DescribeCustomRulesRequest,
|
|
51
51
|
CorpQuota,
|
|
52
|
+
ScanStat,
|
|
52
53
|
CreateCustomRuleRequest,
|
|
53
54
|
DescribeCodePackStatusRequest,
|
|
54
55
|
ModifyTraceDataRequest,
|
|
@@ -104,11 +105,13 @@ import {
|
|
|
104
105
|
DescribeCustomRuleByIdResponse,
|
|
105
106
|
DescribeCodeBatchsResponse,
|
|
106
107
|
CreateCustomRuleResponse,
|
|
108
|
+
DescribePlanQRCodeScanRecordsResponse,
|
|
107
109
|
ModifyTraceCodeUnlinkRequest,
|
|
108
110
|
DescribeCodePacksResponse,
|
|
109
111
|
DescribeCodesByPackRequest,
|
|
110
112
|
DescribeJobFileUrlRequest,
|
|
111
113
|
CreateTraceCodesAsyncResponse,
|
|
114
|
+
DescribePlanQRCodeScanRecordsRequest,
|
|
112
115
|
RawScanLog,
|
|
113
116
|
DescribePlanQRCodesRequest,
|
|
114
117
|
ModifyCodeBatchRequest,
|
|
@@ -143,7 +146,7 @@ import {
|
|
|
143
146
|
DescribePlanQRCodesResponse,
|
|
144
147
|
DescribeTraceCodeByIdRequest,
|
|
145
148
|
ModifyCodeBatchResponse,
|
|
146
|
-
|
|
149
|
+
PlanQRCodeRecord,
|
|
147
150
|
ModifyTraceCodeResponse,
|
|
148
151
|
DescribeCodePackUrlResponse,
|
|
149
152
|
DeleteMerchantRequest,
|
|
@@ -309,6 +312,16 @@ export class Client extends AbstractClient {
|
|
|
309
312
|
return this.request("CreateProduct", req, cb)
|
|
310
313
|
}
|
|
311
314
|
|
|
315
|
+
/**
|
|
316
|
+
* 修改自定义码规则
|
|
317
|
+
*/
|
|
318
|
+
async ModifyCustomRule(
|
|
319
|
+
req: ModifyCustomRuleRequest,
|
|
320
|
+
cb?: (error: string, rep: ModifyCustomRuleResponse) => void
|
|
321
|
+
): Promise<ModifyCustomRuleResponse> {
|
|
322
|
+
return this.request("ModifyCustomRule", req, cb)
|
|
323
|
+
}
|
|
324
|
+
|
|
312
325
|
/**
|
|
313
326
|
* 查询渠道企业列表
|
|
314
327
|
*/
|
|
@@ -340,13 +353,13 @@ export class Client extends AbstractClient {
|
|
|
340
353
|
}
|
|
341
354
|
|
|
342
355
|
/**
|
|
343
|
-
*
|
|
356
|
+
* 查询安心计划二维码扫码记录
|
|
344
357
|
*/
|
|
345
|
-
async
|
|
346
|
-
req:
|
|
347
|
-
cb?: (error: string, rep:
|
|
348
|
-
): Promise<
|
|
349
|
-
return this.request("
|
|
358
|
+
async DescribePlanQRCodeScanRecords(
|
|
359
|
+
req: DescribePlanQRCodeScanRecordsRequest,
|
|
360
|
+
cb?: (error: string, rep: DescribePlanQRCodeScanRecordsResponse) => void
|
|
361
|
+
): Promise<DescribePlanQRCodeScanRecordsResponse> {
|
|
362
|
+
return this.request("DescribePlanQRCodeScanRecords", req, cb)
|
|
350
363
|
}
|
|
351
364
|
|
|
352
365
|
/**
|
|
@@ -23,77 +23,78 @@ export interface CodeBatch {
|
|
|
23
23
|
* 批次号
|
|
24
24
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
25
25
|
*/
|
|
26
|
-
BatchId
|
|
26
|
+
BatchId?: string
|
|
27
27
|
/**
|
|
28
28
|
* 企业ID
|
|
29
29
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
30
30
|
*/
|
|
31
|
-
CorpId
|
|
31
|
+
CorpId?: number
|
|
32
32
|
/**
|
|
33
33
|
* 批次编码(未使用)
|
|
34
34
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
35
35
|
*/
|
|
36
|
-
BatchCode
|
|
36
|
+
BatchCode?: string
|
|
37
37
|
/**
|
|
38
38
|
* 码数量
|
|
39
39
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
40
40
|
*/
|
|
41
|
-
CodeCnt
|
|
41
|
+
CodeCnt?: number
|
|
42
42
|
/**
|
|
43
43
|
* 所属商户ID
|
|
44
44
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
45
45
|
*/
|
|
46
|
-
MerchantId
|
|
46
|
+
MerchantId?: string
|
|
47
47
|
/**
|
|
48
48
|
* 产品ID
|
|
49
49
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
50
50
|
*/
|
|
51
|
-
ProductId
|
|
51
|
+
ProductId?: string
|
|
52
52
|
/**
|
|
53
53
|
* 批次类型
|
|
54
54
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
55
55
|
*/
|
|
56
|
-
BatchType
|
|
56
|
+
BatchType?: number
|
|
57
57
|
/**
|
|
58
58
|
* 备注
|
|
59
59
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
60
60
|
*/
|
|
61
|
-
Remark
|
|
61
|
+
Remark?: string
|
|
62
62
|
/**
|
|
63
63
|
* 微信模板
|
|
64
64
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
65
65
|
*/
|
|
66
|
-
MpTpl
|
|
66
|
+
MpTpl?: string
|
|
67
67
|
/**
|
|
68
68
|
* 批次状态 0: 未激活 1: 已激活 -1: 已冻结
|
|
69
69
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
70
70
|
*/
|
|
71
|
-
Status
|
|
71
|
+
Status?: number
|
|
72
72
|
/**
|
|
73
73
|
* 创建时间
|
|
74
74
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
75
75
|
*/
|
|
76
|
-
CreateTime
|
|
76
|
+
CreateTime?: string
|
|
77
77
|
/**
|
|
78
78
|
* 修改时间
|
|
79
79
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
80
80
|
*/
|
|
81
|
-
UpdateTime
|
|
81
|
+
UpdateTime?: string
|
|
82
82
|
/**
|
|
83
83
|
* 所属商户名称
|
|
84
84
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
85
85
|
*/
|
|
86
|
-
MerchantName
|
|
86
|
+
MerchantName?: string
|
|
87
87
|
/**
|
|
88
88
|
* 产品名称
|
|
89
89
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
90
90
|
*/
|
|
91
|
-
ProductName
|
|
91
|
+
ProductName?: string
|
|
92
92
|
/**
|
|
93
93
|
* 未使用
|
|
94
94
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
95
|
+
* @deprecated
|
|
95
96
|
*/
|
|
96
|
-
Ext
|
|
97
|
+
Ext?: Ext
|
|
97
98
|
/**
|
|
98
99
|
* 模板名称
|
|
99
100
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -1025,6 +1026,56 @@ export interface CorpQuota {
|
|
|
1025
1026
|
UsageQuota: UsageQuota
|
|
1026
1027
|
}
|
|
1027
1028
|
|
|
1029
|
+
/**
|
|
1030
|
+
* 扫码统计
|
|
1031
|
+
*/
|
|
1032
|
+
export interface ScanStat {
|
|
1033
|
+
/**
|
|
1034
|
+
* 安心码
|
|
1035
|
+
*/
|
|
1036
|
+
Code?: string
|
|
1037
|
+
/**
|
|
1038
|
+
* 企业ID
|
|
1039
|
+
*/
|
|
1040
|
+
CorpId?: number
|
|
1041
|
+
/**
|
|
1042
|
+
* 商户ID
|
|
1043
|
+
*/
|
|
1044
|
+
MerchantId?: string
|
|
1045
|
+
/**
|
|
1046
|
+
* 产品ID
|
|
1047
|
+
*/
|
|
1048
|
+
ProductId?: string
|
|
1049
|
+
/**
|
|
1050
|
+
* 批次ID
|
|
1051
|
+
*/
|
|
1052
|
+
BatchId?: string
|
|
1053
|
+
/**
|
|
1054
|
+
* 扫码次数
|
|
1055
|
+
*/
|
|
1056
|
+
Pv?: number
|
|
1057
|
+
/**
|
|
1058
|
+
* 扫码人数
|
|
1059
|
+
*/
|
|
1060
|
+
Uv?: number
|
|
1061
|
+
/**
|
|
1062
|
+
* 创建时间
|
|
1063
|
+
*/
|
|
1064
|
+
CreateTime?: string
|
|
1065
|
+
/**
|
|
1066
|
+
* 更新时间
|
|
1067
|
+
*/
|
|
1068
|
+
UpdateTime?: string
|
|
1069
|
+
/**
|
|
1070
|
+
* 商户名称
|
|
1071
|
+
*/
|
|
1072
|
+
MerchantName?: string
|
|
1073
|
+
/**
|
|
1074
|
+
* 产品名称
|
|
1075
|
+
*/
|
|
1076
|
+
ProductName?: string
|
|
1077
|
+
}
|
|
1078
|
+
|
|
1028
1079
|
/**
|
|
1029
1080
|
* CreateCustomRule请求参数结构体
|
|
1030
1081
|
*/
|
|
@@ -1727,7 +1778,14 @@ export interface CreateCustomPackRequest {
|
|
|
1727
1778
|
/**
|
|
1728
1779
|
* 预留字段
|
|
1729
1780
|
*/
|
|
1730
|
-
export
|
|
1781
|
+
export interface Ext {
|
|
1782
|
+
/**
|
|
1783
|
+
* 字符串
|
|
1784
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1785
|
+
* @deprecated
|
|
1786
|
+
*/
|
|
1787
|
+
Value?: string
|
|
1788
|
+
}
|
|
1731
1789
|
|
|
1732
1790
|
/**
|
|
1733
1791
|
* CreateCodeBatch请求参数结构体
|
|
@@ -2298,6 +2356,28 @@ export interface CreateCustomRuleResponse {
|
|
|
2298
2356
|
RequestId?: string
|
|
2299
2357
|
}
|
|
2300
2358
|
|
|
2359
|
+
/**
|
|
2360
|
+
* DescribePlanQRCodeScanRecords返回参数结构体
|
|
2361
|
+
*/
|
|
2362
|
+
export interface DescribePlanQRCodeScanRecordsResponse {
|
|
2363
|
+
/**
|
|
2364
|
+
* 返回码
|
|
2365
|
+
*/
|
|
2366
|
+
Ret?: number
|
|
2367
|
+
/**
|
|
2368
|
+
* 总数
|
|
2369
|
+
*/
|
|
2370
|
+
Total?: number
|
|
2371
|
+
/**
|
|
2372
|
+
* 数据
|
|
2373
|
+
*/
|
|
2374
|
+
Data?: Array<PlanQRCodeRecord>
|
|
2375
|
+
/**
|
|
2376
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2377
|
+
*/
|
|
2378
|
+
RequestId?: string
|
|
2379
|
+
}
|
|
2380
|
+
|
|
2301
2381
|
/**
|
|
2302
2382
|
* ModifyTraceCodeUnlink请求参数结构体
|
|
2303
2383
|
*/
|
|
@@ -2379,6 +2459,28 @@ export interface CreateTraceCodesAsyncResponse {
|
|
|
2379
2459
|
RequestId?: string
|
|
2380
2460
|
}
|
|
2381
2461
|
|
|
2462
|
+
/**
|
|
2463
|
+
* DescribePlanQRCodeScanRecords请求参数结构体
|
|
2464
|
+
*/
|
|
2465
|
+
export interface DescribePlanQRCodeScanRecordsRequest {
|
|
2466
|
+
/**
|
|
2467
|
+
* 开始时间
|
|
2468
|
+
*/
|
|
2469
|
+
StartTime: string
|
|
2470
|
+
/**
|
|
2471
|
+
* 结束时间
|
|
2472
|
+
*/
|
|
2473
|
+
EndTime: string
|
|
2474
|
+
/**
|
|
2475
|
+
* 页码
|
|
2476
|
+
*/
|
|
2477
|
+
PageNo: number
|
|
2478
|
+
/**
|
|
2479
|
+
* 页大小
|
|
2480
|
+
*/
|
|
2481
|
+
PageSize: number
|
|
2482
|
+
}
|
|
2483
|
+
|
|
2382
2484
|
/**
|
|
2383
2485
|
* 原始扫码日志
|
|
2384
2486
|
*/
|
|
@@ -3264,53 +3366,44 @@ export interface ModifyCodeBatchResponse {
|
|
|
3264
3366
|
}
|
|
3265
3367
|
|
|
3266
3368
|
/**
|
|
3267
|
-
*
|
|
3369
|
+
* 安心计划二维码扫码记录
|
|
3268
3370
|
*/
|
|
3269
|
-
export interface
|
|
3371
|
+
export interface PlanQRCodeRecord {
|
|
3270
3372
|
/**
|
|
3271
|
-
*
|
|
3272
|
-
|
|
3273
|
-
Code?: string
|
|
3274
|
-
/**
|
|
3275
|
-
* 企业ID
|
|
3276
|
-
*/
|
|
3277
|
-
CorpId?: number
|
|
3278
|
-
/**
|
|
3279
|
-
* 商户ID
|
|
3280
|
-
*/
|
|
3281
|
-
MerchantId?: string
|
|
3282
|
-
/**
|
|
3283
|
-
* 产品ID
|
|
3284
|
-
*/
|
|
3285
|
-
ProductId?: string
|
|
3286
|
-
/**
|
|
3287
|
-
* 批次ID
|
|
3373
|
+
* 二维码
|
|
3374
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3288
3375
|
*/
|
|
3289
|
-
|
|
3376
|
+
Url: string
|
|
3290
3377
|
/**
|
|
3291
|
-
*
|
|
3378
|
+
* OpenID
|
|
3379
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3292
3380
|
*/
|
|
3293
|
-
|
|
3381
|
+
OpenId: string
|
|
3294
3382
|
/**
|
|
3295
|
-
*
|
|
3383
|
+
* 扫码时间
|
|
3384
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3296
3385
|
*/
|
|
3297
|
-
|
|
3386
|
+
ScanTime: string
|
|
3298
3387
|
/**
|
|
3299
|
-
*
|
|
3388
|
+
* IP 地址
|
|
3389
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3300
3390
|
*/
|
|
3301
|
-
|
|
3391
|
+
Ip: string
|
|
3302
3392
|
/**
|
|
3303
|
-
*
|
|
3393
|
+
* 国家
|
|
3394
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3304
3395
|
*/
|
|
3305
|
-
|
|
3396
|
+
Country: string
|
|
3306
3397
|
/**
|
|
3307
|
-
*
|
|
3398
|
+
* 省份
|
|
3399
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3308
3400
|
*/
|
|
3309
|
-
|
|
3401
|
+
Province: string
|
|
3310
3402
|
/**
|
|
3311
|
-
*
|
|
3403
|
+
* 城市
|
|
3404
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3312
3405
|
*/
|
|
3313
|
-
|
|
3406
|
+
City: string
|
|
3314
3407
|
}
|
|
3315
3408
|
|
|
3316
3409
|
/**
|
|
@@ -365,6 +365,69 @@ export interface DescribeTaskDetailRequest {
|
|
|
365
365
|
ShowAllSegments?: boolean
|
|
366
366
|
}
|
|
367
367
|
|
|
368
|
+
/**
|
|
369
|
+
* 用户信息
|
|
370
|
+
*/
|
|
371
|
+
export interface User {
|
|
372
|
+
/**
|
|
373
|
+
* 业务用户ID 如填写,会根据账号历史恶意情况,判定消息有害结果,特别是有利于可疑恶意情况下的辅助判断。账号可以填写微信uin、QQ号、微信openid、QQopenid、字符串等。该字段和账号类别确定唯一账号。
|
|
374
|
+
*/
|
|
375
|
+
UserId?: string
|
|
376
|
+
/**
|
|
377
|
+
* 该字段表示业务用户ID对应的账号类型,取值:1-微信uin,2-QQ号,3-微信群uin,4-qq群号,5-微信openid,6-QQopenid,7-其它string。
|
|
378
|
+
该字段与账号ID参数(UserId)配合使用可确定唯一账号。
|
|
379
|
+
*/
|
|
380
|
+
AccountType?: string
|
|
381
|
+
/**
|
|
382
|
+
* 用户昵称
|
|
383
|
+
*/
|
|
384
|
+
Nickname?: string
|
|
385
|
+
/**
|
|
386
|
+
* 性别 默认0 未知 1 男性 2 女性
|
|
387
|
+
*/
|
|
388
|
+
Gender?: number
|
|
389
|
+
/**
|
|
390
|
+
* 年龄 默认0 未知
|
|
391
|
+
*/
|
|
392
|
+
Age?: number
|
|
393
|
+
/**
|
|
394
|
+
* 用户等级,默认0 未知 1 低 2 中 3 高
|
|
395
|
+
*/
|
|
396
|
+
Level?: number
|
|
397
|
+
/**
|
|
398
|
+
* 手机号
|
|
399
|
+
*/
|
|
400
|
+
Phone?: string
|
|
401
|
+
/**
|
|
402
|
+
* 用户简介,长度不超过5000字
|
|
403
|
+
*/
|
|
404
|
+
Desc?: string
|
|
405
|
+
/**
|
|
406
|
+
* 用户头像图片链接
|
|
407
|
+
*/
|
|
408
|
+
HeadUrl?: string
|
|
409
|
+
/**
|
|
410
|
+
* 群聊场景房间ID
|
|
411
|
+
*/
|
|
412
|
+
RoomId?: string
|
|
413
|
+
/**
|
|
414
|
+
* 群聊场景群ID
|
|
415
|
+
*/
|
|
416
|
+
GroupId?: string
|
|
417
|
+
/**
|
|
418
|
+
* 群聊场景群用户数
|
|
419
|
+
*/
|
|
420
|
+
GroupSize?: number
|
|
421
|
+
/**
|
|
422
|
+
* 消息接收者ID
|
|
423
|
+
*/
|
|
424
|
+
ReceiverId?: string
|
|
425
|
+
/**
|
|
426
|
+
* 消息生成时间,毫秒
|
|
427
|
+
*/
|
|
428
|
+
SendTime?: string
|
|
429
|
+
}
|
|
430
|
+
|
|
368
431
|
/**
|
|
369
432
|
* 任务输出标签
|
|
370
433
|
*/
|
|
@@ -507,6 +570,10 @@ export interface CreateVideoModerationTaskRequest {
|
|
|
507
570
|
* 审核排队优先级。当您有多个视频审核任务排队时,可以根据这个参数控制排队优先级。用于处理插队等逻辑。默认该参数为0
|
|
508
571
|
*/
|
|
509
572
|
Priority?: number
|
|
573
|
+
/**
|
|
574
|
+
* 该字段表示待检测对象对应的用户相关信息,若填入则可甄别相应违规风险用户
|
|
575
|
+
*/
|
|
576
|
+
User?: User
|
|
510
577
|
}
|
|
511
578
|
|
|
512
579
|
/**
|