tencentcloud-sdk-python-wedata 3.1.81__tar.gz → 3.1.82__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_wedata-3.1.81 → tencentcloud_sdk_python_wedata-3.1.82}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_wedata-3.1.81 → tencentcloud_sdk_python_wedata-3.1.82}/setup.py +1 -1
- {tencentcloud_sdk_python_wedata-3.1.81 → tencentcloud_sdk_python_wedata-3.1.82}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_wedata-3.1.81 → tencentcloud_sdk_python_wedata-3.1.82}/tencentcloud/wedata/v20210820/models.py +52 -18
- {tencentcloud_sdk_python_wedata-3.1.81 → tencentcloud_sdk_python_wedata-3.1.82}/tencentcloud_sdk_python_wedata.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_wedata-3.1.82/tencentcloud_sdk_python_wedata.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_wedata-3.1.81/tencentcloud_sdk_python_wedata.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_wedata-3.1.81 → tencentcloud_sdk_python_wedata-3.1.82}/README.rst +0 -0
- {tencentcloud_sdk_python_wedata-3.1.81 → tencentcloud_sdk_python_wedata-3.1.82}/setup.cfg +0 -0
- {tencentcloud_sdk_python_wedata-3.1.81 → tencentcloud_sdk_python_wedata-3.1.82}/tencentcloud/wedata/__init__.py +0 -0
- {tencentcloud_sdk_python_wedata-3.1.81 → tencentcloud_sdk_python_wedata-3.1.82}/tencentcloud/wedata/v20210820/__init__.py +0 -0
- {tencentcloud_sdk_python_wedata-3.1.81 → tencentcloud_sdk_python_wedata-3.1.82}/tencentcloud/wedata/v20210820/errorcodes.py +0 -0
- {tencentcloud_sdk_python_wedata-3.1.81 → tencentcloud_sdk_python_wedata-3.1.82}/tencentcloud/wedata/v20210820/wedata_client.py +0 -0
- {tencentcloud_sdk_python_wedata-3.1.81 → tencentcloud_sdk_python_wedata-3.1.82}/tencentcloud/wedata/v20210820/wedata_client_async.py +0 -0
- {tencentcloud_sdk_python_wedata-3.1.81 → tencentcloud_sdk_python_wedata-3.1.82}/tencentcloud/wedata/v20250806/__init__.py +0 -0
- {tencentcloud_sdk_python_wedata-3.1.81 → tencentcloud_sdk_python_wedata-3.1.82}/tencentcloud/wedata/v20250806/errorcodes.py +0 -0
- {tencentcloud_sdk_python_wedata-3.1.81 → tencentcloud_sdk_python_wedata-3.1.82}/tencentcloud/wedata/v20250806/models.py +0 -0
- {tencentcloud_sdk_python_wedata-3.1.81 → tencentcloud_sdk_python_wedata-3.1.82}/tencentcloud/wedata/v20250806/wedata_client.py +0 -0
- {tencentcloud_sdk_python_wedata-3.1.81 → tencentcloud_sdk_python_wedata-3.1.82}/tencentcloud/wedata/v20250806/wedata_client_async.py +0 -0
- {tencentcloud_sdk_python_wedata-3.1.81 → tencentcloud_sdk_python_wedata-3.1.82}/tencentcloud_sdk_python_wedata.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_wedata-3.1.81 → tencentcloud_sdk_python_wedata-3.1.82}/tencentcloud_sdk_python_wedata.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_wedata-3.1.81 → tencentcloud_sdk_python_wedata-3.1.82}/tencentcloud_sdk_python_wedata.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-wedata
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.82
|
|
4
4
|
Summary: Tencent Cloud Wedata 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.82
|
|
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-wedata',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.82,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Wedata SDK for Python',
|
|
@@ -102940,32 +102940,38 @@ class SystemRole(AbstractModel):
|
|
|
102940
102940
|
|
|
102941
102941
|
def __init__(self):
|
|
102942
102942
|
r"""
|
|
102943
|
-
:param _RoleId:
|
|
102943
|
+
:param _RoleId: <p>角色id</p>
|
|
102944
102944
|
:type RoleId: str
|
|
102945
|
-
:param _Name:
|
|
102945
|
+
:param _Name: <p>角色名称</p>
|
|
102946
102946
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
102947
102947
|
:type Name: str
|
|
102948
|
-
:param _NameCn:
|
|
102948
|
+
:param _NameCn: <p>角色昵称</p>
|
|
102949
102949
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
102950
102950
|
:type NameCn: str
|
|
102951
|
-
:param _Description:
|
|
102951
|
+
:param _Description: <p>描述</p>
|
|
102952
102952
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
102953
102953
|
:type Description: str
|
|
102954
|
-
:param _Privileges:
|
|
102954
|
+
:param _Privileges: <p>角色权限</p>
|
|
102955
102955
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
102956
102956
|
:type Privileges: list of RolePrivilege
|
|
102957
|
-
:param _MethodPaths:
|
|
102957
|
+
:param _MethodPaths: <p>方法路径</p>
|
|
102958
102958
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
102959
102959
|
:type MethodPaths: list of str
|
|
102960
|
-
:param _RoleType:
|
|
102960
|
+
:param _RoleType: <p>角色类型, 分为System,Tenant,Project,Commercial</p>
|
|
102961
102961
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
102962
102962
|
:type RoleType: str
|
|
102963
|
-
:param _SystemInit:
|
|
102963
|
+
:param _SystemInit: <p>是否系统默认</p>
|
|
102964
102964
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
102965
102965
|
:type SystemInit: bool
|
|
102966
|
-
:param _Params:
|
|
102966
|
+
:param _Params: <p>自定义参数</p>
|
|
102967
102967
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
102968
102968
|
:type Params: str
|
|
102969
|
+
:param _CreateTimeStr: <p>创建时间</p>
|
|
102970
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
102971
|
+
:type CreateTimeStr: str
|
|
102972
|
+
:param _Creator: <p>创建人</p>
|
|
102973
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
102974
|
+
:type Creator: str
|
|
102969
102975
|
"""
|
|
102970
102976
|
self._RoleId = None
|
|
102971
102977
|
self._Name = None
|
|
@@ -102976,10 +102982,12 @@ class SystemRole(AbstractModel):
|
|
|
102976
102982
|
self._RoleType = None
|
|
102977
102983
|
self._SystemInit = None
|
|
102978
102984
|
self._Params = None
|
|
102985
|
+
self._CreateTimeStr = None
|
|
102986
|
+
self._Creator = None
|
|
102979
102987
|
|
|
102980
102988
|
@property
|
|
102981
102989
|
def RoleId(self):
|
|
102982
|
-
r"""
|
|
102990
|
+
r"""<p>角色id</p>
|
|
102983
102991
|
:rtype: str
|
|
102984
102992
|
"""
|
|
102985
102993
|
return self._RoleId
|
|
@@ -102990,7 +102998,7 @@ class SystemRole(AbstractModel):
|
|
|
102990
102998
|
|
|
102991
102999
|
@property
|
|
102992
103000
|
def Name(self):
|
|
102993
|
-
r"""
|
|
103001
|
+
r"""<p>角色名称</p>
|
|
102994
103002
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
102995
103003
|
:rtype: str
|
|
102996
103004
|
"""
|
|
@@ -103002,7 +103010,7 @@ class SystemRole(AbstractModel):
|
|
|
103002
103010
|
|
|
103003
103011
|
@property
|
|
103004
103012
|
def NameCn(self):
|
|
103005
|
-
r"""
|
|
103013
|
+
r"""<p>角色昵称</p>
|
|
103006
103014
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
103007
103015
|
:rtype: str
|
|
103008
103016
|
"""
|
|
@@ -103014,7 +103022,7 @@ class SystemRole(AbstractModel):
|
|
|
103014
103022
|
|
|
103015
103023
|
@property
|
|
103016
103024
|
def Description(self):
|
|
103017
|
-
r"""
|
|
103025
|
+
r"""<p>描述</p>
|
|
103018
103026
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
103019
103027
|
:rtype: str
|
|
103020
103028
|
"""
|
|
@@ -103026,7 +103034,7 @@ class SystemRole(AbstractModel):
|
|
|
103026
103034
|
|
|
103027
103035
|
@property
|
|
103028
103036
|
def Privileges(self):
|
|
103029
|
-
r"""
|
|
103037
|
+
r"""<p>角色权限</p>
|
|
103030
103038
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
103031
103039
|
:rtype: list of RolePrivilege
|
|
103032
103040
|
"""
|
|
@@ -103038,7 +103046,7 @@ class SystemRole(AbstractModel):
|
|
|
103038
103046
|
|
|
103039
103047
|
@property
|
|
103040
103048
|
def MethodPaths(self):
|
|
103041
|
-
r"""
|
|
103049
|
+
r"""<p>方法路径</p>
|
|
103042
103050
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
103043
103051
|
:rtype: list of str
|
|
103044
103052
|
"""
|
|
@@ -103050,7 +103058,7 @@ class SystemRole(AbstractModel):
|
|
|
103050
103058
|
|
|
103051
103059
|
@property
|
|
103052
103060
|
def RoleType(self):
|
|
103053
|
-
r"""
|
|
103061
|
+
r"""<p>角色类型, 分为System,Tenant,Project,Commercial</p>
|
|
103054
103062
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
103055
103063
|
:rtype: str
|
|
103056
103064
|
"""
|
|
@@ -103062,7 +103070,7 @@ class SystemRole(AbstractModel):
|
|
|
103062
103070
|
|
|
103063
103071
|
@property
|
|
103064
103072
|
def SystemInit(self):
|
|
103065
|
-
r"""
|
|
103073
|
+
r"""<p>是否系统默认</p>
|
|
103066
103074
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
103067
103075
|
:rtype: bool
|
|
103068
103076
|
"""
|
|
@@ -103074,7 +103082,7 @@ class SystemRole(AbstractModel):
|
|
|
103074
103082
|
|
|
103075
103083
|
@property
|
|
103076
103084
|
def Params(self):
|
|
103077
|
-
r"""
|
|
103085
|
+
r"""<p>自定义参数</p>
|
|
103078
103086
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
103079
103087
|
:rtype: str
|
|
103080
103088
|
"""
|
|
@@ -103084,6 +103092,30 @@ class SystemRole(AbstractModel):
|
|
|
103084
103092
|
def Params(self, Params):
|
|
103085
103093
|
self._Params = Params
|
|
103086
103094
|
|
|
103095
|
+
@property
|
|
103096
|
+
def CreateTimeStr(self):
|
|
103097
|
+
r"""<p>创建时间</p>
|
|
103098
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
103099
|
+
:rtype: str
|
|
103100
|
+
"""
|
|
103101
|
+
return self._CreateTimeStr
|
|
103102
|
+
|
|
103103
|
+
@CreateTimeStr.setter
|
|
103104
|
+
def CreateTimeStr(self, CreateTimeStr):
|
|
103105
|
+
self._CreateTimeStr = CreateTimeStr
|
|
103106
|
+
|
|
103107
|
+
@property
|
|
103108
|
+
def Creator(self):
|
|
103109
|
+
r"""<p>创建人</p>
|
|
103110
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
103111
|
+
:rtype: str
|
|
103112
|
+
"""
|
|
103113
|
+
return self._Creator
|
|
103114
|
+
|
|
103115
|
+
@Creator.setter
|
|
103116
|
+
def Creator(self, Creator):
|
|
103117
|
+
self._Creator = Creator
|
|
103118
|
+
|
|
103087
103119
|
|
|
103088
103120
|
def _deserialize(self, params):
|
|
103089
103121
|
self._RoleId = params.get("RoleId")
|
|
@@ -103100,6 +103132,8 @@ class SystemRole(AbstractModel):
|
|
|
103100
103132
|
self._RoleType = params.get("RoleType")
|
|
103101
103133
|
self._SystemInit = params.get("SystemInit")
|
|
103102
103134
|
self._Params = params.get("Params")
|
|
103135
|
+
self._CreateTimeStr = params.get("CreateTimeStr")
|
|
103136
|
+
self._Creator = params.get("Creator")
|
|
103103
103137
|
memeber_set = set(params.keys())
|
|
103104
103138
|
for name, value in vars(self).items():
|
|
103105
103139
|
property_name = name[1:]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-wedata
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.82
|
|
4
4
|
Summary: Tencent Cloud Wedata 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.82
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.82
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.81
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|