tencentcloud-sdk-ccc 3.0.522 → 3.0.523

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: 5efae4a59aa77d0d6e59b7d490ae86c6ab7f4114
4
- data.tar.gz: d42096a653e49bdc26434eadbf4894c8cda8f1e8
3
+ metadata.gz: b3b74176c81bb25b5956bf0ce9c4cf5c3da92e1d
4
+ data.tar.gz: a114fd0682c10cefac978d66e235451302c852b3
5
5
  SHA512:
6
- metadata.gz: 2d5b1291f7c217ac57fb324daf46b4d767412c847949c5d2ece96d6a0c97f1deaa2bd0ebf2f3d78d5824eddf7fd5710aad39e57f3c82ed64417901d0f638bd3a
7
- data.tar.gz: 0a7746d2eb2d66dc666cdad094f41a833e1bce76afcd7377fe1a87e9db753f3e06ebdef2d0e32d266ee640ce98fffc187d0cc4f056057620b9c4a0fafc748ced
6
+ metadata.gz: 6395ade1b322e108883ac15f12a60a2af4daaa17bc42be51874fec99657effb855db5cc97c6db034bfa66fc2aacf137f71d165ebf74428c77c9707948e37f929
7
+ data.tar.gz: 0a5857ef68fc3435fb37de4c5694562a12012208471273cfc0539291c99ff22af3f49ce64544822e058b9df1eb05ba534d662aa76ebcca44beeeada5c5904b38
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.522
1
+ 3.0.523
@@ -1912,15 +1912,18 @@ module TencentCloud
1912
1912
  # @type TelCallInCount: Integer
1913
1913
  # @param SeatUsedCount: 坐席使用统计个数
1914
1914
  # @type SeatUsedCount: Integer
1915
+ # @param VoipCallInCount: 音频套餐包消耗分钟数
1916
+ # @type VoipCallInCount: Integer
1915
1917
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1916
1918
  # @type RequestId: String
1917
1919
 
1918
- attr_accessor :TelCallOutCount, :TelCallInCount, :SeatUsedCount, :RequestId
1920
+ attr_accessor :TelCallOutCount, :TelCallInCount, :SeatUsedCount, :VoipCallInCount, :RequestId
1919
1921
 
1920
- def initialize(telcalloutcount=nil, telcallincount=nil, seatusedcount=nil, requestid=nil)
1922
+ def initialize(telcalloutcount=nil, telcallincount=nil, seatusedcount=nil, voipcallincount=nil, requestid=nil)
1921
1923
  @TelCallOutCount = telcalloutcount
1922
1924
  @TelCallInCount = telcallincount
1923
1925
  @SeatUsedCount = seatusedcount
1926
+ @VoipCallInCount = voipcallincount
1924
1927
  @RequestId = requestid
1925
1928
  end
1926
1929
 
@@ -1928,6 +1931,7 @@ module TencentCloud
1928
1931
  @TelCallOutCount = params['TelCallOutCount']
1929
1932
  @TelCallInCount = params['TelCallInCount']
1930
1933
  @SeatUsedCount = params['SeatUsedCount']
1934
+ @VoipCallInCount = params['VoipCallInCount']
1931
1935
  @RequestId = params['RequestId']
1932
1936
  end
1933
1937
  end
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.522
4
+ version: 3.0.523
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-03-06 00:00:00.000000000 Z
11
+ date: 2023-03-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common