tccli-intl-en 3.1.16.1__py2.py3-none-any.whl → 3.1.18.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.
- tccli/__init__.py +1 -1
- tccli/services/cdn/v20180606/api.json +22 -22
- tccli/services/cdn/v20180606/examples.json +1 -1
- tccli/services/cvm/v20170312/api.json +12 -12
- tccli/services/cvm/v20170312/examples.json +3 -3
- tccli/services/lighthouse/lighthouse_client.py +360 -24
- tccli/services/lighthouse/v20200324/api.json +488 -0
- tccli/services/lighthouse/v20200324/examples.json +54 -0
- tccli/services/lkeap/v20240522/api.json +36 -0
- tccli/services/lkeap/v20240522/examples.json +1 -1
- {tccli_intl_en-3.1.16.1.dist-info → tccli_intl_en-3.1.18.1.dist-info}/METADATA +2 -2
- {tccli_intl_en-3.1.16.1.dist-info → tccli_intl_en-3.1.18.1.dist-info}/RECORD +16 -16
- {tccli_intl_en-3.1.16.1.dist-info → tccli_intl_en-3.1.18.1.dist-info}/LICENSE +0 -0
- {tccli_intl_en-3.1.16.1.dist-info → tccli_intl_en-3.1.18.1.dist-info}/WHEEL +0 -0
- {tccli_intl_en-3.1.16.1.dist-info → tccli_intl_en-3.1.18.1.dist-info}/entry_points.txt +0 -0
- {tccli_intl_en-3.1.16.1.dist-info → tccli_intl_en-3.1.18.1.dist-info}/top_level.txt +0 -0
|
@@ -709,6 +709,24 @@
|
|
|
709
709
|
"ReconstructDocumentSSERequest": {
|
|
710
710
|
"document": "ReconstructDocumentSSE request structure.",
|
|
711
711
|
"members": [
|
|
712
|
+
{
|
|
713
|
+
"disabled": false,
|
|
714
|
+
"document": "File type.\n**Supported file types**: PDF, DOC, DOCX, PPT, PPTX, MD, TXT, XLS, XLSX, CSV, PNG, JPG, JPEG, BMP, GIF, WEBP, HEIC, EPS, ICNS, IM, PCX, PPM, TIFF, XBM, HEIF, JP2.\n**Supported file sizes**: \n- Max 100 MB for PDF, DOC, DOCX, PPT, and PPTX .\n- Max 10 MB for MD, TXT, XLS, XLSX, and CSV.\n- Max20 MB for others.",
|
|
715
|
+
"example": "PDF",
|
|
716
|
+
"member": "string",
|
|
717
|
+
"name": "FileType",
|
|
718
|
+
"required": true,
|
|
719
|
+
"type": "string"
|
|
720
|
+
},
|
|
721
|
+
{
|
|
722
|
+
"disabled": false,
|
|
723
|
+
"document": "File URL. It is recommended to store the file in Tencent Cloud as the URL where the file is stored in Tencent Cloud can ensure higher download speed and stability. External URL may affect the speed and stability. Refer to: [Tencent Cloud COS Documentation](https://www.tencentcloud.com/document/product/436/7749)",
|
|
724
|
+
"example": "url",
|
|
725
|
+
"member": "string",
|
|
726
|
+
"name": "FileUrl",
|
|
727
|
+
"required": false,
|
|
728
|
+
"type": "string"
|
|
729
|
+
},
|
|
712
730
|
{
|
|
713
731
|
"disabled": false,
|
|
714
732
|
"document": "The base64 value of the file. File size limit: the downloaded file shall not exceed 8MB after base64 encoding. File download time does not exceed 3 seconds. Supported image pixels: the length of a single side is between 20-10000px. Either FileUrl or FileBase64 of the file must be provided. If both are provided, only the FileUrl is used.",
|
|
@@ -718,6 +736,24 @@
|
|
|
718
736
|
"required": false,
|
|
719
737
|
"type": "string"
|
|
720
738
|
},
|
|
739
|
+
{
|
|
740
|
+
"disabled": false,
|
|
741
|
+
"document": "The starting page number of the file. When type of the uploaded file is pdf, doc, docx, ppt, or pptx, it specifies the starting page number for recognition, including the current value.",
|
|
742
|
+
"example": "1",
|
|
743
|
+
"member": "int64",
|
|
744
|
+
"name": "FileStartPageNumber",
|
|
745
|
+
"required": false,
|
|
746
|
+
"type": "int"
|
|
747
|
+
},
|
|
748
|
+
{
|
|
749
|
+
"disabled": false,
|
|
750
|
+
"document": "The end page number of the file. When type of the uploaded file is pdf, doc, docx, ppt, or pptx, it specifies the end page number for recognition, including the current value.",
|
|
751
|
+
"example": "100",
|
|
752
|
+
"member": "int64",
|
|
753
|
+
"name": "FileEndPageNumber",
|
|
754
|
+
"required": false,
|
|
755
|
+
"type": "int"
|
|
756
|
+
},
|
|
721
757
|
{
|
|
722
758
|
"disabled": false,
|
|
723
759
|
"document": "Document parsing configuration information.\t",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tccli-intl-en
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.18.1
|
|
4
4
|
Summary: Universal Command Line Environment for Tencent Cloud
|
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-cli-intl-en.git
|
|
6
6
|
Author: Tencent Cloud
|
|
@@ -21,7 +21,7 @@ Classifier: Programming Language :: Python :: 3.4
|
|
|
21
21
|
Classifier: Programming Language :: Python :: 3.5
|
|
22
22
|
Classifier: Programming Language :: Python :: 3.6
|
|
23
23
|
License-File: LICENSE
|
|
24
|
-
Requires-Dist: tencentcloud-sdk-python-intl-en >=3.1.
|
|
24
|
+
Requires-Dist: tencentcloud-sdk-python-intl-en >=3.1.18
|
|
25
25
|
Requires-Dist: jmespath ==0.10.0
|
|
26
26
|
Requires-Dist: six ==1.16.0
|
|
27
27
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
tccli/__init__.py,sha256=
|
|
1
|
+
tccli/__init__.py,sha256=kGtkXlqUkn2pMCPVNUEPzG3HK5gw8_qIXn1T1TPsfYM,26
|
|
2
2
|
tccli/argparser.py,sha256=WtfpBhj2R6JHSzagy6w6Q4y3YVmyIC_yK80w3tqBPgU,5589
|
|
3
3
|
tccli/argument.py,sha256=_ictuLaeci9t9bvWGZ1QcpMLMztqKkpVH7UyiUwOc-g,8092
|
|
4
4
|
tccli/base_command.py,sha256=rFWNAwfS0GA6LLGNOM-iPI0RV81Jag5cZn536ZQN0pw,2859
|
|
@@ -128,8 +128,8 @@ tccli/services/cdc/v20201214/api.json,sha256=YYJHZNdjRub5nrccv2Xfm5P15NL9b_v4SaP
|
|
|
128
128
|
tccli/services/cdc/v20201214/examples.json,sha256=9miN0HEHXz5Ia9MqF8i5UqSqifO8dYaysTH_PKLcrF8,24530
|
|
129
129
|
tccli/services/cdn/__init__.py,sha256=Agk_ooNm4XDpmFiuEBddbgRoBheED_39r3sMiWylgG0,85
|
|
130
130
|
tccli/services/cdn/cdn_client.py,sha256=UYFoHf4VwKLhEoZopxgzco0VFMzU3O0ALRJ-oSyXjMw,142078
|
|
131
|
-
tccli/services/cdn/v20180606/api.json,sha256=
|
|
132
|
-
tccli/services/cdn/v20180606/examples.json,sha256=
|
|
131
|
+
tccli/services/cdn/v20180606/api.json,sha256=p5cuABca8i8cgHb8Q2EAt6mV7wDndEgIUeXrwhi6mE8,484895
|
|
132
|
+
tccli/services/cdn/v20180606/examples.json,sha256=JjwlHUxNhdahrkwQTnSA477nXCoTvNTiIwZCcYUS2Ls,50668
|
|
133
133
|
tccli/services/cdwdoris/__init__.py,sha256=rIQBmZynEI3sojHPPC3vLhdJ9YAOx5QnDIxvObAi2w4,95
|
|
134
134
|
tccli/services/cdwdoris/cdwdoris_client.py,sha256=TKx6W07tOjmmYYe3OYE2xRt0-w0w6PsedrEy7SZExyU,245937
|
|
135
135
|
tccli/services/cdwdoris/v20211228/api.json,sha256=1EGpWuHGYjEi7nl0TX-rArxgpeiFr8j3DLFg-qQgX4k,375099
|
|
@@ -202,8 +202,8 @@ tccli/services/ctsdb/v20230202/api.json,sha256=OdVCQn1d5ROlJirmxcGLM2TkLzDH2cunz
|
|
|
202
202
|
tccli/services/ctsdb/v20230202/examples.json,sha256=GB60VeEhL_lUbM6kjgL-9fqXGd7dc1C7TUCK6KRrrV4,3720
|
|
203
203
|
tccli/services/cvm/__init__.py,sha256=TlF7VMjJTb_ELng-8ghL1Zvrmu7MJyuNBU5KLiWrFnw,85
|
|
204
204
|
tccli/services/cvm/cvm_client.py,sha256=AaUfG_inZazAAiUDO9vOknDYWe9F7h8_jaRb9lRoUEQ,268363
|
|
205
|
-
tccli/services/cvm/v20170312/api.json,sha256=
|
|
206
|
-
tccli/services/cvm/v20170312/examples.json,sha256=
|
|
205
|
+
tccli/services/cvm/v20170312/api.json,sha256=zq8bEtWjgP_Qefg67VwliGOdc4bei4Zr0dvC7cO5EQY,488939
|
|
206
|
+
tccli/services/cvm/v20170312/examples.json,sha256=8xqK-RIA6xX3GTQ0r7Keza8XJydnKopeYCREQDEYUOI,122888
|
|
207
207
|
tccli/services/cwp/__init__.py,sha256=VzfiK7QzpNmTiO4zrmILRFSkKMJka8elLwzYLTjUPFw,85
|
|
208
208
|
tccli/services/cwp/cwp_client.py,sha256=F33EOyd7GPA13BsS3Sghk8txWpGgXi9815SX4rDJaDs,1457621
|
|
209
209
|
tccli/services/cwp/v20180228/api.json,sha256=dl5bSD0_GMwxmOIItlWCGJLcHilwgdV9x096K8Do1Oc,2098126
|
|
@@ -345,9 +345,9 @@ tccli/services/lcic/lcic_client.py,sha256=wSJGyyqjmGEM3YK7-Td_FQbSXPnYqdZLybGaKL
|
|
|
345
345
|
tccli/services/lcic/v20220817/api.json,sha256=by2AqUHHEoHfqBwSjovoHvSy3GHXogDLQTh8YFPK9aE,206324
|
|
346
346
|
tccli/services/lcic/v20220817/examples.json,sha256=qaLWkEiuuCIb4ayXg74PgMWtZ6-8g399ig2l1q3JEh0,42203
|
|
347
347
|
tccli/services/lighthouse/__init__.py,sha256=mthGX-k-GPfpudeGSVAEXUMitx-xg7Aw2ZcXxrjf_78,99
|
|
348
|
-
tccli/services/lighthouse/lighthouse_client.py,sha256=
|
|
349
|
-
tccli/services/lighthouse/v20200324/api.json,sha256=
|
|
350
|
-
tccli/services/lighthouse/v20200324/examples.json,sha256=
|
|
348
|
+
tccli/services/lighthouse/lighthouse_client.py,sha256=gI7QxkvRtR2Od7-50cK_y8uFxwRU0Daem10sL9sye8Q,255475
|
|
349
|
+
tccli/services/lighthouse/v20200324/api.json,sha256=ccXoEJeoNkjeBNX2o4obPiYPCJ_zPVE6ce9GULDvcdc,282359
|
|
350
|
+
tccli/services/lighthouse/v20200324/examples.json,sha256=bHt1a_1gjGJu_hMBjLxH7ZNY2YEEbC7ebS3IJoFcjnM,97984
|
|
351
351
|
tccli/services/live/__init__.py,sha256=RcvY72t1P1PSv7r9d9SCa9Iv7qvP8ok30HwiMcPVAs4,87
|
|
352
352
|
tccli/services/live/live_client.py,sha256=YazbVcHCgyoChuLRrcJ2TQpgMRaFkr-gxvCww3VBexs,381503
|
|
353
353
|
tccli/services/live/v20180801/api.json,sha256=sOpWYdA5KXf0jqzkrF0vMjO-f9kMquF1j02b5-XKZpo,488531
|
|
@@ -358,8 +358,8 @@ tccli/services/lke/v20231130/api.json,sha256=sFUiSmBmq5UBmPIbsQ7Z8GoUQ8fzH5FUqtM
|
|
|
358
358
|
tccli/services/lke/v20231130/examples.json,sha256=TJ3mpXSzr5kjpKflJC5KepCZ4kJhxnfWw8oNQxm_DLg,96183
|
|
359
359
|
tccli/services/lkeap/__init__.py,sha256=asxLax87Gwt4UF1pQoh5GX51weKCm6t8FPDRq-aKv7w,89
|
|
360
360
|
tccli/services/lkeap/lkeap_client.py,sha256=yDkmHauagKwbHsBSx3e_xc9EqPWtfuVnVf2NCGF3t4M,31000
|
|
361
|
-
tccli/services/lkeap/v20240522/api.json,sha256=
|
|
362
|
-
tccli/services/lkeap/v20240522/examples.json,sha256=
|
|
361
|
+
tccli/services/lkeap/v20240522/api.json,sha256=LCzhQMhZJH3ckL5uXK6vK1qmihaS2lFIYDIgCfPLUag,40003
|
|
362
|
+
tccli/services/lkeap/v20240522/examples.json,sha256=9Auj4_HISYFe2usoYfbbRlXgbhHDyvzYns-0qB6vewg,9239
|
|
363
363
|
tccli/services/mariadb/__init__.py,sha256=4rm-NJdnRdyhbcbl-bGHFG-A5r35oNP2wbr0o0tXySQ,93
|
|
364
364
|
tccli/services/mariadb/mariadb_client.py,sha256=co0SCIqTD78lpXiyff_6tK6MjL7HjZdG5tdNc5ngQcI,161839
|
|
365
365
|
tccli/services/mariadb/v20170312/api.json,sha256=vzlZQtLwkrV_RgRANe0cF9VfbBco_il6xdpW35XT-xA,232231
|
|
@@ -608,9 +608,9 @@ tccli/services/yunjing/__init__.py,sha256=8HTKN8_ow1j67tspqAbBMQgeteXAagLvtb9WAf
|
|
|
608
608
|
tccli/services/yunjing/yunjing_client.py,sha256=TgW9P5c1WrxNFj8viq_OLbeC5HYRdjHm7qv_hYr-Lqs,227266
|
|
609
609
|
tccli/services/yunjing/v20180228/api.json,sha256=zYojacZyPgPCi71CLBjuHsQR9mIxcZjCX5JwA9TYr1s,173428
|
|
610
610
|
tccli/services/yunjing/v20180228/examples.json,sha256=j3GL3TtNTkZpNLlksz0nJNCVDxYGUqfRqOt94Y-P8OE,58723
|
|
611
|
-
tccli_intl_en-3.1.
|
|
612
|
-
tccli_intl_en-3.1.
|
|
613
|
-
tccli_intl_en-3.1.
|
|
614
|
-
tccli_intl_en-3.1.
|
|
615
|
-
tccli_intl_en-3.1.
|
|
616
|
-
tccli_intl_en-3.1.
|
|
611
|
+
tccli_intl_en-3.1.18.1.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
612
|
+
tccli_intl_en-3.1.18.1.dist-info/METADATA,sha256=yTh9mfKMikGeYcixx5oK-_jkAbaJZEU22rocjOX6ziw,3063
|
|
613
|
+
tccli_intl_en-3.1.18.1.dist-info/WHEEL,sha256=Ll72iyqtt6Rbxp-Q7FSafYA1LeRv98X15xcZWRsFEmY,109
|
|
614
|
+
tccli_intl_en-3.1.18.1.dist-info/entry_points.txt,sha256=9ZzsXxi7Xj3ZneT7VxRVJpFvnmdEOeysh999_0gWVvo,85
|
|
615
|
+
tccli_intl_en-3.1.18.1.dist-info/top_level.txt,sha256=gYFrQRE3IqZ_46Syp-vkVwwvNaYEtKcM4fE_C4Puomk,6
|
|
616
|
+
tccli_intl_en-3.1.18.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|