tccli 3.0.1330.1__py2.py3-none-any.whl → 3.0.1331.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 (36) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/ccc/ccc_client.py +53 -0
  3. tccli/services/ccc/v20200210/api.json +71 -2
  4. tccli/services/ccc/v20200210/examples.json +8 -0
  5. tccli/services/cdn/v20180606/api.json +3 -3
  6. tccli/services/cdn/v20180606/examples.json +3 -3
  7. tccli/services/clb/v20180317/api.json +18 -0
  8. tccli/services/dbbrain/v20210527/api.json +1 -0
  9. tccli/services/dnspod/dnspod_client.py +106 -0
  10. tccli/services/dnspod/v20210323/api.json +509 -2
  11. tccli/services/dnspod/v20210323/examples.json +17 -1
  12. tccli/services/ess/v20201111/api.json +2 -2
  13. tccli/services/essbasic/v20210526/api.json +3 -3
  14. tccli/services/faceid/v20180301/api.json +4 -4
  15. tccli/services/ioa/ioa_client.py +53 -0
  16. tccli/services/ioa/v20220601/api.json +166 -1
  17. tccli/services/ioa/v20220601/examples.json +14 -0
  18. tccli/services/iotexplorer/v20190423/api.json +7 -7
  19. tccli/services/iotexplorer/v20190423/examples.json +1 -1
  20. tccli/services/lke/lke_client.py +383 -12
  21. tccli/services/lke/v20231130/api.json +615 -0
  22. tccli/services/lke/v20231130/examples.json +56 -0
  23. tccli/services/lowcode/v20210108/api.json +41 -1
  24. tccli/services/lowcode/v20210108/examples.json +2 -2
  25. tccli/services/ocr/ocr_client.py +532 -320
  26. tccli/services/ocr/v20181119/api.json +541 -4
  27. tccli/services/ocr/v20181119/examples.json +32 -0
  28. tccli/services/sms/v20190711/api.json +4 -4
  29. tccli/services/sms/v20210111/api.json +4 -4
  30. tccli/services/teo/v20220901/api.json +1 -1
  31. tccli/services/trtc/v20190722/api.json +2 -2
  32. {tccli-3.0.1330.1.dist-info → tccli-3.0.1331.1.dist-info}/METADATA +2 -2
  33. {tccli-3.0.1330.1.dist-info → tccli-3.0.1331.1.dist-info}/RECORD +36 -36
  34. {tccli-3.0.1330.1.dist-info → tccli-3.0.1331.1.dist-info}/WHEEL +0 -0
  35. {tccli-3.0.1330.1.dist-info → tccli-3.0.1331.1.dist-info}/entry_points.txt +0 -0
  36. {tccli-3.0.1330.1.dist-info → tccli-3.0.1331.1.dist-info}/license_files/LICENSE +0 -0
@@ -88,6 +88,14 @@
88
88
  "title": "创建发布"
89
89
  }
90
90
  ],
91
+ "CreateSharedKnowledge": [
92
+ {
93
+ "document": "创建共享知识库",
94
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateSharedKnowledge\n<公共请求参数>\n\n{\n \"KnowledgeName\": \"共享知识库1\",\n \"KnowledgeDescription\": \"计算机基础理论知识库\",\n \"EmbeddingModel\": \"general-text-embedding-v2.7\"\n}",
95
+ "output": "{\n \"Response\": {\n \"KnowledgeBizId\": \"1908652910168703294\",\n \"RequestId\": \"798dbcd5-80e1-277d-aeb7-0018abab7686\"\n }\n}",
96
+ "title": "创建共享知识库"
97
+ }
98
+ ],
91
99
  "CreateVar": [
92
100
  {
93
101
  "document": "创建变量",
@@ -152,6 +160,14 @@
152
160
  "title": "DeleteRejectedQuestion"
153
161
  }
154
162
  ],
163
+ "DeleteSharedKnowledge": [
164
+ {
165
+ "document": "删除共享知识库",
166
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteSharedKnowledge\n<公共请求参数>\n\n{\n \"KnowledgeBizId\": \"1908652910168703294\"\n}",
167
+ "output": "{\n \"Response\": {\n \"KnowledgeBizId\": \"1908652910168703294\",\n \"RequestId\": \"f1c3dcb2-e3d7-686e-a809-29d53f7a915f\"\n }\n}",
168
+ "title": "删除共享知识库"
169
+ }
170
+ ],
155
171
  "DescribeApp": [
156
172
  {
157
173
  "document": "获取企业下应用详情",
@@ -280,6 +296,14 @@
280
296
  "title": "片段请求"
281
297
  }
282
298
  ],
299
+ "DescribeSharedKnowledge": [
300
+ {
301
+ "document": "查询共享知识库",
302
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeSharedKnowledge\n<公共请求参数>\n\n{\n \"KnowledgeBizId\": \"1908652910168703294\"\n}",
303
+ "output": "{\n \"Response\": {\n \"RequestId\": \"f1c3dcb2-e3d7-686e-a809-29d53f7a915f\",\n \"Info\": {\n \"AppList\": [\n {\n \"AppBizId\": \"1906370579678213376\",\n \"AppName\": \"AI助手1\"\n }\n ],\n \"Knowledge\": {\n \"EmbeddingModel\": \"general-text-embedding-v2.7\",\n \"KnowledgeBizId\": \"1908652910168703294\",\n \"KnowledgeDescription\": \"计算机基础理论知识库\",\n \"KnowledgeName\": \"共享知识库1\",\n \"QaExtractModel\": \"general-qa-extract-v1.8\",\n \"UpdateTime\": \"1747757139\"\n },\n \"User\": {\n \"UserBizId\": \"1908176109182178608\",\n \"UserName\": \"700000963993\"\n }\n }\n }\n}",
304
+ "title": "查询共享知识库"
305
+ }
306
+ ],
283
307
  "DescribeStorageCredential": [
284
308
  {
285
309
  "document": "",
@@ -548,6 +572,14 @@
548
572
  "title": "获取QA分类"
549
573
  }
550
574
  ],
575
+ "ListReferShareKnowledge": [
576
+ {
577
+ "document": "",
578
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListReferShareKnowledge\n<公共请求参数>\n\n{\n \"AppBizId\": \"1908652910168703294\"\n}",
579
+ "output": "{\n \"Response\": {\n \"RequestId\": \"f1c3dcb2-e3d7-686e-a809-29d53f7a915f\",\n \"List\": [\n {\n \"EmbeddingModel\": \"general-text-embedding-v2.7\",\n \"KnowledgeBizId\": \"1908652910168703294\",\n \"KnowledgeDescription\": \"计算机基础理论知识库\",\n \"KnowledgeName\": \"共享知识库1\",\n \"QaExtractModel\": \"general-qa-extract-v1.8\",\n \"UpdateTime\": \"1747757139\"\n }\n ]\n }\n}",
580
+ "title": "查看应用引用的共享知识库列表"
581
+ }
582
+ ],
551
583
  "ListRejectedQuestion": [
552
584
  {
553
585
  "document": "获取拒答问题列表",
@@ -604,6 +636,14 @@
604
636
  "title": "获取文档下拉列表"
605
637
  }
606
638
  ],
639
+ "ListSharedKnowledge": [
640
+ {
641
+ "document": "列举共享知识库",
642
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListSharedKnowledge\n<公共请求参数>\n\n{\n \"Keyword\": \"计算机\",\n \"PageNumber\": 1,\n \"PageSize\": 10\n}",
643
+ "output": "{\n \"Response\": {\n \"RequestId\": \"f1c3dcb2-e3d7-686e-a809-29d53f7a915f\",\n \"KnowledgeList\": [\n {\n \"AppList\": [\n {\n \"AppBizId\": \"1906370579678213376\",\n \"AppName\": \"AI助手1\"\n }\n ],\n \"Knowledge\": {\n \"EmbeddingModel\": \"general-text-embedding-v2.7\",\n \"KnowledgeBizId\": \"1908652910168703294\",\n \"KnowledgeDescription\": \"计算机基础理论知识库\",\n \"KnowledgeName\": \"共享知识库1\",\n \"QaExtractModel\": \"general-qa-extract-v1.8\",\n \"UpdateTime\": \"1747757139\"\n },\n \"User\": {\n \"UserBizId\": \"1908176109182178608\",\n \"UserName\": \"700000963993\"\n }\n }\n ],\n \"Total\": 1\n }\n}",
644
+ "title": "列举共享知识库"
645
+ }
646
+ ],
607
647
  "ListUnsatisfiedReply": [
608
648
  {
609
649
  "document": "查询不满意回复列表",
@@ -716,6 +756,14 @@
716
756
  "title": "接口调用成功示例"
717
757
  }
718
758
  ],
759
+ "ReferShareKnowledge": [
760
+ {
761
+ "document": "应用共享知识库",
762
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ReferShareKnowledge\n<公共请求参数>\n\n{\n \"AppBizId\": \"1904370549674213375\",\n \"KnowledgeBizId\": [\n \"1904370549674213377\",\n \"1904370549674213378\"\n ]\n}",
763
+ "output": "{\n \"Response\": {\n \"RequestId\": \"f1c3dcb2-e3d7-686e-a809-29d53f7a915f\"\n }\n}",
764
+ "title": "应用引用共享知识库接口"
765
+ }
766
+ ],
719
767
  "RenameDoc": [
720
768
  {
721
769
  "document": "重命名文档-提交成功",
@@ -772,6 +820,14 @@
772
820
  "title": "终止文档解析"
773
821
  }
774
822
  ],
823
+ "UpdateSharedKnowledge": [
824
+ {
825
+ "document": "更新共享知识库",
826
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateSharedKnowledge\n<公共请求参数>\n\n{\n \"KnowledgeBizId\": \"1908652910168703294\",\n \"Info\": {\n \"EmbeddingModel\": \"general-text-embedding-v2.7\",\n \"KnowledgeDescription\": \"计算机基础理论知识库\",\n \"KnowledgeName\": \"共享知识库1\",\n \"QaExtractModel\": \"general-qa-extract-v1.8\"\n }\n}",
827
+ "output": "{\n \"Response\": {\n \"RequestId\": \"f1c3dcb2-e3d7-686e-a809-29d53f7a915f\",\n \"KnowledgeBizId\": \"1908652910168703294\"\n }\n}",
828
+ "title": "更新共享知识库"
829
+ }
830
+ ],
775
831
  "UploadAttributeLabel": [
776
832
  {
777
833
  "document": "上传导入知识标签",
@@ -1510,6 +1510,16 @@
1510
1510
  "output_required": false,
1511
1511
  "type": "string",
1512
1512
  "value_allowed_null": false
1513
+ },
1514
+ {
1515
+ "disabled": false,
1516
+ "document": "知识库容量,单位字节",
1517
+ "example": "\"1024\"",
1518
+ "member": "string",
1519
+ "name": "TotalSize",
1520
+ "output_required": false,
1521
+ "type": "string",
1522
+ "value_allowed_null": false
1513
1523
  }
1514
1524
  ],
1515
1525
  "usage": "out"
@@ -1964,6 +1974,16 @@
1964
1974
  "output_required": false,
1965
1975
  "type": "int",
1966
1976
  "value_allowed_null": false
1977
+ },
1978
+ {
1979
+ "disabled": false,
1980
+ "document": "Cos存储文件ID",
1981
+ "example": "cloud://aa.doc",
1982
+ "member": "string",
1983
+ "name": "FileId",
1984
+ "output_required": false,
1985
+ "type": "string",
1986
+ "value_allowed_null": false
1967
1987
  }
1968
1988
  ],
1969
1989
  "usage": "out"
@@ -2256,6 +2276,15 @@
2256
2276
  "name": "Delimiter",
2257
2277
  "required": false,
2258
2278
  "type": "string"
2279
+ },
2280
+ {
2281
+ "disabled": false,
2282
+ "document": "Cos存储文件ID",
2283
+ "example": "cloud://aa.doc",
2284
+ "member": "string",
2285
+ "name": "FileId",
2286
+ "required": false,
2287
+ "type": "string"
2259
2288
  }
2260
2289
  ],
2261
2290
  "type": "object"
@@ -2286,7 +2315,7 @@
2286
2315
  "document": "上传知识库文档返回结果",
2287
2316
  "members": [
2288
2317
  {
2289
- "disabled": false,
2318
+ "disabled": true,
2290
2319
  "document": "给文件分配的 ID 信息。",
2291
2320
  "example": "docId",
2292
2321
  "member": "string",
@@ -2328,6 +2357,17 @@
2328
2357
  "required": false,
2329
2358
  "type": "string",
2330
2359
  "value_allowed_null": false
2360
+ },
2361
+ {
2362
+ "disabled": false,
2363
+ "document": "Cos存储文件ID",
2364
+ "example": "cloud://aa.doc",
2365
+ "member": "string",
2366
+ "name": "FileId",
2367
+ "output_required": false,
2368
+ "required": false,
2369
+ "type": "string",
2370
+ "value_allowed_null": false
2331
2371
  }
2332
2372
  ],
2333
2373
  "usage": "both"
@@ -75,8 +75,8 @@
75
75
  "UploadKnowledgeDocumentSet": [
76
76
  {
77
77
  "document": "上传知识库文档\n",
78
- "input": "POST / HTTP/1.1\nHost: lowcode.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UploadKnowledgeDocumentSet\n<公共请求参数>\n\n{\n \"EnvId\": \"lowcode-1gk9y5ik310a94df\",\n \"CollectionView\": \"qinmyku873d0a97\",\n \"CosUrl\": \"https://6c6f-lowcode-5g5llxbq5bc9299e-1300677802.tcb.qcloud.la/weda-uploader/5e471ea6d1891cced441b68df1022023-新手指引.md\",\n \"FileName\": \"jackzlqin-test1.md\",\n \"DocumentDesc\": \"test-qin-11\",\n \"FileTitle\":\"kent测试文件\",\n \"FileMetaData\":\"{\\\"url\\\":\\\"https://ww.com\\\",\\\"total\\\":3}\",\n \"DocumentSetId\":\"1258635496046329856\"\n}\n\n",
79
- "output": "{\n \"Response\": {\n \"Data\": {\n \"DocumentSetId\": \"1248563007152455680\",\n \"DocumentSetName\": \"jackzqlin-test.md\",\n \"FileTitle\": \"kent测试文件\",\n \"FileMetaData\": \"{\\\"url\\\":\\\"https://ww.com\\\",\\\"total\\\":3}\"\n },\n \"RequestId\": \"0f27f7a7-2d8a-456a-8de9-2e794f3f8e74\"\n }\n}",
78
+ "input": "POST / HTTP/1.1\nHost: lowcode.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UploadKnowledgeDocumentSet\n<公共请求参数>\n\n{\n \"EnvId\": \"lowcode-1gk9y5ik310a94df\",\n \"CollectionView\": \"qinmyku873d0a97\",\n \"CosUrl\": \"https://6c6f-lowcode-5g5llxbq5bc9299e-1300677802.tcb.qcloud.la/weda-uploader/5e471ea6d1891cced441b68df1022023-新手指引.md\",\n \"FileName\": \"jackzlqin-test1.md\",\n \"DocumentDesc\": \"test-qin-11\",\n \"FileTitle\":\"kent测试文件\",\n \"FileMetaData\":\"{\\\"url\\\":\\\"https://ww.com\\\",\\\"total\\\":3}\",\n \"DocumentSetId\":\"1258635496046329856\",\n \"FileId\":\"cloud://xxx/weda-uploader/ab1a237789b8f19ee85d1fe7ce3eab92-aa.xlsx\"\n}\n\n",
79
+ "output": "{\n \"Response\": {\n \"Data\": {\n \"DocumentSetName\": \"jackzqlin-test.md\",\n \"FileTitle\": \"kent测试文件\",\n \"FileMetaData\": \"{\\\"url\\\":\\\"https://ww.com\\\",\\\"total\\\":3}\",\n \"FileId\": \"cloud://xxx/weda-uploader/ab1a237789b8f19ee85d1fe7ce3eab92-aa.xlsx\"\n },\n \"RequestId\": \"0f27f7a7-2d8a-456a-8de9-2e794f3f8e74\"\n }\n}",
80
80
  "title": "UploadKnowledgeDocumentSet"
81
81
  }
82
82
  ]