tccli 3.0.896.1__py2.py3-none-any.whl → 3.0.898.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 (72) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/examples/cdb/v20170320/CreateDatabase.md +22 -0
  3. tccli/examples/cdn/v20180606/ModifyDomainConfig.md +88 -0
  4. tccli/examples/ckafka/v20190819/CreatePostPaidInstance.md +154 -0
  5. tccli/examples/cynosdb/v20190107/DescribeProxySpecs.md +56 -0
  6. tccli/examples/cynosdb/v20190107/DescribeSupportProxyVersion.md +24 -0
  7. tccli/examples/ess/v20201111/CreateFlowApprovers.md +3 -1
  8. tccli/examples/ess/v20201111/DescribeThirdPartyAuthCode.md +1 -1
  9. tccli/examples/postgres/v20170312/CreateReadOnlyDBInstance.md +1 -1
  10. tccli/examples/postgres/v20170312/UpgradeDBInstanceKernelVersion.md +1 -1
  11. tccli/examples/sqlserver/v20180328/DescribeDBInstancesAttribute.md +6 -1
  12. tccli/examples/sqlserver/v20180328/DescribeDBs.md +1 -1
  13. tccli/examples/tdmq/v20200217/CreateCmqQueue.md +2 -2
  14. tccli/examples/tke/v20180525/CreateClusterEndpointVip.md +1 -1
  15. tccli/examples/trp/v20210515/CreateCodeBatch.md +11 -5
  16. tccli/examples/trp/v20210515/DescribeScanLogs.md +1 -1
  17. tccli/examples/trp/v20210515/DescribeTraceCodeById.md +16 -11
  18. tccli/examples/trp/v20210515/ModifyCodeBatch.md +3 -3
  19. tccli/examples/vod/v20180717/CreateQualityInspectTemplate.md +24 -0
  20. tccli/examples/vod/v20180717/DeleteQualityInspectTemplate.md +20 -0
  21. tccli/examples/vod/v20180717/DescribeQualityInspectTemplates.md +44 -0
  22. tccli/examples/vod/v20180717/DescribeTaskDetail.md +4 -0
  23. tccli/examples/vod/v20180717/InspectMediaQuality.md +22 -0
  24. tccli/examples/vod/v20180717/ModifyQualityInspectTemplate.md +21 -0
  25. tccli/examples/yinsuda/v20220527/DescribeKTVMusicAccompanySegmentUrl.md +70 -0
  26. tccli/services/cdb/cdb_client.py +57 -4
  27. tccli/services/cdb/v20170320/api.json +52 -0
  28. tccli/services/cdb/v20170320/examples.json +8 -0
  29. tccli/services/cdn/cdn_client.py +57 -4
  30. tccli/services/cdn/v20180606/api.json +52 -0
  31. tccli/services/cdn/v20180606/examples.json +26 -0
  32. tccli/services/ckafka/ckafka_client.py +61 -8
  33. tccli/services/ckafka/v20190819/api.json +303 -7
  34. tccli/services/ckafka/v20190819/examples.json +20 -0
  35. tccli/services/clb/v20180317/api.json +3 -1
  36. tccli/services/cynosdb/cynosdb_client.py +106 -0
  37. tccli/services/cynosdb/v20190107/api.json +134 -0
  38. tccli/services/cynosdb/v20190107/examples.json +22 -0
  39. tccli/services/emr/v20190103/api.json +6 -2
  40. tccli/services/ess/v20201111/api.json +42 -11
  41. tccli/services/ess/v20201111/examples.json +3 -3
  42. tccli/services/essbasic/v20210526/api.json +27 -1
  43. tccli/services/ocr/v20181119/api.json +4 -2
  44. tccli/services/postgres/v20170312/api.json +2 -31
  45. tccli/services/postgres/v20170312/examples.json +2 -2
  46. tccli/services/sqlserver/v20180328/api.json +72 -15
  47. tccli/services/sqlserver/v20180328/examples.json +3 -3
  48. tccli/services/tbaas/tbaas_client.py +4 -322
  49. tccli/services/tbaas/v20180416/api.json +108 -810
  50. tccli/services/tbaas/v20180416/examples.json +0 -48
  51. tccli/services/tbp/v20190311/api.json +10 -10
  52. tccli/services/tdid/tdid_client.py +67 -1551
  53. tccli/services/tdid/v20210519/api.json +331 -3504
  54. tccli/services/tdid/v20210519/examples.json +0 -224
  55. tccli/services/tdmq/v20200217/api.json +2 -19
  56. tccli/services/tdmq/v20200217/examples.json +2 -2
  57. tccli/services/tione/v20211111/api.json +24 -2
  58. tccli/services/tke/v20180525/api.json +4 -6
  59. tccli/services/tke/v20180525/examples.json +2 -2
  60. tccli/services/trp/v20210515/api.json +285 -113
  61. tccli/services/trp/v20210515/examples.json +6 -6
  62. tccli/services/vod/v20180717/api.json +1346 -2
  63. tccli/services/vod/v20180717/examples.json +44 -4
  64. tccli/services/vod/vod_client.py +287 -22
  65. tccli/services/yinsuda/v20220527/api.json +159 -0
  66. tccli/services/yinsuda/v20220527/examples.json +14 -0
  67. tccli/services/yinsuda/yinsuda_client.py +53 -0
  68. {tccli-3.0.896.1.dist-info → tccli-3.0.898.1.dist-info}/METADATA +2 -2
  69. {tccli-3.0.896.1.dist-info → tccli-3.0.898.1.dist-info}/RECORD +72 -61
  70. {tccli-3.0.896.1.dist-info → tccli-3.0.898.1.dist-info}/WHEEL +0 -0
  71. {tccli-3.0.896.1.dist-info → tccli-3.0.898.1.dist-info}/entry_points.txt +0 -0
  72. {tccli-3.0.896.1.dist-info → tccli-3.0.898.1.dist-info}/license_files/LICENSE +0 -0
@@ -1135,6 +1135,7 @@
1135
1135
  "example": "无",
1136
1136
  "member": "string",
1137
1137
  "name": "ComponentType",
1138
+ "output_required": true,
1138
1139
  "required": true,
1139
1140
  "type": "string",
1140
1141
  "value_allowed_null": false
@@ -1145,6 +1146,7 @@
1145
1146
  "example": "无",
1146
1147
  "member": "int64",
1147
1148
  "name": "FileIndex",
1149
+ "output_required": true,
1148
1150
  "required": true,
1149
1151
  "type": "int",
1150
1152
  "value_allowed_null": false
@@ -1155,6 +1157,7 @@
1155
1157
  "example": "无",
1156
1158
  "member": "float",
1157
1159
  "name": "ComponentHeight",
1160
+ "output_required": true,
1158
1161
  "required": true,
1159
1162
  "type": "float",
1160
1163
  "value_allowed_null": false
@@ -1165,6 +1168,7 @@
1165
1168
  "example": "无",
1166
1169
  "member": "float",
1167
1170
  "name": "ComponentWidth",
1171
+ "output_required": true,
1168
1172
  "required": true,
1169
1173
  "type": "float",
1170
1174
  "value_allowed_null": false
@@ -1175,6 +1179,7 @@
1175
1179
  "example": "无",
1176
1180
  "member": "int64",
1177
1181
  "name": "ComponentPage",
1182
+ "output_required": true,
1178
1183
  "required": true,
1179
1184
  "type": "int",
1180
1185
  "value_allowed_null": false
@@ -1185,6 +1190,7 @@
1185
1190
  "example": "无",
1186
1191
  "member": "float",
1187
1192
  "name": "ComponentPosX",
1193
+ "output_required": true,
1188
1194
  "required": true,
1189
1195
  "type": "float",
1190
1196
  "value_allowed_null": false
@@ -1195,6 +1201,7 @@
1195
1201
  "example": "无",
1196
1202
  "member": "float",
1197
1203
  "name": "ComponentPosY",
1204
+ "output_required": true,
1198
1205
  "required": true,
1199
1206
  "type": "float",
1200
1207
  "value_allowed_null": false
@@ -1205,6 +1212,7 @@
1205
1212
  "example": "无",
1206
1213
  "member": "string",
1207
1214
  "name": "ComponentId",
1215
+ "output_required": true,
1208
1216
  "required": false,
1209
1217
  "type": "string",
1210
1218
  "value_allowed_null": false
@@ -1215,6 +1223,7 @@
1215
1223
  "example": "无",
1216
1224
  "member": "string",
1217
1225
  "name": "ComponentName",
1226
+ "output_required": true,
1218
1227
  "required": false,
1219
1228
  "type": "string",
1220
1229
  "value_allowed_null": false
@@ -1225,6 +1234,7 @@
1225
1234
  "example": "无",
1226
1235
  "member": "bool",
1227
1236
  "name": "ComponentRequired",
1237
+ "output_required": true,
1228
1238
  "required": false,
1229
1239
  "type": "bool",
1230
1240
  "value_allowed_null": false
@@ -1235,16 +1245,18 @@
1235
1245
  "example": "无",
1236
1246
  "member": "string",
1237
1247
  "name": "ComponentRecipientId",
1248
+ "output_required": true,
1238
1249
  "required": false,
1239
1250
  "type": "string",
1240
1251
  "value_allowed_null": false
1241
1252
  },
1242
1253
  {
1243
1254
  "disabled": false,
1244
- "document": "扩展参数:\n为JSON格式。\n\nComponentType为FILL_IMAGE时,支持以下参数:\nNotMakeImageCenter:bool。是否设置图片居中。false:居中(默认)。 true: 不居中\nFillMethod: int. 填充方式。0-铺满(默认);1-等比例缩放\n\nComponentType为SIGN_SIGNATURE类型可以控制签署方式\n{“ComponentTypeLimit”: [“xxx”]}\nxxx可以为:\nHANDWRITE – 手写签名\nOCR_ESIGN -- AI智能识别手写签名\nESIGN -- 个人印章类型\nSYSTEM_ESIGN -- 系统签名(该类型可以在用户签署时根据用户姓名一键生成一个签名来进行签署)\n如:{“ComponentTypeLimit”: [“SYSTEM_ESIGN”]}\n\nComponentType为SIGN_DATE时,支持以下参数:\n1 Font:字符串类型目前只支持\"黑体\"、\"宋体\",如果不填默认为\"黑体\"\n2 FontSize: 数字类型,范围6-72,默认值为12\n3 FontAlign: 字符串类型,可取Left/Right/Center,对应左对齐/居中/右对齐\n4 Format: 字符串类型,日期格式,必须是以下五种之一 “yyyy m d”,”yyyy年m月d日”,”yyyy/m/d”,”yyyy-m-d”,”yyyy.m.d”。\n5 Gaps:: 字符串类型,仅在Format为“yyyy m d”时起作用,格式为用逗号分开的两个整数,例如”2,2”,两个数字分别是日期格式的前后两个空隙中的空格个数\n如果extra参数为空,默认为”yyyy年m月d日”格式的居中日期\n特别地,如果extra中Format字段为空或无法被识别,则extra参数会被当作默认值处理(Font,FontSize,Gaps和FontAlign都不会起效)\n参数样例: \"ComponentExtra\": \"{\\\"Format\\\":“yyyy m d”,\\\"FontSize\\\":12,\\\"Gaps\\\":\\\"2,2\\\", \\\"FontAlign\\\":\\\"Right\\\"}\"\n\nComponentType为SIGN_SEAL类型时,支持以下参数:\n1.PageRanges:PageRange的数组,通过PageRanges属性设置该印章在PDF所有页面上盖章(适用于标书在所有页面盖章的情况)\n参数样例: \"ComponentExtra\":\"{\\\"PageRanges\\\":[\\\"PageRange\\\":{\\\"BeginPage\\\":1,\\\"EndPage\\\":-1}]}\"",
1255
+ "document": "扩展参数:\n为JSON格式。\n\nComponentType为FILL_IMAGE时,支持以下参数:\nNotMakeImageCenter:bool。是否设置图片居中。false:居中(默认)。 true: 不居中\nFillMethod: int. 填充方式。0-铺满(默认);1-等比例缩放\n\nComponentType为SIGN_SIGNATURE类型可以控制签署方式\n{“ComponentTypeLimit”: [“xxx”]}\nxxx可以为:\nHANDWRITE – 手写签名\nOCR_ESIGN -- AI智能识别手写签名\nESIGN -- 个人印章类型\nSYSTEM_ESIGN -- 系统签名(该类型可以在用户签署时根据用户姓名一键生成一个签名来进行签署)\n如:{“ComponentTypeLimit”: [“SYSTEM_ESIGN”]}\n\nComponentType为SIGN_DATE时,支持以下参数:\n1 Font:字符串类型目前只支持\"黑体\"、\"宋体\",如果不填默认为\"黑体\"\n2 FontSize: 数字类型,范围6-72,默认值为12\n3 FontAlign: 字符串类型,可取Left/Right/Center,对应左对齐/居中/右对齐\n4 Format: 字符串类型,日期格式,必须是以下五种之一 “yyyy m d”,”yyyy年m月d日”,”yyyy/m/d”,”yyyy-m-d”,”yyyy.m.d”。\n5 Gaps:: 字符串类型,仅在Format为“yyyy m d”时起作用,格式为用逗号分开的两个整数,例如”2,2”,两个数字分别是日期格式的前后两个空隙中的空格个数\n如果extra参数为空,默认为”yyyy年m月d日”格式的居中日期\n特别地,如果extra中Format字段为空或无法被识别,则extra参数会被当作默认值处理(Font,FontSize,Gaps和FontAlign都不会起效)\n参数样例: \"ComponentExtra\": \"{\\\"Format\\\":“yyyy m d”,\\\"FontSize\\\":12,\\\"Gaps\\\":\\\"2,2\\\", \\\"FontAlign\\\":\\\"Right\\\"}\"\n\nComponentType为SIGN_SEAL类型时,支持以下参数:\n1.PageRanges:PageRange的数组,通过PageRanges属性设置该印章在PDF所有页面上盖章(适用于标书在所有页面盖章的情况)\n参数样例:\"ComponentExtra\":\"{\\\"PageRanges\\\":[{\\\"BeginPage\\\":1,\\\"EndPage\\\":-1}]}\"",
1245
1256
  "example": "无",
1246
1257
  "member": "string",
1247
1258
  "name": "ComponentExtra",
1259
+ "output_required": true,
1248
1260
  "required": false,
1249
1261
  "type": "string",
1250
1262
  "value_allowed_null": false
@@ -1255,6 +1267,7 @@
1255
1267
  "example": "无",
1256
1268
  "member": "bool",
1257
1269
  "name": "IsFormType",
1270
+ "output_required": true,
1258
1271
  "required": false,
1259
1272
  "type": "bool",
1260
1273
  "value_allowed_null": true
@@ -1265,6 +1278,7 @@
1265
1278
  "example": "无",
1266
1279
  "member": "string",
1267
1280
  "name": "ComponentValue",
1281
+ "output_required": true,
1268
1282
  "required": false,
1269
1283
  "type": "string",
1270
1284
  "value_allowed_null": false
@@ -1275,6 +1289,7 @@
1275
1289
  "example": "无",
1276
1290
  "member": "string",
1277
1291
  "name": "GenerateMode",
1292
+ "output_required": true,
1278
1293
  "required": false,
1279
1294
  "type": "string",
1280
1295
  "value_allowed_null": false
@@ -1285,6 +1300,7 @@
1285
1300
  "example": "无",
1286
1301
  "member": "int64",
1287
1302
  "name": "ComponentDateFontSize",
1303
+ "output_required": true,
1288
1304
  "required": false,
1289
1305
  "type": "int",
1290
1306
  "value_allowed_null": false
@@ -1295,6 +1311,7 @@
1295
1311
  "example": "无",
1296
1312
  "member": "string",
1297
1313
  "name": "ChannelComponentId",
1314
+ "output_required": true,
1298
1315
  "required": false,
1299
1316
  "type": "string",
1300
1317
  "value_allowed_null": false
@@ -1305,6 +1322,7 @@
1305
1322
  "example": "无",
1306
1323
  "member": "float",
1307
1324
  "name": "OffsetX",
1325
+ "output_required": true,
1308
1326
  "required": false,
1309
1327
  "type": "float",
1310
1328
  "value_allowed_null": true
@@ -1315,6 +1333,7 @@
1315
1333
  "example": "无",
1316
1334
  "member": "float",
1317
1335
  "name": "OffsetY",
1336
+ "output_required": true,
1318
1337
  "required": false,
1319
1338
  "type": "float",
1320
1339
  "value_allowed_null": true
@@ -1325,6 +1344,7 @@
1325
1344
  "example": "无",
1326
1345
  "member": "uint64",
1327
1346
  "name": "ChannelComponentSource",
1347
+ "output_required": true,
1328
1348
  "required": false,
1329
1349
  "type": "int",
1330
1350
  "value_allowed_null": false
@@ -1335,6 +1355,7 @@
1335
1355
  "example": "Positive\\Reverse",
1336
1356
  "member": "string",
1337
1357
  "name": "KeywordOrder",
1358
+ "output_required": true,
1338
1359
  "required": false,
1339
1360
  "type": "string",
1340
1361
  "value_allowed_null": false
@@ -1345,6 +1366,7 @@
1345
1366
  "example": "无",
1346
1367
  "member": "int64",
1347
1368
  "name": "KeywordPage",
1369
+ "output_required": true,
1348
1370
  "required": false,
1349
1371
  "type": "int",
1350
1372
  "value_allowed_null": false
@@ -1355,6 +1377,7 @@
1355
1377
  "example": "无",
1356
1378
  "member": "string",
1357
1379
  "name": "RelativeLocation",
1380
+ "output_required": true,
1358
1381
  "required": false,
1359
1382
  "type": "string",
1360
1383
  "value_allowed_null": false
@@ -1365,6 +1388,7 @@
1365
1388
  "example": "无",
1366
1389
  "member": "int64",
1367
1390
  "name": "KeywordIndexes",
1391
+ "output_required": true,
1368
1392
  "required": false,
1369
1393
  "type": "list",
1370
1394
  "value_allowed_null": false
@@ -1691,7 +1715,6 @@
1691
1715
  "document": "CreateFlowApprovers请求参数结构体",
1692
1716
  "members": [
1693
1717
  {
1694
- "default": "",
1695
1718
  "disabled": false,
1696
1719
  "document": "调用方用户信息,userId 必填",
1697
1720
  "example": "无",
@@ -1701,7 +1724,6 @@
1701
1724
  "type": "object"
1702
1725
  },
1703
1726
  {
1704
- "default": "",
1705
1727
  "disabled": false,
1706
1728
  "document": "签署流程编号",
1707
1729
  "example": "无",
@@ -1711,7 +1733,6 @@
1711
1733
  "type": "string"
1712
1734
  },
1713
1735
  {
1714
- "default": "",
1715
1736
  "disabled": false,
1716
1737
  "document": "补充签署人信息",
1717
1738
  "example": "无",
@@ -1721,7 +1742,6 @@
1721
1742
  "type": "list"
1722
1743
  },
1723
1744
  {
1724
- "default": "",
1725
1745
  "disabled": false,
1726
1746
  "document": "企微消息中的发起人",
1727
1747
  "example": "无",
@@ -2381,6 +2401,7 @@
2381
2401
  "example": "无",
2382
2402
  "member": "FlowApproverUrlInfo",
2383
2403
  "name": "FlowApproverUrlInfos",
2404
+ "output_required": true,
2384
2405
  "type": "list",
2385
2406
  "value_allowed_null": false
2386
2407
  },
@@ -2813,6 +2834,7 @@
2813
2834
  "example": "无",
2814
2835
  "member": "string",
2815
2836
  "name": "Url",
2837
+ "output_required": true,
2816
2838
  "type": "string",
2817
2839
  "value_allowed_null": false
2818
2840
  },
@@ -3011,6 +3033,7 @@
3011
3033
  "example": "无",
3012
3034
  "member": "string",
3013
3035
  "name": "FlowId",
3036
+ "output_required": true,
3014
3037
  "type": "string",
3015
3038
  "value_allowed_null": false
3016
3039
  },
@@ -3480,6 +3503,7 @@
3480
3503
  "example": "无",
3481
3504
  "member": "string",
3482
3505
  "name": "Url",
3506
+ "output_required": true,
3483
3507
  "type": "string",
3484
3508
  "value_allowed_null": false
3485
3509
  },
@@ -3489,6 +3513,7 @@
3489
3513
  "example": "无",
3490
3514
  "member": "string",
3491
3515
  "name": "AppId",
3516
+ "output_required": true,
3492
3517
  "type": "string",
3493
3518
  "value_allowed_null": false
3494
3519
  },
@@ -3498,6 +3523,7 @@
3498
3523
  "example": "无",
3499
3524
  "member": "string",
3500
3525
  "name": "AppOriginalId",
3526
+ "output_required": true,
3501
3527
  "type": "string",
3502
3528
  "value_allowed_null": false
3503
3529
  },
@@ -3507,6 +3533,7 @@
3507
3533
  "example": "无",
3508
3534
  "member": "string",
3509
3535
  "name": "Path",
3536
+ "output_required": true,
3510
3537
  "type": "string",
3511
3538
  "value_allowed_null": false
3512
3539
  },
@@ -3516,6 +3543,7 @@
3516
3543
  "example": "无",
3517
3544
  "member": "string",
3518
3545
  "name": "QrCode",
3546
+ "output_required": true,
3519
3547
  "type": "string",
3520
3548
  "value_allowed_null": false
3521
3549
  },
@@ -3525,6 +3553,7 @@
3525
3553
  "example": "无",
3526
3554
  "member": "string",
3527
3555
  "name": "UrlType",
3556
+ "output_required": true,
3528
3557
  "type": "string",
3529
3558
  "value_allowed_null": false
3530
3559
  },
@@ -3986,6 +4015,7 @@
3986
4015
  "example": "无",
3987
4016
  "member": "FileUrl",
3988
4017
  "name": "FileUrls",
4018
+ "output_required": true,
3989
4019
  "type": "list",
3990
4020
  "value_allowed_null": false
3991
4021
  },
@@ -3995,6 +4025,7 @@
3995
4025
  "example": "4",
3996
4026
  "member": "int64",
3997
4027
  "name": "TotalCount",
4028
+ "output_required": true,
3998
4029
  "type": "int",
3999
4030
  "value_allowed_null": false
4000
4031
  },
@@ -4119,7 +4150,6 @@
4119
4150
  "document": "DescribeFlowEvidenceReport请求参数结构体",
4120
4151
  "members": [
4121
4152
  {
4122
- "default": "",
4123
4153
  "disabled": false,
4124
4154
  "document": "调用方用户信息,userId 必填",
4125
4155
  "example": "无",
@@ -4129,7 +4159,6 @@
4129
4159
  "type": "object"
4130
4160
  },
4131
4161
  {
4132
- "default": "",
4133
4162
  "disabled": false,
4134
4163
  "document": "出证报告编号",
4135
4164
  "example": "无",
@@ -4150,7 +4179,6 @@
4150
4179
  "example": "https://file.xxx",
4151
4180
  "member": "string",
4152
4181
  "name": "ReportUrl",
4153
- "required": true,
4154
4182
  "type": "string",
4155
4183
  "value_allowed_null": true
4156
4184
  },
@@ -4160,7 +4188,6 @@
4160
4188
  "example": "EvidenceStatusExecuting",
4161
4189
  "member": "string",
4162
4190
  "name": "Status",
4163
- "required": true,
4164
4191
  "type": "string",
4165
4192
  "value_allowed_null": false
4166
4193
  },
@@ -4879,7 +4906,6 @@
4879
4906
  "document": "DescribeThirdPartyAuthCode请求参数结构体",
4880
4907
  "members": [
4881
4908
  {
4882
- "default": "",
4883
4909
  "disabled": false,
4884
4910
  "document": "电子签小程序跳转客户小程序时携带的授权查看码",
4885
4911
  "example": "yDxMhUyKQDMFdnUyxgEv8yhSdo0ZFs8I",
@@ -4900,7 +4926,7 @@
4900
4926
  "example": "VERIFIED|UNVERIFIED",
4901
4927
  "member": "string",
4902
4928
  "name": "VerifyStatus",
4903
- "required": true,
4929
+ "output_required": true,
4904
4930
  "type": "string",
4905
4931
  "value_allowed_null": false
4906
4932
  },
@@ -4955,6 +4981,7 @@
4955
4981
  "example": "无",
4956
4982
  "member": "bool",
4957
4983
  "name": "IsOpen",
4984
+ "output_required": true,
4958
4985
  "type": "bool",
4959
4986
  "value_allowed_null": false
4960
4987
  },
@@ -4964,6 +4991,7 @@
4964
4991
  "example": "1684412179",
4965
4992
  "member": "int64",
4966
4993
  "name": "LicenseFrom",
4994
+ "output_required": true,
4967
4995
  "type": "int",
4968
4996
  "value_allowed_null": false
4969
4997
  },
@@ -4973,6 +5001,7 @@
4973
5001
  "example": "1715948179",
4974
5002
  "member": "int64",
4975
5003
  "name": "LicenseTo",
5004
+ "output_required": true,
4976
5005
  "type": "int",
4977
5006
  "value_allowed_null": false
4978
5007
  },
@@ -8131,6 +8160,7 @@
8131
8160
  "example": "d54e3caec25ad0ea6be24406762b7562",
8132
8161
  "member": "string",
8133
8162
  "name": "FileIds",
8163
+ "output_required": true,
8134
8164
  "type": "list",
8135
8165
  "value_allowed_null": false
8136
8166
  },
@@ -8140,6 +8170,7 @@
8140
8170
  "example": "10",
8141
8171
  "member": "int64",
8142
8172
  "name": "TotalCount",
8173
+ "output_required": true,
8143
8174
  "type": "int",
8144
8175
  "value_allowed_null": false
8145
8176
  },
@@ -92,10 +92,10 @@
92
92
  ],
93
93
  "CreateFlowApprovers": [
94
94
  {
95
- "document": "",
95
+ "document": "补充签署流程本企业签署人信息\n\n",
96
96
  "input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateFlowApprovers\n<公共请求参数>\n\n{\n \"Operator\": {\n \"UserId\": \"\"\n },\n \"FlowId\": \"flow_id_xxxxx\",\n \"Initiator\": \"xxx\",\n \"Approvers\": [\n {\n \"RecipientId\": \"RecipientId_1\",\n \"ApproverSource\": \"WEWORK\",\n \"CustomUserId\": \"Zhangsan\"\n },\n {\n \"RecipientId\": \"RecipientId_1\",\n \"ApproverSource\": \"WEWORK\",\n \"CustomUserId\": \"Lisi\"\n },\n {\n \"RecipientId\": \"RecipientId_2\",\n \"ApproverSource\": \"WEWORK\",\n \"CustomUserId\": \"Wangwu\"\n },\n {\n \"RecipientId\": \"RecipientId_2\",\n \"ApproverSource\": \"WEWORK\",\n \"CustomUserId\": \"ZhaoLiu\"\n }\n ]\n}",
97
97
  "output": "{\n \"Response\": {\n \"RequestId\": \"2846e98d-7f-d2632a7fceef\"\n }\n}",
98
- "title": "测试"
98
+ "title": "补充签署流程本企业签署人信息"
99
99
  }
100
100
  ],
101
101
  "CreateFlowByFiles": [
@@ -418,7 +418,7 @@
418
418
  "title": "通过AuthCode查询用户是否实名"
419
419
  },
420
420
  {
421
- "document": "",
421
+ "document": "测试用例",
422
422
  "input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeThirdPartyAuthCode\n<公共请求参数>\n\n{\n \"AuthCode\": \"yDxAxU*******E4JGgr8S5\"\n}",
423
423
  "output": "{\n \"Response\": {\n \"RequestId\": \"80905521-1203-41b1-9203-1eb2973cc488\",\n \"VerifyStatus\": \"VERIFIED\"\n }\n}",
424
424
  "title": "测试用例"
@@ -1545,6 +1545,7 @@
1545
1545
  "example": "无",
1546
1546
  "member": "FlowApproverUrlInfo",
1547
1547
  "name": "FlowApproverUrlInfos",
1548
+ "output_required": true,
1548
1549
  "type": "list",
1549
1550
  "value_allowed_null": false
1550
1551
  },
@@ -2944,6 +2945,7 @@
2944
2945
  "example": "ComponentId",
2945
2946
  "member": "string",
2946
2947
  "name": "ComponentId",
2948
+ "output_required": true,
2947
2949
  "required": false,
2948
2950
  "type": "string",
2949
2951
  "value_allowed_null": false
@@ -2954,6 +2956,7 @@
2954
2956
  "example": "SIGN_SEAL",
2955
2957
  "member": "string",
2956
2958
  "name": "ComponentType",
2959
+ "output_required": true,
2957
2960
  "required": false,
2958
2961
  "type": "string",
2959
2962
  "value_allowed_null": false
@@ -2964,6 +2967,7 @@
2964
2967
  "example": "ComponentName",
2965
2968
  "member": "string",
2966
2969
  "name": "ComponentName",
2970
+ "output_required": true,
2967
2971
  "required": false,
2968
2972
  "type": "string",
2969
2973
  "value_allowed_null": false
@@ -2974,6 +2978,7 @@
2974
2978
  "example": "false",
2975
2979
  "member": "bool",
2976
2980
  "name": "ComponentRequired",
2981
+ "output_required": true,
2977
2982
  "required": false,
2978
2983
  "type": "bool",
2979
2984
  "value_allowed_null": false
@@ -2984,6 +2989,7 @@
2984
2989
  "example": "ComponentRecipientId",
2985
2990
  "member": "string",
2986
2991
  "name": "ComponentRecipientId",
2992
+ "output_required": true,
2987
2993
  "required": false,
2988
2994
  "type": "string",
2989
2995
  "value_allowed_null": false
@@ -2994,6 +3000,7 @@
2994
3000
  "example": "0",
2995
3001
  "member": "int64",
2996
3002
  "name": "FileIndex",
3003
+ "output_required": true,
2997
3004
  "required": false,
2998
3005
  "type": "int",
2999
3006
  "value_allowed_null": false
@@ -3004,6 +3011,7 @@
3004
3011
  "example": "NORMAL",
3005
3012
  "member": "string",
3006
3013
  "name": "GenerateMode",
3014
+ "output_required": true,
3007
3015
  "required": false,
3008
3016
  "type": "string",
3009
3017
  "value_allowed_null": false
@@ -3014,6 +3022,7 @@
3014
3022
  "example": "10",
3015
3023
  "member": "float",
3016
3024
  "name": "ComponentWidth",
3025
+ "output_required": true,
3017
3026
  "required": false,
3018
3027
  "type": "float",
3019
3028
  "value_allowed_null": false
@@ -3024,6 +3033,7 @@
3024
3033
  "example": "10",
3025
3034
  "member": "float",
3026
3035
  "name": "ComponentHeight",
3036
+ "output_required": true,
3027
3037
  "required": false,
3028
3038
  "type": "float",
3029
3039
  "value_allowed_null": false
@@ -3034,6 +3044,7 @@
3034
3044
  "example": "0",
3035
3045
  "member": "int64",
3036
3046
  "name": "ComponentPage",
3047
+ "output_required": true,
3037
3048
  "required": false,
3038
3049
  "type": "int",
3039
3050
  "value_allowed_null": false
@@ -3044,6 +3055,7 @@
3044
3055
  "example": "10",
3045
3056
  "member": "float",
3046
3057
  "name": "ComponentPosX",
3058
+ "output_required": true,
3047
3059
  "required": false,
3048
3060
  "type": "float",
3049
3061
  "value_allowed_null": false
@@ -3054,16 +3066,18 @@
3054
3066
  "example": "10",
3055
3067
  "member": "float",
3056
3068
  "name": "ComponentPosY",
3069
+ "output_required": true,
3057
3070
  "required": false,
3058
3071
  "type": "float",
3059
3072
  "value_allowed_null": false
3060
3073
  },
3061
3074
  {
3062
3075
  "disabled": false,
3063
- "document": "扩展参数:\n为JSON格式。\n\nComponentType为FILL_IMAGE时,支持以下参数:\nNotMakeImageCenter:bool。是否设置图片居中。false:居中(默认)。 true: 不居中\nFillMethod: int. 填充方式。0-铺满(默认);1-等比例缩放\n\nComponentType为SIGN_SIGNATURE类型可以控制签署方式\n{“ComponentTypeLimit”: [“xxx”]}\nxxx可以为:\nHANDWRITE – 手写签名\nOCR_ESIGN -- AI智能识别手写签名\nESIGN -- 个人印章类型\nSYSTEM_ESIGN -- 系统签名(该类型可以在用户签署时根据用户姓名一键生成一个签名来进行签署)\n如:{“ComponentTypeLimit”: [“SYSTEM_ESIGN”]}\n\nComponentType为SIGN_DATE时,支持以下参数:\n1 Font:字符串类型目前只支持\"黑体\"、\"宋体\",如果不填默认为\"黑体\"\n2 FontSize: 数字类型,范围6-72,默认值为12\n3 FontAlign: 字符串类型,可取Left/Right/Center,对应左对齐/居中/右对齐\n4 Format: 字符串类型,日期格式,必须是以下五种之一 “yyyy m d”,”yyyy年m月d日”,”yyyy/m/d”,”yyyy-m-d”,”yyyy.m.d”。\n5 Gaps:: 字符串类型,仅在Format为“yyyy m d”时起作用,格式为用逗号分开的两个整数,例如”2,2”,两个数字分别是日期格式的前后两个空隙中的空格个数\n如果extra参数为空,默认为”yyyy年m月d日”格式的居中日期\n特别地,如果extra中Format字段为空或无法被识别,则extra参数会被当作默认值处理(Font,FontSize,Gaps和FontAlign都不会起效)\n参数样例: \"ComponentExtra\": \"{\\\"Format\\\":“yyyy m d”,\\\"FontSize\\\":12,\\\"Gaps\\\":\\\"2,2\\\", \\\"FontAlign\\\":\\\"Right\\\"}\"\n\nComponentType为SIGN_SEAL类型时,支持以下参数:\n1.PageRanges:PageRange的数组,通过PageRanges属性设置该印章在PDF所有页面上盖章(适用于标书在所有页面盖章的情况)\n参数样例: \"ComponentExtra\":\"{\\\"PageRanges\\\":[\\\"PageRange\\\":{\\\"BeginPage\\\":1,\\\"EndPage\\\":-1}]}\"\n\n\n参数控件样式,json格式表述\n\n不同类型的控件会有部分非通用参数\n\nTEXT/MULTI_LINE_TEXT控件可以指定\n1 Font:目前只支持黑体、宋体\n2 FontSize: 范围12-72\n3 FontAlign: Left/Right/Center,左对齐/居中/右对齐\n例如:{\"FontSize\":12}\n\nComponentType为FILL_IMAGE时,支持以下参数:\nNotMakeImageCenter:bool。是否设置图片居中。false:居中(默认)。 true: 不居中\nFillMethod: int. 填充方式。0-铺满(默认);1-等比例缩放\n\nComponentType为SIGN_SIGNATURE类型可以控制签署方式\n{“ComponentTypeLimit”: [“xxx”]}\nxxx可以为:\nHANDWRITE – 手写签名\nBORDERLESS_ESIGN – 自动生成无边框腾讯体\nOCR_ESIGN -- AI智能识别手写签名\nESIGN -- 个人印章类型\nSYSTEM_ESIGN -- 系统签名(该类型可以在用户签署时根据用户姓名一键生成一个签名来进行签署)\n如:{“ComponentTypeLimit”: [“BORDERLESS_ESIGN”]}\n\nComponentType为SIGN_DATE时,支持以下参数:\n1 Font:字符串类型目前只支持\"黑体\"、\"宋体\",如果不填默认为\"黑体\"\n2 FontSize: 数字类型,范围6-72,默认值为12\n3 FontAlign: 字符串类型,可取Left/Right/Center,对应左对齐/居中/右对齐\n4 Format: 字符串类型,日期格式,必须是以下五种之一 “yyyy m d”,”yyyy年m月d日”,”yyyy/m/d”,”yyyy-m-d”,”yyyy.m.d”。\n5 Gaps:: 字符串类型,仅在Format为“yyyy m d”时起作用,格式为用逗号分开的两个整数,例如”2,2”,两个数字分别是日期格式的前后两个空隙钟的空格个数\n如果extra参数为空,默认为”yyyy年m月d日”格式的居中日期\n特别地,如果extra中Format字段为空或无法被识别,则extra参数会被当作默认值处理(Font,FontSize,Gaps和FontAlign都不会起效)\n参数样例: \"ComponentExtra\": \"{\\\"Format\\\":“yyyy m d”,\\\"FontSize\\\":12,\\\"Gaps\\\":\\\"2,2\\\", \\\"FontAlign\\\":\\\"Right\\\"}\"\n\nComponentType为SIGN_SEAL类型时,支持以下参数:\n1.PageRanges:PageRange的数组,通过PageRanges属性设置该印章在PDF所有页面上盖章(适用于标书在所有页面盖章的情况)\n参数样例: \"ComponentExtra\":\"{\\\"PageRanges\\\":[\\\"PageRange\\\":{\\\"BeginPage\\\":1,\\\"EndPage\\\":-1}]}\"",
3076
+ "document": "扩展参数:\n为JSON格式。\n不同类型的控件会有部分非通用参数\n\nTEXT/MULTI_LINE_TEXT控件可以指定\n1 Font:目前只支持黑体、宋体\n2 FontSize: 范围12-72\n3 FontAlign: Left/Right/Center,左对齐/居中/右对齐\n例如:{\"FontSize\":12}\n\nComponentType为FILL_IMAGE时,支持以下参数:\nNotMakeImageCenter:bool。是否设置图片居中。false:居中(默认)。 true: 不居中\nFillMethod: int. 填充方式。0-铺满(默认);1-等比例缩放\n\nComponentType为SIGN_SIGNATURE类型可以控制签署方式\n{“ComponentTypeLimit”: [“xxx”]}\nxxx可以为:\nHANDWRITE – 手写签名\nOCR_ESIGN -- AI智能识别手写签名\nESIGN -- 个人印章类型\nSYSTEM_ESIGN -- 系统签名(该类型可以在用户签署时根据用户姓名一键生成一个签名来进行签署)\n如:{“ComponentTypeLimit”: [“SYSTEM_ESIGN”]}\n\nComponentType为SIGN_DATE时,支持以下参数:\n1 Font:字符串类型目前只支持\"黑体\"、\"宋体\",如果不填默认为\"黑体\"\n2 FontSize: 数字类型,范围6-72,默认值为12\n3 FontAlign: 字符串类型,可取Left/Right/Center,对应左对齐/居中/右对齐\n4 Format: 字符串类型,日期格式,必须是以下五种之一 “yyyy m d”,”yyyy年m月d日”,”yyyy/m/d”,”yyyy-m-d”,”yyyy.m.d”。\n5 Gaps:: 字符串类型,仅在Format为“yyyy m d”时起作用,格式为用逗号分开的两个整数,例如”2,2”,两个数字分别是日期格式的前后两个空隙中的空格个数\n如果extra参数为空,默认为”yyyy年m月d日”格式的居中日期\n特别地,如果extra中Format字段为空或无法被识别,则extra参数会被当作默认值处理(Font,FontSize,Gaps和FontAlign都不会起效)\n参数样例: \"ComponentExtra\": \"{\"Format\":“yyyy m d”,\"FontSize\":12,\"Gaps\":\"2,2\", \"FontAlign\":\"Right\"}\"\n\nComponentType为SIGN_SEAL类型时,支持以下参数:\n1.PageRanges:PageRange的数组,通过PageRanges属性设置该印章在PDF所有页面上盖章(适用于标书在所有页面盖章的情况)\n参数样例: \"ComponentExtra\":\"{[\"PageRange\":{\"BeginPage\":1,\"EndPage\":-1}]}\"",
3064
3077
  "example": "ComponentExtra",
3065
3078
  "member": "string",
3066
3079
  "name": "ComponentExtra",
3080
+ "output_required": true,
3067
3081
  "required": false,
3068
3082
  "type": "string",
3069
3083
  "value_allowed_null": false
@@ -3074,6 +3088,7 @@
3074
3088
  "example": "ComponentValue",
3075
3089
  "member": "string",
3076
3090
  "name": "ComponentValue",
3091
+ "output_required": true,
3077
3092
  "required": false,
3078
3093
  "type": "string",
3079
3094
  "value_allowed_null": false
@@ -3084,6 +3099,7 @@
3084
3099
  "example": "12",
3085
3100
  "member": "int64",
3086
3101
  "name": "ComponentDateFontSize",
3102
+ "output_required": true,
3087
3103
  "required": false,
3088
3104
  "type": "int",
3089
3105
  "value_allowed_null": false
@@ -3094,6 +3110,7 @@
3094
3110
  "example": "c17bdf9c2a7bdcb32611f4d0200fee3d",
3095
3111
  "member": "string",
3096
3112
  "name": "DocumentId",
3113
+ "output_required": true,
3097
3114
  "required": false,
3098
3115
  "type": "string",
3099
3116
  "value_allowed_null": false
@@ -3104,6 +3121,7 @@
3104
3121
  "example": "Desc",
3105
3122
  "member": "string",
3106
3123
  "name": "ComponentDescription",
3124
+ "output_required": true,
3107
3125
  "required": false,
3108
3126
  "type": "string",
3109
3127
  "value_allowed_null": false
@@ -3114,6 +3132,7 @@
3114
3132
  "example": "无",
3115
3133
  "member": "float",
3116
3134
  "name": "OffsetX",
3135
+ "output_required": true,
3117
3136
  "required": false,
3118
3137
  "type": "float",
3119
3138
  "value_allowed_null": false
@@ -3124,6 +3143,7 @@
3124
3143
  "example": "无",
3125
3144
  "member": "float",
3126
3145
  "name": "OffsetY",
3146
+ "output_required": true,
3127
3147
  "required": false,
3128
3148
  "type": "float",
3129
3149
  "value_allowed_null": false
@@ -3134,6 +3154,7 @@
3134
3154
  "example": "无",
3135
3155
  "member": "string",
3136
3156
  "name": "ChannelComponentId",
3157
+ "output_required": true,
3137
3158
  "required": false,
3138
3159
  "type": "string",
3139
3160
  "value_allowed_null": false
@@ -3144,6 +3165,7 @@
3144
3165
  "example": "Positive\\Reverse",
3145
3166
  "member": "string",
3146
3167
  "name": "KeywordOrder",
3168
+ "output_required": true,
3147
3169
  "required": false,
3148
3170
  "type": "string",
3149
3171
  "value_allowed_null": false
@@ -3154,6 +3176,7 @@
3154
3176
  "example": "无",
3155
3177
  "member": "int64",
3156
3178
  "name": "KeywordPage",
3179
+ "output_required": true,
3157
3180
  "required": false,
3158
3181
  "type": "int",
3159
3182
  "value_allowed_null": false
@@ -3164,6 +3187,7 @@
3164
3187
  "example": "无",
3165
3188
  "member": "string",
3166
3189
  "name": "RelativeLocation",
3190
+ "output_required": true,
3167
3191
  "required": false,
3168
3192
  "type": "string",
3169
3193
  "value_allowed_null": false
@@ -3174,6 +3198,7 @@
3174
3198
  "example": "无",
3175
3199
  "member": "int64",
3176
3200
  "name": "KeywordIndexes",
3201
+ "output_required": true,
3177
3202
  "required": false,
3178
3203
  "type": "list",
3179
3204
  "value_allowed_null": false
@@ -3184,6 +3209,7 @@
3184
3209
  "example": "无",
3185
3210
  "member": "string",
3186
3211
  "name": "Placeholder",
3212
+ "output_required": true,
3187
3213
  "required": false,
3188
3214
  "type": "string",
3189
3215
  "value_allowed_null": true
@@ -8791,7 +8791,7 @@
8791
8791
  "members": [
8792
8792
  {
8793
8793
  "disabled": false,
8794
- "document": "图片的 Base64 值。\n支持的图片格式:PNG、JPG、JPEG、PDF,暂不支持 GIF 格式。\n支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。\n支持的图片像素:单边介于20-10000px之间。\n图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
8794
+ "document": "图片的 Base64 值。\n支持的图片格式:PNG、JPG、JPEG、PDF,暂不支持 GIF 格式。\n支持的图片大小:所下载图片经Base64编码后不超过 8M。图片下载时间不超过 3 秒。\n支持的图片像素:单边介于20-10000px之间。\n图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
8795
8795
  "example": "无",
8796
8796
  "member": "string",
8797
8797
  "name": "ImageBase64",
@@ -8800,7 +8800,7 @@
8800
8800
  },
8801
8801
  {
8802
8802
  "disabled": false,
8803
- "document": "图片的 Url 地址。\n支持的图片格式:PNG、JPG、JPEG、PDF,暂不支持 GIF 格式。\n支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。\n支持的图片像素:单边介于20-10000px之间。\n图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。\n非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
8803
+ "document": "图片的 Url 地址。\n支持的图片格式:PNG、JPG、JPEG、PDF,暂不支持 GIF 格式。\n支持的图片大小:所下载图片经 Base64 编码后不超过 8M。图片下载时间不超过 3 秒。\n支持的图片像素:单边介于20-10000px之间。\n图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。\n非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
8804
8804
  "example": "https://xx/a.jpg",
8805
8805
  "member": "string",
8806
8806
  "name": "ImageUrl",
@@ -8873,6 +8873,7 @@
8873
8873
  "example": "无",
8874
8874
  "member": "InvoiceItem",
8875
8875
  "name": "MixedInvoiceItems",
8876
+ "output_required": true,
8876
8877
  "type": "list",
8877
8878
  "value_allowed_null": false
8878
8879
  },
@@ -8882,6 +8883,7 @@
8882
8883
  "example": "无",
8883
8884
  "member": "int64",
8884
8885
  "name": "TotalPDFCount",
8886
+ "output_required": true,
8885
8887
  "type": "int",
8886
8888
  "value_allowed_null": false
8887
8889
  },