tencentcloud-sdk-ccc 3.0.871 → 3.0.872

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2fc85f79e2f0f87238ac45bfbfd9c7c7a80fc2e9
4
- data.tar.gz: 39a3a9e2e573a56af1b67db0eb2be516c72880df
3
+ metadata.gz: 0eb37060177979c8dbea1cb2430ec47b14ad1723
4
+ data.tar.gz: 65c3ca6dabad873b8a227fc54ed1e053e5f12d97
5
5
  SHA512:
6
- metadata.gz: 66d5cb58066f0d200b70830b74dd3d987f9f964347ff37c74349fac5e5c2e5240c9dab6615a46c3ec871cebecd728ae86e4564e6f8dce2a1342fa9ead895b9d9
7
- data.tar.gz: 2079d60fc702d0d8424e8e13ca4260a8a127fc1c9cf9ecb7f74b2dc3af156893ebb43c1a45d0bcecb3d830aea1448b1cdf0d1865695c879b2e0d063aad4d526a
6
+ metadata.gz: 3b1c265ced8db5bc72d3d3635253467c2b565209e055cc55ac30982482421389dddbd33e8f600adab1550de92f345252873964897ec9a186f670654b2f95c511
7
+ data.tar.gz: 11328aa579596676bd02fdbdc1f59fbb1aec4ac9796e6c66681c874216b83e0f47d518501e9b5b094d041b05940668fbc177e7534e5833d75f48cae74a67daf5
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.871
1
+ 3.0.872
@@ -1417,7 +1417,7 @@ module TencentCloud
1417
1417
  class DeleteStaffRequest < TencentCloud::Common::AbstractModel
1418
1418
  # @param SdkAppId: 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
1419
1419
  # @type SdkAppId: Integer
1420
- # @param StaffList: 待删除客服邮箱列表
1420
+ # @param StaffList: 待删除客服邮箱列表,一次最大支持200个。
1421
1421
  # @type StaffList: Array
1422
1422
 
1423
1423
  attr_accessor :SdkAppId, :StaffList
@@ -3042,9 +3042,9 @@ module TencentCloud
3042
3042
 
3043
3043
  # DescribeTelCdr请求参数结构体
3044
3044
  class DescribeTelCdrRequest < TencentCloud::Common::AbstractModel
3045
- # @param StartTimeStamp: 起始时间戳,Unix 秒级时间戳
3045
+ # @param StartTimeStamp: 起始时间戳,Unix 秒级时间戳,最大支持近180天。
3046
3046
  # @type StartTimeStamp: Integer
3047
- # @param EndTimeStamp: 结束时间戳,Unix 秒级时间戳
3047
+ # @param EndTimeStamp: 结束时间戳,Unix 秒级时间戳,结束时间与开始时间的区间范围小于90天。
3048
3048
  # @type EndTimeStamp: Integer
3049
3049
  # @param InstanceId: 实例 ID(废弃)
3050
3050
  # @type InstanceId: Integer
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-ccc
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.871
4
+ version: 3.0.872
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-07-23 00:00:00.000000000 Z
11
+ date: 2024-07-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common