tencentcloud-sdk-python-adp 3.1.151__tar.gz → 3.1.154__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 (17) hide show
  1. {tencentcloud_sdk_python_adp-3.1.151 → tencentcloud_sdk_python_adp-3.1.154}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_adp-3.1.151 → tencentcloud_sdk_python_adp-3.1.154}/setup.py +1 -1
  3. {tencentcloud_sdk_python_adp-3.1.151 → tencentcloud_sdk_python_adp-3.1.154}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_adp-3.1.151 → tencentcloud_sdk_python_adp-3.1.154}/tencentcloud/adp/v20260520/models.py +8 -8
  5. {tencentcloud_sdk_python_adp-3.1.151 → tencentcloud_sdk_python_adp-3.1.154}/tencentcloud_sdk_python_adp.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_adp-3.1.154/tencentcloud_sdk_python_adp.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_adp-3.1.151/tencentcloud_sdk_python_adp.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_adp-3.1.151 → tencentcloud_sdk_python_adp-3.1.154}/README.rst +0 -0
  9. {tencentcloud_sdk_python_adp-3.1.151 → tencentcloud_sdk_python_adp-3.1.154}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_adp-3.1.151 → tencentcloud_sdk_python_adp-3.1.154}/tencentcloud/adp/__init__.py +0 -0
  11. {tencentcloud_sdk_python_adp-3.1.151 → tencentcloud_sdk_python_adp-3.1.154}/tencentcloud/adp/v20260520/__init__.py +0 -0
  12. {tencentcloud_sdk_python_adp-3.1.151 → tencentcloud_sdk_python_adp-3.1.154}/tencentcloud/adp/v20260520/adp_client.py +0 -0
  13. {tencentcloud_sdk_python_adp-3.1.151 → tencentcloud_sdk_python_adp-3.1.154}/tencentcloud/adp/v20260520/adp_client_async.py +0 -0
  14. {tencentcloud_sdk_python_adp-3.1.151 → tencentcloud_sdk_python_adp-3.1.154}/tencentcloud/adp/v20260520/errorcodes.py +0 -0
  15. {tencentcloud_sdk_python_adp-3.1.151 → tencentcloud_sdk_python_adp-3.1.154}/tencentcloud_sdk_python_adp.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_adp-3.1.151 → tencentcloud_sdk_python_adp-3.1.154}/tencentcloud_sdk_python_adp.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_adp-3.1.151 → tencentcloud_sdk_python_adp-3.1.154}/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.151
3
+ Version: 3.1.154
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.151
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.154
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.151,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.154,<4.0.0"],
12
12
 
13
13
  version=tencentcloud.__version__,
14
14
  description='Tencent Cloud Adp SDK for Python',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.151'
17
+ __version__ = '3.1.154'
@@ -3381,9 +3381,9 @@ class AppGreetingConfig(AbstractModel):
3381
3381
 
3382
3382
  def __init__(self):
3383
3383
  r"""
3384
- :param _Greeting: 欢迎语内容
3384
+ :param _Greeting: <p>欢迎语内容</p>
3385
3385
  :type Greeting: str
3386
- :param _OpeningQuestionList: 开场问题列表
3386
+ :param _OpeningQuestionList: <p>开场问题列表</p>
3387
3387
  :type OpeningQuestionList: list of str
3388
3388
  """
3389
3389
  self._Greeting = None
@@ -3391,7 +3391,7 @@ class AppGreetingConfig(AbstractModel):
3391
3391
 
3392
3392
  @property
3393
3393
  def Greeting(self):
3394
- r"""欢迎语内容
3394
+ r"""<p>欢迎语内容</p>
3395
3395
  :rtype: str
3396
3396
  """
3397
3397
  return self._Greeting
@@ -3402,7 +3402,7 @@ class AppGreetingConfig(AbstractModel):
3402
3402
 
3403
3403
  @property
3404
3404
  def OpeningQuestionList(self):
3405
- r"""开场问题列表
3405
+ r"""<p>开场问题列表</p>
3406
3406
  :rtype: list of str
3407
3407
  """
3408
3408
  return self._OpeningQuestionList
@@ -4331,9 +4331,9 @@ class AppStatusInfo(AbstractModel):
4331
4331
 
4332
4332
  def __init__(self):
4333
4333
  r"""
4334
- :param _Status: 应用状态 (OFFLINE:未上线, RUNNING:运行中, DISABLED:停用)。枚举值: 1:未上线, 2:运行中, 3:停用
4334
+ :param _Status: <p>应用状态</p><p>枚举值:</p><ul><li>1 未上线</li><li>2 运行中</li><li>3: 停用</li><li>4: 导入中</li></ul>
4335
4335
  :type Status: int
4336
- :param _StatusDescription: 状态描述
4336
+ :param _StatusDescription: <p>状态描述</p>
4337
4337
  :type StatusDescription: str
4338
4338
  """
4339
4339
  self._Status = None
@@ -4341,7 +4341,7 @@ class AppStatusInfo(AbstractModel):
4341
4341
 
4342
4342
  @property
4343
4343
  def Status(self):
4344
- r"""应用状态 (OFFLINE:未上线, RUNNING:运行中, DISABLED:停用)。枚举值: 1:未上线, 2:运行中, 3:停用
4344
+ r"""<p>应用状态</p><p>枚举值:</p><ul><li>1 未上线</li><li>2 运行中</li><li>3: 停用</li><li>4: 导入中</li></ul>
4345
4345
  :rtype: int
4346
4346
  """
4347
4347
  return self._Status
@@ -4352,7 +4352,7 @@ class AppStatusInfo(AbstractModel):
4352
4352
 
4353
4353
  @property
4354
4354
  def StatusDescription(self):
4355
- r"""状态描述
4355
+ r"""<p>状态描述</p>
4356
4356
  :rtype: str
4357
4357
  """
4358
4358
  return self._StatusDescription
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-adp
3
- Version: 3.1.151
3
+ Version: 3.1.154
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.151
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.154
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.154
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.151