tccli 3.0.897.1__py2.py3-none-any.whl → 3.0.899.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 (86) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/examples/cdn/v20180606/ModifyDomainConfig.md +88 -0
  3. tccli/examples/cfs/v20190719/CreateMigrationTask.md +1 -1
  4. tccli/examples/cfs/v20190719/DeleteMigrationTask.md +1 -1
  5. tccli/examples/cfs/v20190719/ModifyFileSystemAutoScaleUpRule.md +1 -1
  6. tccli/examples/cfs/v20190719/ScaleUpFileSystem.md +1 -1
  7. tccli/examples/ckafka/v20190819/CreatePostPaidInstance.md +154 -0
  8. tccli/examples/cls/v20201016/DeleteShipper.md +2 -2
  9. tccli/examples/cls/v20201016/ModifyShipper.md +2 -2
  10. tccli/examples/cynosdb/v20190107/DescribeSupportProxyVersion.md +24 -0
  11. tccli/examples/ess/v20201111/CreateFlowApprovers.md +3 -1
  12. tccli/examples/ess/v20201111/DescribeThirdPartyAuthCode.md +1 -1
  13. tccli/examples/live/v20180801/DescribeLiveDomains.md +1 -1
  14. tccli/examples/nlp/v20190408/AnalyzeSentiment.md +24 -0
  15. tccli/examples/nlp/v20190408/ClassifyContent.md +39 -0
  16. tccli/examples/nlp/v20190408/ComposeCouplet.md +27 -0
  17. tccli/examples/nlp/v20190408/ComposePoetry.md +29 -0
  18. tccli/examples/postgres/v20170312/CreateReadOnlyDBInstance.md +1 -1
  19. tccli/examples/postgres/v20170312/UpgradeDBInstanceKernelVersion.md +1 -1
  20. tccli/examples/sqlserver/v20180328/DescribeDBInstancesAttribute.md +6 -1
  21. tccli/examples/sqlserver/v20180328/DescribeDBs.md +1 -1
  22. tccli/examples/tdmq/v20200217/CreateCmqQueue.md +2 -2
  23. tccli/examples/tke/v20180525/CreateClusterEndpointVip.md +1 -1
  24. tccli/examples/trp/v20210515/CreateCodeBatch.md +11 -5
  25. tccli/examples/trp/v20210515/DescribeScanLogs.md +1 -1
  26. tccli/examples/trp/v20210515/DescribeTraceCodeById.md +16 -11
  27. tccli/examples/trp/v20210515/ModifyCodeBatch.md +3 -3
  28. tccli/examples/waf/v20180125/ModifySpartaProtection.md +154 -0
  29. tccli/examples/wedata/v20210820/DescribeDimensionScore.md +15 -3
  30. tccli/examples/wedata/v20210820/DescribeQualityScore.md +1 -1
  31. tccli/examples/wedata/v20210820/DescribeQualityScoreTrend.md +10 -2
  32. tccli/examples/wedata/v20210820/DescribeTableQualityDetails.md +1 -1
  33. tccli/examples/wedata/v20210820/DescribeTableScoreTrend.md +10 -2
  34. tccli/services/antiddos/v20200309/api.json +45 -26
  35. tccli/services/apigateway/v20180808/api.json +17 -28
  36. tccli/services/asr/v20190614/api.json +3 -2
  37. tccli/services/cdb/v20170320/api.json +16 -11
  38. tccli/services/cdn/cdn_client.py +57 -4
  39. tccli/services/cdn/v20180606/api.json +52 -0
  40. tccli/services/cdn/v20180606/examples.json +26 -0
  41. tccli/services/cfs/v20190719/api.json +7 -0
  42. tccli/services/cfs/v20190719/examples.json +4 -4
  43. tccli/services/ckafka/ckafka_client.py +61 -8
  44. tccli/services/ckafka/v20190819/api.json +296 -6
  45. tccli/services/ckafka/v20190819/examples.json +20 -0
  46. tccli/services/cls/v20201016/api.json +3 -4
  47. tccli/services/cls/v20201016/examples.json +4 -4
  48. tccli/services/cynosdb/cynosdb_client.py +53 -0
  49. tccli/services/cynosdb/v20190107/api.json +72 -0
  50. tccli/services/cynosdb/v20190107/examples.json +8 -0
  51. tccli/services/ess/v20201111/api.json +44 -11
  52. tccli/services/ess/v20201111/examples.json +3 -3
  53. tccli/services/essbasic/v20210526/api.json +27 -1
  54. tccli/services/live/v20180801/api.json +4 -11
  55. tccli/services/live/v20180801/examples.json +1 -1
  56. tccli/services/nlp/nlp_client.py +216 -4
  57. tccli/services/nlp/v20190408/api.json +329 -0
  58. tccli/services/nlp/v20190408/examples.json +32 -0
  59. tccli/services/postgres/v20170312/api.json +2 -31
  60. tccli/services/postgres/v20170312/examples.json +2 -2
  61. tccli/services/sqlserver/v20180328/api.json +72 -15
  62. tccli/services/sqlserver/v20180328/examples.json +3 -3
  63. tccli/services/tbaas/tbaas_client.py +4 -322
  64. tccli/services/tbaas/v20180416/api.json +123 -825
  65. tccli/services/tbaas/v20180416/examples.json +0 -48
  66. tccli/services/tdid/tdid_client.py +60 -1650
  67. tccli/services/tdid/v20210519/api.json +394 -3848
  68. tccli/services/tdid/v20210519/examples.json +0 -240
  69. tccli/services/tdmq/v20200217/api.json +2 -19
  70. tccli/services/tdmq/v20200217/examples.json +2 -2
  71. tccli/services/tione/v20211111/api.json +24 -2
  72. tccli/services/tke/v20180525/api.json +4 -6
  73. tccli/services/tke/v20180525/examples.json +2 -2
  74. tccli/services/trp/v20210515/api.json +285 -113
  75. tccli/services/trp/v20210515/examples.json +6 -6
  76. tccli/services/tts/v20190823/api.json +7 -3
  77. tccli/services/waf/v20180125/api.json +401 -0
  78. tccli/services/waf/v20180125/examples.json +26 -0
  79. tccli/services/waf/waf_client.py +57 -4
  80. tccli/services/wedata/v20210820/api.json +151 -83
  81. tccli/services/wedata/v20210820/examples.json +8 -8
  82. {tccli-3.0.897.1.dist-info → tccli-3.0.899.1.dist-info}/METADATA +2 -2
  83. {tccli-3.0.897.1.dist-info → tccli-3.0.899.1.dist-info}/RECORD +86 -78
  84. {tccli-3.0.897.1.dist-info → tccli-3.0.899.1.dist-info}/WHEEL +0 -0
  85. {tccli-3.0.897.1.dist-info → tccli-3.0.899.1.dist-info}/entry_points.txt +0 -0
  86. {tccli-3.0.897.1.dist-info → tccli-3.0.899.1.dist-info}/license_files/LICENSE +0 -0
@@ -469,6 +469,13 @@
469
469
  "output": "DescribeRollbackTimeValidityResponse",
470
470
  "status": "online"
471
471
  },
472
+ "DescribeSupportProxyVersion": {
473
+ "document": "查询支持的数据库代理版本",
474
+ "input": "DescribeSupportProxyVersionRequest",
475
+ "name": "查询支持的数据库代理版本",
476
+ "output": "DescribeSupportProxyVersionResponse",
477
+ "status": "online"
478
+ },
472
479
  "DescribeZones": {
473
480
  "document": "本接口(DescribeZones)用于查询可售卖地域可用区信息。",
474
481
  "input": "DescribeZonesRequest",
@@ -3313,6 +3320,7 @@
3313
3320
  "example": "20190522160000003106844584180998",
3314
3321
  "member": "string",
3315
3322
  "name": "TranId",
3323
+ "output_required": true,
3316
3324
  "type": "string",
3317
3325
  "value_allowed_null": true
3318
3326
  },
@@ -3322,6 +3330,7 @@
3322
3330
  "example": "[\"20190522112283\"]",
3323
3331
  "member": "string",
3324
3332
  "name": "DealNames",
3333
+ "output_required": true,
3325
3334
  "type": "list",
3326
3335
  "value_allowed_null": true
3327
3336
  },
@@ -3331,6 +3340,7 @@
3331
3340
  "example": "[\"cynosdbpg-ins-67rmucgk\"]",
3332
3341
  "member": "string",
3333
3342
  "name": "ResourceIds",
3343
+ "output_required": true,
3334
3344
  "type": "list",
3335
3345
  "value_allowed_null": true
3336
3346
  },
@@ -3340,6 +3350,7 @@
3340
3350
  "example": "[\"cynosdbmysql-sls-9nts65r2\"]",
3341
3351
  "member": "string",
3342
3352
  "name": "ClusterIds",
3353
+ "output_required": true,
3343
3354
  "type": "list",
3344
3355
  "value_allowed_null": true
3345
3356
  },
@@ -3349,6 +3360,7 @@
3349
3360
  "example": "[\"xxx\"]",
3350
3361
  "member": "string",
3351
3362
  "name": "BigDealIds",
3363
+ "output_required": true,
3352
3364
  "type": "list",
3353
3365
  "value_allowed_null": true
3354
3366
  },
@@ -9595,6 +9607,64 @@
9595
9607
  ],
9596
9608
  "type": "object"
9597
9609
  },
9610
+ "DescribeSupportProxyVersionRequest": {
9611
+ "document": "DescribeSupportProxyVersion请求参数结构体",
9612
+ "members": [
9613
+ {
9614
+ "default": "",
9615
+ "disabled": false,
9616
+ "document": "集群ID",
9617
+ "example": "cynosdbmysql-xxxxxxx",
9618
+ "member": "string",
9619
+ "name": "ClusterId",
9620
+ "required": true,
9621
+ "type": "string"
9622
+ },
9623
+ {
9624
+ "default": "",
9625
+ "disabled": false,
9626
+ "document": "数据库代理组ID",
9627
+ "example": "无",
9628
+ "member": "string",
9629
+ "name": "ProxyGroupId",
9630
+ "required": false,
9631
+ "type": "string"
9632
+ }
9633
+ ],
9634
+ "type": "object"
9635
+ },
9636
+ "DescribeSupportProxyVersionResponse": {
9637
+ "document": "DescribeSupportProxyVersion返回参数结构体",
9638
+ "members": [
9639
+ {
9640
+ "disabled": false,
9641
+ "document": "支持的数据库代理版本集合\n注意:此字段可能返回 null,表示取不到有效值。",
9642
+ "example": "无",
9643
+ "member": "string",
9644
+ "name": "SupportProxyVersions",
9645
+ "required": true,
9646
+ "type": "list",
9647
+ "value_allowed_null": true
9648
+ },
9649
+ {
9650
+ "disabled": false,
9651
+ "document": "当前proxy版本号\n注意:此字段可能返回 null,表示取不到有效值。",
9652
+ "example": "无",
9653
+ "member": "string",
9654
+ "name": "CurrentProxyVersion",
9655
+ "required": true,
9656
+ "type": "string",
9657
+ "value_allowed_null": true
9658
+ },
9659
+ {
9660
+ "document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
9661
+ "member": "string",
9662
+ "name": "RequestId",
9663
+ "type": "string"
9664
+ }
9665
+ ],
9666
+ "type": "object"
9667
+ },
9598
9668
  "DescribeZonesRequest": {
9599
9669
  "document": "DescribeZones请求参数结构体",
9600
9670
  "members": [
@@ -14811,6 +14881,7 @@
14811
14881
  "example": "package-123456",
14812
14882
  "member": "string",
14813
14883
  "name": "PackageId",
14884
+ "output_required": true,
14814
14885
  "required": false,
14815
14886
  "type": "string",
14816
14887
  "value_allowed_null": true
@@ -14821,6 +14892,7 @@
14821
14892
  "example": "CCU",
14822
14893
  "member": "string",
14823
14894
  "name": "PackageType",
14895
+ "output_required": true,
14824
14896
  "required": false,
14825
14897
  "type": "string",
14826
14898
  "value_allowed_null": true
@@ -548,6 +548,14 @@
548
548
  "title": "查询指定时间点是否看回档"
549
549
  }
550
550
  ],
551
+ "DescribeSupportProxyVersion": [
552
+ {
553
+ "document": "",
554
+ "input": "POST / HTTP/1.1\nHost: cynosdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeSupportProxyVersion\n<公共请求参数>\n\n{\n \"ClusterId\": \"xx\"\n}",
555
+ "output": "{\n \"Response\": {\n \"SupportProxyVersions\": [\n \"xx\"\n ],\n \"CurrentProxyVersion\": \"0.0\",\n \"RequestId\": \"xx\"\n }\n}",
556
+ "title": "查询支持的数据库代理版本"
557
+ }
558
+ ],
551
559
  "DescribeZones": [
552
560
  {
553
561
  "document": "仅查看用户有权限的可用区",
@@ -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
  },
@@ -8004,6 +8033,7 @@
8004
8033
  "example": "无",
8005
8034
  "member": "SuccessUpdateStaffData",
8006
8035
  "name": "SuccessEmployeeData",
8036
+ "output_required": true,
8007
8037
  "type": "list",
8008
8038
  "value_allowed_null": false
8009
8039
  },
@@ -8013,6 +8043,7 @@
8013
8043
  "example": "无",
8014
8044
  "member": "FailedUpdateStaffData",
8015
8045
  "name": "FailedEmployeeData",
8046
+ "output_required": true,
8016
8047
  "type": "list",
8017
8048
  "value_allowed_null": false
8018
8049
  },
@@ -8131,6 +8162,7 @@
8131
8162
  "example": "d54e3caec25ad0ea6be24406762b7562",
8132
8163
  "member": "string",
8133
8164
  "name": "FileIds",
8165
+ "output_required": true,
8134
8166
  "type": "list",
8135
8167
  "value_allowed_null": false
8136
8168
  },
@@ -8140,6 +8172,7 @@
8140
8172
  "example": "10",
8141
8173
  "member": "int64",
8142
8174
  "name": "TotalCount",
8175
+ "output_required": true,
8143
8176
  "type": "int",
8144
8177
  "value_allowed_null": false
8145
8178
  },
@@ -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": "测试用例"