tencentcloud-sdk-python-lke 3.1.61__tar.gz → 3.1.62__tar.gz
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.
- {tencentcloud_sdk_python_lke-3.1.61 → tencentcloud_sdk_python_lke-3.1.62}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_lke-3.1.61 → tencentcloud_sdk_python_lke-3.1.62}/setup.py +1 -1
- {tencentcloud_sdk_python_lke-3.1.61 → tencentcloud_sdk_python_lke-3.1.62}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_lke-3.1.61 → tencentcloud_sdk_python_lke-3.1.62}/tencentcloud/lke/v20231130/models.py +4 -2
- {tencentcloud_sdk_python_lke-3.1.61 → tencentcloud_sdk_python_lke-3.1.62}/tencentcloud_sdk_python_lke.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_lke-3.1.62/tencentcloud_sdk_python_lke.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_lke-3.1.61/tencentcloud_sdk_python_lke.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_lke-3.1.61 → tencentcloud_sdk_python_lke-3.1.62}/README.rst +0 -0
- {tencentcloud_sdk_python_lke-3.1.61 → tencentcloud_sdk_python_lke-3.1.62}/setup.cfg +0 -0
- {tencentcloud_sdk_python_lke-3.1.61 → tencentcloud_sdk_python_lke-3.1.62}/tencentcloud/lke/__init__.py +0 -0
- {tencentcloud_sdk_python_lke-3.1.61 → tencentcloud_sdk_python_lke-3.1.62}/tencentcloud/lke/v20231130/__init__.py +0 -0
- {tencentcloud_sdk_python_lke-3.1.61 → tencentcloud_sdk_python_lke-3.1.62}/tencentcloud/lke/v20231130/errorcodes.py +0 -0
- {tencentcloud_sdk_python_lke-3.1.61 → tencentcloud_sdk_python_lke-3.1.62}/tencentcloud/lke/v20231130/lke_client.py +0 -0
- {tencentcloud_sdk_python_lke-3.1.61 → tencentcloud_sdk_python_lke-3.1.62}/tencentcloud/lke/v20231130/lke_client_async.py +0 -0
- {tencentcloud_sdk_python_lke-3.1.61 → tencentcloud_sdk_python_lke-3.1.62}/tencentcloud_sdk_python_lke.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_lke-3.1.61 → tencentcloud_sdk_python_lke-3.1.62}/tencentcloud_sdk_python_lke.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_lke-3.1.61 → tencentcloud_sdk_python_lke-3.1.62}/tencentcloud_sdk_python_lke.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-lke
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.62
|
|
4
4
|
Summary: Tencent Cloud Lke SDK for Python
|
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
6
|
Author: Tencent Cloud
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.6
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
-
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.62
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-lke',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.62,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Lke SDK for Python',
|
|
@@ -32886,7 +32886,8 @@ class RenameDocRequest(AbstractModel):
|
|
|
32886
32886
|
:type LoginUin: str
|
|
32887
32887
|
:param _LoginSubAccountUin: 登录用户子账号(集成商模式必填)
|
|
32888
32888
|
:type LoginSubAccountUin: str
|
|
32889
|
-
:param _BotBizId: 应用ID
|
|
32889
|
+
:param _BotBizId: 应用ID,获取方法参看[如何获取 BotBizId](https://cloud.tencent.com/document/product/1759/109469#4eecb8c1-6ce4-45f5-8fa2-b269449d8efa)。
|
|
32890
|
+
重命名知识库文档时,该参数填入知识库ID。
|
|
32890
32891
|
:type BotBizId: str
|
|
32891
32892
|
:param _DocBizId: 文档ID
|
|
32892
32893
|
:type DocBizId: str
|
|
@@ -32923,7 +32924,8 @@ class RenameDocRequest(AbstractModel):
|
|
|
32923
32924
|
|
|
32924
32925
|
@property
|
|
32925
32926
|
def BotBizId(self):
|
|
32926
|
-
r"""应用ID
|
|
32927
|
+
r"""应用ID,获取方法参看[如何获取 BotBizId](https://cloud.tencent.com/document/product/1759/109469#4eecb8c1-6ce4-45f5-8fa2-b269449d8efa)。
|
|
32928
|
+
重命名知识库文档时,该参数填入知识库ID。
|
|
32927
32929
|
:rtype: str
|
|
32928
32930
|
"""
|
|
32929
32931
|
return self._BotBizId
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-lke
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.62
|
|
4
4
|
Summary: Tencent Cloud Lke SDK for Python
|
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
6
|
Author: Tencent Cloud
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.6
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
-
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.62
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.62
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.61
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|