tencentcloud-sdk-nodejs 4.0.647 → 4.0.648

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 (51) hide show
  1. package/CHANGELOG.md +185 -0
  2. package/SERVICE_CHANGELOG.md +469 -332
  3. package/package.json +1 -1
  4. package/products.md +13 -13
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/cbs/v20170312/cbs_client.ts +20 -51
  7. package/src/services/cbs/v20170312/cbs_models.ts +16 -165
  8. package/src/services/cdb/v20170320/cdb_client.ts +4 -84
  9. package/src/services/cdb/v20170320/cdb_models.ts +41 -568
  10. package/src/services/cloudstudio/v20230508/cloudstudio_models.ts +4 -0
  11. package/src/services/domain/v20180808/domain_client.ts +13 -1
  12. package/src/services/domain/v20180808/domain_models.ts +40 -20
  13. package/src/services/ess/v20201111/ess_client.ts +6 -5
  14. package/src/services/ess/v20201111/ess_models.ts +47 -2
  15. package/src/services/ocr/v20181119/ocr_models.ts +8 -8
  16. package/src/services/tdid/v20210519/tdid_client.ts +9 -39
  17. package/src/services/tdid/v20210519/tdid_models.ts +24 -102
  18. package/src/services/teo/v20220901/teo_models.ts +1 -1
  19. package/src/services/tiw/v20190919/tiw_client.ts +17 -5
  20. package/src/services/tiw/v20190919/tiw_models.ts +105 -65
  21. package/src/services/trtc/v20190722/trtc_client.ts +1 -1
  22. package/tencentcloud/common/sdk_version.d.ts +1 -1
  23. package/tencentcloud/common/sdk_version.js +1 -1
  24. package/tencentcloud/services/cbs/v20170312/cbs_client.d.ts +10 -23
  25. package/tencentcloud/services/cbs/v20170312/cbs_client.js +11 -28
  26. package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +16 -159
  27. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +1 -31
  28. package/tencentcloud/services/cdb/v20170320/cdb_client.js +0 -40
  29. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +41 -548
  30. package/tencentcloud/services/cloudstudio/v20230508/cloudstudio_models.d.ts +4 -0
  31. package/tencentcloud/services/domain/v20180808/domain_client.d.ts +5 -1
  32. package/tencentcloud/services/domain/v20180808/domain_client.js +6 -0
  33. package/tencentcloud/services/domain/v20180808/domain_models.d.ts +38 -20
  34. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +6 -5
  35. package/tencentcloud/services/ess/v20201111/ess_client.js +6 -5
  36. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +47 -2
  37. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +8 -8
  38. package/tencentcloud/services/tdid/v20210519/tdid_client.d.ts +4 -17
  39. package/tencentcloud/services/tdid/v20210519/tdid_client.js +4 -21
  40. package/tencentcloud/services/tdid/v20210519/tdid_models.d.ts +23 -96
  41. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +1 -1
  42. package/tencentcloud/services/tiw/v20190919/tiw_client.d.ts +5 -1
  43. package/tencentcloud/services/tiw/v20190919/tiw_client.js +6 -0
  44. package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +103 -65
  45. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +1 -1
  46. package/tencentcloud/services/trtc/v20190722/trtc_client.js +1 -1
  47. package/test/cbs.v20170312.test.js +4 -24
  48. package/test/cdb.v20170320.test.js +0 -50
  49. package/test/domain.v20180808.test.js +10 -0
  50. package/test/tdid.v20210519.test.js +2 -22
  51. package/test/tiw.v20190919.test.js +10 -0
@@ -103,6 +103,10 @@ export interface CreateWorkspaceTokenRequest {
103
103
  * token过期时间,单位是秒,默认 3600
104
104
  */
105
105
  TokenExpiredLimitSec?: number
106
+ /**
107
+ * token 授权策略,可选值为 workspace-run-only, all。默认为 all
108
+ */
109
+ Policies?: Array<string>
106
110
  }
107
111
 
108
112
  /**
@@ -22,6 +22,7 @@ import {
22
22
  RenewDomainBatchResponse,
23
23
  BatchModifyDomainInfoRequest,
24
24
  DomainSimpleInfo,
25
+ CreateDomainRedemptionResponse,
25
26
  UpdateProhibitionBatchRequest,
26
27
  TransferInDomainBatchResponse,
27
28
  DeleteTemplateResponse,
@@ -45,6 +46,7 @@ import {
45
46
  DescribeDomainBaseInfoResponse,
46
47
  DescribeTemplateListResponse,
47
48
  TransferProhibitionBatchRequest,
49
+ DescribeTemplateListRequest,
48
50
  DescribeBatchOperationLogDetailsRequest,
49
51
  DescribeDomainNameListResponse,
50
52
  PhoneEmailData,
@@ -75,7 +77,7 @@ import {
75
77
  DescribePhoneEmailListResponse,
76
78
  CheckBatchStatusResponse,
77
79
  DeletePhoneEmailResponse,
78
- DescribeTemplateListRequest,
80
+ CreateDomainRedemptionRequest,
79
81
  CreatePhoneEmailResponse,
80
82
  SetDomainAutoRenewRequest,
81
83
  ModifyDomainOwnerBatchRequest,
@@ -194,6 +196,16 @@ export class Client extends AbstractClient {
194
196
  return this.request("DeleteTemplate", req, cb)
195
197
  }
196
198
 
199
+ /**
200
+ * 创建赎回订单。
201
+ */
202
+ async CreateDomainRedemption(
203
+ req: CreateDomainRedemptionRequest,
204
+ cb?: (error: string, rep: CreateDomainRedemptionResponse) => void
205
+ ): Promise<CreateDomainRedemptionResponse> {
206
+ return this.request("CreateDomainRedemption", req, cb)
207
+ }
208
+
197
209
  /**
198
210
  * 检查域名是否可以注册。
199
211
  */
@@ -189,6 +189,16 @@ false:关闭锁定
189
189
  RegistrantName: string
190
190
  }
191
191
 
192
+ /**
193
+ * CreateDomainRedemption返回参数结构体
194
+ */
195
+ export interface CreateDomainRedemptionResponse {
196
+ /**
197
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
198
+ */
199
+ RequestId?: string
200
+ }
201
+
192
202
  /**
193
203
  * UpdateProhibitionBatch请求参数结构体
194
204
  */
@@ -704,6 +714,32 @@ False:关闭禁止域名转移状态。
704
714
  Status: boolean
705
715
  }
706
716
 
717
+ /**
718
+ * DescribeTemplateList请求参数结构体
719
+ */
720
+ export interface DescribeTemplateListRequest {
721
+ /**
722
+ * 偏移量,默认为0。
723
+ */
724
+ Offset?: number
725
+ /**
726
+ * 返回数量,默认为20,最大值为100。
727
+ */
728
+ Limit?: number
729
+ /**
730
+ * 用户注册类型,默认:all , 个人:I ,企业: E
731
+ */
732
+ Type?: string
733
+ /**
734
+ * 认证状态:未实名审核:NotUpload, 实名审核中:InAudit,已实名审核:Approved,实名审核失败:Reject,更新手机邮箱:NotVerified。
735
+ */
736
+ Status?: string
737
+ /**
738
+ * 关键字,用于域名所有者筛选
739
+ */
740
+ Keyword?: string
741
+ }
742
+
707
743
  /**
708
744
  * DescribeBatchOperationLogDetails请求参数结构体
709
745
  */
@@ -1463,29 +1499,13 @@ export interface DeletePhoneEmailResponse {
1463
1499
  }
1464
1500
 
1465
1501
  /**
1466
- * DescribeTemplateList请求参数结构体
1502
+ * CreateDomainRedemption请求参数结构体
1467
1503
  */
1468
- export interface DescribeTemplateListRequest {
1504
+ export interface CreateDomainRedemptionRequest {
1469
1505
  /**
1470
- * 偏移量,默认为0。
1506
+ * 域名 ID
1471
1507
  */
1472
- Offset?: number
1473
- /**
1474
- * 返回数量,默认为20,最大值为100。
1475
- */
1476
- Limit?: number
1477
- /**
1478
- * 用户注册类型,默认:all , 个人:I ,企业: E
1479
- */
1480
- Type?: string
1481
- /**
1482
- * 认证状态:未实名审核:NotUpload, 实名审核中:InAudit,已实名审核:Approved,实名审核失败:Reject,更新手机邮箱:NotVerified。
1483
- */
1484
- Status?: string
1485
- /**
1486
- * 关键字,用于域名所有者筛选
1487
- */
1488
- Keyword?: string
1508
+ DomainId: string
1489
1509
  }
1490
1510
 
1491
1511
  /**
@@ -371,11 +371,12 @@ callbackinfo包含: 回调地址和签名key
371
371
  }
372
372
 
373
373
  /**
374
- * 补充签署流程本企业签署人信息
375
- 适用场景:在通过模板或者文件发起合同时,若未指定本企业签署人信息,则流程发起后,可以调用此接口补充签署人。
376
- 同一签署人可以补充多个员工作为候选签署人,最终签署人取决于谁先领取合同完成签署。
377
-
378
- 注:目前暂时只支持补充来源于企业微信的员工作为候选签署人
374
+ * ### 适用场景
375
+ 在通过模板或者文件发起合同时,若未指定企业签署人信息,则流程发起后,可以调用此接口补充或签签署人。
376
+ 同一签署人可以补充多个员工作为或签签署人,最终实际签署人取决于谁先领取合同完成签署。
377
+ ### 限制条件
378
+ - 本企业(发起方企业)支持通过企业微信UserId 或者 姓名+手机号补充
379
+ - 他方企业仅支持通过姓名+手机号补充
379
380
  */
380
381
  async CreateFlowApprovers(
381
382
  req: CreateFlowApproversRequest,
@@ -1327,6 +1327,14 @@ export interface DescribeThirdPartyAuthCodeRequest {
1327
1327
  * 电子签小程序跳转客户小程序时携带的授权查看码
1328
1328
  */
1329
1329
  AuthCode: string
1330
+ /**
1331
+ * 操作人信息
1332
+ */
1333
+ Operator?: UserInfo
1334
+ /**
1335
+ * 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
1336
+ */
1337
+ Agent?: Agent
1330
1338
  }
1331
1339
 
1332
1340
  /**
@@ -1374,6 +1382,10 @@ export interface BindEmployeeUserIdWithClientOpenIdRequest {
1374
1382
  * 客户系统OpenId
1375
1383
  */
1376
1384
  OpenId: string
1385
+ /**
1386
+ * 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
1387
+ */
1388
+ Agent?: Agent
1377
1389
  }
1378
1390
 
1379
1391
  /**
@@ -1528,6 +1540,9 @@ export interface DescribeUserAutoSignStatusResponse {
1528
1540
 
1529
1541
  /**
1530
1542
  * 补充签署人信息
1543
+ - RecipientId 必须指定
1544
+ - 通过企业自定义账号ID补充签署人时,ApproverSource 和 CustomUserId 必填
1545
+ - 通过二要素(姓名/手机号)补充签署人时,ApproverName 和 ApproverMobile 必填
1531
1546
  */
1532
1547
  export interface FillApproverInfo {
1533
1548
  /**
@@ -1538,12 +1553,20 @@ export interface FillApproverInfo {
1538
1553
  * 签署人来源
1539
1554
  WEWORKAPP: 企业微信
1540
1555
  */
1541
- ApproverSource: string
1556
+ ApproverSource?: string
1542
1557
  /**
1543
1558
  * 企业自定义账号ID
1544
1559
  WEWORKAPP场景下指企业自有应用获取企微明文的userid
1545
1560
  */
1546
- CustomUserId: string
1561
+ CustomUserId?: string
1562
+ /**
1563
+ * 补充签署人姓名
1564
+ */
1565
+ ApproverName?: string
1566
+ /**
1567
+ * 补充签署人手机号
1568
+ */
1569
+ ApproverMobile?: string
1547
1570
  }
1548
1571
 
1549
1572
  /**
@@ -1768,6 +1791,10 @@ E_PRESCRIPTION_AUTO_SIGN 电子处方
1768
1791
  * 关闭自动签的个人的三要素
1769
1792
  */
1770
1793
  UserInfo: UserThreeFactor
1794
+ /**
1795
+ * 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
1796
+ */
1797
+ Agent?: Agent
1771
1798
  }
1772
1799
 
1773
1800
  /**
@@ -1891,6 +1918,10 @@ export interface UnbindEmployeeUserIdWithClientOpenIdRequest {
1891
1918
  * 客户系统OpenId
1892
1919
  */
1893
1920
  OpenId: string
1921
+ /**
1922
+ * 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
1923
+ */
1924
+ Agent?: Agent
1894
1925
  }
1895
1926
 
1896
1927
  /**
@@ -2269,6 +2300,12 @@ export interface CreateFlowApproversRequest {
2269
2300
  * 企微消息中的发起人
2270
2301
  */
2271
2302
  Initiator?: string
2303
+ /**
2304
+ * 代理相关应用信息,如集团主企业代子企业操作
2305
+
2306
+
2307
+ */
2308
+ Agent?: Agent
2272
2309
  }
2273
2310
 
2274
2311
  /**
@@ -3322,6 +3359,10 @@ E_PRESCRIPTION_AUTO_SIGN 电子处方
3322
3359
  * 链接的过期时间,格式为Unix时间戳,不能早于当前时间,且最大为30天。如果不传,默认有效期为7天。
3323
3360
  */
3324
3361
  ExpiredTime?: number
3362
+ /**
3363
+ * 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
3364
+ */
3365
+ Agent?: Agent
3325
3366
  }
3326
3367
 
3327
3368
  /**
@@ -4717,6 +4758,10 @@ E_PRESCRIPTION_AUTO_SIGN 电子处方
4717
4758
  * 查询开启状态的用户信息
4718
4759
  */
4719
4760
  UserInfo: UserThreeFactor
4761
+ /**
4762
+ * 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
4763
+ */
4764
+ Agent?: Agent
4720
4765
  }
4721
4766
 
4722
4767
  /**
@@ -5756,21 +5756,21 @@ export interface CarInvoiceInfo {
5756
5756
  * 识别出的字段名称(关键字),支持以下字段:
5757
5757
  发票代码、 机打代码、 发票号码、 发动机号码、 合格证号、 机打号码、 价税合计(小写)、 销货单位名称、 身份证号码/组织机构代码、 购买方名称、 销售方纳税人识别号、 购买方纳税人识别号、主管税务机关、 主管税务机关代码、 开票日期、 不含税价(小写)、 吨位、增值税税率或征收率、 车辆识别代号/车架号码、 增值税税额、 厂牌型号、 省、 市、 发票消费类型、 销售方电话、 销售方账号、 产地、 进口证明书号、 车辆类型、 机器编号、备注、开票人、限乘人数、商检单号、销售方地址、销售方开户银行、价税合计、发票类型。
5758
5758
  */
5759
- Name: string
5759
+ Name?: string
5760
5760
  /**
5761
5761
  * 识别出的字段名称对应的值,也就是字段name对应的字符串结果。
5762
5762
  */
5763
- Value: string
5763
+ Value?: string
5764
5764
  /**
5765
5765
  * 字段在旋转纠正之后的图像中的像素坐标。
5766
5766
  */
5767
- Rect: Rect
5767
+ Rect?: Rect
5768
5768
  /**
5769
- * 字段在原图中的中的四点坐标。
5769
+ * 字段在原图中的四点坐标。
5770
5770
  注意:此字段可能返回 null,表示取不到有效值。
5771
5771
  注意:此字段可能返回 null,表示取不到有效值。
5772
5772
  */
5773
- Polygon: Polygon
5773
+ Polygon?: Polygon
5774
5774
  }
5775
5775
 
5776
5776
  /**
@@ -8271,13 +8271,13 @@ export interface RecognizeContainerOCRResponse {
8271
8271
  export interface EnterpriseLicenseInfo {
8272
8272
  /**
8273
8273
  * 识别出的字段名称(关键字),不同证件类型可能不同,证件类型包含企业登记证书、许可证书、企业执照、三证合一类证书;
8274
- 支持以下字段:统一社会信用代码、法定代表人、公司名称、公司地址、注册资金、企业关型、经营范围、成立日期、有效期、开办资金、经费来源、举办单位等;
8274
+ 支持以下字段:统一社会信用代码、法定代表人、公司名称、公司地址、注册资金、企业类型、经营范围、成立日期、有效期、开办资金、经费来源、举办单位等;
8275
8275
  */
8276
- Name: string
8276
+ Name?: string
8277
8277
  /**
8278
8278
  * 识别出的字段名称对应的值,也就是字段Name对应的字符串结果。
8279
8279
  */
8280
- Value: string
8280
+ Value?: string
8281
8281
  }
8282
8282
 
8283
8283
  /**
@@ -25,26 +25,21 @@ import {
25
25
  CheckChainResponse,
26
26
  CreateTDidByPublicKeyRequest,
27
27
  CreateCredentialResponse,
28
- CheckChainRequest,
29
28
  GetAuthorityIssuerRequest,
30
29
  CreateCredentialRequest,
31
30
  GetDidDocumentRequest,
32
31
  GetCredentialStatusRequest,
33
- GetAgencyTDidResponse,
34
- AddLabelResponse,
35
32
  VerifyCredentialResponse,
36
33
  SetCredentialStatusResponse,
37
34
  GetCptInfoResponse,
38
- Identity,
39
35
  TransactionArg,
40
- AddLabelRequest,
36
+ CheckChainRequest,
41
37
  GetAuthorityIssuerResponse,
42
38
  GetDidDocumentResponse,
43
39
  CreateTDidResponse,
44
40
  CreateSelectiveCredentialResponse,
45
- GetAgencyTDidRequest,
46
- CreateTDidByPublicKeyResponse,
47
41
  RegisterCptRequest,
42
+ CreateTDidByPublicKeyResponse,
48
43
  Proof,
49
44
  VerifyFunctionArg,
50
45
  FunctionArg,
@@ -68,18 +63,6 @@ export class Client extends AbstractClient {
68
63
  /**
69
64
  * 该接口不再使用
70
65
 
71
- 检查区块链信息
72
- */
73
- async CheckChain(
74
- req: CheckChainRequest,
75
- cb?: (error: string, rep: CheckChainResponse) => void
76
- ): Promise<CheckChainResponse> {
77
- return this.request("CheckChain", req, cb)
78
- }
79
-
80
- /**
81
- * 该接口不再使用
82
-
83
66
  凭证模版详情
84
67
  */
85
68
  async GetCptInfo(
@@ -162,18 +145,6 @@ export class Client extends AbstractClient {
162
145
  return this.request("GetCredentialStatus", req, cb)
163
146
  }
164
147
 
165
- /**
166
- * 该接口已废弃
167
-
168
- 本机构DID详情
169
- */
170
- async GetAgencyTDid(
171
- req: GetAgencyTDidRequest,
172
- cb?: (error: string, rep: GetAgencyTDidResponse) => void
173
- ): Promise<GetAgencyTDidResponse> {
174
- return this.request("GetAgencyTDid", req, cb)
175
- }
176
-
177
148
  /**
178
149
  * 该接口不再使用
179
150
 
@@ -187,16 +158,15 @@ export class Client extends AbstractClient {
187
158
  }
188
159
 
189
160
  /**
190
- * 下线已有内测接口,待上线正式版本的接口
191
-
192
- DID添加标签
161
+ * 该接口不再使用
193
162
 
163
+ 检查区块链信息
194
164
  */
195
- async AddLabel(
196
- req: AddLabelRequest,
197
- cb?: (error: string, rep: AddLabelResponse) => void
198
- ): Promise<AddLabelResponse> {
199
- return this.request("AddLabel", req, cb)
165
+ async CheckChain(
166
+ req: CheckChainRequest,
167
+ cb?: (error: string, rep: CheckChainResponse) => void
168
+ ): Promise<CheckChainResponse> {
169
+ return this.request("CheckChain", req, cb)
200
170
  }
201
171
 
202
172
  /**
@@ -152,24 +152,6 @@ export interface CreateCredentialResponse {
152
152
  RequestId?: string
153
153
  }
154
154
 
155
- /**
156
- * CheckChain请求参数结构体
157
- */
158
- export interface CheckChainRequest {
159
- /**
160
- * 群组ID
161
- */
162
- GroupId: number
163
- /**
164
- * 网络ID
165
- */
166
- ClusterId: string
167
- /**
168
- * did服务机构名称
169
- */
170
- AgencyName: string
171
- }
172
-
173
155
  /**
174
156
  * GetAuthorityIssuer请求参数结构体
175
157
  */
@@ -222,34 +204,6 @@ export interface GetCredentialStatusRequest {
222
204
  CredentialId: string
223
205
  }
224
206
 
225
- /**
226
- * GetAgencyTDid返回参数结构体
227
- */
228
- export interface GetAgencyTDidResponse {
229
- /**
230
- * 固定前缀
231
- */
232
- Prefix: string
233
- /**
234
- * did详情
235
- */
236
- Identity: Array<Identity>
237
- /**
238
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
239
- */
240
- RequestId?: string
241
- }
242
-
243
- /**
244
- * AddLabel返回参数结构体
245
- */
246
- export interface AddLabelResponse {
247
- /**
248
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
249
- */
250
- RequestId?: string
251
- }
252
-
253
207
  /**
254
208
  * VerifyCredential返回参数结构体
255
209
  */
@@ -296,32 +250,6 @@ export interface GetCptInfoResponse {
296
250
  RequestId?: string
297
251
  }
298
252
 
299
- /**
300
- * did详情
301
- */
302
- export interface Identity {
303
- /**
304
- * 账户标识符
305
- */
306
- AccountIdentifier: string
307
- /**
308
- * 链ID
309
- */
310
- ChainID: string
311
- /**
312
- * 完整tdid
313
- */
314
- Did: string
315
- /**
316
- * 群组ID
317
- */
318
- GroupId: number
319
- /**
320
- * 群组名称
321
- */
322
- GroupName: string
323
- }
324
-
325
253
  /**
326
254
  * 创建凭证第二个
327
255
  */
@@ -333,17 +261,21 @@ export interface TransactionArg {
333
261
  }
334
262
 
335
263
  /**
336
- * AddLabel请求参数结构体
264
+ * CheckChain请求参数结构体
337
265
  */
338
- export interface AddLabelRequest {
266
+ export interface CheckChainRequest {
339
267
  /**
340
- * 标签ID
268
+ * 群组ID
341
269
  */
342
- LabelId: number
270
+ GroupId: number
343
271
  /**
344
- * tdid
272
+ * 网络ID
345
273
  */
346
- Did: string
274
+ ClusterId: string
275
+ /**
276
+ * did服务机构名称
277
+ */
278
+ AgencyName: string
347
279
  }
348
280
 
349
281
  /**
@@ -430,30 +362,6 @@ export interface CreateSelectiveCredentialResponse {
430
362
  RequestId?: string
431
363
  }
432
364
 
433
- /**
434
- * GetAgencyTDid请求参数结构体
435
- */
436
- export interface GetAgencyTDidRequest {
437
- /**
438
- * 网络ID
439
- */
440
- ClusterId: string
441
- }
442
-
443
- /**
444
- * CreateTDidByPublicKey返回参数结构体
445
- */
446
- export interface CreateTDidByPublicKeyResponse {
447
- /**
448
- * did具体信息
449
- */
450
- Did: string
451
- /**
452
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
453
- */
454
- RequestId?: string
455
- }
456
-
457
365
  /**
458
366
  * RegisterCpt请求参数结构体
459
367
  */
@@ -476,6 +384,20 @@ export interface RegisterCptRequest {
476
384
  CptId?: number
477
385
  }
478
386
 
387
+ /**
388
+ * CreateTDidByPublicKey返回参数结构体
389
+ */
390
+ export interface CreateTDidByPublicKeyResponse {
391
+ /**
392
+ * did具体信息
393
+ */
394
+ Did: string
395
+ /**
396
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
397
+ */
398
+ RequestId?: string
399
+ }
400
+
479
401
  /**
480
402
  * 验证凭证签名
481
403
  */
@@ -1716,7 +1716,7 @@ export interface ModifyHostsCertificateRequest {
1716
1716
  /**
1717
1717
  * 托管类型,取值有:
1718
1718
  <li>apply:托管EO;</li>
1719
- <li>none:不托管EO;</li>不填,默认取值为apply
1719
+ <li>none:不托管EO;</li>不填,默认取值为none
1720
1720
  */
1721
1721
  ApplyType?: string
1722
1722
  }
@@ -58,7 +58,7 @@ import {
58
58
  PPTErrSlide,
59
59
  PauseOnlineRecordRequest,
60
60
  DescribeRunningTasksResponse,
61
- DescribeApplicationUsageResponse,
61
+ DescribeWhiteboardPushResponse,
62
62
  DescribeAPIServiceResponse,
63
63
  TimeValue,
64
64
  DescribeWarningCallbackResponse,
@@ -109,13 +109,13 @@ import {
109
109
  DescribeUserStatusRequest,
110
110
  DescribeOnlineRecordCallbackRequest,
111
111
  RecordTaskSearchResult,
112
- ModifyWhiteboardApplicationConfigResponse,
112
+ DescribeWarningCallbackRequest,
113
113
  SetTranscodeCallbackResponse,
114
114
  StopOnlineRecordRequest,
115
115
  SetOfflineRecordCallbackRequest,
116
116
  SetVideoGenerationTaskCallbackResponse,
117
117
  ApplicationItem,
118
- DescribeWarningCallbackRequest,
118
+ DescribeTranscodeByUrlResponse,
119
119
  CreatePPTCheckTaskRequest,
120
120
  SetWhiteboardPushCallbackRequest,
121
121
  DescribeTIWDailyUsageResponse,
@@ -127,7 +127,7 @@ import {
127
127
  DescribePPTCheckCallbackRequest,
128
128
  Whiteboard,
129
129
  PauseOnlineRecordResponse,
130
- ModifyWhiteboardBucketConfigResponse,
130
+ ModifyWhiteboardApplicationConfigResponse,
131
131
  CreateSnapshotTaskRequest,
132
132
  DescribeTranscodeResponse,
133
133
  SetOnlineRecordCallbackKeyRequest,
@@ -144,6 +144,7 @@ import {
144
144
  SetPPTCheckCallbackResponse,
145
145
  DescribeOnlineRecordRequest,
146
146
  StopWhiteboardPushResponse,
147
+ DescribeTranscodeByUrlRequest,
147
148
  SetWarningCallbackRequest,
148
149
  DescribePostpaidUsageRequest,
149
150
  LayoutParams,
@@ -162,12 +163,13 @@ import {
162
163
  RunningTaskItem,
163
164
  SetTranscodeCallbackKeyResponse,
164
165
  SetPPTCheckCallbackRequest,
165
- DescribeWhiteboardPushResponse,
166
+ DescribeApplicationUsageResponse,
166
167
  StartOnlineRecordResponse,
167
168
  Tag,
168
169
  DescribeUsageSummaryRequest,
169
170
  SnapshotWhiteboard,
170
171
  CreatePPTCheckTaskResponse,
172
+ ModifyWhiteboardBucketConfigResponse,
171
173
  CreateTranscodeRequest,
172
174
  SetTranscodeCallbackKeyRequest,
173
175
  SetTranscodeCallbackRequest,
@@ -404,6 +406,16 @@ export class Client extends AbstractClient {
404
406
  return this.request("SetPPTCheckCallback", req, cb)
405
407
  }
406
408
 
409
+ /**
410
+ * 通过文档URL查询转码任务,返回最近的一次转码结果
411
+ */
412
+ async DescribeTranscodeByUrl(
413
+ req: DescribeTranscodeByUrlRequest,
414
+ cb?: (error: string, rep: DescribeTranscodeByUrlResponse) => void
415
+ ): Promise<DescribeTranscodeByUrlResponse> {
416
+ return this.request("DescribeTranscodeByUrl", req, cb)
417
+ }
418
+
407
419
  /**
408
420
  * 查询录制视频生成回调地址
409
421
  */