tencentcloud-sdk-python-wedata 3.1.64__tar.gz → 3.1.67__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.
Files changed (22) hide show
  1. {tencentcloud_sdk_python_wedata-3.1.64 → tencentcloud_sdk_python_wedata-3.1.67}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_wedata-3.1.64 → tencentcloud_sdk_python_wedata-3.1.67}/setup.py +1 -1
  3. {tencentcloud_sdk_python_wedata-3.1.64 → tencentcloud_sdk_python_wedata-3.1.67}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_wedata-3.1.64 → tencentcloud_sdk_python_wedata-3.1.67}/tencentcloud/wedata/v20210820/models.py +34 -0
  5. {tencentcloud_sdk_python_wedata-3.1.64 → tencentcloud_sdk_python_wedata-3.1.67}/tencentcloud_sdk_python_wedata.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_wedata-3.1.67/tencentcloud_sdk_python_wedata.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_wedata-3.1.64/tencentcloud_sdk_python_wedata.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_wedata-3.1.64 → tencentcloud_sdk_python_wedata-3.1.67}/README.rst +0 -0
  9. {tencentcloud_sdk_python_wedata-3.1.64 → tencentcloud_sdk_python_wedata-3.1.67}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_wedata-3.1.64 → tencentcloud_sdk_python_wedata-3.1.67}/tencentcloud/wedata/__init__.py +0 -0
  11. {tencentcloud_sdk_python_wedata-3.1.64 → tencentcloud_sdk_python_wedata-3.1.67}/tencentcloud/wedata/v20210820/__init__.py +0 -0
  12. {tencentcloud_sdk_python_wedata-3.1.64 → tencentcloud_sdk_python_wedata-3.1.67}/tencentcloud/wedata/v20210820/errorcodes.py +0 -0
  13. {tencentcloud_sdk_python_wedata-3.1.64 → tencentcloud_sdk_python_wedata-3.1.67}/tencentcloud/wedata/v20210820/wedata_client.py +0 -0
  14. {tencentcloud_sdk_python_wedata-3.1.64 → tencentcloud_sdk_python_wedata-3.1.67}/tencentcloud/wedata/v20210820/wedata_client_async.py +0 -0
  15. {tencentcloud_sdk_python_wedata-3.1.64 → tencentcloud_sdk_python_wedata-3.1.67}/tencentcloud/wedata/v20250806/__init__.py +0 -0
  16. {tencentcloud_sdk_python_wedata-3.1.64 → tencentcloud_sdk_python_wedata-3.1.67}/tencentcloud/wedata/v20250806/errorcodes.py +0 -0
  17. {tencentcloud_sdk_python_wedata-3.1.64 → tencentcloud_sdk_python_wedata-3.1.67}/tencentcloud/wedata/v20250806/models.py +0 -0
  18. {tencentcloud_sdk_python_wedata-3.1.64 → tencentcloud_sdk_python_wedata-3.1.67}/tencentcloud/wedata/v20250806/wedata_client.py +0 -0
  19. {tencentcloud_sdk_python_wedata-3.1.64 → tencentcloud_sdk_python_wedata-3.1.67}/tencentcloud/wedata/v20250806/wedata_client_async.py +0 -0
  20. {tencentcloud_sdk_python_wedata-3.1.64 → tencentcloud_sdk_python_wedata-3.1.67}/tencentcloud_sdk_python_wedata.egg-info/SOURCES.txt +0 -0
  21. {tencentcloud_sdk_python_wedata-3.1.64 → tencentcloud_sdk_python_wedata-3.1.67}/tencentcloud_sdk_python_wedata.egg-info/dependency_links.txt +0 -0
  22. {tencentcloud_sdk_python_wedata-3.1.64 → tencentcloud_sdk_python_wedata-3.1.67}/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.64
3
+ Version: 3.1.67
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.64
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.67
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.64,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.67,<4.0.0"],
12
12
 
13
13
  version=tencentcloud.__version__,
14
14
  description='Tencent Cloud Wedata SDK for Python',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.64'
17
+ __version__ = '3.1.67'
@@ -5344,12 +5344,16 @@ class BaseUser(AbstractModel):
5344
5344
  :param _Email: 邮箱
5345
5345
  注意:此字段可能返回 null,表示取不到有效值。
5346
5346
  :type Email: str
5347
+ :param _UserTag: 0: 普通用户 1: entraId用户
5348
+ 注意:此字段可能返回 null,表示取不到有效值。
5349
+ :type UserTag: int
5347
5350
  """
5348
5351
  self._UserId = None
5349
5352
  self._UserName = None
5350
5353
  self._DisplayName = None
5351
5354
  self._PhoneNum = None
5352
5355
  self._Email = None
5356
+ self._UserTag = None
5353
5357
 
5354
5358
  @property
5355
5359
  def UserId(self):
@@ -5411,6 +5415,18 @@ class BaseUser(AbstractModel):
5411
5415
  def Email(self, Email):
5412
5416
  self._Email = Email
5413
5417
 
5418
+ @property
5419
+ def UserTag(self):
5420
+ r"""0: 普通用户 1: entraId用户
5421
+ 注意:此字段可能返回 null,表示取不到有效值。
5422
+ :rtype: int
5423
+ """
5424
+ return self._UserTag
5425
+
5426
+ @UserTag.setter
5427
+ def UserTag(self, UserTag):
5428
+ self._UserTag = UserTag
5429
+
5414
5430
 
5415
5431
  def _deserialize(self, params):
5416
5432
  self._UserId = params.get("UserId")
@@ -5418,6 +5434,7 @@ class BaseUser(AbstractModel):
5418
5434
  self._DisplayName = params.get("DisplayName")
5419
5435
  self._PhoneNum = params.get("PhoneNum")
5420
5436
  self._Email = params.get("Email")
5437
+ self._UserTag = params.get("UserTag")
5421
5438
  memeber_set = set(params.keys())
5422
5439
  for name, value in vars(self).items():
5423
5440
  property_name = name[1:]
@@ -86180,6 +86197,9 @@ class ProjectUserRole(AbstractModel):
86180
86197
  :param _Status: 用户状态 0:历史 1:正常 2:已删除
86181
86198
  注意:此字段可能返回 null,表示取不到有效值。
86182
86199
  :type Status: int
86200
+ :param _UserTag: 0: 普通用户 1: entraId用户
86201
+ 注意:此字段可能返回 null,表示取不到有效值。
86202
+ :type UserTag: int
86183
86203
  """
86184
86204
  self._Roles = None
86185
86205
  self._UserName = None
@@ -86195,6 +86215,7 @@ class ProjectUserRole(AbstractModel):
86195
86215
  self._IsProjectOwner = None
86196
86216
  self._CreateTimestamp = None
86197
86217
  self._Status = None
86218
+ self._UserTag = None
86198
86219
 
86199
86220
  @property
86200
86221
  def Roles(self):
@@ -86364,6 +86385,18 @@ class ProjectUserRole(AbstractModel):
86364
86385
  def Status(self, Status):
86365
86386
  self._Status = Status
86366
86387
 
86388
+ @property
86389
+ def UserTag(self):
86390
+ r"""0: 普通用户 1: entraId用户
86391
+ 注意:此字段可能返回 null,表示取不到有效值。
86392
+ :rtype: int
86393
+ """
86394
+ return self._UserTag
86395
+
86396
+ @UserTag.setter
86397
+ def UserTag(self, UserTag):
86398
+ self._UserTag = UserTag
86399
+
86367
86400
 
86368
86401
  def _deserialize(self, params):
86369
86402
  if params.get("Roles") is not None:
@@ -86385,6 +86418,7 @@ class ProjectUserRole(AbstractModel):
86385
86418
  self._IsProjectOwner = params.get("IsProjectOwner")
86386
86419
  self._CreateTimestamp = params.get("CreateTimestamp")
86387
86420
  self._Status = params.get("Status")
86421
+ self._UserTag = params.get("UserTag")
86388
86422
  memeber_set = set(params.keys())
86389
86423
  for name, value in vars(self).items():
86390
86424
  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.64
3
+ Version: 3.1.67
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.64
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.67
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.67
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.64