tencentcloud-sdk-python-ccc 3.1.31__tar.gz → 3.1.33__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_ccc-3.1.31 → tencentcloud_sdk_python_ccc-3.1.33}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_ccc-3.1.31 → tencentcloud_sdk_python_ccc-3.1.33}/setup.py +1 -1
  3. {tencentcloud_sdk_python_ccc-3.1.31 → tencentcloud_sdk_python_ccc-3.1.33}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_ccc-3.1.31 → tencentcloud_sdk_python_ccc-3.1.33}/tencentcloud/ccc/v20200210/models.py +17 -2
  5. {tencentcloud_sdk_python_ccc-3.1.31 → tencentcloud_sdk_python_ccc-3.1.33}/tencentcloud_sdk_python_ccc.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_ccc-3.1.33/tencentcloud_sdk_python_ccc.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_ccc-3.1.31/tencentcloud_sdk_python_ccc.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_ccc-3.1.31 → tencentcloud_sdk_python_ccc-3.1.33}/README.rst +0 -0
  9. {tencentcloud_sdk_python_ccc-3.1.31 → tencentcloud_sdk_python_ccc-3.1.33}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_ccc-3.1.31 → tencentcloud_sdk_python_ccc-3.1.33}/tencentcloud/ccc/__init__.py +0 -0
  11. {tencentcloud_sdk_python_ccc-3.1.31 → tencentcloud_sdk_python_ccc-3.1.33}/tencentcloud/ccc/v20200210/__init__.py +0 -0
  12. {tencentcloud_sdk_python_ccc-3.1.31 → tencentcloud_sdk_python_ccc-3.1.33}/tencentcloud/ccc/v20200210/ccc_client.py +0 -0
  13. {tencentcloud_sdk_python_ccc-3.1.31 → tencentcloud_sdk_python_ccc-3.1.33}/tencentcloud/ccc/v20200210/ccc_client_async.py +0 -0
  14. {tencentcloud_sdk_python_ccc-3.1.31 → tencentcloud_sdk_python_ccc-3.1.33}/tencentcloud/ccc/v20200210/errorcodes.py +0 -0
  15. {tencentcloud_sdk_python_ccc-3.1.31 → tencentcloud_sdk_python_ccc-3.1.33}/tencentcloud_sdk_python_ccc.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_ccc-3.1.31 → tencentcloud_sdk_python_ccc-3.1.33}/tencentcloud_sdk_python_ccc.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_ccc-3.1.31 → tencentcloud_sdk_python_ccc-3.1.33}/tencentcloud_sdk_python_ccc.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-ccc
3
- Version: 3.1.31
3
+ Version: 3.1.33
4
4
  Summary: Tencent Cloud Ccc 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.31
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.33
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-ccc',
11
- install_requires=["tencentcloud-sdk-python-common>=3.1.31,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.33,<4.0.0"],
12
12
 
13
13
  version=tencentcloud.__version__,
14
14
  description='Tencent Cloud Ccc SDK for Python',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.31'
17
+ __version__ = '3.1.33'
@@ -3315,7 +3315,7 @@ HoaiMy
3315
3315
  &quot;APIUrl&quot;: &quot;https://api.minimax.chat/v1/t2a_v2&quot;,
3316
3316
  &quot;APIKey&quot;: &quot;eyxxxx&quot;,
3317
3317
  &quot;GroupId&quot;: &quot;181000000000000&quot;,
3318
- &quot;VoiceType&quot;:&quot;female-tianmei-jingpin&quot;,
3318
+ &quot;VoiceType&quot;:&quot;female-tianmei&quot;,
3319
3319
  &quot;Speed&quot;: 1.2
3320
3320
  }
3321
3321
  </code></pre>
@@ -3397,6 +3397,8 @@ HoaiMy
3397
3397
  :type LLMExtraBody: str
3398
3398
  :param _MaxCallDurationMs: 最大通话时长, 默认不限制。单位毫秒(ms)
3399
3399
  :type MaxCallDurationMs: int
3400
+ :param _MaxRingTimeoutSecond: 最大振铃时长,达到时长阈值自动挂断。 **仅自携号码支持当前参数**
3401
+ :type MaxRingTimeoutSecond: int
3400
3402
  """
3401
3403
  self._SdkAppId = None
3402
3404
  self._Callee = None
@@ -3435,6 +3437,7 @@ HoaiMy
3435
3437
  self._VoicemailAction = None
3436
3438
  self._LLMExtraBody = None
3437
3439
  self._MaxCallDurationMs = None
3440
+ self._MaxRingTimeoutSecond = None
3438
3441
 
3439
3442
  @property
3440
3443
  def SdkAppId(self):
@@ -3807,7 +3810,7 @@ HoaiMy
3807
3810
  &quot;APIUrl&quot;: &quot;https://api.minimax.chat/v1/t2a_v2&quot;,
3808
3811
  &quot;APIKey&quot;: &quot;eyxxxx&quot;,
3809
3812
  &quot;GroupId&quot;: &quot;181000000000000&quot;,
3810
- &quot;VoiceType&quot;:&quot;female-tianmei-jingpin&quot;,
3813
+ &quot;VoiceType&quot;:&quot;female-tianmei&quot;,
3811
3814
  &quot;Speed&quot;: 1.2
3812
3815
  }
3813
3816
  </code></pre>
@@ -4017,6 +4020,17 @@ HoaiMy
4017
4020
  def MaxCallDurationMs(self, MaxCallDurationMs):
4018
4021
  self._MaxCallDurationMs = MaxCallDurationMs
4019
4022
 
4023
+ @property
4024
+ def MaxRingTimeoutSecond(self):
4025
+ r"""最大振铃时长,达到时长阈值自动挂断。 **仅自携号码支持当前参数**
4026
+ :rtype: int
4027
+ """
4028
+ return self._MaxRingTimeoutSecond
4029
+
4030
+ @MaxRingTimeoutSecond.setter
4031
+ def MaxRingTimeoutSecond(self, MaxRingTimeoutSecond):
4032
+ self._MaxRingTimeoutSecond = MaxRingTimeoutSecond
4033
+
4020
4034
 
4021
4035
  def _deserialize(self, params):
4022
4036
  self._SdkAppId = params.get("SdkAppId")
@@ -4078,6 +4092,7 @@ HoaiMy
4078
4092
  self._VoicemailAction = params.get("VoicemailAction")
4079
4093
  self._LLMExtraBody = params.get("LLMExtraBody")
4080
4094
  self._MaxCallDurationMs = params.get("MaxCallDurationMs")
4095
+ self._MaxRingTimeoutSecond = params.get("MaxRingTimeoutSecond")
4081
4096
  memeber_set = set(params.keys())
4082
4097
  for name, value in vars(self).items():
4083
4098
  property_name = name[1:]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-ccc
3
- Version: 3.1.31
3
+ Version: 3.1.33
4
4
  Summary: Tencent Cloud Ccc 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.31
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.33
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.33
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.31