tencentcloud-sdk-python-adp 3.1.124__tar.gz → 3.1.125__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_adp-3.1.124 → tencentcloud_sdk_python_adp-3.1.125}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_adp-3.1.124 → tencentcloud_sdk_python_adp-3.1.125}/setup.py +1 -1
- {tencentcloud_sdk_python_adp-3.1.124 → tencentcloud_sdk_python_adp-3.1.125}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_adp-3.1.124 → tencentcloud_sdk_python_adp-3.1.125}/tencentcloud/adp/v20260520/models.py +25 -10
- {tencentcloud_sdk_python_adp-3.1.124 → tencentcloud_sdk_python_adp-3.1.125}/tencentcloud_sdk_python_adp.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_adp-3.1.125/tencentcloud_sdk_python_adp.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_adp-3.1.124/tencentcloud_sdk_python_adp.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_adp-3.1.124 → tencentcloud_sdk_python_adp-3.1.125}/README.rst +0 -0
- {tencentcloud_sdk_python_adp-3.1.124 → tencentcloud_sdk_python_adp-3.1.125}/setup.cfg +0 -0
- {tencentcloud_sdk_python_adp-3.1.124 → tencentcloud_sdk_python_adp-3.1.125}/tencentcloud/adp/__init__.py +0 -0
- {tencentcloud_sdk_python_adp-3.1.124 → tencentcloud_sdk_python_adp-3.1.125}/tencentcloud/adp/v20260520/__init__.py +0 -0
- {tencentcloud_sdk_python_adp-3.1.124 → tencentcloud_sdk_python_adp-3.1.125}/tencentcloud/adp/v20260520/adp_client.py +0 -0
- {tencentcloud_sdk_python_adp-3.1.124 → tencentcloud_sdk_python_adp-3.1.125}/tencentcloud/adp/v20260520/adp_client_async.py +0 -0
- {tencentcloud_sdk_python_adp-3.1.124 → tencentcloud_sdk_python_adp-3.1.125}/tencentcloud/adp/v20260520/errorcodes.py +0 -0
- {tencentcloud_sdk_python_adp-3.1.124 → tencentcloud_sdk_python_adp-3.1.125}/tencentcloud_sdk_python_adp.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_adp-3.1.124 → tencentcloud_sdk_python_adp-3.1.125}/tencentcloud_sdk_python_adp.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_adp-3.1.124 → tencentcloud_sdk_python_adp-3.1.125}/tencentcloud_sdk_python_adp.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-adp
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.125
|
|
4
4
|
Summary: Tencent Cloud Adp 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.125
|
|
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-adp',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.125,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Adp SDK for Python',
|
|
@@ -15689,26 +15689,29 @@ class SingleWorkflowConfig(AbstractModel):
|
|
|
15689
15689
|
|
|
15690
15690
|
def __init__(self):
|
|
15691
15691
|
r"""
|
|
15692
|
-
:param _AsyncWorkflow:
|
|
15692
|
+
:param _AsyncWorkflow: <p>是否开启异步工作流</p>
|
|
15693
15693
|
:type AsyncWorkflow: bool
|
|
15694
|
-
:param _Status:
|
|
15694
|
+
:param _Status: <p>状态 发布状态(UNPUBLISHED: 待发布 PUBLISHING: 发布中 PUBLISHED: 已发布 PUBLISHED_FAIL:发布失败;DRAFT:待调试)</p>
|
|
15695
15695
|
:type Status: str
|
|
15696
|
-
:param _WorkflowDescription:
|
|
15696
|
+
:param _WorkflowDescription: <p>工作流描述</p>
|
|
15697
15697
|
:type WorkflowDescription: str
|
|
15698
|
-
:param _WorkflowId:
|
|
15698
|
+
:param _WorkflowId: <p>工作流Id</p>
|
|
15699
15699
|
:type WorkflowId: str
|
|
15700
|
-
:param _WorkflowName:
|
|
15700
|
+
:param _WorkflowName: <p>工作流名称</p>
|
|
15701
15701
|
:type WorkflowName: str
|
|
15702
|
+
:param _Enabled: <p>工作流是否启用</p>
|
|
15703
|
+
:type Enabled: bool
|
|
15702
15704
|
"""
|
|
15703
15705
|
self._AsyncWorkflow = None
|
|
15704
15706
|
self._Status = None
|
|
15705
15707
|
self._WorkflowDescription = None
|
|
15706
15708
|
self._WorkflowId = None
|
|
15707
15709
|
self._WorkflowName = None
|
|
15710
|
+
self._Enabled = None
|
|
15708
15711
|
|
|
15709
15712
|
@property
|
|
15710
15713
|
def AsyncWorkflow(self):
|
|
15711
|
-
r"""
|
|
15714
|
+
r"""<p>是否开启异步工作流</p>
|
|
15712
15715
|
:rtype: bool
|
|
15713
15716
|
"""
|
|
15714
15717
|
return self._AsyncWorkflow
|
|
@@ -15719,7 +15722,7 @@ class SingleWorkflowConfig(AbstractModel):
|
|
|
15719
15722
|
|
|
15720
15723
|
@property
|
|
15721
15724
|
def Status(self):
|
|
15722
|
-
r"""
|
|
15725
|
+
r"""<p>状态 发布状态(UNPUBLISHED: 待发布 PUBLISHING: 发布中 PUBLISHED: 已发布 PUBLISHED_FAIL:发布失败;DRAFT:待调试)</p>
|
|
15723
15726
|
:rtype: str
|
|
15724
15727
|
"""
|
|
15725
15728
|
return self._Status
|
|
@@ -15730,7 +15733,7 @@ class SingleWorkflowConfig(AbstractModel):
|
|
|
15730
15733
|
|
|
15731
15734
|
@property
|
|
15732
15735
|
def WorkflowDescription(self):
|
|
15733
|
-
r"""
|
|
15736
|
+
r"""<p>工作流描述</p>
|
|
15734
15737
|
:rtype: str
|
|
15735
15738
|
"""
|
|
15736
15739
|
return self._WorkflowDescription
|
|
@@ -15741,7 +15744,7 @@ class SingleWorkflowConfig(AbstractModel):
|
|
|
15741
15744
|
|
|
15742
15745
|
@property
|
|
15743
15746
|
def WorkflowId(self):
|
|
15744
|
-
r"""
|
|
15747
|
+
r"""<p>工作流Id</p>
|
|
15745
15748
|
:rtype: str
|
|
15746
15749
|
"""
|
|
15747
15750
|
return self._WorkflowId
|
|
@@ -15752,7 +15755,7 @@ class SingleWorkflowConfig(AbstractModel):
|
|
|
15752
15755
|
|
|
15753
15756
|
@property
|
|
15754
15757
|
def WorkflowName(self):
|
|
15755
|
-
r"""
|
|
15758
|
+
r"""<p>工作流名称</p>
|
|
15756
15759
|
:rtype: str
|
|
15757
15760
|
"""
|
|
15758
15761
|
return self._WorkflowName
|
|
@@ -15761,6 +15764,17 @@ class SingleWorkflowConfig(AbstractModel):
|
|
|
15761
15764
|
def WorkflowName(self, WorkflowName):
|
|
15762
15765
|
self._WorkflowName = WorkflowName
|
|
15763
15766
|
|
|
15767
|
+
@property
|
|
15768
|
+
def Enabled(self):
|
|
15769
|
+
r"""<p>工作流是否启用</p>
|
|
15770
|
+
:rtype: bool
|
|
15771
|
+
"""
|
|
15772
|
+
return self._Enabled
|
|
15773
|
+
|
|
15774
|
+
@Enabled.setter
|
|
15775
|
+
def Enabled(self, Enabled):
|
|
15776
|
+
self._Enabled = Enabled
|
|
15777
|
+
|
|
15764
15778
|
|
|
15765
15779
|
def _deserialize(self, params):
|
|
15766
15780
|
self._AsyncWorkflow = params.get("AsyncWorkflow")
|
|
@@ -15768,6 +15782,7 @@ class SingleWorkflowConfig(AbstractModel):
|
|
|
15768
15782
|
self._WorkflowDescription = params.get("WorkflowDescription")
|
|
15769
15783
|
self._WorkflowId = params.get("WorkflowId")
|
|
15770
15784
|
self._WorkflowName = params.get("WorkflowName")
|
|
15785
|
+
self._Enabled = params.get("Enabled")
|
|
15771
15786
|
memeber_set = set(params.keys())
|
|
15772
15787
|
for name, value in vars(self).items():
|
|
15773
15788
|
property_name = name[1:]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-adp
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.125
|
|
4
4
|
Summary: Tencent Cloud Adp 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.125
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.125
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.124
|
|
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
|