tccli 3.0.1311.1__py2.py3-none-any.whl → 3.0.1313.1__py2.py3-none-any.whl

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 (64) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/autoscaling/v20180419/api.json +164 -161
  3. tccli/services/autoscaling/v20180419/examples.json +13 -13
  4. tccli/services/batch/v20170312/api.json +119 -143
  5. tccli/services/batch/v20170312/examples.json +5 -5
  6. tccli/services/bh/v20230418/api.json +152 -1
  7. tccli/services/bi/v20220105/api.json +19 -0
  8. tccli/services/cbs/v20170312/api.json +19 -16
  9. tccli/services/cbs/v20170312/examples.json +1 -1
  10. tccli/services/cdb/v20170320/api.json +30 -9
  11. tccli/services/cdb/v20170320/examples.json +1 -1
  12. tccli/services/cfw/v20190904/api.json +5 -7
  13. tccli/services/clb/v20180317/api.json +36 -36
  14. tccli/services/clb/v20180317/examples.json +8 -8
  15. tccli/services/cynosdb/v20190107/api.json +14 -4
  16. tccli/services/cynosdb/v20190107/examples.json +1 -1
  17. tccli/services/dbbrain/dbbrain_client.py +147 -41
  18. tccli/services/dbbrain/v20210527/api.json +224 -0
  19. tccli/services/dbbrain/v20210527/examples.json +16 -0
  20. tccli/services/dnspod/dnspod_client.py +53 -0
  21. tccli/services/dnspod/v20210323/api.json +287 -0
  22. tccli/services/dnspod/v20210323/examples.json +8 -0
  23. tccli/services/domain/v20180808/api.json +21 -21
  24. tccli/services/domain/v20180808/examples.json +2 -2
  25. tccli/services/emr/v20190103/api.json +20 -0
  26. tccli/services/ess/v20201111/api.json +9 -0
  27. tccli/services/essbasic/v20210526/api.json +1 -1
  28. tccli/services/essbasic/v20210526/examples.json +6 -0
  29. tccli/services/goosefs/v20220519/api.json +5 -5
  30. tccli/services/ims/v20201229/api.json +93 -102
  31. tccli/services/lkeap/v20240522/api.json +1 -1
  32. tccli/services/mps/v20190612/api.json +96 -1
  33. tccli/services/postgres/postgres_client.py +0 -53
  34. tccli/services/postgres/v20170312/api.json +12 -55
  35. tccli/services/postgres/v20170312/examples.json +0 -14
  36. tccli/services/tbaas/tbaas_client.py +0 -53
  37. tccli/services/tbaas/v20180416/api.json +0 -133
  38. tccli/services/tbaas/v20180416/examples.json +0 -8
  39. tccli/services/tcb/v20180608/api.json +5 -5
  40. tccli/services/teo/teo_client.py +53 -0
  41. tccli/services/teo/v20220901/api.json +464 -100
  42. tccli/services/teo/v20220901/examples.json +8 -0
  43. tccli/services/thpc/thpc_client.py +53 -0
  44. tccli/services/thpc/v20211109/api.json +2 -2
  45. tccli/services/thpc/v20220401/api.json +3 -3
  46. tccli/services/thpc/v20230321/api.json +43 -0
  47. tccli/services/thpc/v20230321/examples.json +8 -0
  48. tccli/services/tke/v20180525/api.json +106 -82
  49. tccli/services/tms/v20201229/api.json +47 -59
  50. tccli/services/tmt/tmt_client.py +61 -8
  51. tccli/services/tmt/v20180321/api.json +234 -0
  52. tccli/services/tmt/v20180321/examples.json +8 -0
  53. tccli/services/trtc/v20190722/api.json +2 -2
  54. tccli/services/vpc/v20170312/api.json +61 -61
  55. tccli/services/vpc/v20170312/examples.json +10 -10
  56. tccli/services/waf/v20180125/api.json +11 -0
  57. tccli/services/wedata/v20210820/api.json +907 -0
  58. tccli/services/wedata/v20210820/examples.json +40 -0
  59. tccli/services/wedata/wedata_client.py +277 -12
  60. {tccli-3.0.1311.1.dist-info → tccli-3.0.1313.1.dist-info}/METADATA +2 -2
  61. {tccli-3.0.1311.1.dist-info → tccli-3.0.1313.1.dist-info}/RECORD +64 -64
  62. {tccli-3.0.1311.1.dist-info → tccli-3.0.1313.1.dist-info}/WHEEL +0 -0
  63. {tccli-3.0.1311.1.dist-info → tccli-3.0.1313.1.dist-info}/entry_points.txt +0 -0
  64. {tccli-3.0.1311.1.dist-info → tccli-3.0.1313.1.dist-info}/license_files/LICENSE +0 -0
@@ -444,7 +444,7 @@
444
444
  "members": [
445
445
  {
446
446
  "disabled": false,
447
- "document": "批量修改的域名。",
447
+ "document": "批量修改的域名数组\n个数最大不超过4000",
448
448
  "example": "[\"h101.tencent.com\"]",
449
449
  "member": "string",
450
450
  "name": "Domains",
@@ -453,7 +453,7 @@
453
453
  },
454
454
  {
455
455
  "disabled": false,
456
- "document": "模板ID\n可从DescribeTemplates接口获取",
456
+ "document": "模板ID \n可从[DescribeTemplateList](https://cloud.tencent.com/document/api/242/48940)接口获取",
457
457
  "example": "tmpl-xxxxxxxx",
458
458
  "member": "string",
459
459
  "name": "TemplateId",
@@ -758,7 +758,7 @@
758
758
  "members": [
759
759
  {
760
760
  "disabled": false,
761
- "document": "是否需要额外支付",
761
+ "document": "是否需要额外支付\ntrue: 需要额外支付\nfalse: 不需要额外支付",
762
762
  "example": "false",
763
763
  "member": "bool",
764
764
  "name": "IsNeedPay",
@@ -768,7 +768,7 @@
768
768
  },
769
769
  {
770
770
  "disabled": false,
771
- "document": "计费请求参数,以类Json字符串的形式进行返回。用于计费下单",
771
+ "document": "计费请求参数,以类Json字符串的形式进行返回。json字符串前有一个\">\"特定标识符号,去掉标识符的字符串可用于计费下单\n",
772
772
  "example": "无",
773
773
  "member": "string",
774
774
  "name": "BillingParam",
@@ -1367,7 +1367,7 @@
1367
1367
  "members": [
1368
1368
  {
1369
1369
  "disabled": false,
1370
- "document": "域名实例ID\n可通过DescribeDomainNameList接口获取(https://cloud.tencent.com/document/api/242/48941)",
1370
+ "document": "域名实例ID \n可通过[DescribeDomainNameList](https://cloud.tencent.com/document/api/242/48941)接口获取",
1371
1371
  "example": "domain-dwwwwwwq",
1372
1372
  "member": "string",
1373
1373
  "name": "DomainId",
@@ -1594,7 +1594,7 @@
1594
1594
  },
1595
1595
  {
1596
1596
  "disabled": false,
1597
- "document": "验证码\n通过调用SendPhoneEmailCode接口发送到手机或邮箱的验证码:https://cloud.tencent.com/document/api/242/62666",
1597
+ "document": "验证码\n通过调用[SendPhoneEmailCode](https://cloud.tencent.com/document/api/242/62666)接口发送到手机或邮箱的验证码",
1598
1598
  "example": "234567",
1599
1599
  "member": "string",
1600
1600
  "name": "VerifyCode",
@@ -1829,7 +1829,7 @@
1829
1829
  "members": [
1830
1830
  {
1831
1831
  "disabled": false,
1832
- "document": "模板ID\n可通过DescribeTemplates接口获取",
1832
+ "document": "模板ID\n可通过[DescribeTemplateList](https://cloud.tencent.com/document/api/242/48940)接口获取",
1833
1833
  "example": "tmpl-itxxxxxx",
1834
1834
  "member": "string",
1835
1835
  "name": "TemplateId",
@@ -2188,7 +2188,7 @@
2188
2188
  },
2189
2189
  {
2190
2190
  "disabled": false,
2191
- "document": "每页数量\n默认:20 取值范围【1,200",
2191
+ "document": "每页数量\n默认:20 取值范围[1,200]",
2192
2192
  "example": "20",
2193
2193
  "member": "uint64",
2194
2194
  "name": "PageSize",
@@ -2224,7 +2224,7 @@
2224
2224
  },
2225
2225
  {
2226
2226
  "disabled": false,
2227
- "document": "排序规则:asc升序,desc降序",
2227
+ "document": "排序规则:\nasc:升序\ndesc:降序\n默认:asc",
2228
2228
  "example": "asc",
2229
2229
  "member": "string",
2230
2230
  "name": "SortOrder",
@@ -2530,7 +2530,7 @@
2530
2530
  "members": [
2531
2531
  {
2532
2532
  "disabled": false,
2533
- "document": "预约ID \n可通过[DescribeBiddingSuccessfulList](https://cloud.tencent.com/document/api/242/106596)接口获取",
2533
+ "document": "预约ID \n可通过[DescribeBiddingList](https://cloud.tencent.com/document/api/242/106598)接口获取",
2534
2534
  "example": "P0011702977661022561",
2535
2535
  "member": "string",
2536
2536
  "name": "BusinessID",
@@ -2666,7 +2666,7 @@
2666
2666
  },
2667
2667
  {
2668
2668
  "disabled": false,
2669
- "document": "每页数量\n默认:20 取值范围【1,200",
2669
+ "document": "每页数量\n默认:20 取值范围[1,200]",
2670
2670
  "example": "10",
2671
2671
  "member": "uint64",
2672
2672
  "name": "PageSize",
@@ -2702,7 +2702,7 @@
2702
2702
  },
2703
2703
  {
2704
2704
  "disabled": false,
2705
- "document": "排序规则:asc升序,desc降序",
2705
+ "document": "排序规则:\nasc:升序\ndesc:降序\n默认:asc",
2706
2706
  "example": "asc",
2707
2707
  "member": "string",
2708
2708
  "name": "SortOrder",
@@ -2814,7 +2814,7 @@
2814
2814
  "members": [
2815
2815
  {
2816
2816
  "disabled": false,
2817
- "document": "域名\n可通过DescribeDomainNameList接口获取(https://cloud.tencent.com/document/api/242/48941)",
2817
+ "document": "域名\n可通过[DescribeDomainNameList](https://cloud.tencent.com/document/api/242/48941)接口获取",
2818
2818
  "example": "test.com",
2819
2819
  "member": "string",
2820
2820
  "name": "Domain",
@@ -3819,8 +3819,8 @@
3819
3819
  "members": [
3820
3820
  {
3821
3821
  "disabled": false,
3822
- "document": "模板ID\n通过DescribeTemplateList接口获取:https://cloud.tencent.com/document/api/242/48940",
3823
- "example": "tmpl-itxxxxxx",
3822
+ "document": "模板ID\n通过[DescribeTemplateList](https://cloud.tencent.com/document/api/242/48940)接口获取",
3823
+ "example": "tmpl-dgmgwpe2",
3824
3824
  "member": "string",
3825
3825
  "name": "TemplateId",
3826
3826
  "required": true,
@@ -4100,7 +4100,7 @@
4100
4100
  },
4101
4101
  {
4102
4102
  "disabled": false,
4103
- "document": "域名状态。\nok:正常\nserverHold:注册局暂停解析 \nclientHold:注册商暂停解析\npendingTransfer:转移中\nrenewingPeriod:续费期\nredemptionPeriod:偿还期\npendingDelete:删除期\nserverTransferProhibited:注册局禁止转移\nserverUpdateProhibited:注册局禁止更新\nserverDeleteProhibited:注册局禁止删除\nclientTransferProhibited:注册商禁止转移\nclientUpdateProhibited:注册商禁止更新\nclientDeleteProhibited:注册商禁止删除\nserverRenewProhibited: 注册局禁止续费\nclientRenewProhobited: 注册商禁止续费",
4103
+ "document": "域名状态。\nok:正常\nserverHold:注册局暂停解析 \nclientHold:注册商暂停解析\npendingTransfer:转移中\nrenewingPeriod:续费期\nredemptionPeriod:偿还期\npendingDelete:删除期\nserverTransferProhibited:注册局禁止转移\nserverUpdateProhibited:注册局禁止更新\nserverDeleteProhibited:注册局禁止删除\nclientTransferProhibited:注册商禁止转移\nclientUpdateProhibited:注册商禁止更新\nclientDeleteProhibited:注册商禁止删除\nserverRenewProhibited: 注册局禁止续费\nclientRenewProhibited: 注册商禁止续费",
4104
4104
  "example": "ok",
4105
4105
  "member": "string",
4106
4106
  "name": "DomainStatus",
@@ -4524,7 +4524,7 @@
4524
4524
  },
4525
4525
  {
4526
4526
  "disabled": false,
4527
- "document": "域名状态。\nok:正常\nserverHold:注册局暂停解析 \nclientHold:注册商暂停解析\npendingTransfer:转移中\nrenewingPeriod:续费期\nredemptionPeriod:偿还期\npendingDelete:删除期\nserverTransferProhibited:注册局禁止转移\nserverUpdateProhibited:注册局禁止更新\nserverDeleteProhibited:注册局禁止删除\nclientTransferProhibited:注册商禁止转移\nclientUpdateProhibited:注册商禁止更新\nclientDeleteProhibited:注册商禁止删除\nserverRenewProhibited: 注册局禁止续费\nclientRenewProhobited: 注册商禁止续费",
4527
+ "document": "域名状态。\nok:正常\nserverHold:注册局暂停解析 \nclientHold:注册商暂停解析\npendingTransfer:转移中\nrenewingPeriod:续费期\nredemptionPeriod:偿还期\npendingDelete:删除期\nserverTransferProhibited:注册局禁止转移\nserverUpdateProhibited:注册局禁止更新\nserverDeleteProhibited:注册局禁止删除\nclientTransferProhibited:注册商禁止转移\nclientUpdateProhibited:注册商禁止更新\nclientDeleteProhibited:注册商禁止删除\nserverRenewProhibited: 注册局禁止续费\nclientRenewProhibited: 注册商禁止续费",
4528
4528
  "example": "ok",
4529
4529
  "member": "string",
4530
4530
  "name": "DomainStatus",
@@ -5681,7 +5681,7 @@
5681
5681
  "members": [
5682
5682
  {
5683
5683
  "disabled": false,
5684
- "document": "域名实例ID\n可通过DescribeDomainNameList接口获取(https://cloud.tencent.com/document/api/242/48941)",
5684
+ "document": "域名实例ID\n可通过[DescribeDomainNameList](https://cloud.tencent.com/document/api/242/48941)接口获取",
5685
5685
  "example": "domain-dwerewwq",
5686
5686
  "member": "string",
5687
5687
  "name": "DomainId",
@@ -5800,7 +5800,7 @@
5800
5800
  },
5801
5801
  {
5802
5802
  "disabled": false,
5803
- "document": "创建时间",
5803
+ "document": "创建时间 \n格式:YYYY-MM-DD HH:mm:ss",
5804
5804
  "example": "2020-10-01 00:00:00",
5805
5805
  "member": "string",
5806
5806
  "name": "CreatedOn",
@@ -5810,7 +5810,7 @@
5810
5810
  },
5811
5811
  {
5812
5812
  "disabled": false,
5813
- "document": "更新时间",
5813
+ "document": "更新时间 \n格式:YYYY-MM-DD HH:mm:ss",
5814
5814
  "example": "2020-10-01 00:00:00",
5815
5815
  "member": "string",
5816
5816
  "name": "UpdatedOn",
@@ -5924,7 +5924,7 @@
5924
5924
  },
5925
5925
  {
5926
5926
  "disabled": false,
5927
- "document": "模板ID。\n可通过DescribeTemplates接口获取",
5927
+ "document": "模板ID。 \n可通过[DescribeTemplateList](https://cloud.tencent.com/document/api/242/48940)接口获取",
5928
5928
  "example": "tmpl-xxxxx",
5929
5929
  "member": "string",
5930
5930
  "name": "TemplateId",
@@ -51,7 +51,7 @@
51
51
  "CreateCustomDnsHost": [
52
52
  {
53
53
  "document": "创建自定义DNS Host任务",
54
- "input": "POST / HTTP/1.1\nHost: domain.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateCustomDnsHost\n<公共请求参数>\n\n{\n \"DomainId\": \"domain-esfdhgfgdhigq\",\n \"DnsName\": \"ns1\",\n \"IpSet\": [\n \"1.2.4.8\"\n ]\n}",
54
+ "input": "POST / HTTP/1.1\nHost: domain.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateCustomDnsHost\n<公共请求参数>\n\n{\n \"DomainId\": \"domain-dwwwwwwq\",\n \"DnsName\": \"ns1\",\n \"IpSet\": [\n \"1.2.4.8\"\n ]\n}",
55
55
  "output": "{\n \"Response\": {\n \"LogId\": 6543,\n \"RequestId\": \"d4fc5332-23a2-49bd-8cab-48cfe5963651\"\n }\n}",
56
56
  "title": "创建自定义DNS Host任务"
57
57
  }
@@ -311,7 +311,7 @@
311
311
  "DescribeTemplate": [
312
312
  {
313
313
  "document": "",
314
- "input": "https://domain.tencentcloudapi.com/?Action=DescribeTemplate\n&TemplateId=模板ID\n&<公共请求参数>",
314
+ "input": "https://domain.tencentcloudapi.com/?Action=DescribeTemplate\n&TemplateId=tmpl-dgmgwpe2\n&<公共请求参数>",
315
315
  "output": "{\n \"Response\": {\n \"RequestId\": \"0c209d0e-f244-435f-8222-d86741c3edbd\",\n \"Template\": {\n \"AuditReason\": \"\",\n \"ContactInfo\": {\n \"Province\": \"hu nan sheng\",\n \"RegistrantType\": \"I\",\n \"OrganizationName\": \"yan zheng org name\",\n \"OrganizationNameCN\": \"验证的企业名称\",\n \"Country\": \"CN\",\n \"RegistrantName\": \"registrant name\",\n \"ZipCode\": \"425000\",\n \"Telephone\": \"155*********\",\n \"City\": \"ce shi\",\n \"RegistrantNameCN\": \"注册人名称\",\n \"StreetCN\": \"咸嘉湖街道\",\n \"Street\": \"xian jia hu jie dao\",\n \"ProvinceCN\": \"湖南省\",\n \"CityCN\": \"长沙市\",\n \"CountryCN\": \"中国\",\n \"Email\": \"dnspod@dnspod.com\"\n },\n \"UpdatedOn\": \"2020-07-28 13:33:55\",\n \"AuditStatus\": \"InAudit\",\n \"IsBlack\": false,\n \"CreatedOn\": \"2020-07-28 12:50:23\",\n \"UserUin\": \"12334********\",\n \"IsDefault\": \"no\",\n \"TemplateId\": \"tmpl-dgmgwpe2\",\n \"InvalidReason\": \"\",\n \"IsValidTemplate\": 1,\n \"CertificateInfo\": {\n \"CertificateType\": \"SFZ\",\n \"CertificateCode\": \"12345679\",\n \"ImgUrl\": \"https://image.com/******\",\n \"OriginImgUrl\": \"https://tencentyun.com/******\",\n \"RegistrantCertificateCode\": \"12345679\",\n \"RegistrantCertificateType\": \"SFZ\",\n \"RegistrantImgUrl\": \"https://image.com/******\"\n }\n }\n }\n}",
316
316
  "title": "获取模板信息"
317
317
  }
@@ -19056,6 +19056,15 @@
19056
19056
  "name": "ReMark",
19057
19057
  "required": false,
19058
19058
  "type": "string"
19059
+ },
19060
+ {
19061
+ "disabled": false,
19062
+ "document": "用户副组",
19063
+ "example": "groups",
19064
+ "member": "string",
19065
+ "name": "Groups",
19066
+ "required": false,
19067
+ "type": "list"
19059
19068
  }
19060
19069
  ],
19061
19070
  "usage": "in"
@@ -19084,6 +19093,17 @@
19084
19093
  "required": false,
19085
19094
  "type": "string",
19086
19095
  "value_allowed_null": false
19096
+ },
19097
+ {
19098
+ "disabled": false,
19099
+ "document": "组名",
19100
+ "example": "组名",
19101
+ "member": "string",
19102
+ "name": "Groups",
19103
+ "output_required": false,
19104
+ "required": false,
19105
+ "type": "string",
19106
+ "value_allowed_null": false
19087
19107
  }
19088
19108
  ],
19089
19109
  "usage": "both"
@@ -2897,6 +2897,15 @@
2897
2897
  "required": false,
2898
2898
  "type": "string"
2899
2899
  },
2900
+ {
2901
+ "disabled": false,
2902
+ "document": "指定批量签署合同的签名类型,可传递以下值:<ul><li>**0**:手写签名</li><li>**1**:OCR楷体</li><li>**2**:姓名印章</li><li>**3**:图片印章</li><li>**4**:系统签名</li><li>**5**:长效手写签名(包含手写签名)</li></ul>注:<ul><li>不传值的情况则计算所有合同中个人签署区的签名类型,规则如下:<ul><li>1.如果所有合同中所有的个人签署区方式包含多种则是手写</li><li>2.如果所有合同中所有个人签名区签名类型仅为一种则就是那一种签名方式(例如合同1有多个签署区都是指定OCR楷体,合同2中也是多个签署区都是指定OCR楷体...则使用OCR楷体)</li></ul></li><li>该参数会覆盖您合同中的签名类型,若您在发起合同时限定了签名类型(赋值签名类型给ComponentTypeLimit),请将这些签名类型赋予此参数</li><li>若签署方为企业员工,此参数无效,签名方式将以合同中为准。</li></ul>",
2903
+ "example": "[0, 1, 2, 3, 4]",
2904
+ "member": "int64",
2905
+ "name": "SignatureTypes",
2906
+ "required": false,
2907
+ "type": "list"
2908
+ },
2900
2909
  {
2901
2910
  "disabled": false,
2902
2911
  "document": "证件号码,应符合以下规则\n<ul><li>中国大陆居民身份证号码应为18位字符串,由数字和大写字母X组成(如存在X,请大写)。</li>\n<li>中国港澳居民来往内地通行证号码共11位。第1位为字母,“H”字头签发给中国香港居民,“M”字头签发给中国澳门居民;第2位至第11位为数字。</li>\n<li>中国港澳台居民居住证号码编码规则与中国大陆身份证相同,应为18位字符串。</li></ul>\n\n注:\n1. `请确保和合同中填入的一致`。\n2. `在生成动态签署人补充链接场景中,可以通过传入此值,对补充的个人参与方信息进行限制。仅匹配传入证件号的参与方才能补充合同。此参数预设信息功能暂时仅支持个人动态参与方。`",
@@ -3068,7 +3068,7 @@
3068
3068
  },
3069
3069
  {
3070
3070
  "disabled": false,
3071
- "document": "流程签署人列表,其中结构体的ApproverType必传。\n若为个人签署方或saas企业签署方,则Name,Mobile必传。OrganizationName 传对应企业名称。\n若为子客企业签署方则需传OpenId、OrganizationOpenId,其他可不传。\n\n此结构体和发起接口参与方结构体复用,除了上述参数外,可传递的参数有:\n1. RecipientId: 发起合同会返回,可以直接用于指定需要生成链接的签署方。\n2. ApproverSignTypes: 指定签署方签署时候的认证方式,仅此链接生效。\n3. SignTypeSelector: 可以指定签署方签署合同的认证校验方式的选择模式。\n4. Intention: 指定H5签署视频核身的意图配置,仅视频签署需要使用。\n\n注:\n`1. 签署人只能有手写签名、时间类型、印章类型、签批类型的签署控件和内容填写控件,其他类型的签署控件暂时未支持。`\n`2. 生成发起方预览链接时,该字段(FlowApproverInfos)传空或者不传`",
3071
+ "document": "流程签署人列表,其中结构体的ApproverType必传。\n若为个人签署方或saas企业签署方,则Name,Mobile必传。OrganizationName 传对应企业名称。\n若为子客企业签署方则需传OpenId、OrganizationOpenId,OrganizationName 其他可不传。(如果对应OrganizationOpenId 子客已经认证激活了,则可以省去OrganizationName)\n\n此结构体和发起接口参与方结构体复用,除了上述参数外,可传递的参数有:\n1. RecipientId: 发起合同会返回,可以直接用于指定需要生成链接的签署方。\n2. ApproverSignTypes: 指定签署方签署时候的认证方式,仅此链接生效。\n3. SignTypeSelector: 可以指定签署方签署合同的认证校验方式的选择模式。\n4. Intention: 指定H5签署视频核身的意图配置,仅视频签署需要使用。\n\n注:\n`1. 签署人只能有手写签名、时间类型、印章类型、签批类型的签署控件和内容填写控件,其他类型的签署控件暂时未支持。`\n`2. 生成发起方预览链接时,该字段(FlowApproverInfos)传空或者不传`",
3072
3072
  "example": "无",
3073
3073
  "member": "FlowApproverInfo",
3074
3074
  "name": "FlowApproverInfos",
@@ -385,6 +385,12 @@
385
385
  "output": "{\n \"Response\": {\n \"FlowApproverUrlInfos\": [\n {\n \"ApproverType\": \"PERSON\",\n \"LongUrl\": \"https://quick.qian.tencent.cn/home?ApproverIdCardNumber=NCoqK***&ApproverIdCardType=ID_CARD&ApproverMobile=MTU4%3D&ApproverName=%25E9%2583%2591%****1%2589&ApproverType=1&Code=yDwhGUUckp3s****z1m3P&CodeType=QUICK&FlowId=yD****T&ShowHeader=1&token=HXC***d\",\n \"Mobile\": \"13200000000\",\n \"Name\": \"典子谦\",\n \"SignUrl\": \"https://test.essurl.cn/HXC***d\"\n }\n ],\n \"RequestId\": \"s1690514917653165172\"\n }\n}",
386
386
  "title": "创建个人用户H5签署链接"
387
387
  },
388
+ {
389
+ "document": "发起流程后,给其中的C端签署人创建签署链接。同时指定其签署时候的认证方式为人脸和密码签署且按照设置的顺序进行推荐,签署认证方式仅此链接生效。",
390
+ "input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ChannelCreateFlowSignUrl\n<公共请求参数>\n\n{\n \"Agent\": {\n \"ProxyOperator\": {\n \"OpenId\": \"n9527\"\n },\n \"AppId\": \"yDxbWUyKQDxgXVUuO4zjEB8mxCcDjAyF\",\n \"ProxyOrganizationOpenId\": \"org_dianziqian\"\n },\n \"FlowApproverInfos\": [\n {\n \"Mobile\": \"13200000001\",\n \"Name\": \"典子谦\",\n \"ApproverSignTypes\": [\n 1,\n 2\n ],\n \"SignTypeSelector\": 1\n }\n ],\n \"FlowId\": \"yDwFmUUckpstqfvzUE1h3jo1f3cqjkGm\"\n}",
391
+ "output": "{\n \"Response\": {\n \"FlowApproverUrlInfos\": [\n {\n \"ApproverType\": \"PERSON\",\n \"LongUrl\": \"https://quick.qian.tencent.cn/home?ApproverIdCardNumber=NCoqK***&ApproverIdCardType=ID_CARD&ApproverMobile=MTU4%3D&ApproverName=%25E9%2583%2591%****1%2589&ApproverType=1&Code=yDwhGUUckp3s****z1m3P&CodeType=QUICK&FlowId=yD****T&ShowHeader=1&token=HXC***d\",\n \"Mobile\": \"13200000000\",\n \"Name\": \"典子谦\",\n \"SignUrl\": \"https://test.essurl.cn/HXC***d\"\n }\n ],\n \"RequestId\": \"s1690514917653165172\"\n }\n}",
392
+ "title": "创建个人用户H5签署链接-并指定签署方签署认证方式"
393
+ },
388
394
  {
389
395
  "document": "发起流程后,给其中的B端签署人创建签署链接",
390
396
  "input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ChannelCreateFlowSignUrl\n<公共请求参数>\n\n{\n \"Agent\": {\n \"ProxyOperator\": {\n \"OpenId\": \"n9527\"\n },\n \"AppId\": \"yDxbWUyKQDxgXVUuO4zjEB8mxCcDjAyF\",\n \"ProxyOrganizationOpenId\": \"org_dianziqian\"\n },\n \"FlowApproverInfos\": [\n {\n \"ApproverType\": \"ORGANIZATION\",\n \"OrganizationOpenId\": \"org_dianziqian\",\n \"OpenId\": \"n9527\"\n }\n ],\n \"FlowId\": \"yDwFmUUckpstqfvzUE1h3jo1f3cqjkGm\"\n}",
@@ -369,7 +369,7 @@
369
369
  "example": "10.0.1.2",
370
370
  "member": "string",
371
371
  "name": "NodeIp",
372
- "required": true,
372
+ "output_required": true,
373
373
  "type": "string",
374
374
  "value_allowed_null": false
375
375
  },
@@ -379,17 +379,17 @@
379
379
  "example": "ins-a1b2c3d4",
380
380
  "member": "string",
381
381
  "name": "NodeInstanceId",
382
- "required": true,
382
+ "output_required": true,
383
383
  "type": "string",
384
384
  "value_allowed_null": false
385
385
  },
386
386
  {
387
387
  "disabled": false,
388
388
  "document": "初始密码",
389
- "example": "abcedfg",
389
+ "example": "ABCDEFG",
390
390
  "member": "string",
391
391
  "name": "InitialPassword",
392
- "required": true,
392
+ "output_required": true,
393
393
  "type": "string",
394
394
  "value_allowed_null": false
395
395
  }
@@ -606,7 +606,7 @@
606
606
  {
607
607
  "disabled": false,
608
608
  "document": "任务名称",
609
- "example": "mydownload",
609
+ "example": "DOWNLOAD",
610
610
  "member": "string",
611
611
  "name": "TaskName",
612
612
  "required": true,