tccli 3.0.1351.1__py2.py3-none-any.whl → 3.0.1352.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 (40) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/ai3d/v20250513/api.json +1 -1
  3. tccli/services/ai3d/v20250513/examples.json +1 -1
  4. tccli/services/ccc/v20200210/api.json +1 -1
  5. tccli/services/cdb/v20170320/api.json +2 -2
  6. tccli/services/ctem/ctem_client.py +212 -0
  7. tccli/services/ctem/v20231128/api.json +1609 -633
  8. tccli/services/ctem/v20231128/examples.json +32 -0
  9. tccli/services/cwp/v20180228/api.json +11 -1
  10. tccli/services/cynosdb/v20190107/api.json +28 -0
  11. tccli/services/cynosdb/v20190107/examples.json +4 -4
  12. tccli/services/ess/ess_client.py +114 -8
  13. tccli/services/ess/v20201111/api.json +212 -0
  14. tccli/services/ess/v20201111/examples.json +16 -0
  15. tccli/services/iss/v20230517/api.json +9 -9
  16. tccli/services/live/v20180801/api.json +299 -3
  17. tccli/services/live/v20180801/examples.json +6 -6
  18. tccli/services/lkeap/v20240522/api.json +94 -17
  19. tccli/services/lkeap/v20240522/examples.json +2 -2
  20. tccli/services/mongodb/v20190725/api.json +2 -2
  21. tccli/services/mongodb/v20190725/examples.json +1 -1
  22. tccli/services/monitor/v20180724/api.json +38 -24
  23. tccli/services/mps/mps_client.py +53 -0
  24. tccli/services/mps/v20190612/api.json +580 -279
  25. tccli/services/mps/v20190612/examples.json +18 -4
  26. tccli/services/ocr/v20181119/api.json +24 -4
  27. tccli/services/ocr/v20181119/examples.json +1 -1
  28. tccli/services/omics/v20221128/api.json +9 -0
  29. tccli/services/pts/v20210728/api.json +1 -1
  30. tccli/services/teo/teo_client.py +777 -35
  31. tccli/services/teo/v20220901/api.json +1026 -3
  32. tccli/services/teo/v20220901/examples.json +154 -0
  33. tccli/services/tione/v20211111/api.json +9 -0
  34. tccli/services/vod/v20180717/api.json +60 -60
  35. tccli/services/vod/v20180717/examples.json +20 -20
  36. {tccli-3.0.1351.1.dist-info → tccli-3.0.1352.1.dist-info}/METADATA +2 -2
  37. {tccli-3.0.1351.1.dist-info → tccli-3.0.1352.1.dist-info}/RECORD +40 -40
  38. {tccli-3.0.1351.1.dist-info → tccli-3.0.1352.1.dist-info}/WHEEL +0 -0
  39. {tccli-3.0.1351.1.dist-info → tccli-3.0.1352.1.dist-info}/entry_points.txt +0 -0
  40. {tccli-3.0.1351.1.dist-info → tccli-3.0.1352.1.dist-info}/license_files/LICENSE +0 -0
@@ -42,6 +42,13 @@
42
42
  "output": "CreateBatchCancelFlowUrlResponse",
43
43
  "status": "online"
44
44
  },
45
+ "CreateBatchInformationExtractionTask": {
46
+ "document": "此接口(CreateBatchInformationExtractionTask)用来通过上传后的PDF资源编号来批量创建合同智能审查任务。<br/>\n\n适用场景:根据合同关键词(字段名称)来提取PDF合同文件的字段结果信息。\n\n注: \n1. PDF格式限制大小为10M以下\n2. 仅支持5个PDF文件批量发起",
47
+ "input": "CreateBatchInformationExtractionTaskRequest",
48
+ "name": "批量创建合同智能提取任务",
49
+ "output": "CreateBatchInformationExtractionTaskResponse",
50
+ "status": "online"
51
+ },
45
52
  "CreateBatchInitOrganizationUrl": {
46
53
  "document": "支持企业进行批量初始化操作:\n\n此接口存在以下限制:\n1. 若批量操作中包含<font color=\"red\">加入集团企业</font>操作,则调用此接口的员工须有<font color=\"red\">集团企业管理权限</font>。\n2. 批量操作的企业需要已经完成电子签的认证流程。\n3. 通过此接口生成的链接在小程序端进行操作时,操作人需要是<font color=\"red\">所有企业的超管或法人</font>。\n4. 批量操作的企业,需要是<a href=\"https://qian.tencent.com/developers/companyApis/organizations/CreateOrganizationAuthUrl\" target=\"_blank\">通过平台方引导认证</a>的企业。\n5. <font color=\"red\">操作链接过期时间默认为生成链接后7天。</font>",
47
54
  "input": "CreateBatchInitOrganizationUrlRequest",
@@ -567,6 +574,13 @@
567
574
  "output": "DescribeFlowTemplatesResponse",
568
575
  "status": "online"
569
576
  },
577
+ "DescribeInformationExtractionTask": {
578
+ "document": "本接口(DescribeInformationExtractionTask)用于获取合同智能提取任务详情,包括任务的状态和提取的字段结果信息。",
579
+ "input": "DescribeInformationExtractionTaskRequest",
580
+ "name": "获取合同智能提取任务详情",
581
+ "output": "DescribeInformationExtractionTaskResponse",
582
+ "status": "online"
583
+ },
570
584
  "DescribeIntegrationDepartments": {
571
585
  "document": "此接口(DescribeIntegrationDepartments)用于查询企业的部门信息列表,支持查询单个部门节点或单个部门节点及一级子节点部门列表。",
572
586
  "input": "DescribeIntegrationDepartmentsRequest",
@@ -2483,6 +2497,79 @@
2483
2497
  ],
2484
2498
  "type": "object"
2485
2499
  },
2500
+ "CreateBatchInformationExtractionTaskRequest": {
2501
+ "document": "CreateBatchInformationExtractionTask请求参数结构体",
2502
+ "members": [
2503
+ {
2504
+ "disabled": false,
2505
+ "document": "执行合同智能提取的员工信息。\n注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`",
2506
+ "example": "无",
2507
+ "member": "UserInfo",
2508
+ "name": "Operator",
2509
+ "required": true,
2510
+ "type": "object"
2511
+ },
2512
+ {
2513
+ "disabled": false,
2514
+ "document": "合同智能提取的PDF文件资源编号列表,通过[UploadFiles](https://qian.tencent.com/developers/companyApis/templatesAndFiles/UploadFiles)接口获取PDF文件资源编号。 注: `目前,此接口仅支持5个文件发起。每个文件限制在10M以下`",
2515
+ "example": "[\"yDRS4UUgygqdcj56UuO4zjExBQcOiB68\",\"yDRS4UUgygqdcj5pUuO4zjEu602GFIe6\"]",
2516
+ "member": "string",
2517
+ "name": "ResourceIds",
2518
+ "required": true,
2519
+ "type": "list"
2520
+ },
2521
+ {
2522
+ "disabled": false,
2523
+ "document": "代理企业和员工的信息。\n在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。",
2524
+ "example": "无",
2525
+ "member": "Agent",
2526
+ "name": "Agent",
2527
+ "required": false,
2528
+ "type": "object"
2529
+ },
2530
+ {
2531
+ "disabled": false,
2532
+ "document": "用户配置的合同智能提取字段模板ID,会基于此模板批量创建合同智能提取任务,为32位字符串。\n[点击查看模板Id在控制台上的位置](https://qcloudimg.tencent-cloud.cn/raw/99008608577532423ea437c7fdbedca1.png)\n\n注: `此配置优先级最高,设置了模板ID后Fields配置就会无效`",
2533
+ "example": "yDRS4UUgygqdcj56UuO4zjExBQcOiB68",
2534
+ "member": "string",
2535
+ "name": "FieldTemplateId",
2536
+ "required": false,
2537
+ "type": "string"
2538
+ },
2539
+ {
2540
+ "disabled": false,
2541
+ "document": "用于合同智能提取的字段信息。\n\n注意:`字段模板优先级最高,如果设置了FieldTemplateId值,此配置就无效`",
2542
+ "example": "无",
2543
+ "member": "ExtractionField",
2544
+ "name": "Fields",
2545
+ "required": false,
2546
+ "type": "list"
2547
+ }
2548
+ ],
2549
+ "type": "object"
2550
+ },
2551
+ "CreateBatchInformationExtractionTaskResponse": {
2552
+ "document": "CreateBatchInformationExtractionTask返回参数结构体",
2553
+ "members": [
2554
+ {
2555
+ "disabled": false,
2556
+ "document": "合同智能提取的任务ID列表,每个任务ID为32位字符串。\n建议开发者保存此任务ID,后续查询合同智能提取详情需要此任务ID。\n\n注意:`返回的索引和ResourceIds数组一致`",
2557
+ "example": "[\"yDw6yUUgyg3caowzUx4GQptRKfMnJqX8\"]",
2558
+ "member": "string",
2559
+ "name": "TaskIds",
2560
+ "output_required": false,
2561
+ "type": "list",
2562
+ "value_allowed_null": false
2563
+ },
2564
+ {
2565
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
2566
+ "member": "string",
2567
+ "name": "RequestId",
2568
+ "type": "string"
2569
+ }
2570
+ ],
2571
+ "type": "object"
2572
+ },
2486
2573
  "CreateBatchInitOrganizationUrlRequest": {
2487
2574
  "document": "CreateBatchInitOrganizationUrl请求参数结构体",
2488
2575
  "members": [
@@ -10074,6 +10161,81 @@
10074
10161
  ],
10075
10162
  "type": "object"
10076
10163
  },
10164
+ "DescribeInformationExtractionTaskRequest": {
10165
+ "document": "DescribeInformationExtractionTask请求参数结构体",
10166
+ "members": [
10167
+ {
10168
+ "disabled": false,
10169
+ "document": "执行本接口操作的员工信息。\n注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`",
10170
+ "example": "无",
10171
+ "member": "UserInfo",
10172
+ "name": "Operator",
10173
+ "required": true,
10174
+ "type": "object"
10175
+ },
10176
+ {
10177
+ "disabled": false,
10178
+ "document": "代理企业和员工的信息。\n在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。",
10179
+ "example": "无",
10180
+ "member": "Agent",
10181
+ "name": "Agent",
10182
+ "required": false,
10183
+ "type": "object"
10184
+ },
10185
+ {
10186
+ "disabled": false,
10187
+ "document": "批量创建合同智能提取任务接口返回的合同智能提取任务ID。",
10188
+ "example": "yDRS4UUgygqdcj56UuO4zjExBQcOiB68",
10189
+ "member": "string",
10190
+ "name": "TaskId",
10191
+ "required": false,
10192
+ "type": "string"
10193
+ }
10194
+ ],
10195
+ "type": "object"
10196
+ },
10197
+ "DescribeInformationExtractionTaskResponse": {
10198
+ "document": "DescribeInformationExtractionTask返回参数结构体",
10199
+ "members": [
10200
+ {
10201
+ "disabled": false,
10202
+ "document": "信息提取任务结果",
10203
+ "example": "[{\"Description\":\"PDF文件中的机构名称\",\"Name\":\"机构名称\",\"Type\":\"TEXT\",\"Values\":[\"广州xxxx有限公司\"]},{\"Description\":\"\",\"Name\":\"社会信用代码\",\"Type\":\"TEXT\",\"Values\":[\"91440xxxxT\"]}]",
10204
+ "member": "ExtractionField",
10205
+ "name": "Fields",
10206
+ "output_required": false,
10207
+ "type": "list",
10208
+ "value_allowed_null": false
10209
+ },
10210
+ {
10211
+ "disabled": false,
10212
+ "document": "合同智能提取任务状态。\n状态如下:\n<ul>\n <li>**0** - 任务创建成功(还未执行)</li> \n <li>**1** - 排队中(等待执行)</li> \n <li>**2** - 提取中(正在执行)</li> \n <li>**3** - 提取成功</li> \n <li>**4** - 提取失败</li>\n</ul>",
10213
+ "example": "3",
10214
+ "member": "int64",
10215
+ "name": "Status",
10216
+ "output_required": false,
10217
+ "type": "int",
10218
+ "value_allowed_null": false
10219
+ },
10220
+ {
10221
+ "disabled": false,
10222
+ "document": "合同智能提取结果下载,文件格式为`xlsx`。\n\n注意:`链接有效期为5分钟,过期后可重新获取`",
10223
+ "example": "https://file.ess.tencent.cn/bresource/resource/resource/0/0.XLSX?hkey=cxx",
10224
+ "member": "string",
10225
+ "name": "Url",
10226
+ "output_required": false,
10227
+ "type": "string",
10228
+ "value_allowed_null": false
10229
+ },
10230
+ {
10231
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
10232
+ "member": "string",
10233
+ "name": "RequestId",
10234
+ "type": "string"
10235
+ }
10236
+ ],
10237
+ "type": "object"
10238
+ },
10077
10239
  "DescribeIntegrationDepartmentsRequest": {
10078
10240
  "document": "DescribeIntegrationDepartments请求参数结构体",
10079
10241
  "members": [
@@ -11441,6 +11603,56 @@
11441
11603
  ],
11442
11604
  "usage": "both"
11443
11605
  },
11606
+ "ExtractionField": {
11607
+ "document": "合同智能提取字段信息",
11608
+ "members": [
11609
+ {
11610
+ "disabled": false,
11611
+ "document": "用于合同智能提取的字段名称。\n\n注意: `长度不能超过30个字符`",
11612
+ "example": "甲方",
11613
+ "member": "string",
11614
+ "name": "Name",
11615
+ "output_required": false,
11616
+ "required": true,
11617
+ "type": "string",
11618
+ "value_allowed_null": false
11619
+ },
11620
+ {
11621
+ "disabled": false,
11622
+ "document": "指定合同智能提取的字段类型,目前仅支持`TEXT`、`DATE`、`NUMBER`、`OPTION`类型。\n\n类型支持如下:\n1、TEXT(文本)\n2、DATE(日期)\n3、NUMBER(数字)\n4、OPTION(选项值)",
11623
+ "example": "TEXT",
11624
+ "member": "string",
11625
+ "name": "Type",
11626
+ "output_required": false,
11627
+ "required": true,
11628
+ "type": "string",
11629
+ "value_allowed_null": false
11630
+ },
11631
+ {
11632
+ "disabled": false,
11633
+ "document": "用于描述字段信息。\n\n注意:\n1、`如果Type值为OPTION时,需要在字段描述中填写选项值,用,分隔`\n2、描述字段不能超过100个字符",
11634
+ "example": "字段描述",
11635
+ "member": "string",
11636
+ "name": "Description",
11637
+ "output_required": false,
11638
+ "required": false,
11639
+ "type": "string",
11640
+ "value_allowed_null": false
11641
+ },
11642
+ {
11643
+ "disabled": false,
11644
+ "document": "提取出合同中的字段信息。",
11645
+ "example": "[\"张三\"]",
11646
+ "member": "string",
11647
+ "name": "Values",
11648
+ "output_required": false,
11649
+ "required": false,
11650
+ "type": "list",
11651
+ "value_allowed_null": false
11652
+ }
11653
+ ],
11654
+ "usage": "both"
11655
+ },
11444
11656
  "FailedCreateRoleData": {
11445
11657
  "document": "绑定角色失败信息",
11446
11658
  "members": [
@@ -108,6 +108,14 @@
108
108
  "title": "获取批量撤销签署流程链接部分成功"
109
109
  }
110
110
  ],
111
+ "CreateBatchInformationExtractionTask": [
112
+ {
113
+ "document": "",
114
+ "input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateBatchInformationExtractionTask\n<公共请求参数>\n\n{\n \"Operator\": {\n \"UserId\": \"yDx************************xxx\"\n },\n \"ResourceIds\": [\n \"yDx************************acc\"\n ],\n \"FieldTemplateId\": \"yDx************************yyy\"\n}",
115
+ "output": "{\n \"Response\": {\n \"TaskIds\": [\n \"yDx************************ddd\"\n ],\n \"RequestId\": \"s1735294966632123121\"\n }\n}",
116
+ "title": "使用字段模板批量创建合同智能提取任务"
117
+ }
118
+ ],
111
119
  "CreateBatchInitOrganizationUrl": [
112
120
  {
113
121
  "document": "",
@@ -1596,6 +1604,14 @@
1596
1604
  "title": "模板查询接口-通过不存在的模板Id查询模板信息"
1597
1605
  }
1598
1606
  ],
1607
+ "DescribeInformationExtractionTask": [
1608
+ {
1609
+ "document": "",
1610
+ "input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInformationExtractionTask\n<公共请求参数>\n\n{\n \"Operator\": {\n \"UserId\": \"yDx************************xxx\"\n },\n \"TaskId\": \"yDx************************yyy\"\n}",
1611
+ "output": "{\n \"Response\": {\n \"Fields\": [\n {\n \"Name\": \"甲方\",\n \"Values\": [\n \"张三\",\n \"李四\"\n ],\n \"Type\": \"Text\",\n \"Description\": \"提取甲方信息\"\n }\n ],\n \"Status\": 3,\n \"Url\": \"https://file.ess.tencent.cn/bresource/resource/resource/0/0.XLSX?hkey=c83cf852247f9075f675f350e6d6ebeda61fa2d74d136f8efccdde201dc72cb280dcd8992c91808c55817c57c4bf87f718adfa54bf152500e9a45beb6cc9f697a0c938dc46f2abe3288a77d1fddf145d4cd2027ed8e4b6030b2f95355be37221\",\n \"RequestId\": \"s1735294966632123121\"\n }\n}",
1612
+ "title": "获取合同智能提取任务详情"
1613
+ }
1614
+ ],
1599
1615
  "DescribeIntegrationDepartments": [
1600
1616
  {
1601
1617
  "document": "适用于需要查询指定部门信息,且不需要子部门信息的场景。\n1. 设置查询类型QueryType为0表示查询单个部门节点;\n2. 设置DeptId表示通过部门ID查询相关部门信息。",
@@ -745,7 +745,7 @@
745
745
  {
746
746
  "disabled": false,
747
747
  "document": "AI 结果回调地址",
748
- "example": "https://******",
748
+ "example": "http(s)://xxxx",
749
749
  "member": "string",
750
750
  "name": "CallbackUrl",
751
751
  "output_required": true,
@@ -991,8 +991,8 @@
991
991
  },
992
992
  {
993
993
  "disabled": false,
994
- "document": "AI 结果回调地址。类似 \"http://ip:port/***或者https://domain/***",
995
- "example": "https://**********",
994
+ "document": "AI 结果回调地址",
995
+ "example": "http(s)://xxxx",
996
996
  "member": "string",
997
997
  "name": "CallbackUrl",
998
998
  "required": false,
@@ -1015,13 +1015,13 @@
1015
1015
  "members": [
1016
1016
  {
1017
1017
  "disabled": false,
1018
- "document": "AI任务信息\n注意:此字段可能返回 null,表示取不到有效值。",
1018
+ "document": "AI任务信息",
1019
1019
  "example": "无",
1020
1020
  "member": "AITaskInfo",
1021
1021
  "name": "Data",
1022
1022
  "output_required": true,
1023
1023
  "type": "object",
1024
- "value_allowed_null": true
1024
+ "value_allowed_null": false
1025
1025
  },
1026
1026
  {
1027
1027
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
@@ -9998,8 +9998,8 @@
9998
9998
  },
9999
9999
  {
10000
10000
  "disabled": false,
10001
- "document": "AI 结果回调地址。类似 \"http://ip:port/***或者https://domain/***",
10002
- "example": "https://******",
10001
+ "document": "AI 结果回调地址",
10002
+ "example": "http(s)://xxxx",
10003
10003
  "member": "string",
10004
10004
  "name": "CallbackUrl",
10005
10005
  "required": false,
@@ -10031,13 +10031,13 @@
10031
10031
  "members": [
10032
10032
  {
10033
10033
  "disabled": false,
10034
- "document": "AI任务信息\n注意:此字段可能返回 null,表示取不到有效值。",
10034
+ "document": "AI任务信息",
10035
10035
  "example": "无",
10036
10036
  "member": "AITaskInfo",
10037
10037
  "name": "Data",
10038
10038
  "output_required": true,
10039
10039
  "type": "object",
10040
- "value_allowed_null": true
10040
+ "value_allowed_null": false
10041
10041
  },
10042
10042
  {
10043
10043
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",