tencentcloud-sdk-python-weilingwith 3.0.1350__py2.py3-none-any.whl → 3.0.1352__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.
- tencentcloud/__init__.py +1 -1
- tencentcloud/weilingwith/v20230427/weilingwith_client.py +3 -1
- {tencentcloud_sdk_python_weilingwith-3.0.1350.dist-info → tencentcloud_sdk_python_weilingwith-3.0.1352.dist-info}/METADATA +2 -2
- {tencentcloud_sdk_python_weilingwith-3.0.1350.dist-info → tencentcloud_sdk_python_weilingwith-3.0.1352.dist-info}/RECORD +6 -6
- {tencentcloud_sdk_python_weilingwith-3.0.1350.dist-info → tencentcloud_sdk_python_weilingwith-3.0.1352.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python_weilingwith-3.0.1350.dist-info → tencentcloud_sdk_python_weilingwith-3.0.1352.dist-info}/top_level.txt +0 -0
tencentcloud/__init__.py
CHANGED
@@ -510,7 +510,9 @@ class WeilingwithClient(AbstractClient):
|
|
510
510
|
|
511
511
|
|
512
512
|
def DescribeCityWorkspaceList(self, request):
|
513
|
-
"""
|
513
|
+
"""老微瓴后续不继续更新
|
514
|
+
|
515
|
+
通过城市id查询工作空间列表
|
514
516
|
|
515
517
|
:param request: Request instance for DescribeCityWorkspaceList.
|
516
518
|
:type request: :class:`tencentcloud.weilingwith.v20230427.models.DescribeCityWorkspaceListRequest`
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: tencentcloud-sdk-python-weilingwith
|
3
|
-
Version: 3.0.
|
3
|
+
Version: 3.0.1352
|
4
4
|
Summary: Tencent Cloud Weilingwith 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 (==3.0.
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common (==3.0.1352)
|
19
19
|
|
20
20
|
============================
|
21
21
|
Tencent Cloud SDK for Python
|
@@ -1,10 +1,10 @@
|
|
1
|
-
tencentcloud/__init__.py,sha256=
|
1
|
+
tencentcloud/__init__.py,sha256=aDZ5eQgmcMT-yJd0WTxlur9jbf5iYekzN4z7cWanDNU,631
|
2
2
|
tencentcloud/weilingwith/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
3
3
|
tencentcloud/weilingwith/v20230427/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
4
4
|
tencentcloud/weilingwith/v20230427/errorcodes.py,sha256=X6eW2aW6obRprFUx7xLZH_McLbE3NyJQX2LTddzH_pU,8533
|
5
5
|
tencentcloud/weilingwith/v20230427/models.py,sha256=p6LDiM1v3LUyydI3CJRg0eEeVSz96Wjh9mrt8qTtLGg,557645
|
6
|
-
tencentcloud/weilingwith/v20230427/weilingwith_client.py,sha256=
|
7
|
-
tencentcloud_sdk_python_weilingwith-3.0.
|
8
|
-
tencentcloud_sdk_python_weilingwith-3.0.
|
9
|
-
tencentcloud_sdk_python_weilingwith-3.0.
|
10
|
-
tencentcloud_sdk_python_weilingwith-3.0.
|
6
|
+
tencentcloud/weilingwith/v20230427/weilingwith_client.py,sha256=hTsXKi34dzAf7QUlDGtwv9L0HsnWNKufp3I9WCTLQC0,60071
|
7
|
+
tencentcloud_sdk_python_weilingwith-3.0.1352.dist-info/METADATA,sha256=k9YjXDWR7bpAMnytkuDLQlyt9I8g1t0oIRuLPsfjZCc,1536
|
8
|
+
tencentcloud_sdk_python_weilingwith-3.0.1352.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
|
9
|
+
tencentcloud_sdk_python_weilingwith-3.0.1352.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
|
10
|
+
tencentcloud_sdk_python_weilingwith-3.0.1352.dist-info/RECORD,,
|
File without changes
|