tccli 3.0.1237.1__py2.py3-none-any.whl → 3.0.1238.1__py2.py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (122) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +3 -0
  3. tccli/services/aca/__init__.py +4 -0
  4. tccli/services/aca/aca_client.py +578 -0
  5. tccli/services/aca/v20210323/api.json +3715 -0
  6. tccli/services/aca/v20210323/examples.json +69 -0
  7. tccli/services/aiart/v20221229/api.json +18 -9
  8. tccli/services/aiart/v20221229/examples.json +2 -2
  9. tccli/services/apm/v20210622/api.json +10 -7
  10. tccli/services/batch/v20170312/api.json +641 -566
  11. tccli/services/batch/v20170312/examples.json +7 -7
  12. tccli/services/bi/v20220105/api.json +9 -0
  13. tccli/services/bpaas/v20181217/examples.json +1 -1
  14. tccli/services/cam/v20190116/api.json +32 -30
  15. tccli/services/cam/v20190116/examples.json +4 -4
  16. tccli/services/ccc/v20200210/api.json +31 -1
  17. tccli/services/ccc/v20200210/examples.json +1 -1
  18. tccli/services/cdb/v20170320/api.json +214 -207
  19. tccli/services/cdb/v20170320/examples.json +10 -10
  20. tccli/services/cdwch/v20200915/api.json +6 -6
  21. tccli/services/cdwdoris/v20211228/api.json +16 -5
  22. tccli/services/cdwdoris/v20211228/examples.json +1 -1
  23. tccli/services/cfg/v20210820/api.json +8 -13
  24. tccli/services/cfg/v20210820/examples.json +1 -1
  25. tccli/services/cfs/v20190719/api.json +84 -84
  26. tccli/services/cfs/v20190719/examples.json +6 -6
  27. tccli/services/chdfs/v20201112/api.json +18 -17
  28. tccli/services/chdfs/v20201112/examples.json +2 -2
  29. tccli/services/clb/v20180317/api.json +184 -162
  30. tccli/services/cloudapp/v20220530/api.json +1 -1
  31. tccli/services/cloudapp/v20220530/examples.json +3 -3
  32. tccli/services/cloudaudit/v20190319/api.json +21 -17
  33. tccli/services/cloudaudit/v20190319/examples.json +3 -3
  34. tccli/services/cls/v20201016/api.json +21 -21
  35. tccli/services/cls/v20201016/examples.json +1 -1
  36. tccli/services/config/v20220802/api.json +2 -0
  37. tccli/services/config/v20220802/examples.json +2 -2
  38. tccli/services/dcdb/v20180411/api.json +390 -387
  39. tccli/services/dcdb/v20180411/examples.json +14 -14
  40. tccli/services/dlc/v20210125/api.json +162 -7
  41. tccli/services/dlc/v20210125/examples.json +1 -1
  42. tccli/services/domain/v20180808/api.json +37 -37
  43. tccli/services/domain/v20180808/examples.json +16 -10
  44. tccli/services/dsgc/v20190723/api.json +1796 -1623
  45. tccli/services/dsgc/v20190723/examples.json +217 -211
  46. tccli/services/dts/v20180330/api.json +143 -106
  47. tccli/services/dts/v20211206/api.json +57 -46
  48. tccli/services/dts/v20211206/examples.json +1 -1
  49. tccli/services/ecm/v20190719/api.json +6 -6
  50. tccli/services/emr/v20190103/api.json +80 -20
  51. tccli/services/ess/ess_client.py +61 -8
  52. tccli/services/ess/v20201111/api.json +267 -37
  53. tccli/services/ess/v20201111/examples.json +11 -3
  54. tccli/services/essbasic/essbasic_client.py +167 -8
  55. tccli/services/essbasic/v20210526/api.json +527 -54
  56. tccli/services/essbasic/v20210526/examples.json +46 -16
  57. tccli/services/facefusion/v20220927/api.json +12 -1
  58. tccli/services/fmu/v20191213/api.json +8 -8
  59. tccli/services/gaap/v20180529/api.json +200 -209
  60. tccli/services/hai/v20230812/api.json +1 -1
  61. tccli/services/iss/v20230517/api.json +11 -11
  62. tccli/services/iss/v20230517/examples.json +31 -31
  63. tccli/services/keewidb/v20220308/api.json +92 -82
  64. tccli/services/keewidb/v20220308/examples.json +5 -5
  65. tccli/services/lighthouse/v20200324/api.json +18 -18
  66. tccli/services/lighthouse/v20200324/examples.json +5 -5
  67. tccli/services/live/v20180801/api.json +27 -9
  68. tccli/services/lke/v20231130/examples.json +1 -1
  69. tccli/services/mariadb/v20170312/api.json +285 -263
  70. tccli/services/mariadb/v20170312/examples.json +12 -12
  71. tccli/services/monitor/monitor_client.py +106 -0
  72. tccli/services/monitor/v20180724/api.json +222 -0
  73. tccli/services/monitor/v20180724/examples.json +16 -0
  74. tccli/services/mps/mps_client.py +228 -16
  75. tccli/services/mps/v20190612/api.json +385 -23
  76. tccli/services/mps/v20190612/examples.json +32 -0
  77. tccli/services/msp/v20180319/api.json +2 -2
  78. tccli/services/ocr/v20181119/api.json +11 -1
  79. tccli/services/omics/v20221128/api.json +14 -2
  80. tccli/services/organization/v20210331/api.json +45 -18
  81. tccli/services/privatedns/v20201028/api.json +90 -81
  82. tccli/services/privatedns/v20201028/examples.json +18 -18
  83. tccli/services/redis/redis_client.py +106 -0
  84. tccli/services/redis/v20180412/api.json +178 -16
  85. tccli/services/redis/v20180412/examples.json +16 -0
  86. tccli/services/region/v20220627/api.json +5 -3
  87. tccli/services/region/v20220627/examples.json +1 -1
  88. tccli/services/ssl/v20191205/api.json +6 -4
  89. tccli/services/tag/v20180813/api.json +4 -5
  90. tccli/services/tcb/v20180608/api.json +36 -16
  91. tccli/services/tdmq/tdmq_client.py +53 -0
  92. tccli/services/tdmq/v20200217/api.json +64 -1
  93. tccli/services/tdmq/v20200217/examples.json +9 -1
  94. tccli/services/teo/teo_client.py +485 -8
  95. tccli/services/teo/v20220901/api.json +837 -39
  96. tccli/services/teo/v20220901/examples.json +108 -0
  97. tccli/services/thpc/v20211109/api.json +32 -34
  98. tccli/services/thpc/v20220401/api.json +31 -33
  99. tccli/services/thpc/v20230321/api.json +55 -57
  100. tccli/services/thpc/v20230321/examples.json +1 -1
  101. tccli/services/tiia/v20190529/api.json +307 -293
  102. tccli/services/tiia/v20190529/examples.json +41 -41
  103. tccli/services/tione/v20211111/api.json +4 -4
  104. tccli/services/tione/v20211111/examples.json +2 -2
  105. tccli/services/tke/v20180525/api.json +1 -1
  106. tccli/services/trocket/trocket_client.py +53 -0
  107. tccli/services/trocket/v20230308/api.json +116 -0
  108. tccli/services/trocket/v20230308/examples.json +14 -0
  109. tccli/services/tse/v20201207/api.json +188 -120
  110. tccli/services/tse/v20201207/examples.json +30 -30
  111. tccli/services/tsf/v20180326/api.json +826 -745
  112. tccli/services/tsf/v20180326/examples.json +99 -111
  113. tccli/services/vclm/v20240523/api.json +1 -1
  114. tccli/services/vdb/v20230616/api.json +80 -80
  115. tccli/services/vdb/v20230616/examples.json +1 -1
  116. tccli/services/vpc/v20170312/api.json +42 -41
  117. tccli/services/vpc/v20170312/examples.json +5 -5
  118. {tccli-3.0.1237.1.dist-info → tccli-3.0.1238.1.dist-info}/METADATA +2 -2
  119. {tccli-3.0.1237.1.dist-info → tccli-3.0.1238.1.dist-info}/RECORD +122 -118
  120. {tccli-3.0.1237.1.dist-info → tccli-3.0.1238.1.dist-info}/WHEEL +0 -0
  121. {tccli-3.0.1237.1.dist-info → tccli-3.0.1238.1.dist-info}/entry_points.txt +0 -0
  122. {tccli-3.0.1237.1.dist-info → tccli-3.0.1238.1.dist-info}/license_files/LICENSE +0 -0
@@ -1,5 +1,19 @@
1
1
  {
2
2
  "actions": {
3
+ "ArchiveDynamicFlow": [
4
+ {
5
+ "document": "所有签署方都签署完成,并且不再新增签署方时,结束该动态签署合同\n",
6
+ "input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ArchiveDynamicFlow\n<公共请求参数>\n\n{\n \"Agent\": {\n \"ProxyOperator\": {\n \"OpenId\": \"openidxxxx\"\n },\n \"ProxyOrganizationOpenId\": \"testorgopenid\",\n \"AppId\": \"15edb41f2ee412f5ff533ac0185ebxxxxx\"\n },\n \"FlowId\": \"yDCmVUUckpufezuiUxQQFiT8Exxxxxxxx\"\n}",
7
+ "output": "{\n \"Response\": {\n \"Approvers\": [\n {\n \"SignId\": \"yDCmDUUckpuf0hsfUuvalvQtaxxxxxxx\",\n \"RecipientId\": \"yDCmDUUckpuf0hseUuvalvQRmxxxxxx\"\n }\n ],\n \"FlowId\": \"yDCmDUUckpuf0hsmUuvalvQyxxxxxxxxx\",\n \"RequestId\": \"34ded0a6-e679-4af7-a07e-ca4573124213\"\n }\n}",
8
+ "title": "结束动态签署合同"
9
+ },
10
+ {
11
+ "document": "未签署完成前结束",
12
+ "input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ArchiveDynamicFlow\n<公共请求参数>\n\n{\n \"Agent\": {\n \"ProxyOperator\": {\n \"OpenId\": \"openidxxxx\"\n },\n \"ProxyOrganizationOpenId\": \"testorgopenid\",\n \"AppId\": \"15edb41f2ee412f5ff533ac0185ebxxxxx\"\n },\n \"FlowId\": \"yDCjFUUckp4jkz76UoofpTx3iZ3A3C3x\"\n}",
13
+ "output": "{\n \"Response\": {\n \"Error\": {\n \"Code\": \"OperationDenied\",\n \"Message\": \"当前合同状态不支持归档合同,请检查后重试\"\n },\n \"RequestId\": \"34ded0a6-e679-4af7-a07e-ca457e388499\"\n }\n}",
14
+ "title": "结束动态签署合同失败"
15
+ }
16
+ ],
3
17
  "ChannelBatchCancelFlows": [
4
18
  {
5
19
  "document": "撤销4个合同,并且自定义撤销理由,使用只保留身份信息的方式(CancelMessageFormat 设置为2) </br>\n假设发起方是典子谦示例企业的经办人张三,这批合同撤销后,签署方看到的撤销理由是:发起方-典子谦示例企业以\"合同内容错误,需要修正\"的理由撤销当前合同</br>\n其中合同yDmFdUUckpsvi8mpUEn0aFR1tWzReolk 已经签署完成,无法撤销。",
@@ -153,7 +167,7 @@
153
167
  },
154
168
  {
155
169
  "document": "按照合同发起时候返回的合同信息生成批量签署链接,通过FlowIds参数对用户可以批签的合同进行限制,并指定批量领取的动态签署方。",
156
- "input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ChannelCreateBatchSignUrl\n<公共请求参数>\n\n{\n \"Agent\": {\n \"ProxyOperator\": {\n \"OpenId\": \"test_open_id\"\n },\n \"ProxyOrganizationOpenId\": \"test_org_open_id\",\n \"AppId\": \"yDxbWUyKQ*******4zjEB8mxCcDjAyF\"\n },\n \"FlowIds\": [\n \"yDwFdUUckpsw******yQ0af8bHosXQtb\",\n \"yDR1AUUgygj******uO4zjE8gTG7xvgH\"\n ],\n \"FlowBatchUrlInfo\": {\n \"FlowBatchApproverInfos\": [\n {\n \"FlowId\": \"yDC5yUUckpwexoz4UuoHfkT1DMEDQSG5\",\n \"RecipientId\": \"yDC5yUUckpwexozwUuoHfkTwB00zdfLo\"\n }\n ]\n }\n}",
170
+ "input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ChannelCreateBatchSignUrl\n<公共请求参数>\n\n{\n \"Agent\": {\n \"ProxyOperator\": {\n \"OpenId\": \"test_open_id\"\n },\n \"ProxyOrganizationOpenId\": \"test_org_open_id\",\n \"AppId\": \"yDxbWUyKQ*******4zjEB8mxCcDjAyF\"\n },\n \"FlowIds\": [\n \"yDwFdUUckpsw******yQ0af8bHosXQtb\",\n \"yDR1AUUgygj******uO4zjE8gTG7xvgH\"\n ],\n \"FlowBatchUrlInfo\": {\n \"FlowBatchApproverInfos\": [\n {\n \"FlowId\": \"yDwFdUUckpsw******yQ0af8bHosXQtb\",\n \"RecipientId\": \"yDC5yUUckpwexozwUuoHfkTwB00zdfLo\"\n },\n {\n \"FlowId\": \"yDR1AUUgygj******uO4zjE8gTG7xvgH\",\n \"RecipientId\": \"yDCY3UUckp7tpp8rUEGRbNoRjQJ7t9bd\"\n }\n ]\n }\n}",
157
171
  "output": "{\n \"Response\": {\n \"ExpiredTime\": 1684899114,\n \"RequestId\": \"5beb5f54-cf3d-4c26-a4ee-a97c85196a3e\",\n \"SignUrl\": \"https://ess.url.cn/FuP**Swc\",\n \"MiniAppPath\": \"pages/guide/index?shortKey=FuP3**wc\"\n }\n}",
158
172
  "title": "生成动态签署人批量领取链接"
159
173
  },
@@ -186,6 +200,26 @@
186
200
  "title": "创建文件转换任务"
187
201
  }
188
202
  ],
203
+ "ChannelCreateDynamicFlowApprover": [
204
+ {
205
+ "document": "添加渠道本企业静默签以及企业签署人",
206
+ "input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ChannelCreateDynamicFlowApprover\n<公共请求参数>\n\n{\n \"Agent\": {\n \"ProxyOperator\": {\n \"OpenId\": \"6*****************314\"\n },\n \"ProxyOrganizationOpenId\": \"channel-org_openId\",\n \"AppId\": \"channel-appId\"\n },\n \"FillDynamicFlowList\": [\n {\n \"FlowId\": \"dynamicFlowIds\",\n \"FlowApprovers\": [\n {\n \"OrganizationName\": \"渠道子公司企业\",\n \"OrganizationOpenId\": \"channel-org_openId\",\n \"OpenId\": \"员工openId\",\n \"ApproverType\": \"ENTERPRISESERVER\",\n \"SignComponents\": [\n {\n \"ComponentPosY\": 260,\n \"ComponentWidth\": 100,\n \"FileIndex\": 0,\n \"ComponentType\": \"SIGN_SEAL\",\n \"ComponentPage\": 1,\n \"ComponentPosX\": 260,\n \"ComponentHeight\": 100,\n \"ComponentValue\": \"\"\n }\n ]\n },\n {\n \"OrganizationName\": \"渠道子公司企业\",\n \"OrganizationOpenId\": \"channel-org_openId\",\n \"OpenId\": \"员工openId\",\n \"ApproverType\": \"ORGANIZATION\",\n \"SignComponents\": [\n {\n \"ComponentPosY\": 260,\n \"ComponentWidth\": 100,\n \"FileIndex\": 0,\n \"ComponentType\": \"SIGN_SEAL\",\n \"ComponentPage\": 1,\n \"ComponentPosX\": 260,\n \"ComponentHeight\": 100,\n \"ComponentValue\": \"\"\n }\n ]\n }\n ]\n }\n ]\n}",
207
+ "output": "{\n \"Response\": {\n \"DynamicFlowResultList\": [\n {\n \"DynamicFlowApproverList\": [\n {\n \"ApproverStatus\": 2,\n \"RecipientId\": \"yDCYrUUckp7wh61iUugjySLvo742CmF8\",\n \"SignId\": \"yDCYrUUckp7wh61fUugjySLSpPqQKwDk\"\n },\n {\n \"ApproverStatus\": 2,\n \"RecipientId\": \"yDCYrUUckp7wh61eUugjySLEuY1q4EvS\",\n \"SignId\": \"yDCYrUUckp7wh61xUugjySLvLvRTpIG6\"\n }\n ],\n \"FlowId\": \"dynamicFlowId\"\n }\n ],\n \"RequestId\": \"s1735021464414022010\"\n }\n}",
208
+ "title": "添加渠道本企业静默签以及企业签署人"
209
+ },
210
+ {
211
+ "document": "添加自建应用企业签署人",
212
+ "input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ChannelCreateDynamicFlowApprover\n<公共请求参数>\n\n{\n \"Agent\": {\n \"ProxyOperator\": {\n \"OpenId\": \"6*****************314\"\n },\n \"ProxyOrganizationOpenId\": \"channel-org_openId\",\n \"AppId\": \"channel-appId\"\n },\n \"FillDynamicFlowList\": [\n {\n \"FlowId\": \"dynamicFlowIds\",\n \"FlowApprovers\": [\n {\n \"NotChannelOrganization\": true,\n \"OrganizationName\": \"渠道子公司企业\",\n \"ApproverType\": \"ORGANIZATION\",\n \"Name\": \"员工姓名\",\n \"Mobile\": \"员工手机号\",\n \"SignComponents\": [\n {\n \"ComponentPosY\": 260,\n \"ComponentWidth\": 100,\n \"FileIndex\": 0,\n \"ComponentType\": \"SIGN_SEAL\",\n \"ComponentPage\": 1,\n \"ComponentPosX\": 260,\n \"ComponentHeight\": 100,\n \"ComponentValue\": \"\"\n }\n ]\n },\n {\n \"NotChannelOrganization\": true,\n \"OrganizationName\": \"渠道子公司企业\",\n \"Name\": \"员工姓名\",\n \"Mobile\": \"员工手机号\",\n \"ApproverType\": \"ORGANIZATION\",\n \"SignComponents\": [\n {\n \"ComponentPosY\": 260,\n \"ComponentWidth\": 100,\n \"FileIndex\": 0,\n \"ComponentType\": \"SIGN_SEAL\",\n \"ComponentPage\": 1,\n \"ComponentPosX\": 260,\n \"ComponentHeight\": 100,\n \"ComponentValue\": \"\"\n }\n ]\n }\n ]\n }\n ]\n}",
213
+ "output": "{\n \"Response\": {\n \"DynamicFlowResultList\": [\n {\n \"DynamicFlowApproverList\": [\n {\n \"ApproverStatus\": 2,\n \"RecipientId\": \"yDCYrUUckp7wh61iUugjySLvo742CmF8\",\n \"SignId\": \"yDCYrUUckp7wh61fUugjySLSpPqQKwDk\"\n },\n {\n \"ApproverStatus\": 2,\n \"RecipientId\": \"yDCYrUUckp7wh61eUugjySLEuY1q4EvS\",\n \"SignId\": \"yDCYrUUckp7wh61xUugjySLvLvRTpIG6\"\n }\n ],\n \"FlowId\": \"dynamicFlowId\"\n }\n ],\n \"RequestId\": \"s1735021464414022010\"\n }\n}",
214
+ "title": "添加自建应用企业签署人"
215
+ },
216
+ {
217
+ "document": "添加渠道方企业签署人,渠道企业可领取签署人和个人签署人",
218
+ "input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ChannelCreateDynamicFlowApprover\n<公共请求参数>\n\n{\n \"Agent\": {\n \"ProxyOperator\": {\n \"OpenId\": \"6*****************314\"\n },\n \"ProxyOrganizationOpenId\": \"channel-org_openId\",\n \"AppId\": \"channel-appId\"\n },\n \"FillDynamicFlowList\": [\n {\n \"FlowId\": \"dynamicFlowIds\",\n \"FlowApprovers\": [\n {\n \"OrganizationName\": \"渠道子公司企业\",\n \"OrganizationOpenId\": \"channel-org_openId\",\n \"OpenId\": \"员工openId\",\n \"ApproverType\": \"ENTERPRISESERVER\",\n \"SignComponents\": [\n {\n \"ComponentPosY\": 260,\n \"ComponentWidth\": 100,\n \"FileIndex\": 0,\n \"ComponentType\": \"SIGN_SEAL\",\n \"ComponentPage\": 1,\n \"ComponentPosX\": 260,\n \"ComponentHeight\": 100,\n \"ComponentValue\": \"\"\n }\n ]\n },\n {\n \"OrganizationName\": \"渠道子公司企业\",\n \"OrganizationOpenId\": \"channel-org_openId\",\n \"ApproverType\": \"ENTERPRISESERVER\",\n \"SignComponents\": [\n {\n \"ComponentPosY\": 260,\n \"ComponentWidth\": 100,\n \"FileIndex\": 0,\n \"ComponentType\": \"SIGN_SEAL\",\n \"ComponentPage\": 1,\n \"ComponentPosX\": 260,\n \"ComponentHeight\": 100,\n \"ComponentValue\": \"\"\n }\n ]\n },\n {\n \"Name\": \"员工姓名\",\n \"Mobile\": \"员工手机号\",\n \"ApproverType\": \"PERSON\",\n \"SignComponents\": [\n {\n \"ComponentPosY\": 260,\n \"ComponentWidth\": 100,\n \"FileIndex\": 0,\n \"ComponentType\": \"SIGN_SEAL\",\n \"ComponentPage\": 1,\n \"ComponentPosX\": 260,\n \"ComponentHeight\": 100,\n \"ComponentValue\": \"\"\n }\n ]\n }\n ]\n }\n ]\n}",
219
+ "output": "{\n \"Response\": {\n \"DynamicFlowResultList\": [\n {\n \"DynamicFlowApproverList\": [\n {\n \"ApproverStatus\": 2,\n \"RecipientId\": \"yDCYrUUckp7wh61iUugjySLvo742CmF8\",\n \"SignId\": \"yDCYrUUckp7wh61fUugjySLSpPqQKwDk\"\n },\n {\n \"ApproverStatus\": 2,\n \"RecipientId\": \"yDCYrUUckp7wh61eUugjySLEuY1q4EvS\",\n \"SignId\": \"yDCYrUUckp7wh61xUugjySLvLvRTpIG6\"\n },\n {\n \"ApproverStatus\": 2,\n \"RecipientId\": \"yDCYrUUckp7wh61eUugjySLEurtyhjgh\",\n \"SignId\": \"yDCYrUUckp7wh61xUugjySLvLrtghkl7\"\n }\n ],\n \"FlowId\": \"dynamicFlowId\"\n }\n ],\n \"RequestId\": \"s1735021464414022010\"\n }\n}",
220
+ "title": "添加渠道方企业签署人,渠道企业可领取签署人和个人签署人"
221
+ }
222
+ ],
189
223
  "ChannelCreateEmbedWebUrl": [
190
224
  {
191
225
  "document": "获取创建印章的嵌入WEB链接",
@@ -197,7 +231,7 @@
197
231
  "ChannelCreateFlowApprovers": [
198
232
  {
199
233
  "document": "在B2C签署中,双方签署方未指定具体签署人时,需要进行补充。 \n注:`补充动态签署人时FillApproverType传值为1 `",
200
- "input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ChannelCreateFlowApprovers\n<公共请求参数>\n\n{\n \"Operator\": {\n \"OpenId\": \"\",\n \"ClientIp\": \"\",\n \"CustomUserId\": \"\",\n \"ProxyIp\": \"\",\n \"Channel\": \"\"\n },\n \"Agent\": {\n \"ProxyAppId\": \"c17bdf9c2a7bdcb32611f4d0200fef3d\",\n \"ProxyOrganizationOpenId\": \"d7c13a8b81340cce9e3968c0ee248f04\",\n \"ProxyOperator\": {\n \"OpenId\": \"00498cc8500be9cxxxxxxx3aff766cac\"\n },\n \"AppId\": \"65fb0c591044be8a1f60aa382cc5ed0e\"\n },\n \"FlowId\": \"111111***22222\",\n \"FillApproverType\": 1,\n \"Approvers\": [\n {\n \"RecipientId\": \"yDRS4UUgygqdcj51UuO4zjEyWTmzsIAR\",\n \"ApproverName\": \"典子谦\",\n \"ApproverMobile\": \"13200000000\",\n \"OrganizationName\": \"***有限公司\"\n },\n {\n \"RecipientId\": \"yDRS4UUgygqdcj2tUuO4zjEEFuP35Swc\",\n \"ApproverName\": \"张三\",\n \"ApproverMobile\": \"18888888888\"\n }\n ]\n}",
234
+ "input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ChannelCreateFlowApprovers\n<公共请求参数>\n\n{\n \"Operator\": {\n \"OpenId\": \"\",\n \"ClientIp\": \"\",\n \"CustomUserId\": \"\",\n \"ProxyIp\": \"\",\n \"Channel\": \"\"\n },\n \"Agent\": {\n \"ProxyAppId\": \"c17bdf9c2a7bdcb32611f4d0200fef3d\",\n \"ProxyOrganizationOpenId\": \"d7c13a8b81340cce9e3968c0ee248f04\",\n \"ProxyOperator\": {\n \"OpenId\": \"00498cc8500be9cxxxxxxx3aff766cac\"\n },\n \"AppId\": \"65fb0c591044be8a1f60aa382cc5ed0e\"\n },\n \"FlowId\": \"111111***22222\",\n \"FillApproverType\": 1,\n \"Approvers\": [\n {\n \"RecipientId\": \"yDRS4UUgygqdcj51UuO4zjEyWTmzsIAR\",\n \"ApproverName\": \"典子谦\",\n \"ApproverMobile\": \"13200000000\",\n \"OrganizationName\": \"***有限公司\",\n \"OrganizationOpenId\": \"org_diziqian\"\n },\n {\n \"RecipientId\": \"yDRS4UUgygqdcj2tUuO4zjEEFuP35Swc\",\n \"ApproverName\": \"张三\",\n \"ApproverMobile\": \"18888888888\"\n }\n ]\n}",
201
235
  "output": "{\n \"Response\": {\n \"RequestId\": \"5beb5f54-cf3d-4c26-a4ee-a97c85196a3e\"\n }\n}",
202
236
  "title": "B2C签署,批量补充两方动态签署人信息"
203
237
  },
@@ -427,22 +461,10 @@
427
461
  }
428
462
  ],
429
463
  "ChannelCreatePreparedPersonalEsign": [
430
- {
431
- "document": "参数UserName不能为空",
432
- "input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ChannelCreatePreparedPersonalEsign\n<公共请求参数>\n\n{\n \"Operator\": {\n \"OpenId\": \"abc\",\n \"Channel\": \"abc\",\n \"CustomUserId\": \"abc\",\n \"ClientIp\": \"abc\",\n \"ProxyIp\": \"abc\"\n },\n \"Agent\": {\n \"AppId\": \"abc\",\n \"ProxyOrganizationOpenId\": \"abc\",\n \"ProxyOperator\": {\n \"OpenId\": \"abc\",\n \"Channel\": \"abc\",\n \"CustomUserId\": \"abc\",\n \"ClientIp\": \"abc\",\n \"ProxyIp\": \"abc\"\n },\n \"ProxyAppId\": \"abc\",\n \"ProxyOrganizationId\": \"abc\"\n },\n \"UserName\": \"\",\n \"IdCardType\": \"abc\",\n \"IdCardNumber\": \"abc\",\n \"SealName\": \"abc\",\n \"SealImage\": \"abc\",\n \"SealImageCompress\": true,\n \"Mobile\": \"abc\",\n \"EnableAutoSign\": true,\n \"LicenseType\": 0\n}",
433
- "output": "{\n \"Response\": {\n \"Error\": {\n \"Code\": \"InvalidParameterValue\",\n \"Message\": \"参数UserName不能为空\"\n },\n \"RequestId\": \"xxxx111xxxx\"\n }\n}",
434
- "title": "参数UserName不能为空"
435
- },
436
- {
437
- "document": "参数IdCardNumber不能为空",
438
- "input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ChannelCreatePreparedPersonalEsign\n<公共请求参数>\n\n{\n \"Operator\": {\n \"OpenId\": \"abc\",\n \"Channel\": \"abc\",\n \"CustomUserId\": \"abc\",\n \"ClientIp\": \"abc\",\n \"ProxyIp\": \"abc\"\n },\n \"Agent\": {\n \"AppId\": \"abc\",\n \"ProxyOrganizationOpenId\": \"abc\",\n \"ProxyOperator\": {\n \"OpenId\": \"abc\",\n \"Channel\": \"abc\",\n \"CustomUserId\": \"abc\",\n \"ClientIp\": \"abc\",\n \"ProxyIp\": \"abc\"\n },\n \"ProxyAppId\": \"abc\",\n \"ProxyOrganizationId\": \"abc\"\n },\n \"UserName\": \"abc\",\n \"IdCardType\": \"abc\",\n \"IdCardNumber\": \"\",\n \"SealName\": \"abc\",\n \"SealImage\": \"abc\",\n \"SealImageCompress\": true,\n \"Mobile\": \"abc\",\n \"EnableAutoSign\": true,\n \"LicenseType\": 0\n}",
439
- "output": "{\n \"Response\": {\n \"Error\": {\n \"Code\": \"InvalidParameterValue\",\n \"Message\": \"参数IdCardNumber不能为空\"\n },\n \"RequestId\": \"abc\"\n }\n}",
440
- "title": "参数IdCardNumber不能为空"
441
- },
442
464
  {
443
465
  "document": "通过准备好的个人印章图片创建印章",
444
- "input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ChannelCreatePreparedPersonalEsign\n<公共请求参数>\n\n{\n \"Operator\": {\n \"OpenId\": \"abc\",\n \"Channel\": \"abc\",\n \"CustomUserId\": \"abc\",\n \"ClientIp\": \"abc\",\n \"ProxyIp\": \"abc\"\n },\n \"Agent\": {\n \"AppId\": \"abc\",\n \"ProxyOrganizationOpenId\": \"abc\",\n \"ProxyOperator\": {\n \"OpenId\": \"abc\",\n \"Channel\": \"abc\",\n \"CustomUserId\": \"abc\",\n \"ClientIp\": \"abc\",\n \"ProxyIp\": \"abc\"\n },\n \"ProxyAppId\": \"abc\",\n \"ProxyOrganizationId\": \"abc\"\n },\n \"UserName\": \"印章归属个人姓名\",\n \"IdCardType\": \"\",\n \"IdCardNumber\": \"身份证件号码\",\n \"SealImage\": \"印章图片Base64\",\n \"SealName\": \"我的印章名称\",\n \"Mobile\": \"135*111\",\n \"EnableAutoSign\": true\n}",
445
- "output": "{\n \"Response\": {\n \"SealId\": \"abc\",\n \"RequestId\": \"abc\"\n }\n}",
466
+ "input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ChannelCreatePreparedPersonalEsign\n<公共请求参数>\n\n{\n \"Operator\": {\n \"OpenId\": \"UxSq3Yhw6lLHwsZd9RZTCOz69ewqFzXChxs3bMD\"\n },\n \"Agent\": {\n \"AppId\": \"yDwJBUUckpkl05jrUuxCKSQvQxffCN28\",\n \"ProxyOrganizationOpenId\": \"org_dianzqin\"\n },\n \"UserName\": \"印章归属个人姓名\",\n \"IdCardType\": \"\",\n \"IdCardNumber\": \"身份证件号码\",\n \"SealImage\": \"印章图片Base64\",\n \"SealName\": \"我的印章名称\",\n \"Mobile\": \"135*111\",\n \"EnableAutoSign\": true\n}",
467
+ "output": "{\n \"Response\": {\n \"SealId\": \"yDCYIUUckp7t75mxUxAAGY1B8z3p0AIA\",\n \"RequestId\": \"6e3eb9ef-61f9-4884-9874-465eaffc3d64\"\n }\n}",
446
468
  "title": "通过准备好的个人印章图片创建印章"
447
469
  }
448
470
  ],
@@ -920,6 +942,14 @@
920
942
  "title": "获取创建法人章二维码成功"
921
943
  }
922
944
  ],
945
+ "CreateOrganizationAuthFile": [
946
+ {
947
+ "document": "",
948
+ "input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateOrganizationAuthFile\n<公共请求参数>\n\n{\n \"Agent\": {\n \"AppId\": \"yDwFoUUckpsomwx1UyhWGhIR2RkhOjw2\",\n \"ProxyOperator\": {\n \"OpenId\": \"kevinlcheng_1\"\n }\n },\n \"OrganizationCommonInfo\": {\n \"OrganizationName\": \"典子签测试企业\",\n \"UniformSocialCreditCode\": \"N26XXXXXX523\",\n \"LegalName\": \"鹅鹅子\",\n \"LegalIdCardType\": \"\",\n \"LegalIdCardNumber\": \"110XXXXXX20\",\n \"AdminName\": \"鹅鹅子\",\n \"AdminMobile\": \"130XXXXX222\",\n \"AdminIdCardType\": \"\",\n \"AdminIdCardNumber\": \"110XXXXXX2020\"\n },\n \"Type\": 0\n}",
949
+ "output": "{\n \"Response\": {\n \"FileUrl\": \"https://file.test.ess.tencent.cn/bresource/resource/resource/0/0.PDF?hkey=22c08eb99607114e98ae7397a78f7cdc393a2dd9863f9f7d2f68890fb3219769a075e4f8e9631cf756ec0f7f27af6532925007e4dbf226d9b61afa605493013d9c23f7ff0a1bf7f41658ee74b8c3f261d1bfdd3b9f184b780392a2323522175a6d80f469afe196e131bdd882200c95653994d7749a03b13ced4ba14af190898fb6463b19a80c78f22fe1ace31270ab77635505b55849fd7c89ee2b539faebe86\",\n \"RequestId\": \"s1734597439220564890\"\n }\n}",
950
+ "title": "生成企业认证超管授权书"
951
+ }
952
+ ],
923
953
  "CreatePartnerAutoSignAuthUrl": [
924
954
  {
925
955
  "document": "",
@@ -15,7 +15,7 @@
15
15
  "status": "online"
16
16
  },
17
17
  "FuseFaceUltra": {
18
- "document": "图片人脸融合(专业版)为同步接口,支持自定义美颜、人脸增强、牙齿增强、拉脸等参数,最高支持8K分辨率,有多个模型类型供选择。查看 <a href=\"https://cloud.tencent.com/document/product/670/38247\" target=\"_blank\">融合接入指引</a>。\n请求频率限制为2次/秒。",
18
+ "document": "图片人脸融合(专业版)为同步接口,支持自定义美颜、人脸增强、牙齿增强、拉脸等参数,最高支持8K分辨率,有多个模型类型供选择。查看 <a href=\"https://cloud.tencent.com/document/product/670/38247\" target=\"_blank\">融合接入指引</a>。",
19
19
  "input": "FuseFaceUltraRequest",
20
20
  "name": "图片人脸融合专业版",
21
21
  "output": "FuseFaceUltraResponse",
@@ -476,6 +476,17 @@
476
476
  "required": false,
477
477
  "type": "float",
478
478
  "value_allowed_null": false
479
+ },
480
+ {
481
+ "disabled": false,
482
+ "document": "妆容迁移开关,默认取值为0。\n将素材模板的妆容迁移到融合结果上。即:如果希望妆容效果与模板图保持一致,可以打开此开关。\n0:妆容迁移关闭\n1:妆容迁移打开\n该参数仅对SwapModelType(模型类型)取值1-5生效",
483
+ "example": "0",
484
+ "member": "float",
485
+ "name": "MakeupTransferRadio",
486
+ "output_required": false,
487
+ "required": false,
488
+ "type": "float",
489
+ "value_allowed_null": false
479
490
  }
480
491
  ],
481
492
  "usage": "both"
@@ -83,7 +83,7 @@
83
83
  "members": [
84
84
  {
85
85
  "disabled": false,
86
- "document": "图片 base64 数据,base64 编码后大小不可超过5M。 \n支持PNG、JPG、JPEG、BMP,不支持 GIF 图片。",
86
+ "document": "图片 base64 数据,base64 编码后大小不可超过5M。 \n支持PNG、JPG、JPEG、BMP,不支持 GIF 图片。\n暂不支持带有alpha透明通道的图片。",
87
87
  "example": "/9j/4AAQSkZJRgABAQAAAQABAAD/4gIo...lftXF/DjFZNXoSP5V2U0HMt/1FQf/Z",
88
88
  "member": "string",
89
89
  "name": "Image",
@@ -92,7 +92,7 @@
92
92
  },
93
93
  {
94
94
  "disabled": false,
95
- "document": "图片的 Url 。对应图片 base64 编码后大小不可超过5M。 \nUrl、Image必须提供一个,如果都提供,只使用 Url。 \n图片存储于腾讯云的Url可保障更高下载速度和稳定性,建议图片存储于腾讯云。 \n非腾讯云存储的Url速度和稳定性可能受一定影响。 \n支持PNG、JPG、JPEG、BMP,不支持 GIF 图片。",
95
+ "document": "图片的 Url 。对应图片 base64 编码后大小不可超过5M。 \nUrl、Image必须提供一个,如果都提供,只使用 Url。 \n图片存储于腾讯云的Url可保障更高下载速度和稳定性,建议图片存储于腾讯云。 \n非腾讯云存储的Url速度和稳定性可能受一定影响。 \n支持PNG、JPG、JPEG、BMP,不支持 GIF 图片。\n暂不支持带有alpha透明通道的图片。",
96
96
  "example": "https://liudehua-9527.cos.ap-guangzhou.myqcloud.com/input.jpeg",
97
97
  "member": "string",
98
98
  "name": "Url",
@@ -755,7 +755,7 @@
755
755
  },
756
756
  {
757
757
  "disabled": false,
758
- "document": "图片 base64 数据,base64 编码后大小不可超过5M。 \n支持PNG、JPG、JPEG、BMP,不支持 GIF 图片。",
758
+ "document": "图片 base64 数据,base64 编码后大小不可超过5M。 \n支持PNG、JPG、JPEG、BMP,不支持 GIF 图片。\n暂不支持带有alpha透明通道的图片。",
759
759
  "example": "/9j/4AAQSkZJRgABAQAAAQABAAD/4gIo...lftXF/DjFZNXoSP5V2U0HMt/1FQf/Z",
760
760
  "member": "string",
761
761
  "name": "Image",
@@ -764,7 +764,7 @@
764
764
  },
765
765
  {
766
766
  "disabled": false,
767
- "document": "图片的 Url ,对应图片 base64 编码后大小不可超过5M。 \n图片的 Url、Image必须提供一个,如果都提供,只使用 Url。 \n图片存储于腾讯云的 Url 可保障更高下载速度和稳定性,建议图片存储于腾讯云。 \n非腾讯云存储的Url速度和稳定性可能受一定影响。 \n支持PNG、JPG、JPEG、BMP 等图片格式,不支持 GIF 图片。",
767
+ "document": "图片的 Url ,对应图片 base64 编码后大小不可超过5M。 \n图片的 Url、Image必须提供一个,如果都提供,只使用 Url。 \n图片存储于腾讯云的 Url 可保障更高下载速度和稳定性,建议图片存储于腾讯云。 \n非腾讯云存储的Url速度和稳定性可能受一定影响。 \n支持PNG、JPG、JPEG、BMP 等图片格式,不支持 GIF 图片。\n暂不支持带有alpha透明通道的图片。",
768
768
  "example": "https://liudehua-9527.cos.ap-guangzhou.myqcloud.com/input.jpeg",
769
769
  "member": "string",
770
770
  "name": "Url",
@@ -838,7 +838,7 @@
838
838
  },
839
839
  {
840
840
  "disabled": false,
841
- "document": "图片 base64 数据,base64 编码后大小不可超过5M。 \n支持PNG、JPG、JPEG、BMP,不支持 GIF 图片。",
841
+ "document": "图片 base64 数据,base64 编码后大小不可超过5M。 \n支持PNG、JPG、JPEG、BMP,不支持 GIF 图片。\n暂不支持带有alpha透明通道的图片。",
842
842
  "example": "/9j/4AAQSkZJRgABAQAAAQABAAD/4gIo...lftXF/DjFZNXoSP5V2U0HMt/1FQf/Z",
843
843
  "member": "string",
844
844
  "name": "Image",
@@ -847,7 +847,7 @@
847
847
  },
848
848
  {
849
849
  "disabled": false,
850
- "document": "图片的 Url ,对应图片 base64 编码后大小不可超过5M。 \n图片的 Url、Image必须提供一个,如果都提供,只使用 Url。 \n图片存储于腾讯云的 Url 可保障更高下载速度和稳定性,建议图片存储于腾讯云。 \n非腾讯云存储的Url速度和稳定性可能受一定影响。 \n支持PNG、JPG、JPEG、BMP 等图片格式,不支持 GIF 图片。",
850
+ "document": "图片的 Url ,对应图片 base64 编码后大小不可超过5M。 \n图片的 Url、Image必须提供一个,如果都提供,只使用 Url。 \n图片存储于腾讯云的 Url 可保障更高下载速度和稳定性,建议图片存储于腾讯云。 \n非腾讯云存储的Url速度和稳定性可能受一定影响。 \n支持PNG、JPG、JPEG、BMP 等图片格式,不支持 GIF 图片。\n暂不支持带有alpha透明通道的图片。",
851
851
  "example": "https://liudehua-9527.cos.ap-guangzhou.myqcloud.com/input.jpeg",
852
852
  "member": "string",
853
853
  "name": "Url",
@@ -921,7 +921,7 @@
921
921
  },
922
922
  {
923
923
  "disabled": false,
924
- "document": "图片 base64 数据,base64 编码后大小不可超过6M。 \n支持PNG、JPG、JPEG、BMP,不支持 GIF 图片。",
924
+ "document": "图片 base64 数据,base64 编码后大小不可超过6M。 \n支持PNG、JPG、JPEG、BMP,不支持 GIF 图片。\n暂不支持带有alpha透明通道的图片。",
925
925
  "example": "/9j/4AAQSkZJRgABAQAAAQABAAD/4gIo...lftXF/DjFZNXoSP5V2U0HMt/1FQf/Z",
926
926
  "member": "string",
927
927
  "name": "Image",
@@ -930,7 +930,7 @@
930
930
  },
931
931
  {
932
932
  "disabled": false,
933
- "document": "图片的 Url ,对应图片 base64 编码后大小不可超过6M。 \n图片的 Url、Image必须提供一个,如果都提供,只使用 Url。 \n图片存储于腾讯云的 Url 可保障更高下载速度和稳定性,建议图片存储于腾讯云。 \n非腾讯云存储的Url速度和稳定性可能受一定影响。 \n支持PNG、JPG、JPEG、BMP,不支持 GIF 图片。",
933
+ "document": "图片的 Url ,对应图片 base64 编码后大小不可超过6M。 \n图片的 Url、Image必须提供一个,如果都提供,只使用 Url。 \n图片存储于腾讯云的 Url 可保障更高下载速度和稳定性,建议图片存储于腾讯云。 \n非腾讯云存储的Url速度和稳定性可能受一定影响。 \n支持PNG、JPG、JPEG、BMP,不支持 GIF 图片。\n暂不支持带有alpha透明通道的图片。",
934
934
  "example": "https://liudehua-9527.cos.ap-guangzhou.myqcloud.com/input.jpeg",
935
935
  "member": "string",
936
936
  "name": "Url",