tencentcloud-sdk-nodejs 4.0.590 → 4.0.591

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 (55) hide show
  1. package/CHANGELOG.md +343 -0
  2. package/SERVICE_CHANGELOG.md +458 -92
  3. package/package.json +1 -1
  4. package/products.md +20 -20
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/asr/v20190614/asr_models.ts +4 -4
  7. package/src/services/bma/v20221115/bma_models.ts +12 -1
  8. package/src/services/cdn/v20180606/cdn_models.ts +21 -11
  9. package/src/services/cfw/v20190904/cfw_models.ts +12 -6
  10. package/src/services/cpdp/v20190820/cpdp_models.ts +6 -0
  11. package/src/services/dasb/v20191018/dasb_models.ts +146 -7
  12. package/src/services/ess/v20201111/ess_client.ts +11 -5
  13. package/src/services/ess/v20201111/ess_models.ts +6 -5
  14. package/src/services/essbasic/v20210526/essbasic_client.ts +9 -2
  15. package/src/services/kms/v20190118/kms_client.ts +48 -0
  16. package/src/services/kms/v20190118/kms_models.ts +141 -0
  17. package/src/services/live/v20180801/live_models.ts +7 -2
  18. package/src/services/mps/v20190612/mps_models.ts +6 -1
  19. package/src/services/sqlserver/v20180328/sqlserver_models.ts +13 -13
  20. package/src/services/teo/v20220901/teo_models.ts +5 -1
  21. package/src/services/thpc/v20230321/thpc_models.ts +2 -2
  22. package/src/services/vod/v20180717/vod_models.ts +8 -2
  23. package/src/services/waf/v20180125/waf_models.ts +26 -8
  24. package/src/services/wedata/v20210820/wedata_client.ts +24 -11
  25. package/src/services/wedata/v20210820/wedata_models.ts +225 -73
  26. package/src/services/yinsuda/v20220527/yinsuda_models.ts +23 -2
  27. package/tencentcloud/common/sdk_version.d.ts +1 -1
  28. package/tencentcloud/common/sdk_version.js +1 -1
  29. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +4 -4
  30. package/tencentcloud/services/bma/v20221115/bma_models.d.ts +10 -1
  31. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +20 -11
  32. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +11 -6
  33. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +5 -0
  34. package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +123 -7
  35. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +11 -5
  36. package/tencentcloud/services/ess/v20201111/ess_client.js +11 -5
  37. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +5 -4
  38. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +9 -2
  39. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +9 -2
  40. package/tencentcloud/services/kms/v20190118/kms_client.d.ts +17 -1
  41. package/tencentcloud/services/kms/v20190118/kms_client.js +24 -0
  42. package/tencentcloud/services/kms/v20190118/kms_models.d.ts +121 -0
  43. package/tencentcloud/services/live/v20180801/live_models.d.ts +6 -2
  44. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +5 -1
  45. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +13 -13
  46. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +4 -1
  47. package/tencentcloud/services/thpc/v20230321/thpc_models.d.ts +2 -2
  48. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +7 -2
  49. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +22 -7
  50. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +8 -4
  51. package/tencentcloud/services/wedata/v20210820/wedata_client.js +10 -4
  52. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +190 -65
  53. package/tencentcloud/services/yinsuda/v20220527/yinsuda_models.d.ts +20 -2
  54. package/test/kms.v20190118.test.js +40 -0
  55. package/test/wedata.v20210820.test.js +12 -2
@@ -3467,13 +3467,21 @@ export interface DescribePayTypeRequest {
3467
3467
  * 指定服务地域查询
3468
3468
  mainland:境内计费方式查询
3469
3469
  overseas:境外计费方式查询
3470
- 未填充时默认为 mainland
3470
+ global:全球计费方式查询
3471
+ 未填充时,默认为 mainland
3471
3472
  */
3472
3473
  Area?: string;
3473
3474
  /**
3474
3475
  * 指定查询的产品数据,可选为cdn或者ecdn,默认为cdn
3475
3476
  */
3476
3477
  Product?: string;
3478
+ /**
3479
+ * 指定资源包查询
3480
+ flux:流量包
3481
+ https:HTTPS请求包
3482
+ 未填充时,默认为 flux
3483
+ */
3484
+ Type?: string;
3477
3485
  }
3478
3486
  /**
3479
3487
  * DeleteScdnDomain请求参数结构体
@@ -5027,7 +5035,7 @@ export interface StopScdnDomainResponse {
5027
5035
  */
5028
5036
  export interface DescribePayTypeResponse {
5029
5037
  /**
5030
- * 计费类型:
5038
+ * 计费类型
5031
5039
  flux:流量计费
5032
5040
  bandwidth:带宽计费
5033
5041
  request:请求数计费
@@ -5035,37 +5043,38 @@ flux_sep:动静分离流量计费
5035
5043
  bandwidth_sep:动静分离带宽计费
5036
5044
  日结计费方式切换时,若当日产生消耗,则此字段表示第二天即将生效的计费方式,若未产生消耗,则表示已经生效的计费方式。
5037
5045
  */
5038
- PayType: string;
5046
+ PayType?: string;
5039
5047
  /**
5040
- * 计费周期:
5048
+ * 计费周期
5041
5049
  day:日结计费
5042
5050
  month:月结计费
5043
5051
  hour:小时结计费
5044
5052
  */
5045
- BillingCycle: string;
5053
+ BillingCycle?: string;
5046
5054
  /**
5047
- * monthMax:日峰值月平均,月结模式
5055
+ * 统计类型
5056
+ monthMax:日峰值月平均,月结模式
5048
5057
  day95:日 95 带宽,月结模式
5049
5058
  month95:月95带宽,月结模式
5050
5059
  sum:总流量/总请求数,日结或月结模式
5051
5060
  max:峰值带宽,日结模式
5052
5061
  */
5053
- StatType: string;
5062
+ StatType?: string;
5054
5063
  /**
5055
- * 境外计费类型:
5064
+ * 计费区域
5056
5065
  all:全地区统一计费
5057
5066
  multiple:分地区计费
5058
5067
  */
5059
- RegionType: string;
5068
+ RegionType?: string;
5060
5069
  /**
5061
- * 当前生效计费类型:
5070
+ * 当前生效计费类型
5062
5071
  flux:流量计费
5063
5072
  bandwidth:带宽计费
5064
5073
  request:请求数计费
5065
5074
  flux_sep:动静分离流量计费
5066
5075
  bandwidth_sep:动静分离带宽计费
5067
5076
  */
5068
- CurrentPayType: string;
5077
+ CurrentPayType?: string;
5069
5078
  /**
5070
5079
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
5071
5080
  */
@@ -432,6 +432,11 @@ export interface BlockIgnoreRule {
432
432
  注意:此字段可能返回 null,表示取不到有效值。
433
433
  */
434
434
  Country: string;
435
+ /**
436
+ * 备注
437
+ 注意:此字段可能返回 null,表示取不到有效值。
438
+ */
439
+ Comment: string;
435
440
  }
436
441
  /**
437
442
  * ModifyNatFwVpcDnsSwitch请求参数结构体
@@ -3312,11 +3317,11 @@ export interface DescribeBlockIgnoreListRequest {
3312
3317
  */
3313
3318
  RuleType: number;
3314
3319
  /**
3315
- * 排序列:EndTime结束时间,StartTime开始时间,MatchTimes命中次数
3320
+ * 排序类型:desc降序,asc正序
3316
3321
  */
3317
3322
  Order: string;
3318
3323
  /**
3319
- * 排序类型:desc降序,asc正序
3324
+ * 排序列:EndTime结束时间,StartTime开始时间,MatchTimes命中次数
3320
3325
  */
3321
3326
  By: string;
3322
3327
  /**
@@ -4098,19 +4103,19 @@ export interface DescribeBlockIgnoreListResponse {
4098
4103
  /**
4099
4104
  * 列表数据
4100
4105
  */
4101
- Data: Array<BlockIgnoreRule>;
4106
+ Data?: Array<BlockIgnoreRule>;
4102
4107
  /**
4103
4108
  * 查询结果总数,用于分页
4104
4109
  */
4105
- Total: number;
4110
+ Total?: number;
4106
4111
  /**
4107
4112
  * 状态值,0:查询成功,非0:查询失败
4108
4113
  */
4109
- ReturnCode: number;
4114
+ ReturnCode?: number;
4110
4115
  /**
4111
4116
  * 状态信息,success:查询成功,fail:查询失败
4112
4117
  */
4113
- ReturnMsg: string;
4118
+ ReturnMsg?: string;
4114
4119
  /**
4115
4120
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4116
4121
  */
@@ -2998,6 +2998,11 @@ FAILED:已失败
2998
2998
  注意:此字段可能返回 null,表示取不到有效值。
2999
2999
  */
3000
3000
  FailReason: string;
3001
+ /**
3002
+ * 资金账户字类型: WECHATPAY_ACCOUNT 微信零钱, BANK_ACCOUNT 银行卡
3003
+ 注意:此字段可能返回 null,表示取不到有效值。
3004
+ */
3005
+ FundingAccountSubType?: string;
3001
3006
  }
3002
3007
  /**
3003
3008
  * DistributeAddReceiver请求参数结构体
@@ -451,6 +451,11 @@ export interface SearchCommandRequest {
451
451
  * 执行的命令
452
452
  */
453
453
  Cmd?: string;
454
+ /**
455
+ * Cmd字段是前端传值是否进行base64.
456
+ 0:否,1:是
457
+ */
458
+ Encoding?: number;
454
459
  /**
455
460
  * 根据拦截状态进行过滤:1 - 已执行,2 - 被阻断
456
461
  */
@@ -617,6 +622,46 @@ export interface SearchCommandResult {
617
622
  * 命令执行时间相对于所属会话开始时间的偏移量,单位ms
618
623
  */
619
624
  TimeOffset: number;
625
+ /**
626
+ * 账号
627
+ 注意:此字段可能返回 null,表示取不到有效值。
628
+ */
629
+ Account?: string;
630
+ /**
631
+ * source ip
632
+ 注意:此字段可能返回 null,表示取不到有效值。
633
+ */
634
+ FromIp?: string;
635
+ /**
636
+ * 该命令所属会话的会话开始时间
637
+ 注意:此字段可能返回 null,表示取不到有效值。
638
+ */
639
+ SessTime?: string;
640
+ /**
641
+ * 复核时间
642
+ 注意:此字段可能返回 null,表示取不到有效值。
643
+ */
644
+ ConfirmTime?: string;
645
+ /**
646
+ * 部门id
647
+ 注意:此字段可能返回 null,表示取不到有效值。
648
+ */
649
+ UserDepartmentId?: string;
650
+ /**
651
+ * 用户部门名称
652
+ 注意:此字段可能返回 null,表示取不到有效值。
653
+ */
654
+ UserDepartmentName?: string;
655
+ /**
656
+ * 设备部门id
657
+ 注意:此字段可能返回 null,表示取不到有效值。
658
+ */
659
+ DeviceDepartmentId?: string;
660
+ /**
661
+ * 设备部门名称
662
+ 注意:此字段可能返回 null,表示取不到有效值。
663
+ */
664
+ DeviceDepartmentName?: string;
620
665
  }
621
666
  /**
622
667
  * 资产标签
@@ -678,6 +723,11 @@ export interface SearchCommandBySidRequest {
678
723
  * 命令,可模糊搜索
679
724
  */
680
725
  Cmd?: string;
726
+ /**
727
+ * Cmd字段是前端传值是否进行base64.
728
+ 0:否,1:是
729
+ */
730
+ Encoding?: number;
681
731
  /**
682
732
  * 偏移量
683
733
  */
@@ -1056,7 +1106,7 @@ export interface CreateCmdTemplateResponse {
1056
1106
  /**
1057
1107
  * 新建成功后返回的记录ID
1058
1108
  */
1059
- Id: number;
1109
+ Id?: number;
1060
1110
  /**
1061
1111
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1062
1112
  */
@@ -1082,6 +1132,61 @@ export interface Command {
1082
1132
  * 命令执行情况,1--允许,2--拒绝,3--确认
1083
1133
  */
1084
1134
  Action: number;
1135
+ /**
1136
+ * 会话id
1137
+ 注意:此字段可能返回 null,表示取不到有效值。
1138
+ */
1139
+ Sid?: string;
1140
+ /**
1141
+ * 用户名
1142
+ 注意:此字段可能返回 null,表示取不到有效值。
1143
+ */
1144
+ UserName?: string;
1145
+ /**
1146
+ * 设备account
1147
+ 注意:此字段可能返回 null,表示取不到有效值。
1148
+ */
1149
+ Account?: string;
1150
+ /**
1151
+ * 设备ip
1152
+ 注意:此字段可能返回 null,表示取不到有效值。
1153
+ */
1154
+ InstanceId?: string;
1155
+ /**
1156
+ * source ip
1157
+ 注意:此字段可能返回 null,表示取不到有效值。
1158
+ */
1159
+ FromIp?: string;
1160
+ /**
1161
+ * 该命令所属会话的会话开始时间
1162
+ 注意:此字段可能返回 null,表示取不到有效值。
1163
+ */
1164
+ SessTime?: string;
1165
+ /**
1166
+ * 复核时间
1167
+ 注意:此字段可能返回 null,表示取不到有效值。
1168
+ */
1169
+ ConfirmTime?: string;
1170
+ /**
1171
+ * 用户部门id
1172
+ 注意:此字段可能返回 null,表示取不到有效值。
1173
+ */
1174
+ UserDepartmentId?: string;
1175
+ /**
1176
+ * 用户部门name
1177
+ 注意:此字段可能返回 null,表示取不到有效值。
1178
+ */
1179
+ UserDepartmentName?: string;
1180
+ /**
1181
+ * 设备部门id
1182
+ 注意:此字段可能返回 null,表示取不到有效值。
1183
+ */
1184
+ DeviceDepartmentId?: string;
1185
+ /**
1186
+ * 设备部门name
1187
+ 注意:此字段可能返回 null,表示取不到有效值。
1188
+ */
1189
+ DeviceDepartmentName?: string;
1085
1190
  }
1086
1191
  /**
1087
1192
  * ModifyAcl请求参数结构体
@@ -1222,11 +1327,11 @@ export interface SearchCommandResponse {
1222
1327
  /**
1223
1328
  * 总记录数
1224
1329
  */
1225
- TotalCount: number;
1330
+ TotalCount?: number;
1226
1331
  /**
1227
1332
  * 命令列表
1228
1333
  */
1229
- Commands: Array<SearchCommandResult>;
1334
+ Commands?: Array<SearchCommandResult>;
1230
1335
  /**
1231
1336
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1232
1337
  */
@@ -1248,11 +1353,11 @@ export interface SearchCommandBySidResponse {
1248
1353
  /**
1249
1354
  * 总记录数
1250
1355
  */
1251
- TotalCount: number;
1356
+ TotalCount?: number;
1252
1357
  /**
1253
1358
  * 命令列表
1254
1359
  */
1255
- CommandSet: Array<Command>;
1360
+ CommandSet?: Array<Command>;
1256
1361
  /**
1257
1362
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1258
1363
  */
@@ -1400,6 +1505,12 @@ export interface CreateCmdTemplateRequest {
1400
1505
  * 命令列表,\n分隔,最大长度32768字节
1401
1506
  */
1402
1507
  CmdList: string;
1508
+ /**
1509
+ * 标识cmdlist字段前端是否为base64加密传值.
1510
+ 0:表示非base64加密
1511
+ 1:表示是base64加密
1512
+ */
1513
+ Encoding?: number;
1403
1514
  }
1404
1515
  /**
1405
1516
  * 审计日志
@@ -1604,11 +1715,11 @@ export interface SearchSessionCommandResponse {
1604
1715
  /**
1605
1716
  * 记录总数
1606
1717
  */
1607
- TotalCount: number;
1718
+ TotalCount?: number;
1608
1719
  /**
1609
1720
  * 命令和所属会话
1610
1721
  */
1611
- CommandSessionSet: Array<SessionCommand>;
1722
+ CommandSessionSet?: Array<SessionCommand>;
1612
1723
  /**
1613
1724
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1614
1725
  */
@@ -2630,6 +2741,11 @@ export interface SearchSessionCommandRequest {
2630
2741
  * 默认值为20,最大200
2631
2742
  */
2632
2743
  Limit?: number;
2744
+ /**
2745
+ * Cmd字段前端是否做base64加密
2746
+ 0:否,1:是
2747
+ */
2748
+ Encoding?: number;
2633
2749
  /**
2634
2750
  * 结束时间
2635
2751
  */
@@ -43,7 +43,7 @@ callbackinfo包含: 回调地址和签名key
43
43
  */
44
44
  DescribeFileUrls(req: DescribeFileUrlsRequest, cb?: (error: string, rep: DescribeFileUrlsResponse) => void): Promise<DescribeFileUrlsResponse>;
45
45
  /**
46
- * 企业方可以通过此接口获取个人用户开启自动签的跳转链接
46
+ * 企业方可以通过此接口获取个人用户开启自动签的跳转链接(处方单场景专用,使用此接口请与客户经理确认)
47
47
  */
48
48
  CreateUserAutoSignEnableUrl(req: CreateUserAutoSignEnableUrlRequest, cb?: (error: string, rep: CreateUserAutoSignEnableUrlResponse) => void): Promise<CreateUserAutoSignEnableUrlResponse>;
49
49
  /**
@@ -70,7 +70,7 @@ callbackinfo包含: 回调地址和签名key
70
70
  */
71
71
  BindEmployeeUserIdWithClientOpenId(req: BindEmployeeUserIdWithClientOpenIdRequest, cb?: (error: string, rep: BindEmployeeUserIdWithClientOpenIdResponse) => void): Promise<BindEmployeeUserIdWithClientOpenIdResponse>;
72
72
  /**
73
- * 本接口(CreatePreparedPersonalEsign)用于创建导入个人印章。
73
+ * 本接口(CreatePreparedPersonalEsign)用于创建导入个人印章(处方单场景专用,在开通个人自动签之后调用,使用此接口请与客户经理确认)。
74
74
  */
75
75
  CreatePreparedPersonalEsign(req: CreatePreparedPersonalEsignRequest, cb?: (error: string, rep: CreatePreparedPersonalEsignResponse) => void): Promise<CreatePreparedPersonalEsignResponse>;
76
76
  /**
@@ -82,7 +82,7 @@ callbackinfo包含: 回调地址和签名key
82
82
  */
83
83
  CreateFlowApprovers(req: CreateFlowApproversRequest, cb?: (error: string, rep: CreateFlowApproversResponse) => void): Promise<CreateFlowApproversResponse>;
84
84
  /**
85
- * 企业方可以通过此接口关闭个人的自动签功能
85
+ * 企业方可以通过此接口关闭个人的自动签功能(处方单场景专用,使用此接口请与客户经理确认)
86
86
  */
87
87
  DisableUserAutoSign(req: DisableUserAutoSignRequest, cb?: (error: string, rep: DisableUserAutoSignResponse) => void): Promise<DisableUserAutoSignResponse>;
88
88
  /**
@@ -129,7 +129,7 @@ callbackinfo包含: 回调地址和签名key
129
129
  */
130
130
  CreateReleaseFlow(req: CreateReleaseFlowRequest, cb?: (error: string, rep: CreateReleaseFlowResponse) => void): Promise<CreateReleaseFlowResponse>;
131
131
  /**
132
- * 企业方可以通过此接口查询个人用户自动签开启状态
132
+ * 企业方可以通过此接口查询个人用户自动签开启状态。(处方单场景专用,使用此接口请与客户经理确认)
133
133
  */
134
134
  DescribeUserAutoSignStatus(req: DescribeUserAutoSignStatusRequest, cb?: (error: string, rep: DescribeUserAutoSignStatusResponse) => void): Promise<DescribeUserAutoSignStatusResponse>;
135
135
  /**
@@ -150,7 +150,13 @@ callbackinfo包含: 回调地址和签名key
150
150
  /**
151
151
  * 此接口(CreateMultiFlowSignQRCode)用于创建一码多扫流程签署二维码。
152
152
  适用场景:无需填写签署人信息,可通过模板id生成签署二维码,签署人可通过扫描二维码补充签署信息进行实名签署。常用于提前不知道签署人的身份信息场景,例如:劳务工招工、大批量员工入职等场景。
153
- 适用的模板仅限于B2C(1、无序签署,2、顺序签署时B静默签署,3、顺序签署时B非首位签署)、单C的模板,且模板中发起方没有填写控件。
153
+
154
+ **本接口适用于发起方没有填写控件的 B2C或者单C模板**
155
+
156
+ **若是B2C模板,还要满足以下任意一个条件**
157
+ - 模板中配置的签署顺序是无序
158
+ - B端企业的签署方式是静默签署
159
+ - B端企业是非首位签署
154
160
  */
155
161
  CreateMultiFlowSignQRCode(req: CreateMultiFlowSignQRCodeRequest, cb?: (error: string, rep: CreateMultiFlowSignQRCodeResponse) => void): Promise<CreateMultiFlowSignQRCodeResponse>;
156
162
  /**
@@ -77,7 +77,7 @@ callbackinfo包含: 回调地址和签名key
77
77
  return this.request("DescribeFileUrls", req, cb);
78
78
  }
79
79
  /**
80
- * 企业方可以通过此接口获取个人用户开启自动签的跳转链接
80
+ * 企业方可以通过此接口获取个人用户开启自动签的跳转链接(处方单场景专用,使用此接口请与客户经理确认)
81
81
  */
82
82
  async CreateUserAutoSignEnableUrl(req, cb) {
83
83
  return this.request("CreateUserAutoSignEnableUrl", req, cb);
@@ -116,7 +116,7 @@ callbackinfo包含: 回调地址和签名key
116
116
  return this.request("BindEmployeeUserIdWithClientOpenId", req, cb);
117
117
  }
118
118
  /**
119
- * 本接口(CreatePreparedPersonalEsign)用于创建导入个人印章。
119
+ * 本接口(CreatePreparedPersonalEsign)用于创建导入个人印章(处方单场景专用,在开通个人自动签之后调用,使用此接口请与客户经理确认)。
120
120
  */
121
121
  async CreatePreparedPersonalEsign(req, cb) {
122
122
  return this.request("CreatePreparedPersonalEsign", req, cb);
@@ -132,7 +132,7 @@ callbackinfo包含: 回调地址和签名key
132
132
  return this.request("CreateFlowApprovers", req, cb);
133
133
  }
134
134
  /**
135
- * 企业方可以通过此接口关闭个人的自动签功能
135
+ * 企业方可以通过此接口关闭个人的自动签功能(处方单场景专用,使用此接口请与客户经理确认)
136
136
  */
137
137
  async DisableUserAutoSign(req, cb) {
138
138
  return this.request("DisableUserAutoSign", req, cb);
@@ -197,7 +197,7 @@ callbackinfo包含: 回调地址和签名key
197
197
  return this.request("CreateReleaseFlow", req, cb);
198
198
  }
199
199
  /**
200
- * 企业方可以通过此接口查询个人用户自动签开启状态
200
+ * 企业方可以通过此接口查询个人用户自动签开启状态。(处方单场景专用,使用此接口请与客户经理确认)
201
201
  */
202
202
  async DescribeUserAutoSignStatus(req, cb) {
203
203
  return this.request("DescribeUserAutoSignStatus", req, cb);
@@ -226,7 +226,13 @@ callbackinfo包含: 回调地址和签名key
226
226
  /**
227
227
  * 此接口(CreateMultiFlowSignQRCode)用于创建一码多扫流程签署二维码。
228
228
  适用场景:无需填写签署人信息,可通过模板id生成签署二维码,签署人可通过扫描二维码补充签署信息进行实名签署。常用于提前不知道签署人的身份信息场景,例如:劳务工招工、大批量员工入职等场景。
229
- 适用的模板仅限于B2C(1、无序签署,2、顺序签署时B静默签署,3、顺序签署时B非首位签署)、单C的模板,且模板中发起方没有填写控件。
229
+
230
+ **本接口适用于发起方没有填写控件的 B2C或者单C模板**
231
+
232
+ **若是B2C模板,还要满足以下任意一个条件**
233
+ - 模板中配置的签署顺序是无序
234
+ - B端企业的签署方式是静默签署
235
+ - B端企业是非首位签署
230
236
  */
231
237
  async CreateMultiFlowSignQRCode(req, cb) {
232
238
  return this.request("CreateMultiFlowSignQRCode", req, cb);
@@ -204,11 +204,11 @@ HONGKONG_MACAO_AND_TAIWAN 港澳台居民居住证(格式同居民身份证)
204
204
  */
205
205
  NotifyType?: string;
206
206
  /**
207
- * 签署前置条件:是否需要阅读全文,默认为不需要
207
+ * 合同强制需要阅读全文,无需传此参数
208
208
  */
209
209
  IsFullText?: boolean;
210
210
  /**
211
- * 签署前置条件:阅读时长限制,单位秒,默认为不需要
211
+ * 合同的强制预览时间:3~300s,未指定则按合同页数计算
212
212
  */
213
213
  PreReadTime?: number;
214
214
  /**
@@ -1748,7 +1748,8 @@ export interface CreateFlowEvidenceReportResponse {
1748
1748
  */
1749
1749
  export interface DescribeFileUrlsResponse {
1750
1750
  /**
1751
- * URL信息
1751
+ * 文件URL信息;
1752
+ 链接不是永久链接,有效期5分钟后链接失效。
1752
1753
  */
1753
1754
  FileUrls?: Array<FileUrl>;
1754
1755
  /**
@@ -2468,7 +2469,7 @@ E_PRESCRIPTION_AUTO_SIGN 电子处方
2468
2469
  */
2469
2470
  UrlType?: string;
2470
2471
  /**
2471
- * 通知类型,默认不填为不通知开通方,填写 SMS 为短息通知。
2472
+ * 通知类型,默认不填为不通知开通方,填写 SMS 为短信通知。
2472
2473
  */
2473
2474
  NotifyType?: string;
2474
2475
  /**
@@ -19,8 +19,15 @@ export declare class Client extends AbstractClient {
19
19
  */
20
20
  ChannelCreateFlowSignReview(req: ChannelCreateFlowSignReviewRequest, cb?: (error: string, rep: ChannelCreateFlowSignReviewResponse) => void): Promise<ChannelCreateFlowSignReviewResponse>;
21
21
  /**
22
- * 此接口(ChannelCreateMultiFlowSignQRCode)用于创建一码多扫签署流程二维码。
23
- 适用的模版仅限于B2C(1、无序签署,2、顺序签署时B静默签署,3、顺序签署时B非首位签署)、单C的模版,且模版中发起方没有填写控件。
22
+ * 此接口(ChannelCreateMultiFlowSignQRCode)用于创建一码多扫流程签署二维码。 适用场景:无需填写签署人信息,可通过模板id生成签署二维码,签署人可通过扫描二维码补充签署信息进行实名签署。常用于提前不知道签署人的身份信息场景,例如:劳务工招工、大批量员工入职等场景。
23
+
24
+ **本接口适用于发起方没有填写控件的 B2C或者单C模板**
25
+
26
+ **若是B2C模板,还要满足以下任意一个条件**
27
+
28
+ - 模板中配置的签署顺序是无序
29
+ - B端企业的签署方式是静默签署
30
+ - B端企业是非首位签署
24
31
  */
25
32
  ChannelCreateMultiFlowSignQRCode(req: ChannelCreateMultiFlowSignQRCodeRequest, cb?: (error: string, rep: ChannelCreateMultiFlowSignQRCodeResponse) => void): Promise<ChannelCreateMultiFlowSignQRCodeResponse>;
26
33
  /**
@@ -43,8 +43,15 @@ class Client extends abstract_client_1.AbstractClient {
43
43
  return this.request("ChannelCreateFlowSignReview", req, cb);
44
44
  }
45
45
  /**
46
- * 此接口(ChannelCreateMultiFlowSignQRCode)用于创建一码多扫签署流程二维码。
47
- 适用的模版仅限于B2C(1、无序签署,2、顺序签署时B静默签署,3、顺序签署时B非首位签署)、单C的模版,且模版中发起方没有填写控件。
46
+ * 此接口(ChannelCreateMultiFlowSignQRCode)用于创建一码多扫流程签署二维码。 适用场景:无需填写签署人信息,可通过模板id生成签署二维码,签署人可通过扫描二维码补充签署信息进行实名签署。常用于提前不知道签署人的身份信息场景,例如:劳务工招工、大批量员工入职等场景。
47
+
48
+ **本接口适用于发起方没有填写控件的 B2C或者单C模板**
49
+
50
+ **若是B2C模板,还要满足以下任意一个条件**
51
+
52
+ - 模板中配置的签署顺序是无序
53
+ - B端企业的签署方式是静默签署
54
+ - B端企业是非首位签署
48
55
  */
49
56
  async ChannelCreateMultiFlowSignQRCode(req, cb) {
50
57
  return this.request("ChannelCreateMultiFlowSignQRCode", req, cb);
@@ -1,12 +1,16 @@
1
1
  import { AbstractClient } from "../../../common/abstract_client";
2
2
  import { ClientConfig } from "../../../common/interface";
3
- import { UpdateAliasRequest, EnableWhiteBoxKeyRequest, AsymmetricRsaDecryptRequest, EnableKeyRotationRequest, DescribeWhiteBoxKeyDetailsResponse, CreateKeyRequest, DisableWhiteBoxKeyResponse, DisableKeyResponse, DescribeWhiteBoxServiceStatusRequest, VerifyByAsymmetricKeyRequest, DescribeKeyRequest, ListAlgorithmsResponse, DisableKeysResponse, DescribeWhiteBoxKeyResponse, UpdateKeyDescriptionResponse, DescribeWhiteBoxServiceStatusResponse, ImportKeyMaterialRequest, EnableKeyRequest, GetKeyRotationStatusRequest, ListAlgorithmsRequest, ListKeyDetailResponse, GenerateDataKeyRequest, UpdateAliasResponse, ScheduleKeyDeletionResponse, GenerateRandomResponse, DescribeKeysRequest, GetPublicKeyRequest, GetServiceStatusRequest, EnableWhiteBoxKeysResponse, ArchiveKeyResponse, VerifyByAsymmetricKeyResponse, DescribeWhiteBoxKeyRequest, GetParametersForImportResponse, DecryptResponse, CreateWhiteBoxKeyResponse, DeleteImportedKeyMaterialResponse, EnableKeysRequest, EnableWhiteBoxKeysRequest, EncryptByWhiteBoxResponse, DescribeKeysResponse, EnableWhiteBoxKeyResponse, ReEncryptRequest, ListKeysResponse, AsymmetricSm2DecryptResponse, DisableKeyRotationResponse, DisableWhiteBoxKeysRequest, ListKeyDetailRequest, DeleteWhiteBoxKeyRequest, GetRegionsResponse, GenerateDataKeyResponse, CreateWhiteBoxKeyRequest, OverwriteWhiteBoxDeviceFingerprintsResponse, DisableWhiteBoxKeysResponse, ArchiveKeyRequest, GetParametersForImportRequest, CreateKeyResponse, ReEncryptResponse, EncryptResponse, CancelKeyDeletionRequest, DeleteImportedKeyMaterialRequest, EnableKeyResponse, GetServiceStatusResponse, GetKeyRotationStatusResponse, EncryptRequest, AsymmetricSm2DecryptRequest, DeleteWhiteBoxKeyResponse, ListKeysRequest, DescribeWhiteBoxDecryptKeyRequest, CancelKeyArchiveResponse, DecryptRequest, DescribeWhiteBoxKeyDetailsRequest, AsymmetricRsaDecryptResponse, CancelKeyDeletionResponse, DisableKeysRequest, DisableWhiteBoxKeyRequest, UnbindCloudResourceRequest, OverwriteWhiteBoxDeviceFingerprintsRequest, EnableKeyRotationResponse, BindCloudResourceResponse, EnableKeysResponse, SignByAsymmetricKeyRequest, DescribeWhiteBoxDeviceFingerprintsRequest, GetRegionsRequest, EncryptByWhiteBoxRequest, GenerateRandomRequest, ScheduleKeyDeletionRequest, DisableKeyRequest, ImportKeyMaterialResponse, GetPublicKeyResponse, BindCloudResourceRequest, SignByAsymmetricKeyResponse, DescribeWhiteBoxDecryptKeyResponse, DescribeWhiteBoxDeviceFingerprintsResponse, UpdateKeyDescriptionRequest, UnbindCloudResourceResponse, DescribeKeyResponse, CancelKeyArchiveRequest, DisableKeyRotationRequest } from "./kms_models";
3
+ import { UpdateAliasRequest, EnableWhiteBoxKeyRequest, AsymmetricRsaDecryptRequest, EnableKeyRotationRequest, DescribeWhiteBoxKeyDetailsResponse, CreateKeyRequest, DisableWhiteBoxKeyResponse, DisableKeyResponse, DescribeWhiteBoxServiceStatusRequest, VerifyByAsymmetricKeyRequest, DescribeKeyRequest, ListAlgorithmsResponse, DisableKeysResponse, DescribeWhiteBoxKeyResponse, UpdateKeyDescriptionResponse, DescribeWhiteBoxServiceStatusResponse, ImportKeyMaterialRequest, EnableKeyRequest, GetKeyRotationStatusRequest, ListAlgorithmsRequest, ListKeyDetailResponse, GenerateDataKeyRequest, UpdateAliasResponse, ScheduleKeyDeletionResponse, PostQuantumCryptoVerifyRequest, GenerateRandomResponse, DescribeKeysRequest, GetPublicKeyRequest, GetServiceStatusRequest, EnableWhiteBoxKeysResponse, ArchiveKeyResponse, VerifyByAsymmetricKeyResponse, DescribeWhiteBoxKeyRequest, GetParametersForImportResponse, DecryptResponse, CreateWhiteBoxKeyResponse, DeleteImportedKeyMaterialResponse, EnableKeysRequest, EnableWhiteBoxKeysRequest, EncryptByWhiteBoxResponse, DescribeKeysResponse, EnableWhiteBoxKeyResponse, ReEncryptRequest, ListKeysResponse, AsymmetricSm2DecryptResponse, DisableKeyRotationResponse, DisableWhiteBoxKeysRequest, ListKeyDetailRequest, DeleteWhiteBoxKeyRequest, GetRegionsResponse, GenerateDataKeyResponse, CreateWhiteBoxKeyRequest, OverwriteWhiteBoxDeviceFingerprintsResponse, DisableWhiteBoxKeysResponse, ArchiveKeyRequest, GetParametersForImportRequest, CreateKeyResponse, ReEncryptResponse, EncryptResponse, CancelKeyDeletionRequest, DeleteImportedKeyMaterialRequest, EnableKeyResponse, GetServiceStatusResponse, GetKeyRotationStatusResponse, EncryptRequest, AsymmetricSm2DecryptRequest, DeleteWhiteBoxKeyResponse, ListKeysRequest, DescribeWhiteBoxDecryptKeyRequest, CancelKeyArchiveResponse, DecryptRequest, DescribeWhiteBoxKeyDetailsRequest, PostQuantumCryptoSignRequest, PostQuantumCryptoDecryptRequest, AsymmetricRsaDecryptResponse, CancelKeyDeletionResponse, DisableKeysRequest, DisableWhiteBoxKeyRequest, UnbindCloudResourceRequest, OverwriteWhiteBoxDeviceFingerprintsRequest, EnableKeyRotationResponse, BindCloudResourceResponse, EnableKeysResponse, SignByAsymmetricKeyRequest, DescribeWhiteBoxDeviceFingerprintsRequest, GetRegionsRequest, PostQuantumCryptoEncryptResponse, EncryptByWhiteBoxRequest, GenerateRandomRequest, ScheduleKeyDeletionRequest, PostQuantumCryptoEncryptRequest, DisableKeyRequest, ImportKeyMaterialResponse, GetPublicKeyResponse, BindCloudResourceRequest, PostQuantumCryptoSignResponse, SignByAsymmetricKeyResponse, PostQuantumCryptoVerifyResponse, DescribeWhiteBoxDecryptKeyResponse, DescribeWhiteBoxDeviceFingerprintsResponse, PostQuantumCryptoDecryptResponse, UpdateKeyDescriptionRequest, UnbindCloudResourceResponse, DescribeKeyResponse, CancelKeyArchiveRequest, DisableKeyRotationRequest } from "./kms_models";
4
4
  /**
5
5
  * kms client
6
6
  * @class
7
7
  */
8
8
  export declare class Client extends AbstractClient {
9
9
  constructor(clientConfig: ClientConfig);
10
+ /**
11
+ * 使用后量子密码算法密钥对签名进行验证。
12
+ */
13
+ PostQuantumCryptoVerify(req: PostQuantumCryptoVerifyRequest, cb?: (error: string, rep: PostQuantumCryptoVerifyResponse) => void): Promise<PostQuantumCryptoVerifyResponse>;
10
14
  /**
11
15
  * 本接口用于加密最多为4KB任意数据,可用于加密数据库密码,RSA Key,或其它较小的敏感信息。对于应用的数据加密,使用GenerateDataKey生成的DataKey进行本地数据的加解密操作
12
16
  */
@@ -101,6 +105,10 @@ export declare class Client extends AbstractClient {
101
105
  * 随机数生成接口。
102
106
  */
103
107
  GenerateRandom(req: GenerateRandomRequest, cb?: (error: string, rep: GenerateRandomResponse) => void): Promise<GenerateRandomResponse>;
108
+ /**
109
+ * 本接口使用后量子密码算法密钥,解密密文,并得到明文数据。
110
+ */
111
+ PostQuantumCryptoDecrypt(req: PostQuantumCryptoDecryptRequest, cb?: (error: string, rep: PostQuantumCryptoDecryptResponse) => void): Promise<PostQuantumCryptoDecryptResponse>;
104
112
  /**
105
113
  * 覆盖指定密钥的设备指纹信息
106
114
  */
@@ -165,6 +173,10 @@ export declare class Client extends AbstractClient {
165
173
  * 创建白盒密钥。 密钥个数的上限为 50。
166
174
  */
167
175
  CreateWhiteBoxKey(req: CreateWhiteBoxKeyRequest, cb?: (error: string, rep: CreateWhiteBoxKeyResponse) => void): Promise<CreateWhiteBoxKeyResponse>;
176
+ /**
177
+ * 本接口使用后量子密码算法密钥,可加密最多为4KB任意数据,可用于加密数据库密码,RSA Key,或其它较小的敏感信息。对于应用的数据加密,使用GenerateDataKey生成的DataKey进行本地数据的加解密操作。
178
+ */
179
+ PostQuantumCryptoEncrypt(req: PostQuantumCryptoEncryptRequest, cb?: (error: string, rep: PostQuantumCryptoEncryptResponse) => void): Promise<PostQuantumCryptoEncryptResponse>;
168
180
  /**
169
181
  * 启用白盒密钥
170
182
  */
@@ -197,6 +209,10 @@ export declare class Client extends AbstractClient {
197
209
  * 获取白盒解密密钥
198
210
  */
199
211
  DescribeWhiteBoxDecryptKey(req: DescribeWhiteBoxDecryptKeyRequest, cb?: (error: string, rep: DescribeWhiteBoxDecryptKeyResponse) => void): Promise<DescribeWhiteBoxDecryptKeyResponse>;
212
+ /**
213
+ * 使用后量子密码算法签名验签密钥进行签名。
214
+ */
215
+ PostQuantumCryptoSign(req: PostQuantumCryptoSignRequest, cb?: (error: string, rep: PostQuantumCryptoSignResponse) => void): Promise<PostQuantumCryptoSignResponse>;
200
216
  /**
201
217
  * 获取可以提供KMS服务的地域列表
202
218
  */
@@ -27,6 +27,12 @@ class Client extends abstract_client_1.AbstractClient {
27
27
  constructor(clientConfig) {
28
28
  super("kms.tencentcloudapi.com", "2019-01-18", clientConfig);
29
29
  }
30
+ /**
31
+ * 使用后量子密码算法密钥对签名进行验证。
32
+ */
33
+ async PostQuantumCryptoVerify(req, cb) {
34
+ return this.request("PostQuantumCryptoVerify", req, cb);
35
+ }
30
36
  /**
31
37
  * 本接口用于加密最多为4KB任意数据,可用于加密数据库密码,RSA Key,或其它较小的敏感信息。对于应用的数据加密,使用GenerateDataKey生成的DataKey进行本地数据的加解密操作
32
38
  */
@@ -167,6 +173,12 @@ class Client extends abstract_client_1.AbstractClient {
167
173
  async GenerateRandom(req, cb) {
168
174
  return this.request("GenerateRandom", req, cb);
169
175
  }
176
+ /**
177
+ * 本接口使用后量子密码算法密钥,解密密文,并得到明文数据。
178
+ */
179
+ async PostQuantumCryptoDecrypt(req, cb) {
180
+ return this.request("PostQuantumCryptoDecrypt", req, cb);
181
+ }
170
182
  /**
171
183
  * 覆盖指定密钥的设备指纹信息
172
184
  */
@@ -263,6 +275,12 @@ class Client extends abstract_client_1.AbstractClient {
263
275
  async CreateWhiteBoxKey(req, cb) {
264
276
  return this.request("CreateWhiteBoxKey", req, cb);
265
277
  }
278
+ /**
279
+ * 本接口使用后量子密码算法密钥,可加密最多为4KB任意数据,可用于加密数据库密码,RSA Key,或其它较小的敏感信息。对于应用的数据加密,使用GenerateDataKey生成的DataKey进行本地数据的加解密操作。
280
+ */
281
+ async PostQuantumCryptoEncrypt(req, cb) {
282
+ return this.request("PostQuantumCryptoEncrypt", req, cb);
283
+ }
266
284
  /**
267
285
  * 启用白盒密钥
268
286
  */
@@ -311,6 +329,12 @@ class Client extends abstract_client_1.AbstractClient {
311
329
  async DescribeWhiteBoxDecryptKey(req, cb) {
312
330
  return this.request("DescribeWhiteBoxDecryptKey", req, cb);
313
331
  }
332
+ /**
333
+ * 使用后量子密码算法签名验签密钥进行签名。
334
+ */
335
+ async PostQuantumCryptoSign(req, cb) {
336
+ return this.request("PostQuantumCryptoSign", req, cb);
337
+ }
314
338
  /**
315
339
  * 获取可以提供KMS服务的地域列表
316
340
  */