tencentcloud-sdk-python-csip 3.1.34__tar.gz → 3.1.43__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_csip-3.1.34 → tencentcloud_sdk_python_csip-3.1.43}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_csip-3.1.34 → tencentcloud_sdk_python_csip-3.1.43}/setup.py +1 -1
- {tencentcloud_sdk_python_csip-3.1.34 → tencentcloud_sdk_python_csip-3.1.43}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_csip-3.1.34 → tencentcloud_sdk_python_csip-3.1.43}/tencentcloud/csip/v20221121/models.py +17 -2
- {tencentcloud_sdk_python_csip-3.1.34 → tencentcloud_sdk_python_csip-3.1.43}/tencentcloud_sdk_python_csip.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_csip-3.1.43/tencentcloud_sdk_python_csip.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_csip-3.1.34/tencentcloud_sdk_python_csip.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_csip-3.1.34 → tencentcloud_sdk_python_csip-3.1.43}/README.rst +0 -0
- {tencentcloud_sdk_python_csip-3.1.34 → tencentcloud_sdk_python_csip-3.1.43}/setup.cfg +0 -0
- {tencentcloud_sdk_python_csip-3.1.34 → tencentcloud_sdk_python_csip-3.1.43}/tencentcloud/csip/__init__.py +0 -0
- {tencentcloud_sdk_python_csip-3.1.34 → tencentcloud_sdk_python_csip-3.1.43}/tencentcloud/csip/v20221121/__init__.py +0 -0
- {tencentcloud_sdk_python_csip-3.1.34 → tencentcloud_sdk_python_csip-3.1.43}/tencentcloud/csip/v20221121/csip_client.py +0 -0
- {tencentcloud_sdk_python_csip-3.1.34 → tencentcloud_sdk_python_csip-3.1.43}/tencentcloud/csip/v20221121/csip_client_async.py +0 -0
- {tencentcloud_sdk_python_csip-3.1.34 → tencentcloud_sdk_python_csip-3.1.43}/tencentcloud/csip/v20221121/errorcodes.py +0 -0
- {tencentcloud_sdk_python_csip-3.1.34 → tencentcloud_sdk_python_csip-3.1.43}/tencentcloud_sdk_python_csip.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_csip-3.1.34 → tencentcloud_sdk_python_csip-3.1.43}/tencentcloud_sdk_python_csip.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_csip-3.1.34 → tencentcloud_sdk_python_csip-3.1.43}/tencentcloud_sdk_python_csip.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-csip
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.43
|
|
4
4
|
Summary: Tencent Cloud Csip 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.43
|
|
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-csip',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.43,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Csip SDK for Python',
|
|
@@ -15222,6 +15222,8 @@ class DescribeCallRecordRequest(AbstractModel):
|
|
|
15222
15222
|
:type SourceIPID: int
|
|
15223
15223
|
:param _AccUin: 访问账号uin
|
|
15224
15224
|
:type AccUin: str
|
|
15225
|
+
:param _AccessKey: 访问密钥,注意:不支持临时密钥的情况
|
|
15226
|
+
:type AccessKey: str
|
|
15225
15227
|
:param _Filter: 过滤器
|
|
15226
15228
|
:type Filter: :class:`tencentcloud.csip.v20221121.models.Filter`
|
|
15227
15229
|
"""
|
|
@@ -15229,6 +15231,7 @@ class DescribeCallRecordRequest(AbstractModel):
|
|
|
15229
15231
|
self._AccessKeyID = None
|
|
15230
15232
|
self._SourceIPID = None
|
|
15231
15233
|
self._AccUin = None
|
|
15234
|
+
self._AccessKey = None
|
|
15232
15235
|
self._Filter = None
|
|
15233
15236
|
|
|
15234
15237
|
@property
|
|
@@ -15275,6 +15278,17 @@ class DescribeCallRecordRequest(AbstractModel):
|
|
|
15275
15278
|
def AccUin(self, AccUin):
|
|
15276
15279
|
self._AccUin = AccUin
|
|
15277
15280
|
|
|
15281
|
+
@property
|
|
15282
|
+
def AccessKey(self):
|
|
15283
|
+
r"""访问密钥,注意:不支持临时密钥的情况
|
|
15284
|
+
:rtype: str
|
|
15285
|
+
"""
|
|
15286
|
+
return self._AccessKey
|
|
15287
|
+
|
|
15288
|
+
@AccessKey.setter
|
|
15289
|
+
def AccessKey(self, AccessKey):
|
|
15290
|
+
self._AccessKey = AccessKey
|
|
15291
|
+
|
|
15278
15292
|
@property
|
|
15279
15293
|
def Filter(self):
|
|
15280
15294
|
r"""过滤器
|
|
@@ -15292,6 +15306,7 @@ class DescribeCallRecordRequest(AbstractModel):
|
|
|
15292
15306
|
self._AccessKeyID = params.get("AccessKeyID")
|
|
15293
15307
|
self._SourceIPID = params.get("SourceIPID")
|
|
15294
15308
|
self._AccUin = params.get("AccUin")
|
|
15309
|
+
self._AccessKey = params.get("AccessKey")
|
|
15295
15310
|
if params.get("Filter") is not None:
|
|
15296
15311
|
self._Filter = Filter()
|
|
15297
15312
|
self._Filter._deserialize(params.get("Filter"))
|
|
@@ -27414,7 +27429,7 @@ class ModifyOrganizationAccountStatusRequest(AbstractModel):
|
|
|
27414
27429
|
|
|
27415
27430
|
def __init__(self):
|
|
27416
27431
|
r"""
|
|
27417
|
-
:param _Status: 修改集团账号状态,1 开启,
|
|
27432
|
+
:param _Status: 修改集团账号状态,1 开启, 0关闭
|
|
27418
27433
|
:type Status: int
|
|
27419
27434
|
:param _MemberId: 集团账号的成员id
|
|
27420
27435
|
:type MemberId: list of str
|
|
@@ -27424,7 +27439,7 @@ class ModifyOrganizationAccountStatusRequest(AbstractModel):
|
|
|
27424
27439
|
|
|
27425
27440
|
@property
|
|
27426
27441
|
def Status(self):
|
|
27427
|
-
r"""修改集团账号状态,1 开启,
|
|
27442
|
+
r"""修改集团账号状态,1 开启, 0关闭
|
|
27428
27443
|
:rtype: int
|
|
27429
27444
|
"""
|
|
27430
27445
|
return self._Status
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-csip
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.43
|
|
4
4
|
Summary: Tencent Cloud Csip 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.43
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.43
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.34
|
|
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
|