tencentcloud-sdk-python-csip 3.1.34__py2.py3-none-any.whl → 3.1.43__py2.py3-none-any.whl

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/__init__.py CHANGED
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.34'
17
+ __version__ = '3.1.43'
@@ -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 开启, 2关闭
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 开启, 2关闭
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.34
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.34
18
+ Requires-Dist: tencentcloud-sdk-python-common <4.0.0,>=3.1.43
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -1,11 +1,11 @@
1
- tencentcloud/__init__.py,sha256=-Z1hTxhJXpn9Uitiw4nt8_PRp2coEelVSDZc-Qhm_3Y,629
1
+ tencentcloud/__init__.py,sha256=1lxcM80RWVOZKsweYR7qlMn3Ck_Ga03gteNFVJe4q7g,629
2
2
  tencentcloud/csip/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
3
  tencentcloud/csip/v20221121/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
4
  tencentcloud/csip/v20221121/csip_client.py,sha256=TePNovcD8MV5ra-9ijpm_BoD5ddfl5f82Z7bAUxUrRw,76706
5
5
  tencentcloud/csip/v20221121/csip_client_async.py,sha256=EsnpFYnwPyQVRENVNO7_9b9omJv7mn_aYzOAUFrJF3Q,51403
6
6
  tencentcloud/csip/v20221121/errorcodes.py,sha256=tQq2byfzCpkRMLmW2QNKwIYBoudFePHil-JJw8TnPFE,2200
7
- tencentcloud/csip/v20221121/models.py,sha256=Vvs3pub3Zk28aw__f27LBpSij_c-XTw9eYijeiKmNvY,1057612
8
- tencentcloud_sdk_python_csip-3.1.34.dist-info/METADATA,sha256=UV_VhHfcwDA_DDWzJ8rjXDfytZ8yDjdVXvL-EiHsrvU,1500
9
- tencentcloud_sdk_python_csip-3.1.34.dist-info/WHEEL,sha256=I3glN-nznogni2CWkAvi6vPRkBhTbVeYvJZnIsln6uc,109
10
- tencentcloud_sdk_python_csip-3.1.34.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
11
- tencentcloud_sdk_python_csip-3.1.34.dist-info/RECORD,,
7
+ tencentcloud/csip/v20221121/models.py,sha256=GJLcNqU4kwhXfIFaE6eXLUiYSmfvVAs_wu2Dw79SYd8,1058069
8
+ tencentcloud_sdk_python_csip-3.1.43.dist-info/METADATA,sha256=1kza2UlLxpYkU9o86m0KLk3vFMTb2RWauIShv5GDUZo,1500
9
+ tencentcloud_sdk_python_csip-3.1.43.dist-info/WHEEL,sha256=I3glN-nznogni2CWkAvi6vPRkBhTbVeYvJZnIsln6uc,109
10
+ tencentcloud_sdk_python_csip-3.1.43.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
11
+ tencentcloud_sdk_python_csip-3.1.43.dist-info/RECORD,,