tencentcloud-sdk-nodejs 4.0.488 → 4.0.490

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 (74) hide show
  1. package/CHANGELOG.md +363 -0
  2. package/SERVICE_CHANGELOG.md +435 -152
  3. package/package.json +1 -1
  4. package/products.md +15 -14
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/asr/v20190614/asr_models.ts +31 -0
  7. package/src/services/cdwch/index.ts +5 -0
  8. package/src/services/cdwch/v20200915/cdwch_client.ts +118 -0
  9. package/src/services/cdwch/v20200915/cdwch_models.ts +314 -0
  10. package/src/services/cdwch/v20200915/index.ts +6 -0
  11. package/src/services/cfw/v20190904/cfw_client.ts +4 -4
  12. package/src/services/cfw/v20190904/cfw_models.ts +2 -2
  13. package/src/services/cpdp/v20190820/cpdp_models.ts +14 -0
  14. package/src/services/dnspod/v20210323/dnspod_client.ts +14 -1
  15. package/src/services/dnspod/v20210323/dnspod_models.ts +96 -40
  16. package/src/services/ess/v20201111/ess_client.ts +26 -0
  17. package/src/services/ess/v20201111/ess_models.ts +100 -1
  18. package/src/services/essbasic/v20210526/essbasic_client.ts +38 -12
  19. package/src/services/essbasic/v20210526/essbasic_models.ts +174 -82
  20. package/src/services/index.ts +1 -0
  21. package/src/services/lighthouse/v20200324/lighthouse_models.ts +6 -0
  22. package/src/services/mongodb/v20190725/mongodb_models.ts +19 -4
  23. package/src/services/redis/v20180412/redis_client.ts +1 -1
  24. package/src/services/redis/v20180412/redis_models.ts +3 -3
  25. package/src/services/tcss/v20201101/tcss_client.ts +287 -100
  26. package/src/services/tcss/v20201101/tcss_models.ts +1780 -817
  27. package/src/services/tdmq/v20200217/tdmq_models.ts +6 -0
  28. package/src/services/teo/v20220901/teo_models.ts +1 -1
  29. package/src/services/vod/v20180717/vod_client.ts +0 -6
  30. package/src/services/vod/v20180717/vod_models.ts +156 -5
  31. package/tencentcloud/common/sdk_version.d.ts +1 -1
  32. package/tencentcloud/common/sdk_version.js +1 -1
  33. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +26 -0
  34. package/tencentcloud/services/cdwch/index.d.ts +6 -0
  35. package/tencentcloud/services/cdwch/index.js +7 -0
  36. package/tencentcloud/services/cdwch/v20200915/cdwch_client.d.ts +38 -0
  37. package/tencentcloud/services/cdwch/v20200915/cdwch_client.js +73 -0
  38. package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +255 -0
  39. package/tencentcloud/services/cdwch/v20200915/cdwch_models.js +18 -0
  40. package/tencentcloud/services/cdwch/v20200915/index.d.ts +6 -0
  41. package/tencentcloud/services/cdwch/v20200915/index.js +9 -0
  42. package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +4 -4
  43. package/tencentcloud/services/cfw/v20190904/cfw_client.js +4 -4
  44. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +2 -2
  45. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +12 -0
  46. package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +6 -2
  47. package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +7 -1
  48. package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +88 -40
  49. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +11 -1
  50. package/tencentcloud/services/ess/v20201111/ess_client.js +14 -0
  51. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +85 -1
  52. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +13 -3
  53. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +17 -3
  54. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +153 -74
  55. package/tencentcloud/services/index.d.ts +1 -0
  56. package/tencentcloud/services/index.js +2 -0
  57. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +6 -0
  58. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +16 -4
  59. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +1 -1
  60. package/tencentcloud/services/redis/v20180412/redis_client.js +1 -1
  61. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +3 -3
  62. package/tencentcloud/services/tcss/v20201101/tcss_client.d.ts +87 -27
  63. package/tencentcloud/services/tcss/v20201101/tcss_client.js +129 -39
  64. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +1499 -681
  65. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +5 -0
  66. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +1 -1
  67. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +0 -6
  68. package/tencentcloud/services/vod/v20180717/vod_client.js +0 -6
  69. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +126 -5
  70. package/test/cdwch.v20200915.test.js +91 -0
  71. package/test/dnspod.v20210323.test.js +10 -0
  72. package/test/ess.v20201111.test.js +20 -0
  73. package/test/essbasic.v20210526.test.js +22 -2
  74. package/test/tcss.v20201101.test.js +176 -26
@@ -7473,6 +7473,20 @@ wechat:微信支付
7473
7473
  注意:此字段可能返回 null,表示取不到有效值。
7474
7474
  */
7475
7475
  PaymentMethod: string
7476
+
7477
+ /**
7478
+ * 平台应收金额
7479
+ 单位:分,需要注意的是,TotalAmt=TotalPlatformIncome+TotalMchIncome
7480
+ 注意:此字段可能返回 null,表示取不到有效值。
7481
+ */
7482
+ TotalPlatformIncome: number
7483
+
7484
+ /**
7485
+ * 商户应收金额
7486
+ 单位:分,需要注意的是,TotalAmt=TotalPlatformIncome+TotalMchIncome
7487
+ 注意:此字段可能返回 null,表示取不到有效值。
7488
+ */
7489
+ TotalMchIncome: number
7476
7490
  }
7477
7491
 
7478
7492
  /**
@@ -35,6 +35,7 @@ import {
35
35
  DescribeBatchTaskRequest,
36
36
  DomainAnalyticsDetail,
37
37
  CreateSnapshotResponse,
38
+ KeyValue,
38
39
  DeleteRecordGroupRequest,
39
40
  PayOrderWithBalanceResponse,
40
41
  DescribeDomainResponse,
@@ -125,6 +126,7 @@ import {
125
126
  PayOrderWithBalanceRequest,
126
127
  ModifySnapshotConfigResponse,
127
128
  DescribeRecordResponse,
129
+ ModifyRecordFieldsRequest,
128
130
  DeleteSnapshotResponse,
129
131
  DescribeDomainPurviewResponse,
130
132
  Deals,
@@ -145,6 +147,7 @@ import {
145
147
  SnapshotInfo,
146
148
  ModifyDynamicDNSRequest,
147
149
  DescribeRecordGroupListRequest,
150
+ ModifyRecordFieldsResponse,
148
151
  PurviewInfo,
149
152
  ModifyRecordRemarkRequest,
150
153
  RollbackRecordSnapshotResponse,
@@ -180,7 +183,7 @@ export class Client extends AbstractClient {
180
183
  }
181
184
 
182
185
  /**
183
- * 获取某个域名下的解析记录
186
+ * 获取某个域名下的解析记录列表
184
187
  */
185
188
  async DescribeRecordList(
186
189
  req: DescribeRecordListRequest,
@@ -279,6 +282,16 @@ export class Client extends AbstractClient {
279
282
  return this.request("DescribeSnapshotList", req, cb)
280
283
  }
281
284
 
285
+ /**
286
+ * 修改记录可选字段
287
+ */
288
+ async ModifyRecordFields(
289
+ req: ModifyRecordFieldsRequest,
290
+ cb?: (error: string, rep: ModifyRecordFieldsResponse) => void
291
+ ): Promise<ModifyRecordFieldsResponse> {
292
+ return this.request("ModifyRecordFields", req, cb)
293
+ }
294
+
282
295
  /**
283
296
  * 下载快照
284
297
  */
@@ -297,7 +297,7 @@ export interface ModifySubdomainStatusRequest {
297
297
  Status: string
298
298
 
299
299
  /**
300
- * 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
300
+ * 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
301
301
  */
302
302
  DomainId?: number
303
303
 
@@ -465,7 +465,7 @@ export interface ModifyRecordGroupRequest {
465
465
  */
466
466
  export interface DescribeBatchTaskRequest {
467
467
  /**
468
- * 任务ID
468
+ * 任务ID。操作批量接口时会返回JobId
469
469
  */
470
470
  JobId: number
471
471
  }
@@ -501,6 +501,22 @@ export interface CreateSnapshotResponse {
501
501
  RequestId?: string
502
502
  }
503
503
 
504
+ /**
505
+ * 键值对
506
+ */
507
+ export interface KeyValue {
508
+ /**
509
+ * 键
510
+ */
511
+ Key: string
512
+
513
+ /**
514
+ * 值
515
+ 注意:此字段可能返回 null,表示取不到有效值。
516
+ */
517
+ Value?: string
518
+ }
519
+
504
520
  /**
505
521
  * DeleteRecordGroup请求参数结构体
506
522
  */
@@ -769,7 +785,7 @@ export interface DescribeDomainShareInfoRequest {
769
785
  Domain: string
770
786
 
771
787
  /**
772
- * 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
788
+ * 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
773
789
  */
774
790
  DomainId?: number
775
791
  }
@@ -1074,12 +1090,12 @@ export interface ModifyRecordRequest {
1074
1090
  Value: string
1075
1091
 
1076
1092
  /**
1077
- * 记录 ID
1093
+ * 记录 ID 。可以通过接口DescribeRecordList查到所有的解析记录列表以及对应的RecordId
1078
1094
  */
1079
1095
  RecordId: number
1080
1096
 
1081
1097
  /**
1082
- * 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
1098
+ * 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
1083
1099
  */
1084
1100
  DomainId?: number
1085
1101
 
@@ -1225,7 +1241,7 @@ export interface DeleteDomainRequest {
1225
1241
  Domain: string
1226
1242
 
1227
1243
  /**
1228
- * 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
1244
+ * 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
1229
1245
  */
1230
1246
  DomainId?: number
1231
1247
  }
@@ -1245,7 +1261,7 @@ export interface ModifyDomainOwnerRequest {
1245
1261
  Account: string
1246
1262
 
1247
1263
  /**
1248
- * 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
1264
+ * 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
1249
1265
  */
1250
1266
  DomainId?: number
1251
1267
  }
@@ -1255,7 +1271,7 @@ export interface ModifyDomainOwnerRequest {
1255
1271
  */
1256
1272
  export interface ModifyPackageAutoRenewRequest {
1257
1273
  /**
1258
- * 资源ID
1274
+ * 资源ID。可以在控制台查看所有的资源
1259
1275
  */
1260
1276
  ResourceId: string
1261
1277
 
@@ -1332,7 +1348,7 @@ export interface DescribeRecordLineListRequest {
1332
1348
  DomainGrade: string
1333
1349
 
1334
1350
  /**
1335
- * 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
1351
+ * 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
1336
1352
  */
1337
1353
  DomainId?: number
1338
1354
  }
@@ -1377,7 +1393,7 @@ export interface CreateRecordBatchRequest {
1377
1393
  */
1378
1394
  export interface DeleteDomainAliasRequest {
1379
1395
  /**
1380
- * 域名别名ID
1396
+ * 域名别名ID。可以通过接口DescribeDomainAliasList查到所有的域名别名列表以及对应的ID
1381
1397
  */
1382
1398
  DomainAliasId: number
1383
1399
 
@@ -1387,7 +1403,7 @@ export interface DeleteDomainAliasRequest {
1387
1403
  Domain: string
1388
1404
 
1389
1405
  /**
1390
- * 域名ID,参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
1406
+ * 域名ID,参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
1391
1407
  */
1392
1408
  DomainId?: number
1393
1409
  }
@@ -1481,7 +1497,7 @@ export interface ModifyDomainLockRequest {
1481
1497
  LockDays: number
1482
1498
 
1483
1499
  /**
1484
- * 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
1500
+ * 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
1485
1501
  */
1486
1502
  DomainId?: number
1487
1503
  }
@@ -1501,7 +1517,7 @@ export interface ModifyDomainStatusRequest {
1501
1517
  Status: string
1502
1518
 
1503
1519
  /**
1504
- * 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
1520
+ * 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
1505
1521
  */
1506
1522
  DomainId?: number
1507
1523
  }
@@ -1602,7 +1618,7 @@ export interface DescribeRecordRequest {
1602
1618
  RecordId: number
1603
1619
 
1604
1620
  /**
1605
- * 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。DomainId是域名的资源ID,可以通过接口DescribeDomainList查到所有的Domain以及DomainId
1621
+ * 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
1606
1622
  */
1607
1623
  DomainId?: number
1608
1624
  }
@@ -1652,7 +1668,7 @@ export interface DescribeSubdomainAnalyticsRequest {
1652
1668
  DnsFormat?: string
1653
1669
 
1654
1670
  /**
1655
- * 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
1671
+ * 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
1656
1672
  */
1657
1673
  DomainId?: number
1658
1674
  }
@@ -1667,12 +1683,12 @@ export interface DeleteRecordRequest {
1667
1683
  Domain: string
1668
1684
 
1669
1685
  /**
1670
- * 记录 ID
1686
+ * 记录 ID 。可以通过接口DescribeRecordList查到所有的解析记录列表以及对应的RecordId
1671
1687
  */
1672
1688
  RecordId: number
1673
1689
 
1674
1690
  /**
1675
- * 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
1691
+ * 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
1676
1692
  */
1677
1693
  DomainId?: number
1678
1694
  }
@@ -1687,7 +1703,7 @@ export interface DescribeDomainRequest {
1687
1703
  Domain: string
1688
1704
 
1689
1705
  /**
1690
- * 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
1706
+ * 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
1691
1707
  */
1692
1708
  DomainId?: number
1693
1709
  }
@@ -1727,7 +1743,7 @@ export interface ModifyRecordStatusRequest {
1727
1743
  Domain: string
1728
1744
 
1729
1745
  /**
1730
- * 记录 ID
1746
+ * 记录 ID 。可以通过接口DescribeRecordList查到所有的解析记录列表以及对应的RecordId
1731
1747
  */
1732
1748
  RecordId: number
1733
1749
 
@@ -1737,7 +1753,7 @@ export interface ModifyRecordStatusRequest {
1737
1753
  Status: string
1738
1754
 
1739
1755
  /**
1740
- * 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
1756
+ * 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
1741
1757
  */
1742
1758
  DomainId?: number
1743
1759
  }
@@ -2042,7 +2058,7 @@ export interface DescribeDomainLogListRequest {
2042
2058
  Domain: string
2043
2059
 
2044
2060
  /**
2045
- * 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
2061
+ * 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
2046
2062
  */
2047
2063
  DomainId?: number
2048
2064
 
@@ -2082,7 +2098,7 @@ export interface DescribeDomainListResponse {
2082
2098
  */
2083
2099
  export interface ModifyRecordBatchRequest {
2084
2100
  /**
2085
- * 记录ID数组
2101
+ * 记录ID数组。可以通过接口DescribeRecordList查到所有的解析记录列表以及对应的RecordId
2086
2102
  */
2087
2103
  RecordIdList: Array<number>
2088
2104
 
@@ -2755,7 +2771,7 @@ export interface CreateDomainRequest {
2755
2771
  Domain: string
2756
2772
 
2757
2773
  /**
2758
- * 域名分组ID
2774
+ * 域名分组ID。可以通过接口DescribeDomainGroupList查看当前域名分组信息
2759
2775
  */
2760
2776
  GroupId?: number
2761
2777
 
@@ -2820,7 +2836,7 @@ export interface ModifyDomainRemarkRequest {
2820
2836
  Domain: string
2821
2837
 
2822
2838
  /**
2823
- * 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
2839
+ * 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
2824
2840
  */
2825
2841
  DomainId?: number
2826
2842
 
@@ -2855,7 +2871,7 @@ export interface DescribeRecordListRequest {
2855
2871
  Domain: string
2856
2872
 
2857
2873
  /**
2858
- * 要获取的解析记录所属的域名Id,如果传了DomainId,系统将会忽略Domain参数
2874
+ * 要获取的解析记录所属的域名Id,如果传了DomainId,系统将会忽略Domain参数。 可以通过接口DescribeDomainList查到所有的Domain以及DomainId
2859
2875
  */
2860
2876
  DomainId?: number
2861
2877
 
@@ -2870,17 +2886,17 @@ export interface DescribeRecordListRequest {
2870
2886
  RecordType?: string
2871
2887
 
2872
2888
  /**
2873
- * 获取某条线路名称的解析记录
2889
+ * 获取某条线路名称的解析记录。可以通过接口DescribeRecordLineList查看当前域名允许的线路信息
2874
2890
  */
2875
2891
  RecordLine?: string
2876
2892
 
2877
2893
  /**
2878
- * 获取某个线路Id对应的解析记录,如果传RecordLineId,系统会忽略RecordLine参数
2894
+ * 获取某个线路Id对应的解析记录,如果传RecordLineId,系统会忽略RecordLine参数。可以通过接口DescribeRecordLineList查看当前域名允许的线路信息
2879
2895
  */
2880
2896
  RecordLineId?: string
2881
2897
 
2882
2898
  /**
2883
- * 获取某个分组下的解析记录时,传这个分组Id
2899
+ * 获取某个分组下的解析记录时,传这个分组Id
2884
2900
  */
2885
2901
  GroupId?: number
2886
2902
 
@@ -2920,7 +2936,7 @@ export interface PayOrderWithBalanceRequest {
2920
2936
  BigDealIdList: Array<string>
2921
2937
 
2922
2938
  /**
2923
- * 代金券ID数组
2939
+ * 代金券ID数组。可以从控制台查到拥有的代金券
2924
2940
  */
2925
2941
  VoucherIdList?: Array<string>
2926
2942
  }
@@ -2950,6 +2966,31 @@ export interface DescribeRecordResponse {
2950
2966
  RequestId?: string
2951
2967
  }
2952
2968
 
2969
+ /**
2970
+ * ModifyRecordFields请求参数结构体
2971
+ */
2972
+ export interface ModifyRecordFieldsRequest {
2973
+ /**
2974
+ * 域名
2975
+ */
2976
+ Domain: string
2977
+
2978
+ /**
2979
+ * 记录 ID 。
2980
+ */
2981
+ RecordId: number
2982
+
2983
+ /**
2984
+ * 要修改的记录属性和值,支持:sub_domain,record_line,record_line_id,record_type,value,ttl,status,mx,weight
2985
+ */
2986
+ FieldList: Array<KeyValue>
2987
+
2988
+ /**
2989
+ * 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。
2990
+ */
2991
+ DomainId?: number
2992
+ }
2993
+
2953
2994
  /**
2954
2995
  * DeleteSnapshot返回参数结构体
2955
2996
  */
@@ -3223,7 +3264,7 @@ export interface DescribeDomainAliasListRequest {
3223
3264
  Domain: string
3224
3265
 
3225
3266
  /**
3226
- * 域名ID,域名ID,参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
3267
+ * 域名ID,域名ID,参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
3227
3268
  */
3228
3269
  DomainId?: number
3229
3270
  }
@@ -3243,7 +3284,7 @@ export interface CreateDomainAliasRequest {
3243
3284
  Domain: string
3244
3285
 
3245
3286
  /**
3246
- * 域名ID,参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
3287
+ * 域名ID,参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
3247
3288
  */
3248
3289
  DomainId?: number
3249
3290
  }
@@ -3263,7 +3304,7 @@ export interface DeleteShareDomainRequest {
3263
3304
  Account: string
3264
3305
 
3265
3306
  /**
3266
- * 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
3307
+ * 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
3267
3308
  */
3268
3309
  DomainId?: number
3269
3310
  }
@@ -3313,7 +3354,7 @@ export interface ModifyDynamicDNSRequest {
3313
3354
  Domain: string
3314
3355
 
3315
3356
  /**
3316
- * 记录ID。
3357
+ * 记录ID。 可以通过接口DescribeRecordList查到所有的解析记录列表以及对应的RecordId
3317
3358
  */
3318
3359
  RecordId: number
3319
3360
 
@@ -3328,7 +3369,7 @@ export interface ModifyDynamicDNSRequest {
3328
3369
  Value: string
3329
3370
 
3330
3371
  /**
3331
- * 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
3372
+ * 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
3332
3373
  */
3333
3374
  DomainId?: number
3334
3375
 
@@ -3373,6 +3414,21 @@ export interface DescribeRecordGroupListRequest {
3373
3414
  Limit?: number
3374
3415
  }
3375
3416
 
3417
+ /**
3418
+ * ModifyRecordFields返回参数结构体
3419
+ */
3420
+ export interface ModifyRecordFieldsResponse {
3421
+ /**
3422
+ * 记录ID
3423
+ */
3424
+ RecordId: number
3425
+
3426
+ /**
3427
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3428
+ */
3429
+ RequestId?: string
3430
+ }
3431
+
3376
3432
  /**
3377
3433
  * 域名权限项
3378
3434
  */
@@ -3398,12 +3454,12 @@ export interface ModifyRecordRemarkRequest {
3398
3454
  Domain: string
3399
3455
 
3400
3456
  /**
3401
- * 记录 ID
3457
+ * 记录 ID 。可以通过接口DescribeRecordList查到所有的解析记录列表以及对应的RecordId
3402
3458
  */
3403
3459
  RecordId: number
3404
3460
 
3405
3461
  /**
3406
- * 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
3462
+ * 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
3407
3463
  */
3408
3464
  DomainId?: number
3409
3465
 
@@ -3508,7 +3564,7 @@ export interface DescribeDomainPurviewRequest {
3508
3564
  Domain: string
3509
3565
 
3510
3566
  /**
3511
- * 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
3567
+ * 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
3512
3568
  */
3513
3569
  DomainId?: number
3514
3570
  }
@@ -3574,7 +3630,7 @@ export interface ModifyDomainUnlockRequest {
3574
3630
  LockCode: string
3575
3631
 
3576
3632
  /**
3577
- * 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
3633
+ * 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
3578
3634
  */
3579
3635
  DomainId?: number
3580
3636
  }
@@ -3639,7 +3695,7 @@ export interface CreateDealResponse {
3639
3695
  */
3640
3696
  export interface ModifyVasAutoRenewStatusRequest {
3641
3697
  /**
3642
- * 资源ID
3698
+ * 资源ID。可以从控制台查看所有的资源
3643
3699
  */
3644
3700
  ResourceId: string
3645
3701
 
@@ -3774,7 +3830,7 @@ export interface DescribeDomainAnalyticsRequest {
3774
3830
  DnsFormat?: string
3775
3831
 
3776
3832
  /**
3777
- * 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
3833
+ * 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
3778
3834
  */
3779
3835
  DomainId?: number
3780
3836
  }
@@ -19,6 +19,7 @@ import { AbstractClient } from "../../../common/abstract_client"
19
19
  import { ClientConfig } from "../../../common/interface"
20
20
  import {
21
21
  CancelFlowResponse,
22
+ DescribeFlowEvidenceReportRequest,
22
23
  Department,
23
24
  CreateSchemeUrlRequest,
24
25
  CreateFlowApproversResponse,
@@ -34,6 +35,7 @@ import {
34
35
  Agent,
35
36
  FlowApproverDetail,
36
37
  DescribeFlowTemplatesRequest,
38
+ DescribeFlowEvidenceReportResponse,
37
39
  TemplateInfo,
38
40
  CreateDocumentResponse,
39
41
  DescribeIntegrationEmployeesRequest,
@@ -81,9 +83,11 @@ import {
81
83
  FileInfo,
82
84
  CreateSchemeUrlResponse,
83
85
  ApproverRestriction,
86
+ CreatePrepareFlowResponse,
84
87
  GetTaskResultApiResponse,
85
88
  CancelMultiFlowSignQRCodeRequest,
86
89
  StartFlowRequest,
90
+ CreatePrepareFlowRequest,
87
91
  ApproverOption,
88
92
  DeleteIntegrationEmployeesResponse,
89
93
  DescribeOrganizationSealsRequest,
@@ -210,6 +214,18 @@ export class Client extends AbstractClient {
210
214
  return this.request("CreateFlowSignReview", req, cb)
211
215
  }
212
216
 
217
+ /**
218
+ * 创建快速发起流程
219
+ 适用场景:用户通过API 合同文件及签署信息,并可通过我们返回的URL在页面完成签署控件等信息的编辑与确认,快速发起合同.
220
+ 注:该接口文件的resourceId 是通过上传文件之后获取的。
221
+ */
222
+ async CreatePrepareFlow(
223
+ req: CreatePrepareFlowRequest,
224
+ cb?: (error: string, rep: CreatePrepareFlowResponse) => void
225
+ ): Promise<CreatePrepareFlowResponse> {
226
+ return this.request("CreatePrepareFlow", req, cb)
227
+ }
228
+
213
229
  /**
214
230
  * 创建签署流程电子文档
215
231
  适用场景:见创建签署流程接口。
@@ -367,6 +383,16 @@ export class Client extends AbstractClient {
367
383
  return this.request("CreateFlow", req, cb)
368
384
  }
369
385
 
386
+ /**
387
+ * 查询出证报告,返回报告 URL。
388
+ */
389
+ async DescribeFlowEvidenceReport(
390
+ req: DescribeFlowEvidenceReportRequest,
391
+ cb?: (error: string, rep: DescribeFlowEvidenceReportResponse) => void
392
+ ): Promise<DescribeFlowEvidenceReportResponse> {
393
+ return this.request("DescribeFlowEvidenceReport", req, cb)
394
+ }
395
+
370
396
  /**
371
397
  * 此接口(CreateFlowByFiles)用来通过上传后的pdf资源编号来创建待签署的合同流程。
372
398
  适用场景1:适用非制式的合同文件签署。一般开发者自己有完整的签署文件,可以通过该接口传入完整的PDF文件及流程信息生成待签署的合同流程。
@@ -25,6 +25,21 @@ export interface CancelFlowResponse {
25
25
  RequestId?: string
26
26
  }
27
27
 
28
+ /**
29
+ * DescribeFlowEvidenceReport请求参数结构体
30
+ */
31
+ export interface DescribeFlowEvidenceReportRequest {
32
+ /**
33
+ * 调用方用户信息,userId 必填
34
+ */
35
+ Operator: UserInfo
36
+
37
+ /**
38
+ * 出证报告编号
39
+ */
40
+ ReportId: string
41
+ }
42
+
28
43
  /**
29
44
  * 集成版员工部门信息
30
45
  */
@@ -347,7 +362,7 @@ HONGKONG_MACAO_AND_TAIWAN 港澳台居民居住证(格式同居民身份证)
347
362
  */
348
363
  export interface CreateConvertTaskApiRequest {
349
364
  /**
350
- * 资源类型 取值范围doc,docx,html,excel之一
365
+ * 资源类型 取值范围doc,docx,html,xls,xlsx之一
351
366
  */
352
367
  ResourceType: string
353
368
 
@@ -509,6 +524,29 @@ export interface DescribeFlowTemplatesRequest {
509
524
  Agent?: Agent
510
525
  }
511
526
 
527
+ /**
528
+ * DescribeFlowEvidenceReport返回参数结构体
529
+ */
530
+ export interface DescribeFlowEvidenceReportResponse {
531
+ /**
532
+ * 报告 URL
533
+ 注意:此字段可能返回 null,表示取不到有效值。
534
+ */
535
+ ReportUrl: string
536
+
537
+ /**
538
+ * 执行中:EvidenceStatusExecuting
539
+ 成功:EvidenceStatusSuccess
540
+ 失败:EvidenceStatusFailed
541
+ */
542
+ Status: string
543
+
544
+ /**
545
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
546
+ */
547
+ RequestId?: string
548
+ }
549
+
512
550
  /**
513
551
  * 二期接口返回的模板的信息结构
514
552
  */
@@ -1924,6 +1962,21 @@ export interface ApproverRestriction {
1924
1962
  IdCardNumber?: string
1925
1963
  }
1926
1964
 
1965
+ /**
1966
+ * CreatePrepareFlow返回参数结构体
1967
+ */
1968
+ export interface CreatePrepareFlowResponse {
1969
+ /**
1970
+ * 快速发起预览链接
1971
+ */
1972
+ Url: string
1973
+
1974
+ /**
1975
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1976
+ */
1977
+ RequestId?: string
1978
+ }
1979
+
1927
1980
  /**
1928
1981
  * GetTaskResultApi返回参数结构体
1929
1982
  */
@@ -2011,6 +2064,52 @@ export interface StartFlowRequest {
2011
2064
  Agent?: Agent
2012
2065
  }
2013
2066
 
2067
+ /**
2068
+ * CreatePrepareFlow请求参数结构体
2069
+ */
2070
+ export interface CreatePrepareFlowRequest {
2071
+ /**
2072
+ * 调用方用户信息,userId 必填
2073
+ */
2074
+ Operator: UserInfo
2075
+
2076
+ /**
2077
+ * 资源Id,通过上传uploadfile接口获得
2078
+ */
2079
+ ResourceId: string
2080
+
2081
+ /**
2082
+ * 合同名称
2083
+ */
2084
+ FlowName: string
2085
+
2086
+ /**
2087
+ * 是否顺序签署(true:无序签,false:顺序签)
2088
+ */
2089
+ Unordered?: boolean
2090
+
2091
+ /**
2092
+ * 签署流程的签署截止时间。
2093
+ 值为unix时间戳,精确到秒,不传默认为当前时间一年后
2094
+ */
2095
+ Deadline?: number
2096
+
2097
+ /**
2098
+ * 用户自定义合同类型
2099
+ */
2100
+ UserFlowTypeId?: string
2101
+
2102
+ /**
2103
+ * 签署流程参与者信息,最大限制50方
2104
+ */
2105
+ Approvers?: Array<FlowCreateApprover>
2106
+
2107
+ /**
2108
+ * 打开智能添加填写区(默认开启,打开:"OPEN" 关闭:"CLOSE")
2109
+ */
2110
+ IntelligentStatus?: string
2111
+ }
2112
+
2014
2113
  /**
2015
2114
  * 签署人个性化能力信息
2016
2115
  */