tencentcloud-sdk-python-wedata 3.1.64__tar.gz → 3.1.77__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.77}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_wedata-3.1.64 → tencentcloud_sdk_python_wedata-3.1.77}/setup.py +1 -1
  3. {tencentcloud_sdk_python_wedata-3.1.64 → tencentcloud_sdk_python_wedata-3.1.77}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_wedata-3.1.64 → tencentcloud_sdk_python_wedata-3.1.77}/tencentcloud/wedata/v20210820/models.py +67 -16
  5. {tencentcloud_sdk_python_wedata-3.1.64 → tencentcloud_sdk_python_wedata-3.1.77}/tencentcloud_sdk_python_wedata.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_wedata-3.1.77/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.77}/README.rst +0 -0
  9. {tencentcloud_sdk_python_wedata-3.1.64 → tencentcloud_sdk_python_wedata-3.1.77}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_wedata-3.1.64 → tencentcloud_sdk_python_wedata-3.1.77}/tencentcloud/wedata/__init__.py +0 -0
  11. {tencentcloud_sdk_python_wedata-3.1.64 → tencentcloud_sdk_python_wedata-3.1.77}/tencentcloud/wedata/v20210820/__init__.py +0 -0
  12. {tencentcloud_sdk_python_wedata-3.1.64 → tencentcloud_sdk_python_wedata-3.1.77}/tencentcloud/wedata/v20210820/errorcodes.py +0 -0
  13. {tencentcloud_sdk_python_wedata-3.1.64 → tencentcloud_sdk_python_wedata-3.1.77}/tencentcloud/wedata/v20210820/wedata_client.py +0 -0
  14. {tencentcloud_sdk_python_wedata-3.1.64 → tencentcloud_sdk_python_wedata-3.1.77}/tencentcloud/wedata/v20210820/wedata_client_async.py +0 -0
  15. {tencentcloud_sdk_python_wedata-3.1.64 → tencentcloud_sdk_python_wedata-3.1.77}/tencentcloud/wedata/v20250806/__init__.py +0 -0
  16. {tencentcloud_sdk_python_wedata-3.1.64 → tencentcloud_sdk_python_wedata-3.1.77}/tencentcloud/wedata/v20250806/errorcodes.py +0 -0
  17. {tencentcloud_sdk_python_wedata-3.1.64 → tencentcloud_sdk_python_wedata-3.1.77}/tencentcloud/wedata/v20250806/models.py +0 -0
  18. {tencentcloud_sdk_python_wedata-3.1.64 → tencentcloud_sdk_python_wedata-3.1.77}/tencentcloud/wedata/v20250806/wedata_client.py +0 -0
  19. {tencentcloud_sdk_python_wedata-3.1.64 → tencentcloud_sdk_python_wedata-3.1.77}/tencentcloud/wedata/v20250806/wedata_client_async.py +0 -0
  20. {tencentcloud_sdk_python_wedata-3.1.64 → tencentcloud_sdk_python_wedata-3.1.77}/tencentcloud_sdk_python_wedata.egg-info/SOURCES.txt +0 -0
  21. {tencentcloud_sdk_python_wedata-3.1.64 → tencentcloud_sdk_python_wedata-3.1.77}/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.77}/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.77
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.77
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.77,<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.77'
@@ -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:]
@@ -56649,30 +56666,33 @@ class EventListenerTaskInfo(AbstractModel):
56649
56666
 
56650
56667
  def __init__(self):
56651
56668
  r"""
56652
- :param _TaskId: 任务id
56669
+ :param _TaskId: <p>任务id</p>
56653
56670
  注意:此字段可能返回 null,表示取不到有效值。
56654
56671
  :type TaskId: str
56655
- :param _TaskName: 任务名称
56672
+ :param _TaskName: <p>任务名称</p>
56656
56673
  注意:此字段可能返回 null,表示取不到有效值。
56657
56674
  :type TaskName: str
56658
- :param _WorkflowId: 工作流id
56675
+ :param _WorkflowId: <p>工作流id</p>
56659
56676
  注意:此字段可能返回 null,表示取不到有效值。
56660
56677
  :type WorkflowId: str
56661
- :param _WorkflowName: 工作流名称
56678
+ :param _WorkflowName: <p>工作流名称</p>
56662
56679
  注意:此字段可能返回 null,表示取不到有效值。
56663
56680
  :type WorkflowName: str
56664
- :param _TaskTypeId: 任务类型id
56681
+ :param _TaskTypeId: <p>任务类型id</p>
56665
56682
  注意:此字段可能返回 null,表示取不到有效值。
56666
56683
  :type TaskTypeId: int
56667
- :param _TaskType: 任务类型名称
56684
+ :param _TaskType: <p>任务类型名称</p>
56668
56685
  注意:此字段可能返回 null,表示取不到有效值。
56669
56686
  :type TaskType: str
56670
- :param _ProjectId: 项目id
56687
+ :param _ProjectId: <p>项目id</p>
56671
56688
  注意:此字段可能返回 null,表示取不到有效值。
56672
56689
  :type ProjectId: str
56673
- :param _CycleType: 任务周期类型
56690
+ :param _CycleType: <p>任务周期类型</p>
56674
56691
  注意:此字段可能返回 null,表示取不到有效值。
56675
56692
  :type CycleType: str
56693
+ :param _EventName: <p>事件名称</p>
56694
+ 注意:此字段可能返回 null,表示取不到有效值。
56695
+ :type EventName: str
56676
56696
  """
56677
56697
  self._TaskId = None
56678
56698
  self._TaskName = None
@@ -56682,10 +56702,11 @@ class EventListenerTaskInfo(AbstractModel):
56682
56702
  self._TaskType = None
56683
56703
  self._ProjectId = None
56684
56704
  self._CycleType = None
56705
+ self._EventName = None
56685
56706
 
56686
56707
  @property
56687
56708
  def TaskId(self):
56688
- r"""任务id
56709
+ r"""<p>任务id</p>
56689
56710
  注意:此字段可能返回 null,表示取不到有效值。
56690
56711
  :rtype: str
56691
56712
  """
@@ -56697,7 +56718,7 @@ class EventListenerTaskInfo(AbstractModel):
56697
56718
 
56698
56719
  @property
56699
56720
  def TaskName(self):
56700
- r"""任务名称
56721
+ r"""<p>任务名称</p>
56701
56722
  注意:此字段可能返回 null,表示取不到有效值。
56702
56723
  :rtype: str
56703
56724
  """
@@ -56709,7 +56730,7 @@ class EventListenerTaskInfo(AbstractModel):
56709
56730
 
56710
56731
  @property
56711
56732
  def WorkflowId(self):
56712
- r"""工作流id
56733
+ r"""<p>工作流id</p>
56713
56734
  注意:此字段可能返回 null,表示取不到有效值。
56714
56735
  :rtype: str
56715
56736
  """
@@ -56721,7 +56742,7 @@ class EventListenerTaskInfo(AbstractModel):
56721
56742
 
56722
56743
  @property
56723
56744
  def WorkflowName(self):
56724
- r"""工作流名称
56745
+ r"""<p>工作流名称</p>
56725
56746
  注意:此字段可能返回 null,表示取不到有效值。
56726
56747
  :rtype: str
56727
56748
  """
@@ -56733,7 +56754,7 @@ class EventListenerTaskInfo(AbstractModel):
56733
56754
 
56734
56755
  @property
56735
56756
  def TaskTypeId(self):
56736
- r"""任务类型id
56757
+ r"""<p>任务类型id</p>
56737
56758
  注意:此字段可能返回 null,表示取不到有效值。
56738
56759
  :rtype: int
56739
56760
  """
@@ -56745,7 +56766,7 @@ class EventListenerTaskInfo(AbstractModel):
56745
56766
 
56746
56767
  @property
56747
56768
  def TaskType(self):
56748
- r"""任务类型名称
56769
+ r"""<p>任务类型名称</p>
56749
56770
  注意:此字段可能返回 null,表示取不到有效值。
56750
56771
  :rtype: str
56751
56772
  """
@@ -56757,7 +56778,7 @@ class EventListenerTaskInfo(AbstractModel):
56757
56778
 
56758
56779
  @property
56759
56780
  def ProjectId(self):
56760
- r"""项目id
56781
+ r"""<p>项目id</p>
56761
56782
  注意:此字段可能返回 null,表示取不到有效值。
56762
56783
  :rtype: str
56763
56784
  """
@@ -56769,7 +56790,7 @@ class EventListenerTaskInfo(AbstractModel):
56769
56790
 
56770
56791
  @property
56771
56792
  def CycleType(self):
56772
- r"""任务周期类型
56793
+ r"""<p>任务周期类型</p>
56773
56794
  注意:此字段可能返回 null,表示取不到有效值。
56774
56795
  :rtype: str
56775
56796
  """
@@ -56779,6 +56800,18 @@ class EventListenerTaskInfo(AbstractModel):
56779
56800
  def CycleType(self, CycleType):
56780
56801
  self._CycleType = CycleType
56781
56802
 
56803
+ @property
56804
+ def EventName(self):
56805
+ r"""<p>事件名称</p>
56806
+ 注意:此字段可能返回 null,表示取不到有效值。
56807
+ :rtype: str
56808
+ """
56809
+ return self._EventName
56810
+
56811
+ @EventName.setter
56812
+ def EventName(self, EventName):
56813
+ self._EventName = EventName
56814
+
56782
56815
 
56783
56816
  def _deserialize(self, params):
56784
56817
  self._TaskId = params.get("TaskId")
@@ -56789,6 +56822,7 @@ class EventListenerTaskInfo(AbstractModel):
56789
56822
  self._TaskType = params.get("TaskType")
56790
56823
  self._ProjectId = params.get("ProjectId")
56791
56824
  self._CycleType = params.get("CycleType")
56825
+ self._EventName = params.get("EventName")
56792
56826
  memeber_set = set(params.keys())
56793
56827
  for name, value in vars(self).items():
56794
56828
  property_name = name[1:]
@@ -86180,6 +86214,9 @@ class ProjectUserRole(AbstractModel):
86180
86214
  :param _Status: 用户状态 0:历史 1:正常 2:已删除
86181
86215
  注意:此字段可能返回 null,表示取不到有效值。
86182
86216
  :type Status: int
86217
+ :param _UserTag: 0: 普通用户 1: entraId用户
86218
+ 注意:此字段可能返回 null,表示取不到有效值。
86219
+ :type UserTag: int
86183
86220
  """
86184
86221
  self._Roles = None
86185
86222
  self._UserName = None
@@ -86195,6 +86232,7 @@ class ProjectUserRole(AbstractModel):
86195
86232
  self._IsProjectOwner = None
86196
86233
  self._CreateTimestamp = None
86197
86234
  self._Status = None
86235
+ self._UserTag = None
86198
86236
 
86199
86237
  @property
86200
86238
  def Roles(self):
@@ -86364,6 +86402,18 @@ class ProjectUserRole(AbstractModel):
86364
86402
  def Status(self, Status):
86365
86403
  self._Status = Status
86366
86404
 
86405
+ @property
86406
+ def UserTag(self):
86407
+ r"""0: 普通用户 1: entraId用户
86408
+ 注意:此字段可能返回 null,表示取不到有效值。
86409
+ :rtype: int
86410
+ """
86411
+ return self._UserTag
86412
+
86413
+ @UserTag.setter
86414
+ def UserTag(self, UserTag):
86415
+ self._UserTag = UserTag
86416
+
86367
86417
 
86368
86418
  def _deserialize(self, params):
86369
86419
  if params.get("Roles") is not None:
@@ -86385,6 +86435,7 @@ class ProjectUserRole(AbstractModel):
86385
86435
  self._IsProjectOwner = params.get("IsProjectOwner")
86386
86436
  self._CreateTimestamp = params.get("CreateTimestamp")
86387
86437
  self._Status = params.get("Status")
86438
+ self._UserTag = params.get("UserTag")
86388
86439
  memeber_set = set(params.keys())
86389
86440
  for name, value in vars(self).items():
86390
86441
  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.77
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.77
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.77
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.64