tencentcloud-sdk-nodejs 4.0.744 → 4.0.746

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 (103) hide show
  1. package/CHANGELOG.md +357 -0
  2. package/SERVICE_CHANGELOG.md +338 -49
  3. package/package.json +1 -1
  4. package/products.md +33 -33
  5. package/src/common/abstract_client.ts +14 -9
  6. package/src/common/sdk_version.ts +1 -1
  7. package/src/common/sse_response_model.ts +121 -0
  8. package/src/services/antiddos/v20200309/antiddos_models.ts +9 -0
  9. package/src/services/asr/v20190614/asr_client.ts +1 -1
  10. package/src/services/asr/v20190614/asr_models.ts +3 -0
  11. package/src/services/cat/v20180409/cat_models.ts +2 -2
  12. package/src/services/cfw/v20190904/cfw_client.ts +2 -3
  13. package/src/services/cfw/v20190904/cfw_models.ts +12 -8
  14. package/src/services/cls/v20201016/cls_client.ts +1 -1
  15. package/src/services/cls/v20201016/cls_models.ts +26 -34
  16. package/src/services/cwp/v20180228/cwp_models.ts +3 -3
  17. package/src/services/domain/v20180808/domain_models.ts +1 -1
  18. package/src/services/dsgc/v20190723/dsgc_client.ts +5 -5
  19. package/src/services/dsgc/v20190723/dsgc_models.ts +33 -33
  20. package/src/services/ecm/v20190719/ecm_models.ts +1 -1
  21. package/src/services/ess/v20201111/ess_models.ts +0 -2
  22. package/src/services/essbasic/v20210526/essbasic_client.ts +35 -22
  23. package/src/services/essbasic/v20210526/essbasic_models.ts +239 -206
  24. package/src/services/hunyuan/v20230901/hunyuan_client.ts +2 -0
  25. package/src/services/iotvideo/v20211125/iotvideo_client.ts +16 -3
  26. package/src/services/iotvideo/v20211125/iotvideo_models.ts +112 -64
  27. package/src/services/mna/v20210119/mna_client.ts +70 -6
  28. package/src/services/mna/v20210119/mna_models.ts +324 -0
  29. package/src/services/oceanus/v20190422/oceanus_models.ts +13 -5
  30. package/src/services/scf/v20180416/scf_client.ts +1 -0
  31. package/src/services/scf/v20180416/scf_models.ts +21 -0
  32. package/src/services/sms/v20190711/sms_models.ts +6 -6
  33. package/src/services/sms/v20210111/sms_models.ts +1 -1
  34. package/src/services/tat/v20201028/tat_models.ts +2 -2
  35. package/src/services/tcss/v20201101/tcss_models.ts +79 -36
  36. package/src/services/tdmq/v20200217/tdmq_client.ts +15 -3
  37. package/src/services/tdmq/v20200217/tdmq_models.ts +84 -60
  38. package/src/services/teo/v20220901/teo_models.ts +5 -5
  39. package/src/services/tms/v20201229/tms_client.ts +4 -3
  40. package/src/services/tms/v20201229/tms_models.ts +62 -11
  41. package/src/services/trtc/v20190722/trtc_models.ts +8 -8
  42. package/src/services/vod/v20180717/vod_client.ts +12 -0
  43. package/src/services/vod/v20180717/vod_models.ts +32 -2
  44. package/src/services/vpc/v20170312/vpc_models.ts +41 -25
  45. package/src/services/waf/v20180125/waf_models.ts +2 -1
  46. package/tencentcloud/common/abstract_client.js +12 -6
  47. package/tencentcloud/common/sdk_version.d.ts +1 -1
  48. package/tencentcloud/common/sdk_version.js +1 -1
  49. package/tencentcloud/common/sse_response_model.d.ts +32 -0
  50. package/tencentcloud/common/sse_response_model.js +96 -0
  51. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +9 -0
  52. package/tencentcloud/services/asr/v20190614/asr_client.d.ts +1 -1
  53. package/tencentcloud/services/asr/v20190614/asr_client.js +1 -1
  54. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +3 -0
  55. package/tencentcloud/services/cat/v20180409/cat_models.d.ts +2 -2
  56. package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +0 -1
  57. package/tencentcloud/services/cfw/v20190904/cfw_client.js +0 -1
  58. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +12 -8
  59. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +1 -1
  60. package/tencentcloud/services/cls/v20201016/cls_client.js +1 -1
  61. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +26 -34
  62. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +3 -3
  63. package/tencentcloud/services/domain/v20180808/domain_models.d.ts +1 -1
  64. package/tencentcloud/services/dsgc/v20190723/dsgc_client.d.ts +5 -5
  65. package/tencentcloud/services/dsgc/v20190723/dsgc_client.js +5 -5
  66. package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +33 -33
  67. package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +1 -1
  68. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +0 -2
  69. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +21 -16
  70. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +23 -16
  71. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +237 -206
  72. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.d.ts +2 -0
  73. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.js +2 -0
  74. package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.d.ts +5 -1
  75. package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.js +6 -0
  76. package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +109 -64
  77. package/tencentcloud/services/mna/v20210119/mna_client.d.ts +23 -3
  78. package/tencentcloud/services/mna/v20210119/mna_client.js +33 -3
  79. package/tencentcloud/services/mna/v20210119/mna_models.d.ts +310 -0
  80. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +13 -5
  81. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +20 -0
  82. package/tencentcloud/services/sms/v20190711/sms_models.d.ts +6 -6
  83. package/tencentcloud/services/sms/v20210111/sms_models.d.ts +1 -1
  84. package/tencentcloud/services/tat/v20201028/tat_models.d.ts +2 -2
  85. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +79 -36
  86. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +5 -1
  87. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +6 -0
  88. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +82 -60
  89. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +5 -5
  90. package/tencentcloud/services/tms/v20201229/tms_client.d.ts +2 -3
  91. package/tencentcloud/services/tms/v20201229/tms_client.js +2 -3
  92. package/tencentcloud/services/tms/v20201229/tms_models.d.ts +60 -11
  93. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +8 -8
  94. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +5 -1
  95. package/tencentcloud/services/vod/v20180717/vod_client.js +6 -0
  96. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +30 -2
  97. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +41 -25
  98. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +2 -1
  99. package/test/essbasic.v20210526.test.js +12 -2
  100. package/test/iotvideo.v20211125.test.js +10 -0
  101. package/test/mna.v20210119.test.js +52 -2
  102. package/test/tdmq.v20200217.test.js +10 -0
  103. package/test/vod.v20180717.test.js +10 -0
@@ -1370,6 +1370,217 @@ export interface ChannelCreateSealPolicyResponse {
1370
1370
  RequestId?: string
1371
1371
  }
1372
1372
 
1373
+ /**
1374
+ * 电子文档的控件填充信息。按照控件类型进行相应的填充。
1375
+
1376
+ 当控件的 ComponentType='TEXT'时,FormField.ComponentValue填入文本内容
1377
+ ```
1378
+ FormField输入示例:
1379
+ {
1380
+ "ComponentId": "componentId1",
1381
+ "ComponentValue": "文本内容"
1382
+ }
1383
+ ```
1384
+ 当控件的 ComponentType='MULTI_LINE_TEXT'时,FormField.ComponentValue填入文本内容,支持自动换行。
1385
+ ```
1386
+ FormField输入示例:
1387
+ {
1388
+ "ComponentId": "componentId1",
1389
+ "ComponentValue": "多行文本内容"
1390
+ }
1391
+ ```
1392
+ 当控件的 ComponentType='CHECK_BOX'时,FormField.ComponentValue填入true或false文本
1393
+ ```
1394
+ FormField输入示例:
1395
+ {
1396
+ "ComponentId": "componentId1",
1397
+ "ComponentValue": "true"
1398
+ }
1399
+ ```
1400
+ 当控件的 ComponentType='FILL_IMAGE'时,FormField.ComponentValue填入图片的资源ID
1401
+ ```
1402
+ FormField输入示例:
1403
+ {
1404
+ "ComponentId": "componentId1",
1405
+ "ComponentValue": "yDwhsxxxxxxxxxxxxxxxxxxxxxxxxxxx"
1406
+ }
1407
+ ```
1408
+ 当控件的 ComponentType='ATTACHMENT'时,FormField.ComponentValue填入附件图片的资源ID列表,以逗号分隔,单个附件控件最多支持6个资源ID;
1409
+ ```
1410
+ FormField输入示例:
1411
+ {
1412
+ "ComponentId": "componentId1",
1413
+ "ComponentValue": "yDwhsxxxxxxxxxxxxxxxxxxxxxxxxxx1,yDwhsxxxxxxxxxxxxxxxxxxxxxxxxxx2,yDwhsxxxxxxxxxxxxxxxxxxxxxxxxxx3"
1414
+ }
1415
+ ```
1416
+ 当控件的 ComponentType='SELECTOR'时,FormField.ComponentValue填入选择的选项内容;
1417
+ ```
1418
+ FormField输入示例:
1419
+ {
1420
+ "ComponentId": "componentId1",
1421
+ "ComponentValue": "选择的内容"
1422
+ }
1423
+ ```
1424
+ 当控件的 ComponentType='DATE'时,FormField.ComponentValue填入日期内容;
1425
+ ```
1426
+ FormField输入示例:
1427
+ {
1428
+ "ComponentId": "componentId1",
1429
+ "ComponentValue": "2023年01月01日"
1430
+ }
1431
+ ```
1432
+ 当控件的 ComponentType='DISTRICT'时,FormField.ComponentValue填入省市区内容;
1433
+ ```
1434
+ FormField输入示例:
1435
+ {
1436
+ "ComponentId": "componentId1",
1437
+ "ComponentValue": "广东省深圳市福田区"
1438
+ }
1439
+ ```
1440
+ 【数据表格传参说明】
1441
+ 当控件的 ComponentType='DYNAMIC_TABLE'时,FormField.ComponentValue需要传递json格式的字符串参数,用于确定表头&填充数据表格(支持内容的单元格合并)
1442
+ 输入示例1:
1443
+
1444
+ ```
1445
+ {
1446
+ "headers":[
1447
+ {
1448
+ "content":"head1"
1449
+ },
1450
+ {
1451
+ "content":"head2"
1452
+ },
1453
+ {
1454
+ "content":"head3"
1455
+ }
1456
+ ],
1457
+ "rowCount":3,
1458
+ "body":{
1459
+ "cells":[
1460
+ {
1461
+ "rowStart":1,
1462
+ "rowEnd":1,
1463
+ "columnStart":1,
1464
+ "columnEnd":1,
1465
+ "content":"123"
1466
+ },
1467
+ {
1468
+ "rowStart":2,
1469
+ "rowEnd":3,
1470
+ "columnStart":1,
1471
+ "columnEnd":2,
1472
+ "content":"456"
1473
+ },
1474
+ {
1475
+ "rowStart":3,
1476
+ "rowEnd":3,
1477
+ "columnStart":3,
1478
+ "columnEnd":3,
1479
+ "content":"789"
1480
+ }
1481
+ ]
1482
+ }
1483
+ }
1484
+
1485
+ ```
1486
+
1487
+ 输入示例2(表格表头宽度比例配置):
1488
+
1489
+ ```
1490
+ {
1491
+ "headers":[
1492
+ {
1493
+ "content":"head1",
1494
+ "widthPercent": 30
1495
+ },
1496
+ {
1497
+ "content":"head2",
1498
+ "widthPercent": 30
1499
+ },
1500
+ {
1501
+ "content":"head3",
1502
+ "widthPercent": 40
1503
+ }
1504
+ ],
1505
+ "rowCount":3,
1506
+ "body":{
1507
+ "cells":[
1508
+ {
1509
+ "rowStart":1,
1510
+ "rowEnd":1,
1511
+ "columnStart":1,
1512
+ "columnEnd":1,
1513
+ "content":"123"
1514
+ },
1515
+ {
1516
+ "rowStart":2,
1517
+ "rowEnd":3,
1518
+ "columnStart":1,
1519
+ "columnEnd":2,
1520
+ "content":"456"
1521
+ },
1522
+ {
1523
+ "rowStart":3,
1524
+ "rowEnd":3,
1525
+ "columnStart":3,
1526
+ "columnEnd":3,
1527
+ "content":"789"
1528
+ }
1529
+ ]
1530
+ }
1531
+ }
1532
+
1533
+ ```
1534
+ 表格参数说明
1535
+
1536
+ | 名称 | 类型 | 描述 |
1537
+ | ------------------- | ------- | ------------------------------------------------- |
1538
+ | headers | Array | 表头:不超过10列,不支持单元格合并,字数不超过100 |
1539
+ | rowCount | Integer | 表格内容最大行数 |
1540
+ | cells.N.rowStart | Integer | 单元格坐标:行起始index |
1541
+ | cells.N.rowEnd | Integer | 单元格坐标:行结束index |
1542
+ | cells.N.columnStart | Integer | 单元格坐标:列起始index |
1543
+ | cells.N.columnEnd | Integer | 单元格坐标:列结束index |
1544
+ | cells.N.content | String | 单元格内容,字数不超过100 |
1545
+
1546
+ 表格参数headers说明
1547
+ widthPercent Integer 表头单元格列占总表头的比例,例如1:30表示 此列占表头的30%,不填写时列宽度平均拆分;例如2:总2列,某一列填写40,剩余列可以为空,按照60计算。;例如3:总3列,某一列填写30,剩余2列可以为空,分别为(100-30)/2=35
1548
+ content String 表头单元格内容,字数不超过100
1549
+ */
1550
+ export interface FormField {
1551
+ /**
1552
+ * 控件填充值,ComponentType和传入值格式对应关系如下:
1553
+ <ul>
1554
+ <li>TEXT - 普通文本控件,需输入文本字符串;</li>
1555
+ <li>MULTI_LINE_TEXT - 多行文本控件,需输入文本字符串;</li>
1556
+ <li>CHECK_BOX - 勾选框控件,若选中需填写ComponentValue,填写 true或者 false 字符串;</li>
1557
+ <li>FILL_IMAGE - 图片控件,需填写ComponentValue为图片的资源 ID;</li>
1558
+ <li>DYNAMIC_TABLE - 动态表格控件;</li>
1559
+ <li>ATTACHMENT - 附件控件,需填写ComponentValue为附件图片的资源 ID列表,以逗号分割;</li>
1560
+ <li>DATE - 日期控件;格式为 <b>xxxx年xx月xx日</b> 字符串;</li>
1561
+ <li>DISTRICT - 省市区行政区控件,需填写ComponentValue为省市区行政区字符串内容;</li>
1562
+ </ul>
1563
+
1564
+ */
1565
+ ComponentValue: string
1566
+ /**
1567
+ * 表单域或控件的ID,跟ComponentName二选一,不能全为空;
1568
+ CreateFlowsByTemplates 接口不使用此字段。
1569
+ 注意:此字段可能返回 null,表示取不到有效值。
1570
+ */
1571
+ ComponentId?: string
1572
+ /**
1573
+ * 控件的名字,跟ComponentId二选一,不能全为空
1574
+ 注意:此字段可能返回 null,表示取不到有效值。
1575
+ */
1576
+ ComponentName?: string
1577
+ /**
1578
+ * 是否锁定模板控件值,锁定后无法修改(用于嵌入式发起合同),true-锁定,false-不锁定
1579
+ 注意:此字段可能返回 null,表示取不到有效值。
1580
+ */
1581
+ LockComponentValue?: boolean
1582
+ }
1583
+
1373
1584
  /**
1374
1585
  * ChannelCancelFlow返回参数结构体
1375
1586
  */
@@ -3101,7 +3312,7 @@ export interface CommonFlowApprover {
3101
3312
  默认为1(人脸认证 ),2(签署密码)
3102
3313
 
3103
3314
  注:
3104
- 1. 用<font color='red'>模版创建合同场景</font>, 签署人的认证方式需要在配置模板的时候指定, <font color='red'>在创建合同重新指定无效</font>
3315
+ 1. 用<font color='red'>模板创建合同场景</font>, 签署人的认证方式需要在配置模板的时候指定, <font color='red'>在创建合同重新指定无效</font>
3105
3316
  2. 运营商三要素认证方式对手机号运营商及前缀有限制,可以参考[运营商支持列表类](https://qian.tencent.com/developers/partner/mobile_support)得到具体的支持说明
3106
3317
  */
3107
3318
  ApproverSignTypes?: Array<number | bigint>
@@ -3476,214 +3687,24 @@ export interface DescribeExtendedServiceAuthInfoRequest {
3476
3687
  }
3477
3688
 
3478
3689
  /**
3479
- * 电子文档的控件填充信息。按照控件类型进行相应的填充。
3480
-
3481
- 当控件的 ComponentType='TEXT'时,FormField.ComponentValue填入文本内容
3482
- ```
3483
- FormField输入示例:
3484
- {
3485
- "ComponentId": "componentId1",
3486
- "ComponentValue": "文本内容"
3487
- }
3488
- ```
3489
- 当控件的 ComponentType='MULTI_LINE_TEXT'时,FormField.ComponentValue填入文本内容,支持自动换行。
3490
- ```
3491
- FormField输入示例:
3492
- {
3493
- "ComponentId": "componentId1",
3494
- "ComponentValue": "多行文本内容"
3495
- }
3496
- ```
3497
- 当控件的 ComponentType='CHECK_BOX'时,FormField.ComponentValue填入true或false文本
3498
- ```
3499
- FormField输入示例:
3500
- {
3501
- "ComponentId": "componentId1",
3502
- "ComponentValue": "true"
3503
- }
3504
- ```
3505
- 当控件的 ComponentType='FILL_IMAGE'时,FormField.ComponentValue填入图片的资源ID
3506
- ```
3507
- FormField输入示例:
3508
- {
3509
- "ComponentId": "componentId1",
3510
- "ComponentValue": "yDwhsxxxxxxxxxxxxxxxxxxxxxxxxxxx"
3511
- }
3512
- ```
3513
- 当控件的 ComponentType='ATTACHMENT'时,FormField.ComponentValue填入附件图片的资源ID列表,以逗号分隔,单个附件控件最多支持6个资源ID;
3514
- ```
3515
- FormField输入示例:
3516
- {
3517
- "ComponentId": "componentId1",
3518
- "ComponentValue": "yDwhsxxxxxxxxxxxxxxxxxxxxxxxxxx1,yDwhsxxxxxxxxxxxxxxxxxxxxxxxxxx2,yDwhsxxxxxxxxxxxxxxxxxxxxxxxxxx3"
3519
- }
3520
- ```
3521
- 当控件的 ComponentType='SELECTOR'时,FormField.ComponentValue填入选择的选项内容;
3522
- ```
3523
- FormField输入示例:
3524
- {
3525
- "ComponentId": "componentId1",
3526
- "ComponentValue": "选择的内容"
3527
- }
3528
- ```
3529
- 当控件的 ComponentType='DATE'时,FormField.ComponentValue填入日期内容;
3530
- ```
3531
- FormField输入示例:
3532
- {
3533
- "ComponentId": "componentId1",
3534
- "ComponentValue": "2023年01月01日"
3535
- }
3536
- ```
3537
- 当控件的 ComponentType='DISTRICT'时,FormField.ComponentValue填入省市区内容;
3538
- ```
3539
- FormField输入示例:
3540
- {
3541
- "ComponentId": "componentId1",
3542
- "ComponentValue": "广东省深圳市福田区"
3543
- }
3544
- ```
3545
- 【数据表格传参说明】
3546
- 当控件的 ComponentType='DYNAMIC_TABLE'时,FormField.ComponentValue需要传递json格式的字符串参数,用于确定表头&填充数据表格(支持内容的单元格合并)
3547
- 输入示例1:
3548
-
3549
- ```
3550
- {
3551
- "headers":[
3552
- {
3553
- "content":"head1"
3554
- },
3555
- {
3556
- "content":"head2"
3557
- },
3558
- {
3559
- "content":"head3"
3560
- }
3561
- ],
3562
- "rowCount":3,
3563
- "body":{
3564
- "cells":[
3565
- {
3566
- "rowStart":1,
3567
- "rowEnd":1,
3568
- "columnStart":1,
3569
- "columnEnd":1,
3570
- "content":"123"
3571
- },
3572
- {
3573
- "rowStart":2,
3574
- "rowEnd":3,
3575
- "columnStart":1,
3576
- "columnEnd":2,
3577
- "content":"456"
3578
- },
3579
- {
3580
- "rowStart":3,
3581
- "rowEnd":3,
3582
- "columnStart":3,
3583
- "columnEnd":3,
3584
- "content":"789"
3585
- }
3586
- ]
3587
- }
3588
- }
3589
-
3590
- ```
3591
-
3592
- 输入示例2(表格表头宽度比例配置):
3593
-
3594
- ```
3595
- {
3596
- "headers":[
3597
- {
3598
- "content":"head1",
3599
- "widthPercent": 30
3600
- },
3601
- {
3602
- "content":"head2",
3603
- "widthPercent": 30
3604
- },
3605
- {
3606
- "content":"head3",
3607
- "widthPercent": 40
3608
- }
3609
- ],
3610
- "rowCount":3,
3611
- "body":{
3612
- "cells":[
3613
- {
3614
- "rowStart":1,
3615
- "rowEnd":1,
3616
- "columnStart":1,
3617
- "columnEnd":1,
3618
- "content":"123"
3619
- },
3620
- {
3621
- "rowStart":2,
3622
- "rowEnd":3,
3623
- "columnStart":1,
3624
- "columnEnd":2,
3625
- "content":"456"
3626
- },
3627
- {
3628
- "rowStart":3,
3629
- "rowEnd":3,
3630
- "columnStart":3,
3631
- "columnEnd":3,
3632
- "content":"789"
3633
- }
3634
- ]
3635
- }
3636
- }
3637
-
3638
- ```
3639
- 表格参数说明
3640
-
3641
- | 名称 | 类型 | 描述 |
3642
- | ------------------- | ------- | ------------------------------------------------- |
3643
- | headers | Array | 表头:不超过10列,不支持单元格合并,字数不超过100 |
3644
- | rowCount | Integer | 表格内容最大行数 |
3645
- | cells.N.rowStart | Integer | 单元格坐标:行起始index |
3646
- | cells.N.rowEnd | Integer | 单元格坐标:行结束index |
3647
- | cells.N.columnStart | Integer | 单元格坐标:列起始index |
3648
- | cells.N.columnEnd | Integer | 单元格坐标:列结束index |
3649
- | cells.N.content | String | 单元格内容,字数不超过100 |
3650
-
3651
- 表格参数headers说明
3652
- widthPercent Integer 表头单元格列占总表头的比例,例如1:30表示 此列占表头的30%,不填写时列宽度平均拆分;例如2:总2列,某一列填写40,剩余列可以为空,按照60计算。;例如3:总3列,某一列填写30,剩余2列可以为空,分别为(100-30)/2=35
3653
- content String 表头单元格内容,字数不超过100
3690
+ * DescribeChannelSealPolicyWorkflowUrl请求参数结构体
3654
3691
  */
3655
- export interface FormField {
3692
+ export interface DescribeChannelSealPolicyWorkflowUrlRequest {
3656
3693
  /**
3657
- * 控件填充值,ComponentType和传入值格式对应关系如下:
3658
- <ul>
3659
- <li>TEXT - 普通文本控件,需输入文本字符串;</li>
3660
- <li>MULTI_LINE_TEXT - 多行文本控件,需输入文本字符串;</li>
3661
- <li>CHECK_BOX - 勾选框控件,若选中需填写ComponentValue,填写 true或者 false 字符串;</li>
3662
- <li>FILL_IMAGE - 图片控件,需填写ComponentValue为图片的资源 ID;</li>
3663
- <li>DYNAMIC_TABLE - 动态表格控件;</li>
3664
- <li>ATTACHMENT - 附件控件,需填写ComponentValue为附件图片的资源 ID列表,以逗号分割;</li>
3665
- <li>DATE - 日期控件;格式为 <b>xxxx年xx月xx日</b> 字符串;</li>
3666
- <li>DISTRICT - 省市区行政区控件,需填写ComponentValue为省市区行政区字符串内容;</li>
3667
- </ul>
3694
+ * 关于渠道应用的相关信息,包括渠道应用标识、第三方平台子客企业标识及第三方平台子客企业中的员工标识等内容,您可以参阅开发者中心所提供的 Agent 结构体以获取详细定义。
3668
3695
 
3696
+ 此接口下面信息必填。
3697
+
3698
+ 渠道应用标识: Agent.AppId
3699
+ 第三方平台子客企业标识: Agent.ProxyOrganizationOpenId
3700
+ 第三方平台子客企业中的员工标识: Agent. ProxyOperator.OpenId
3701
+ 第三方平台子客企业和员工必须已经经过实名认证
3669
3702
  */
3670
- ComponentValue: string
3671
- /**
3672
- * 表单域或控件的ID,跟ComponentName二选一,不能全为空;
3673
- CreateFlowsByTemplates 接口不使用此字段。
3674
- 注意:此字段可能返回 null,表示取不到有效值。
3675
- */
3676
- ComponentId?: string
3677
- /**
3678
- * 控件的名字,跟ComponentId二选一,不能全为空
3679
- 注意:此字段可能返回 null,表示取不到有效值。
3680
- */
3681
- ComponentName?: string
3703
+ Agent: Agent
3682
3704
  /**
3683
- * 是否锁定模板控件值,锁定后无法修改(用于嵌入式发起合同),true-锁定,false-不锁定
3684
- 注意:此字段可能返回 null,表示取不到有效值。
3705
+ * 用印审批单的ID,可通过用印申请回调获取。
3685
3706
  */
3686
- LockComponentValue?: boolean
3707
+ WorkflowInstanceId: string
3687
3708
  }
3688
3709
 
3689
3710
  /**
@@ -3869,8 +3890,6 @@ export interface FlowInfo {
3869
3890
  CustomShowMap?: string
3870
3891
  /**
3871
3892
  * 合同流程的抄送人列表,最多可支持50个抄送人,抄送人可查看合同内容及签署进度,但无需参与合同签署。
3872
-
3873
- 注:`此功能为白名单功能,使用前请联系对接的客户经理沟通。`
3874
3893
  */
3875
3894
  CcInfos?: Array<CcInfo>
3876
3895
  /**
@@ -4639,7 +4658,7 @@ export interface FlowApproverInfo {
4639
4658
  默认为1(人脸认证 ),2(签署密码)
4640
4659
 
4641
4660
  注:
4642
- 1. 用<font color='red'>模版创建合同场景</font>, 签署人的认证方式需要在配置模板的时候指定, <font color='red'>在创建合同重新指定无效</font>
4661
+ 1. 用<font color='red'>模板创建合同场景</font>, 签署人的认证方式需要在配置模板的时候指定, <font color='red'>在创建合同重新指定无效</font>
4643
4662
  2. 运营商三要素认证方式对手机号运营商及前缀有限制,可以参考[运营商支持列表类](https://qian.tencent.com/developers/partner/mobile_support)得到具体的支持说明
4644
4663
  */
4645
4664
  ApproverSignTypes?: Array<number | bigint>
@@ -6611,6 +6630,20 @@ export interface OperateChannelTemplateRequest {
6611
6630
  Operator?: UserInfo
6612
6631
  }
6613
6632
 
6633
+ /**
6634
+ * DescribeChannelSealPolicyWorkflowUrl返回参数结构体
6635
+ */
6636
+ export interface DescribeChannelSealPolicyWorkflowUrlResponse {
6637
+ /**
6638
+ * 用印审批小程序链接,链接类型(通过H5唤起小程序方式查看),一年内有效。
6639
+ */
6640
+ WorkflowUrl?: string
6641
+ /**
6642
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
6643
+ */
6644
+ RequestId?: string
6645
+ }
6646
+
6614
6647
  /**
6615
6648
  * CreateChannelFlowEvidenceReport返回参数结构体
6616
6649
  */
@@ -45,6 +45,7 @@ export class Client extends AbstractClient {
45
45
 
46
46
  1.本接口暂不支持返回图片内容。
47
47
  2.默认单账号限制并发数为5路,如您有提高并发限制的需求请 [联系我们](https://cloud.tencent.com/act/event/Online_service) 。
48
+ 3.请使用SDK调用本接口 ,SDK GitHub仓库examples/hunyuan/v20230901/目录有提供[参考示例](https://github.com/TencentCloud/tencentcloud-sdk-python/blob/master/examples/hunyuan/v20230901/chat_std.py)。
48
49
  */
49
50
  async ChatPro(
50
51
  req: ChatProRequest,
@@ -58,6 +59,7 @@ export class Client extends AbstractClient {
58
59
 
59
60
  1.本接口暂不支持返回图片内容。
60
61
  2.默认单账号限制并发数为5路,如您有提高并发限制的需求请 [联系我们](https://cloud.tencent.com/act/event/Online_service) 。
62
+ 3.请使用SDK调用本接口 ,SDK GitHub仓库examples/hunyuan/v20230901/目录有提供[参考示例](https://github.com/TencentCloud/tencentcloud-sdk-python/blob/master/examples/hunyuan/v20230901/chat_std.py)。
61
63
  */
62
64
  async ChatStd(
63
65
  req: ChatStdRequest,
@@ -25,7 +25,7 @@ import {
25
25
  CreateCloudStorageRequest,
26
26
  MessageCntStats,
27
27
  DescribeDeviceDataStatsRequest,
28
- VideoBatch,
28
+ ThumbnailURLInfoList,
29
29
  ImportModelDefinitionResponse,
30
30
  ApplyAIModelRequest,
31
31
  CreateBatchRequest,
@@ -33,7 +33,7 @@ import {
33
33
  ModifyProductDynamicRegisterResponse,
34
34
  CancelAIModelApplicationResponse,
35
35
  DescribeCloudStorageTimeResponse,
36
- DescribeDeviceStatusLogResponse,
36
+ DescribeCloudStorageThumbnailListRequest,
37
37
  DescribeDevicePackagesRequest,
38
38
  ReportAliveDeviceRequest,
39
39
  DescribeProductsRequest,
@@ -56,6 +56,7 @@ import {
56
56
  DescribeBatchRequest,
57
57
  DescribeForwardRuleRequest,
58
58
  ModifyDeviceRequest,
59
+ VideoBatch,
59
60
  CreateCOSCredentialsResponse,
60
61
  ProductModelDefinition,
61
62
  ActionHistory,
@@ -71,6 +72,7 @@ import {
71
72
  CheckForwardAuthRequest,
72
73
  DescribeDeviceDataRequest,
73
74
  CreateBatchResponse,
75
+ DescribePackageConsumeTasksResponse,
74
76
  DescribeDeviceActionHistoryResponse,
75
77
  DescribeCategoryRequest,
76
78
  CreateCOSCredentialsRequest,
@@ -104,7 +106,7 @@ import {
104
106
  GetAllFirmwareVersionRequest,
105
107
  DescribeFirmwareTaskDevicesRequest,
106
108
  DescribeFirmwareResponse,
107
- DescribePackageConsumeTasksResponse,
109
+ DescribeDeviceStatusLogResponse,
108
110
  DescribeDeviceCommLogRequest,
109
111
  WakeUpDeviceResponse,
110
112
  DeleteForwardRuleRequest,
@@ -199,6 +201,7 @@ import {
199
201
  ImportModelDefinitionRequest,
200
202
  CreateTaskFileUrlRequest,
201
203
  ModifyModelDefinitionResponse,
204
+ DescribeCloudStorageThumbnailListResponse,
202
205
  CallTRTCDeviceResponse,
203
206
  ModifyDeviceLogLevelResponse,
204
207
  CreateDataForwardRequest,
@@ -430,6 +433,16 @@ export class Client extends AbstractClient {
430
433
  return this.request("ImportModelDefinition", req, cb)
431
434
  }
432
435
 
436
+ /**
437
+ * 批量拉取云存事件缩略图
438
+ */
439
+ async DescribeCloudStorageThumbnailList(
440
+ req: DescribeCloudStorageThumbnailListRequest,
441
+ cb?: (error: string, rep: DescribeCloudStorageThumbnailListResponse) => void
442
+ ): Promise<DescribeCloudStorageThumbnailListResponse> {
443
+ return this.request("DescribeCloudStorageThumbnailList", req, cb)
444
+ }
445
+
433
446
  /**
434
447
  * 本接口用于取消设备升级任务
435
448
  */