tccli 3.0.1150.1__py2.py3-none-any.whl → 3.0.1151.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 (31) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +3 -0
  3. tccli/services/asr/v20190614/api.json +2 -2
  4. tccli/services/cbs/cbs_client.py +61 -8
  5. tccli/services/cbs/v20170312/api.json +64 -0
  6. tccli/services/cbs/v20170312/examples.json +8 -0
  7. tccli/services/ccc/v20200210/api.json +2 -2
  8. tccli/services/cdz/__init__.py +4 -0
  9. tccli/services/cdz/cdz_client.py +248 -0
  10. tccli/services/cdz/v20221123/api.json +305 -0
  11. tccli/services/cdz/v20221123/examples.json +21 -0
  12. tccli/services/clb/v20180317/api.json +9 -0
  13. tccli/services/cynosdb/v20190107/api.json +1 -1
  14. tccli/services/dasb/v20191018/api.json +5 -4
  15. tccli/services/ess/v20201111/api.json +4 -4
  16. tccli/services/essbasic/v20210526/api.json +2 -2
  17. tccli/services/essbasic/v20210526/examples.json +1 -1
  18. tccli/services/facefusion/v20220927/api.json +8 -8
  19. tccli/services/hunyuan/hunyuan_client.py +65 -12
  20. tccli/services/hunyuan/v20230901/api.json +89 -0
  21. tccli/services/hunyuan/v20230901/examples.json +8 -0
  22. tccli/services/mps/v20190612/api.json +37 -35
  23. tccli/services/mps/v20190612/examples.json +19 -7
  24. tccli/services/vpc/v20170312/api.json +1357 -57
  25. tccli/services/vpc/v20170312/examples.json +104 -0
  26. tccli/services/vpc/vpc_client.py +1974 -1285
  27. {tccli-3.0.1150.1.dist-info → tccli-3.0.1151.1.dist-info}/METADATA +2 -2
  28. {tccli-3.0.1150.1.dist-info → tccli-3.0.1151.1.dist-info}/RECORD +31 -27
  29. {tccli-3.0.1150.1.dist-info → tccli-3.0.1151.1.dist-info}/WHEEL +0 -0
  30. {tccli-3.0.1150.1.dist-info → tccli-3.0.1151.1.dist-info}/entry_points.txt +0 -0
  31. {tccli-3.0.1150.1.dist-info → tccli-3.0.1151.1.dist-info}/license_files/LICENSE +0 -0
@@ -0,0 +1,305 @@
1
+ {
2
+ "actions": {
3
+ "DescribeCloudDedicatedZoneHosts": {
4
+ "document": "查询可用区的Host和Host上部署的实例",
5
+ "input": "DescribeCloudDedicatedZoneHostsRequest",
6
+ "name": "查询用户的专属可用区的母机及该母机下的子机信息",
7
+ "output": "DescribeCloudDedicatedZoneHostsResponse",
8
+ "status": "online"
9
+ },
10
+ "DescribeCloudDedicatedZoneResourceSummary": {
11
+ "document": "查询专属可用区各个垂直产品的资源使用情况",
12
+ "input": "DescribeCloudDedicatedZoneResourceSummaryRequest",
13
+ "name": "查询专属可用区资源水位概览",
14
+ "output": "DescribeCloudDedicatedZoneResourceSummaryResponse",
15
+ "status": "online"
16
+ }
17
+ },
18
+ "metadata": {
19
+ "apiVersion": "2022-11-23",
20
+ "api_brief": "介绍如何使用API对专属可用区进行操作,包括查看专属可用区的基本信息和订单数据,以及获取专属可用区内可用资源情况等。",
21
+ "serviceNameCN": "专属可用区",
22
+ "serviceShortName": "cdz"
23
+ },
24
+ "objects": {
25
+ "CloudDedicatedZoneHostsInfo": {
26
+ "document": "CDZ的母机和子机的对应关系",
27
+ "members": [
28
+ {
29
+ "disabled": false,
30
+ "document": "Host的唯一标识uuid\n注意:此字段可能返回 null,表示取不到有效值。",
31
+ "example": "无",
32
+ "member": "string",
33
+ "name": "HostUuid",
34
+ "output_required": false,
35
+ "type": "string",
36
+ "value_allowed_null": true
37
+ },
38
+ {
39
+ "disabled": false,
40
+ "document": "实例名称数组\n注意:此字段可能返回 null,表示取不到有效值。",
41
+ "example": "无",
42
+ "member": "string",
43
+ "name": "InstancesInfo",
44
+ "output_required": false,
45
+ "type": "list",
46
+ "value_allowed_null": true
47
+ }
48
+ ],
49
+ "usage": "out"
50
+ },
51
+ "CloudDedicatedZoneResourceStatisticsInfo": {
52
+ "document": "专属可用区资源统计项数据详情,对应一个具体的垂直产品的资源统计项。",
53
+ "members": [
54
+ {
55
+ "disabled": false,
56
+ "document": "资源统计项名称",
57
+ "example": "CPU",
58
+ "member": "string",
59
+ "name": "Item",
60
+ "output_required": false,
61
+ "type": "string",
62
+ "value_allowed_null": false
63
+ },
64
+ {
65
+ "disabled": false,
66
+ "document": "资源统计项单位",
67
+ "example": "核",
68
+ "member": "string",
69
+ "name": "Unit",
70
+ "output_required": false,
71
+ "type": "string",
72
+ "value_allowed_null": false
73
+ },
74
+ {
75
+ "disabled": false,
76
+ "document": "资源总量",
77
+ "example": "300",
78
+ "member": "string",
79
+ "name": "Total",
80
+ "output_required": false,
81
+ "type": "string",
82
+ "value_allowed_null": false
83
+ },
84
+ {
85
+ "disabled": false,
86
+ "document": "已用资源",
87
+ "example": "16",
88
+ "member": "string",
89
+ "name": "Usage",
90
+ "output_required": false,
91
+ "type": "string",
92
+ "value_allowed_null": false
93
+ },
94
+ {
95
+ "disabled": false,
96
+ "document": "已用资源占比",
97
+ "example": "5.33%",
98
+ "member": "string",
99
+ "name": "UsageRate",
100
+ "output_required": false,
101
+ "type": "string",
102
+ "value_allowed_null": false
103
+ },
104
+ {
105
+ "disabled": false,
106
+ "document": "剩余资源",
107
+ "example": "284",
108
+ "member": "string",
109
+ "name": "Remain",
110
+ "output_required": false,
111
+ "type": "string",
112
+ "value_allowed_null": false
113
+ },
114
+ {
115
+ "disabled": false,
116
+ "document": "剩余资源占比",
117
+ "example": "94.67%",
118
+ "member": "string",
119
+ "name": "RemainRate",
120
+ "output_required": false,
121
+ "type": "string",
122
+ "value_allowed_null": false
123
+ },
124
+ {
125
+ "disabled": false,
126
+ "document": "本周一零点资源使用率",
127
+ "example": "17.29%",
128
+ "member": "string",
129
+ "name": "ThisMondayUsageRate",
130
+ "output_required": false,
131
+ "type": "string",
132
+ "value_allowed_null": false
133
+ },
134
+ {
135
+ "disabled": false,
136
+ "document": "本周资源增长比例",
137
+ "example": "0.50%",
138
+ "member": "string",
139
+ "name": "ThisMondayUsageGrowthRate",
140
+ "output_required": false,
141
+ "type": "string",
142
+ "value_allowed_null": false
143
+ },
144
+ {
145
+ "disabled": false,
146
+ "document": "上周资源增长比例",
147
+ "example": "-0.12%",
148
+ "member": "string",
149
+ "name": "LastMondayUsageGrowthRate",
150
+ "output_required": false,
151
+ "type": "string",
152
+ "value_allowed_null": false
153
+ }
154
+ ],
155
+ "usage": "out"
156
+ },
157
+ "CloudDedicatedZoneResourceSummaryInfo": {
158
+ "document": "专属可用区资源水位数据详情,对应一个具体的垂直产品。",
159
+ "members": [
160
+ {
161
+ "disabled": false,
162
+ "document": "产品名称",
163
+ "example": "云服务器",
164
+ "member": "string",
165
+ "name": "ProductName",
166
+ "output_required": false,
167
+ "type": "string",
168
+ "value_allowed_null": false
169
+ },
170
+ {
171
+ "disabled": false,
172
+ "document": "子产品名称",
173
+ "example": "标准型S5",
174
+ "member": "string",
175
+ "name": "SubProductName",
176
+ "output_required": false,
177
+ "type": "string",
178
+ "value_allowed_null": false
179
+ },
180
+ {
181
+ "disabled": false,
182
+ "document": "资源统计详情",
183
+ "example": "无",
184
+ "member": "CloudDedicatedZoneResourceStatisticsInfo",
185
+ "name": "Statistics",
186
+ "output_required": false,
187
+ "type": "list",
188
+ "value_allowed_null": false
189
+ }
190
+ ],
191
+ "usage": "out"
192
+ },
193
+ "DescribeCloudDedicatedZoneHostsRequest": {
194
+ "document": "DescribeCloudDedicatedZoneHosts请求参数结构体",
195
+ "members": [
196
+ {
197
+ "disabled": false,
198
+ "document": "专属可用区ID ",
199
+ "example": "cdz-xxxxxxxx",
200
+ "member": "string",
201
+ "name": "CloudDedicatedZoneID",
202
+ "required": true,
203
+ "type": "string"
204
+ },
205
+ {
206
+ "disabled": false,
207
+ "document": "一个或多个Host面的CVM实例信息。最大支持查询100台Host。",
208
+ "example": "xxxxx-xxxxx-xxxxx",
209
+ "member": "string",
210
+ "name": "HostUuids",
211
+ "required": false,
212
+ "type": "list"
213
+ },
214
+ {
215
+ "disabled": false,
216
+ "document": "查询一个实例或者多个实例所在的Host上面的CVM实例信息。最大支持查询100台实例。",
217
+ "example": "ins-xxxxxxxx",
218
+ "member": "string",
219
+ "name": "InstanceIds",
220
+ "required": false,
221
+ "type": "list"
222
+ },
223
+ {
224
+ "disabled": false,
225
+ "document": "偏移量,默认为0。关于Offset的更进一步介绍请参考 API 简介中的相关小节。该参数仅与CloudDedicatedZoneID有关,传递了HostUuids和InstanceIds则会失效。",
226
+ "example": "1",
227
+ "member": "uint64",
228
+ "name": "Offset",
229
+ "required": false,
230
+ "type": "int"
231
+ },
232
+ {
233
+ "disabled": false,
234
+ "document": "返回数量,默认为20,最大值为100。关于Limit的更进一步介绍请参考 API 简介中的相关小节。该参数仅与CloudDedicatedZoneID有关,传递了HostUuids和InstanceIds则会失效。",
235
+ "example": "5",
236
+ "member": "uint64",
237
+ "name": "Limit",
238
+ "required": false,
239
+ "type": "int"
240
+ }
241
+ ],
242
+ "type": "object"
243
+ },
244
+ "DescribeCloudDedicatedZoneHostsResponse": {
245
+ "document": "DescribeCloudDedicatedZoneHosts返回参数结构体",
246
+ "members": [
247
+ {
248
+ "disabled": false,
249
+ "document": "返回Host和Host上部署的实例信息之间的关系",
250
+ "example": "无",
251
+ "member": "CloudDedicatedZoneHostsInfo",
252
+ "name": "CloudDedicatedZoneHostsInfoSet",
253
+ "output_required": false,
254
+ "type": "list",
255
+ "value_allowed_null": false
256
+ },
257
+ {
258
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
259
+ "member": "string",
260
+ "name": "RequestId",
261
+ "type": "string"
262
+ }
263
+ ],
264
+ "type": "object"
265
+ },
266
+ "DescribeCloudDedicatedZoneResourceSummaryRequest": {
267
+ "document": "DescribeCloudDedicatedZoneResourceSummary请求参数结构体",
268
+ "members": [
269
+ {
270
+ "disabled": false,
271
+ "document": "专属可用区唯一标识",
272
+ "example": "cdz-8wbc41r9",
273
+ "member": "string",
274
+ "name": "CdzId",
275
+ "required": true,
276
+ "type": "string"
277
+ }
278
+ ],
279
+ "type": "object"
280
+ },
281
+ "DescribeCloudDedicatedZoneResourceSummaryResponse": {
282
+ "document": "DescribeCloudDedicatedZoneResourceSummary返回参数结构体",
283
+ "members": [
284
+ {
285
+ "disabled": false,
286
+ "document": "资源水位详情\n注意:此字段可能返回 null,表示取不到有效值。",
287
+ "example": "无",
288
+ "member": "CloudDedicatedZoneResourceSummaryInfo",
289
+ "name": "ResourceSummarySet",
290
+ "output_required": true,
291
+ "type": "list",
292
+ "value_allowed_null": true
293
+ },
294
+ {
295
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
296
+ "member": "string",
297
+ "name": "RequestId",
298
+ "type": "string"
299
+ }
300
+ ],
301
+ "type": "object"
302
+ }
303
+ },
304
+ "version": "1.0"
305
+ }
@@ -0,0 +1,21 @@
1
+ {
2
+ "actions": {
3
+ "DescribeCloudDedicatedZoneHosts": [
4
+ {
5
+ "document": "",
6
+ "input": "POST / HTTP/1.1\nHost: cdz.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCloudDedicatedZoneHosts\n<公共请求参数>\n\n{\n \"CloudDedicatedZoneID\": \"cdz-xxxxxxxx\",\n \"HostUuids\": [\n \"9e6b54d0-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n ],\n \"InstanceIds\": [\n \"ins-xxxxxxxx\"\n ],\n \"Offset\": 1,\n \"Limit\": 1\n}",
7
+ "output": "{\n \"Response\": {\n \"CloudDedicatedZoneHostsInfoSet\": [\n {\n \"HostUuid\": \"9e6b54d0-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n \"InstancesInfo\": [\n \"ins-xxxxxxxx\"\n ]\n }\n ],\n \"RequestId\": \"fbea6b85-00bc-4d47-ada9-fc06b3ece766\"\n }\n}",
8
+ "title": "查询可用区的Host和Host上部署的实例"
9
+ }
10
+ ],
11
+ "DescribeCloudDedicatedZoneResourceSummary": [
12
+ {
13
+ "document": "",
14
+ "input": "POST / HTTP/1.1\nHost: cdz.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCloudDedicatedZoneResourceSummary\n<公共请求参数>\n\n{\n \"CdzId\": \"cdz-mgk971xw\"\n}",
15
+ "output": "{\n \"Response\": {\n \"ResourceSummarySet\": [\n {\n \"ProductName\": \"云服务器\",\n \"SubProductName\": \"标准型S5\",\n \"Statistics\": [\n {\n \"Item\": \"CPU\",\n \"Unit\": \"核\",\n \"Total\": \"41996\",\n \"Usage\": \"32875\",\n \"UsageRate\": \"78.28%\",\n \"Remain\": \"9121\",\n \"RemainRate\": \"21.72%\",\n \"ThisMondayUsageRate\": \"78.33%\",\n \"ThisMondayUsageGrowthRate\": \"-0.05%\",\n \"LastMondayUsageGrowthRate\": \"-4.41%\"\n },\n {\n \"Item\": \"内存\",\n \"Unit\": \"GB\",\n \"Total\": \"135520\",\n \"Usage\": \"101202\",\n \"UsageRate\": \"74.68%\",\n \"Remain\": \"34318\",\n \"RemainRate\": \"25.32%\",\n \"ThisMondayUsageRate\": \"74.72%\",\n \"ThisMondayUsageGrowthRate\": \"-0.05%\",\n \"LastMondayUsageGrowthRate\": \"-6.19%\"\n }\n ]\n },\n {\n \"ProductName\": \"云硬盘\",\n \"SubProductName\": \"SSD云硬盘\",\n \"Statistics\": [\n {\n \"Item\": \"磁盘\",\n \"Unit\": \"TB\",\n \"Total\": \"64\",\n \"Usage\": \"53.34\",\n \"UsageRate\": \"83.34%\",\n \"Remain\": \"10.66\",\n \"RemainRate\": \"16.66%\",\n \"ThisMondayUsageRate\": \"83.34%\",\n \"ThisMondayUsageGrowthRate\": \"0.00%\",\n \"LastMondayUsageGrowthRate\": \"4.58%\"\n }\n ]\n },\n {\n \"ProductName\": \"云硬盘\",\n \"SubProductName\": \"高性能云硬盘\",\n \"Statistics\": [\n {\n \"Item\": \"磁盘\",\n \"Unit\": \"TB\",\n \"Total\": \"1392\",\n \"Usage\": \"1157.32\",\n \"UsageRate\": \"83.14%\",\n \"Remain\": \"234.68\",\n \"RemainRate\": \"16.86%\",\n \"ThisMondayUsageRate\": \"82.03%\",\n \"ThisMondayUsageGrowthRate\": \"1.11%\",\n \"LastMondayUsageGrowthRate\": \"6.08%\"\n }\n ]\n },\n {\n \"ProductName\": \"云数据库 MySQL\",\n \"SubProductName\": \"云数据库 MySQL\",\n \"Statistics\": [\n {\n \"Item\": \"内存\",\n \"Unit\": \"GB\",\n \"Total\": \"3600\",\n \"Usage\": \"2031\",\n \"UsageRate\": \"56.42%\",\n \"Remain\": \"1569\",\n \"RemainRate\": \"43.58%\",\n \"ThisMondayUsageRate\": \"0.00%\",\n \"ThisMondayUsageGrowthRate\": \"56.42%\",\n \"LastMondayUsageGrowthRate\": \"-56.42%\"\n },\n {\n \"Item\": \"磁盘\",\n \"Unit\": \"TB\",\n \"Total\": \"180\",\n \"Usage\": \"82.12\",\n \"UsageRate\": \"45.62%\",\n \"Remain\": \"97.88\",\n \"RemainRate\": \"54.38%\",\n \"ThisMondayUsageRate\": \"0.00%\",\n \"ThisMondayUsageGrowthRate\": \"45.62%\",\n \"LastMondayUsageGrowthRate\": \"-45.62%\"\n }\n ]\n },\n {\n \"ProductName\": \"云数据库 PostgreSQL\",\n \"SubProductName\": \"云数据库 PostgreSQL\",\n \"Statistics\": [\n {\n \"Item\": \"内存\",\n \"Unit\": \"GB\",\n \"Total\": \"22320\",\n \"Usage\": \"14559\",\n \"UsageRate\": \"65.23%\",\n \"Remain\": \"7761\",\n \"RemainRate\": \"34.77%\",\n \"ThisMondayUsageRate\": \"65.23%\",\n \"ThisMondayUsageGrowthRate\": \"0.00%\",\n \"LastMondayUsageGrowthRate\": \"0.50%\"\n },\n {\n \"Item\": \"磁盘\",\n \"Unit\": \"TB\",\n \"Total\": \"470\",\n \"Usage\": \"304.68\",\n \"UsageRate\": \"64.83%\",\n \"Remain\": \"165.32\",\n \"RemainRate\": \"35.17%\",\n \"ThisMondayUsageRate\": \"64.83%\",\n \"ThisMondayUsageGrowthRate\": \"0.00%\",\n \"LastMondayUsageGrowthRate\": \"0.31%\"\n }\n ]\n },\n {\n \"ProductName\": \"云数据库 Redis\",\n \"SubProductName\": \"云数据库 Redis\",\n \"Statistics\": [\n {\n \"Item\": \"内存\",\n \"Unit\": \"GB\",\n \"Total\": \"2400\",\n \"Usage\": \"0\",\n \"UsageRate\": \"0.00%\",\n \"Remain\": \"2400\",\n \"RemainRate\": \"100.00%\",\n \"ThisMondayUsageRate\": \"0.00%\",\n \"ThisMondayUsageGrowthRate\": \"0.00%\",\n \"LastMondayUsageGrowthRate\": \"0.00%\"\n }\n ]\n }\n ],\n \"RequestId\": \"0b2b5dda-8245-4a5a-b0ac-cbf2e7e47bca\"\n }\n}",
16
+ "title": "查询专属可用区资源水位"
17
+ }
18
+ ]
19
+ },
20
+ "version": "1.0"
21
+ }
@@ -3028,6 +3028,15 @@
3028
3028
  "name": "Egress",
3029
3029
  "required": false,
3030
3030
  "type": "string"
3031
+ },
3032
+ {
3033
+ "disabled": false,
3034
+ "document": "负载均衡实例的预付费相关属性",
3035
+ "example": "无",
3036
+ "member": "LBChargePrepaid",
3037
+ "name": "LBChargePrepaid",
3038
+ "required": false,
3039
+ "type": "object"
3031
3040
  }
3032
3041
  ],
3033
3042
  "type": "object"
@@ -16567,7 +16567,7 @@
16567
16567
  "example": "1008306",
16568
16568
  "member": "int64",
16569
16569
  "name": "FlowId",
16570
- "required": true,
16570
+ "output_required": true,
16571
16571
  "type": "int",
16572
16572
  "value_allowed_null": false
16573
16573
  },
@@ -2446,8 +2446,8 @@
2446
2446
  },
2447
2447
  {
2448
2448
  "disabled": false,
2449
- "document": "大陆手机号直接填写,如果是其他国家、地区号码, 按照\"国家地区代码|手机号\"的格式输入。如: \"+852|xxxxxxxx\"",
2450
- "example": "13312341234",
2449
+ "document": "按照\"国家地区代码|手机号\"的格式输入。如: \"+86|xxxxxxxx\"",
2450
+ "example": "+86|13312341234",
2451
2451
  "member": "string",
2452
2452
  "name": "Phone",
2453
2453
  "required": false,
@@ -2528,6 +2528,7 @@
2528
2528
  "example": "1",
2529
2529
  "member": "uint64",
2530
2530
  "name": "Id",
2531
+ "output_required": true,
2531
2532
  "type": "int",
2532
2533
  "value_allowed_null": false
2533
2534
  },
@@ -5884,8 +5885,8 @@
5884
5885
  },
5885
5886
  {
5886
5887
  "disabled": false,
5887
- "document": "大陆手机号直接填写,如果是其他国家、地区号码,按照\"国家地区代码|手机号\"的格式输入。如: \"+852|xxxxxxxx\"",
5888
- "example": "13311111111",
5888
+ "document": "按照\"国家地区代码|手机号\"的格式输入。如: \"+86|xxxxxxxx\"",
5889
+ "example": "+86|13311111111",
5889
5890
  "member": "string",
5890
5891
  "name": "Phone",
5891
5892
  "required": false,
@@ -3052,7 +3052,7 @@
3052
3052
  },
3053
3053
  {
3054
3054
  "disabled": false,
3055
- "document": "合同流程的名称(可自定义此名称),长度不能超过200个字符,只能由中文、字母、数字、中划线和下划线组成。\n\n该名称还将用于合同签署完成后的下载文件名。",
3055
+ "document": "自定义的合同流程的名称,长度不能超过200个字符,只能由中文汉字、中文标点、英文字母、阿拉伯数字、空格、小括号、中括号、中划线、下划线以及(,)、(;)、(.)、(&)、(+)组成。\n\n该名称还将用于合同签署完成后文件下载的默认文件名称。",
3056
3056
  "example": "2013年采购西红柿合同",
3057
3057
  "member": "string",
3058
3058
  "name": "FlowName",
@@ -3818,7 +3818,7 @@
3818
3818
  },
3819
3819
  {
3820
3820
  "disabled": false,
3821
- "document": "合同流程的名称(可自定义此名称),长度不能超过200,只能由中文、字母、数字和下划线组成。\n\n该名称还将用于合同签署完成后的下载文件名。",
3821
+ "document": "自定义的合同流程的名称,长度不能超过200个字符,只能由中文汉字、中文标点、英文字母、阿拉伯数字、空格、小括号、中括号、中划线、下划线以及(,)、(;)、(.)、(&)、(+)组成。\n\n该名称还将用于合同签署完成后文件下载的默认文件名称。",
3822
3822
  "example": "张三的入职合同",
3823
3823
  "member": "string",
3824
3824
  "name": "FlowName",
@@ -5328,7 +5328,7 @@
5328
5328
  },
5329
5329
  {
5330
5330
  "disabled": false,
5331
- "document": "合同流程的名称(可自定义此名称),长度不能超过200,只能由中文、字母、数字和下划线组成。\n",
5331
+ "document": "自定义的合同流程的名称,长度不能超过200个字符,只能由中文汉字、中文标点、英文字母、阿拉伯数字、空格、小括号、中括号、中划线、下划线以及(,)、(;)、(.)、(&)、(+)组成。\n\n该名称还将用于合同签署完成后文件下载的默认文件名称。",
5332
5332
  "example": "无",
5333
5333
  "member": "string",
5334
5334
  "name": "FlowName",
@@ -6106,7 +6106,7 @@
6106
6106
  },
6107
6107
  {
6108
6108
  "disabled": false,
6109
- "document": "电子印章类型 , 可选类型如下: \n<ul><li>**OFFICIAL**: (默认)公章</li>\n<li>**CONTRACT**: 合同专用章;</li>\n<li>**FINANCE**: 财务专用章;</li>\n<li>**PERSONNEL**: 人事专用章</li>\n<li>**INVOICE**: 发票专用章</li>\n</ul>\n注: `同企业下只能有一个公章, 重复创建会报错`",
6109
+ "document": "电子印章类型 , 可选类型如下: <ul><li>**OFFICIAL**: (默认)公章</li><li>**CONTRACT**: 合同专用章;</li><li>**FINANCE**: 财务专用章;</li><li>**PERSONNEL**: 人事专用章</li><li>**INVOICE**: 发票专用章</li></ul>注: `同企业下只能有<font color=\"red\">一个</font>公章, 重复创建会报错`",
6110
6110
  "example": "OFFICIAL",
6111
6111
  "member": "string",
6112
6112
  "name": "SealType",
@@ -442,7 +442,7 @@
442
442
  "status": "online"
443
443
  },
444
444
  "DescribeExtendedServiceAuthInfo": {
445
- "document": "查询企业扩展服务的开通和授权情况,当前支持查询以下内容:\n\n1. **企业自动签**\n2. **企业与港澳台居民签署合同**\n3. **使用手机号验证签署方身份**\n4. **骑缝章**\n5. **拓宽签署方年龄限制**\n6. **下载企业合同/文件**\n7. **隐藏合同经办人姓名**\n\n对应能力开通页面在子客控制台-企业中心-拓展服务,如下图所示:\n\n![image](https://qcloudimg.tencent-cloud.cn/raw/931a1e02955ab36e5cc69a489af10352.jpg)\n\n注: <font color='red'>所在企业的超管、法人才有权限调用此接口</font>(Agent.ProxyOperator.OpenId 需要传递超管或者法人的OpenId)",
445
+ "document": "查询企业扩展服务的开通和授权情况,当前支持查询以下内容:\n\n1. **企业自动签**\n2. **企业与港澳台居民签署合同**\n3. **使用手机号验证签署方身份**\n4. **拓宽签署方年龄限制**\n5. **下载企业合同/文件**\n6. **隐藏合同经办人姓名**\n\n对应能力开通页面在子客控制台-企业中心-拓展服务,如下图所示:\n\n![image](https://qcloudimg.tencent-cloud.cn/raw/931a1e02955ab36e5cc69a489af10352.jpg)\n\n注: <font color='red'>所在企业的超管、法人才有权限调用此接口</font>(Agent.ProxyOperator.OpenId 需要传递超管或者法人的OpenId)",
446
446
  "input": "DescribeExtendedServiceAuthInfoRequest",
447
447
  "name": "查询企业扩展服务授权信息",
448
448
  "output": "DescribeExtendedServiceAuthInfoResponse",
@@ -6803,7 +6803,7 @@
6803
6803
  },
6804
6804
  {
6805
6805
  "disabled": false,
6806
- "document": "电子印章类型 , 可选类型如下: \n<ul><li>**OFFICIAL**: (默认)公章</li>\n<li>**CONTRACT**: 合同专用章;</li>\n<li>**FINANCE**: 财务专用章;</li>\n<li>**PERSONNEL**: 人事专用章</li>\n<li>**INVOICE**: 发票专用章</li>\n</ul>\n注: `同企业下只能有一个公章, 重复创建会报错`",
6806
+ "document": "电子印章类型 , 可选类型如下: <ul><li>**OFFICIAL**: (默认)公章</li><li>**CONTRACT**: 合同专用章;</li><li>**FINANCE**: 财务专用章;</li><li>**PERSONNEL**: 人事专用章</li><li>**INVOICE**: 发票专用章</li></ul>注: `同企业下只能有<font color=\"red\">一个</font>公章, 重复创建会报错`",
6807
6807
  "example": "OFFICIAL",
6808
6808
  "member": "string",
6809
6809
  "name": "SealType",
@@ -179,7 +179,7 @@
179
179
  },
180
180
  {
181
181
  "document": "在B2C签署中,双方签署方未指定具体签署人时,需要进行补充。 \n注:`补充动态签署人时FillApproverType传值为1 `",
182
- "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 \"FlowGroupId\": \"111111***22222\",\n \"FillApproverType\": 1,\n \"Approvers\": [\n {\n \"RecipientId\": \"yDRS4UUgygqdcj51UuO4zjEyWTmzsIAR\",\n \"ApproverName\": \"典子谦\",\n \"ApproverMobile\": \"13200000000\",\n \"OrganizationName\": \"***有限公司\",\n \"FlowId\": \"yDCVMUUckpwytrk2UE1RW1FSR2BqdoGS\"\n },\n {\n \"RecipientId\": \"yDCVMUUckpwytrksUE1RW1FRR08t7Lxf\",\n \"ApproverName\": \"典子谦\",\n \"ApproverMobile\": \"13200000000\",\n \"OrganizationName\": \"***有限公司\",\n \"FlowId\": \"yDCVMUUckpwytrk2UE1RW1FSR2BqdoGS\"\n }\n ]\n}",
182
+ "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 \"FlowGroupId\": \"111111***22222\",\n \"FillApproverType\": 1,\n \"Approvers\": [\n {\n \"RecipientId\": \"yDRS4UUgygqdcj51UuO4zjEyWTmzsIAR\",\n \"ApproverName\": \"典子谦\",\n \"ApproverMobile\": \"13200000000\",\n \"OrganizationName\": \"***有限公司\",\n \"FlowId\": \"yDCVMUUckpwytrk2UE1RW1FSR2BqdoGS\"\n },\n {\n \"RecipientId\": \"yDCVMUUckpwytrksUE1RW1FRR08t7Lxf\",\n \"ApproverName\": \"典子谦\",\n \"ApproverMobile\": \"13200000000\",\n \"OrganizationName\": \"***有限公司\",\n \"FlowId\": \"yDC5BUUckpypucutUETpDyAwpDJckfDR\"\n }\n ]\n}",
183
183
  "output": "{\n \"Response\": {\n \"RequestId\": \"5beb5f54-cf3d-4c26-a4ee-a97c85196a3e\"\n }\n}",
184
184
  "title": "B2C签署,补充合同组两方动态签署人信息"
185
185
  },
@@ -638,17 +638,17 @@
638
638
  "example": "string",
639
639
  "member": "string",
640
640
  "name": "MaterialId",
641
- "required": true,
641
+ "output_required": true,
642
642
  "type": "string",
643
643
  "value_allowed_null": false
644
644
  },
645
645
  {
646
646
  "disabled": false,
647
- "document": "素材状态",
647
+ "document": "素材状态\n\n字段取值: \n0 审核中\n1 人工审核通过\n2 人工审核失败\n3 申诉中\n11 申诉成功\n12 申诉失败\n21 机器审核通过\n22 机器审核失败\n31 视频素材预处理成功,素材可用\n32 视频素材预处理失败\n33 角色不在视频中",
648
648
  "example": "1",
649
649
  "member": "int64",
650
650
  "name": "MaterialStatus",
651
- "required": true,
651
+ "output_required": true,
652
652
  "type": "int",
653
653
  "value_allowed_null": false
654
654
  },
@@ -658,7 +658,7 @@
658
658
  "example": "string",
659
659
  "member": "string",
660
660
  "name": "CreateTime",
661
- "required": true,
661
+ "output_required": true,
662
662
  "type": "string",
663
663
  "value_allowed_null": false
664
664
  },
@@ -668,7 +668,7 @@
668
668
  "example": "string",
669
669
  "member": "string",
670
670
  "name": "UpdateTime",
671
- "required": true,
671
+ "output_required": true,
672
672
  "type": "string",
673
673
  "value_allowed_null": false
674
674
  },
@@ -678,7 +678,7 @@
678
678
  "example": "string",
679
679
  "member": "MaterialFaces",
680
680
  "name": "MaterialFaceList",
681
- "required": true,
681
+ "output_required": true,
682
682
  "type": "list",
683
683
  "value_allowed_null": false
684
684
  },
@@ -688,7 +688,7 @@
688
688
  "example": "string",
689
689
  "member": "string",
690
690
  "name": "MaterialName",
691
- "required": true,
691
+ "output_required": true,
692
692
  "type": "string",
693
693
  "value_allowed_null": false
694
694
  },
@@ -698,7 +698,7 @@
698
698
  "example": "string",
699
699
  "member": "string",
700
700
  "name": "AuditResult",
701
- "required": false,
701
+ "output_required": true,
702
702
  "type": "string",
703
703
  "value_allowed_null": true
704
704
  }