tencentcloud-sdk-ccc 3.0.537 → 3.0.539

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20200210/models.rb +10 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f5cfbbb090fe624e7e40c153d3802ed16d4bf717
4
- data.tar.gz: f5cab2891449861636d9ecaececb28e005d0baab
3
+ metadata.gz: 3d3e41e43608447e1ce8f37473e526802e3cf0e0
4
+ data.tar.gz: 2be1e26f39a89007a79d66e33571b48d83be213e
5
5
  SHA512:
6
- metadata.gz: 0ee6ddb3b987a7eccf2de365816e8f1461c6c0c514feb0421d99bf07b98f7ade1e82309b84f0f932d45c312b15ee456b137b8f89e5487f2e6ed536c21bf9af40
7
- data.tar.gz: 13ec1c086b6b18165f48847552ebd19c03d5b7311452ec4dfbee32d65216754fca90ab85cbf8f2a3d7eb38b1dd11086f3bf80b0d7d7e6929633438358b602e2c
6
+ metadata.gz: 867389855356dab9b4be8715a24ff565fb196aaa1fa65ba64cd78a54bae989669ac137475568668c38c9440b4378eb34a92307c399ea9c691d72a8d69359ca02
7
+ data.tar.gz: 08e5afd51b20caa79f3fd119dae90689c2de67b3a1d0962815a13d8604a2c6adee37d5c1af2e9807f55ad0daf2bf0f8fb53f7d40697fcc04da15ac525543d847
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.537
1
+ 3.0.539
@@ -1914,16 +1914,22 @@ module TencentCloud
1914
1914
  # @type SeatUsedCount: Integer
1915
1915
  # @param VoipCallInCount: 音频套餐包消耗分钟数
1916
1916
  # @type VoipCallInCount: Integer
1917
+ # @param AsrOfflineCount: 离线语音转文字套餐包消耗分钟数
1918
+ # @type AsrOfflineCount: Integer
1919
+ # @param AsrRealtimeCount: 实时语音转文字套餐包消耗分钟数
1920
+ # @type AsrRealtimeCount: Integer
1917
1921
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1918
1922
  # @type RequestId: String
1919
1923
 
1920
- attr_accessor :TelCallOutCount, :TelCallInCount, :SeatUsedCount, :VoipCallInCount, :RequestId
1924
+ attr_accessor :TelCallOutCount, :TelCallInCount, :SeatUsedCount, :VoipCallInCount, :AsrOfflineCount, :AsrRealtimeCount, :RequestId
1921
1925
 
1922
- def initialize(telcalloutcount=nil, telcallincount=nil, seatusedcount=nil, voipcallincount=nil, requestid=nil)
1926
+ def initialize(telcalloutcount=nil, telcallincount=nil, seatusedcount=nil, voipcallincount=nil, asrofflinecount=nil, asrrealtimecount=nil, requestid=nil)
1923
1927
  @TelCallOutCount = telcalloutcount
1924
1928
  @TelCallInCount = telcallincount
1925
1929
  @SeatUsedCount = seatusedcount
1926
1930
  @VoipCallInCount = voipcallincount
1931
+ @AsrOfflineCount = asrofflinecount
1932
+ @AsrRealtimeCount = asrrealtimecount
1927
1933
  @RequestId = requestid
1928
1934
  end
1929
1935
 
@@ -1932,6 +1938,8 @@ module TencentCloud
1932
1938
  @TelCallInCount = params['TelCallInCount']
1933
1939
  @SeatUsedCount = params['SeatUsedCount']
1934
1940
  @VoipCallInCount = params['VoipCallInCount']
1941
+ @AsrOfflineCount = params['AsrOfflineCount']
1942
+ @AsrRealtimeCount = params['AsrRealtimeCount']
1935
1943
  @RequestId = params['RequestId']
1936
1944
  end
1937
1945
  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.537
4
+ version: 3.0.539
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-24 00:00:00.000000000 Z
11
+ date: 2023-03-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common