tencentcloud-sdk-ccc 3.0.864 → 3.0.866

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 +22 -22
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: eddc5f2fc2c89bcbae7186253be3b9eb3048dcb5
4
- data.tar.gz: 29fc8ae12766d4868f11898ba0a88b292d679ac1
3
+ metadata.gz: e569aeec2e80f44404d08c2b0bf417ed588bf805
4
+ data.tar.gz: 569be9854c21bf8e03149ac995f57e485c41df3b
5
5
  SHA512:
6
- metadata.gz: 609f3ed3e5438b396c899830b844bad61952f0a6fbedef2931b92f279035d166908daaf9a1bf2e692f76c8cbe1e6ff25182167d7df95b4aa1abcf285b9c9b8da
7
- data.tar.gz: 6c7218195db651f767fa797ffabe10d006951cff75039d326978bb3b9aa2979ecb720af8b8f12eecb283d4a311019f3fcfd8c1f8cad9e72d0d042fec3e072605
6
+ metadata.gz: 95fcf7e7fd2b916bd04c6df7ec522787e0f36ebe93ee44dc6396d8227eef433a6bdec900c3644ca87bbbb6ef05e2b81fa8cc65d8c14129ba244ac5fc80b53ad0
7
+ data.tar.gz: 2c374177b0543b59d73c42bd316f8e1f20c8bf3ffd510d4f11406bea5844ca65a33fb05bac85c05fa9b07dd6158fa194914ba3eea6c86fba43384f5a10c6e2a8
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.864
1
+ 3.0.866
@@ -235,8 +235,8 @@ module TencentCloud
235
235
 
236
236
  attr_accessor :SdkAppId, :StaffEmail, :SkillGroupList, :StaffSkillGroupList
237
237
  extend Gem::Deprecate
238
- deprecate :SkillGroupList, :none, 2024, 6
239
- deprecate :SkillGroupList=, :none, 2024, 6
238
+ deprecate :SkillGroupList, :none, 2024, 7
239
+ deprecate :SkillGroupList=, :none, 2024, 7
240
240
 
241
241
  def initialize(sdkappid=nil, staffemail=nil, skillgrouplist=nil, staffskillgrouplist=nil)
242
242
  @SdkAppId = sdkappid
@@ -851,8 +851,8 @@ module TencentCloud
851
851
 
852
852
  attr_accessor :SdkAppId, :UserId, :Callee, :Caller, :Callers, :IsForceUseMobile, :Uui, :UUI
853
853
  extend Gem::Deprecate
854
- deprecate :Uui, :none, 2024, 6
855
- deprecate :Uui=, :none, 2024, 6
854
+ deprecate :Uui, :none, 2024, 7
855
+ deprecate :Uui=, :none, 2024, 7
856
856
 
857
857
  def initialize(sdkappid=nil, userid=nil, callee=nil, caller=nil, callers=nil, isforceusemobile=nil, uui=nil)
858
858
  @SdkAppId = sdkappid
@@ -1872,10 +1872,10 @@ module TencentCloud
1872
1872
 
1873
1873
  attr_accessor :InstanceId, :SdkAppId, :CdrId, :Limit, :Offset, :Order, :SessionId
1874
1874
  extend Gem::Deprecate
1875
- deprecate :InstanceId, :none, 2024, 6
1876
- deprecate :InstanceId=, :none, 2024, 6
1877
- deprecate :CdrId, :none, 2024, 6
1878
- deprecate :CdrId=, :none, 2024, 6
1875
+ deprecate :InstanceId, :none, 2024, 7
1876
+ deprecate :InstanceId=, :none, 2024, 7
1877
+ deprecate :CdrId, :none, 2024, 7
1878
+ deprecate :CdrId=, :none, 2024, 7
1879
1879
 
1880
1880
  def initialize(instanceid=nil, sdkappid=nil, cdrid=nil, limit=nil, offset=nil, order=nil, sessionid=nil)
1881
1881
  @InstanceId = instanceid
@@ -2204,8 +2204,8 @@ module TencentCloud
2204
2204
 
2205
2205
  attr_accessor :StartTimestamp, :EndTimestamp, :InstanceId, :SdkAppId, :Limit, :Offset, :Type
2206
2206
  extend Gem::Deprecate
2207
- deprecate :InstanceId, :none, 2024, 6
2208
- deprecate :InstanceId=, :none, 2024, 6
2207
+ deprecate :InstanceId, :none, 2024, 7
2208
+ deprecate :InstanceId=, :none, 2024, 7
2209
2209
 
2210
2210
  def initialize(starttimestamp=nil, endtimestamp=nil, instanceid=nil, sdkappid=nil, limit=nil, offset=nil, type=nil)
2211
2211
  @StartTimestamp = starttimestamp
@@ -2242,8 +2242,8 @@ module TencentCloud
2242
2242
 
2243
2243
  attr_accessor :TotalCount, :IMCdrs, :IMCdrList, :RequestId
2244
2244
  extend Gem::Deprecate
2245
- deprecate :IMCdrs, :none, 2024, 6
2246
- deprecate :IMCdrs=, :none, 2024, 6
2245
+ deprecate :IMCdrs, :none, 2024, 7
2246
+ deprecate :IMCdrs=, :none, 2024, 7
2247
2247
 
2248
2248
  def initialize(totalcount=nil, imcdrs=nil, imcdrlist=nil, requestid=nil)
2249
2249
  @TotalCount = totalcount
@@ -2745,8 +2745,8 @@ module TencentCloud
2745
2745
 
2746
2746
  attr_accessor :TotalCount, :TelCdrs, :TelCdrList, :RequestId
2747
2747
  extend Gem::Deprecate
2748
- deprecate :TelCdrs, :none, 2024, 6
2749
- deprecate :TelCdrs=, :none, 2024, 6
2748
+ deprecate :TelCdrs, :none, 2024, 7
2749
+ deprecate :TelCdrs=, :none, 2024, 7
2750
2750
 
2751
2751
  def initialize(totalcount=nil, telcdrs=nil, telcdrlist=nil, requestid=nil)
2752
2752
  @TotalCount = totalcount
@@ -3011,8 +3011,8 @@ module TencentCloud
3011
3011
 
3012
3012
  attr_accessor :TelCallOutCount, :TelCallInCount, :SeatUsedCount, :VoipCallInCount, :VOIPCallInCount, :AsrOfflineCount, :AsrRealtimeCount, :RequestId
3013
3013
  extend Gem::Deprecate
3014
- deprecate :VoipCallInCount, :none, 2024, 6
3015
- deprecate :VoipCallInCount=, :none, 2024, 6
3014
+ deprecate :VoipCallInCount, :none, 2024, 7
3015
+ deprecate :VoipCallInCount=, :none, 2024, 7
3016
3016
 
3017
3017
  def initialize(telcalloutcount=nil, telcallincount=nil, seatusedcount=nil, voipcallincount=nil, asrofflinecount=nil, asrrealtimecount=nil, requestid=nil)
3018
3018
  @TelCallOutCount = telcalloutcount
@@ -3060,8 +3060,8 @@ module TencentCloud
3060
3060
 
3061
3061
  attr_accessor :StartTimeStamp, :EndTimeStamp, :InstanceId, :Limit, :Offset, :SdkAppId, :PageSize, :PageNumber, :Phones, :SessionIds
3062
3062
  extend Gem::Deprecate
3063
- deprecate :InstanceId, :none, 2024, 6
3064
- deprecate :InstanceId=, :none, 2024, 6
3063
+ deprecate :InstanceId, :none, 2024, 7
3064
+ deprecate :InstanceId=, :none, 2024, 7
3065
3065
 
3066
3066
  def initialize(starttimestamp=nil, endtimestamp=nil, instanceid=nil, limit=nil, offset=nil, sdkappid=nil, pagesize=nil, pagenumber=nil, phones=nil, sessionids=nil)
3067
3067
  @StartTimeStamp = starttimestamp
@@ -3103,8 +3103,8 @@ module TencentCloud
3103
3103
 
3104
3104
  attr_accessor :TotalCount, :TelCdrs, :TelCdrList, :RequestId
3105
3105
  extend Gem::Deprecate
3106
- deprecate :TelCdrs, :none, 2024, 6
3107
- deprecate :TelCdrs=, :none, 2024, 6
3106
+ deprecate :TelCdrs, :none, 2024, 7
3107
+ deprecate :TelCdrs=, :none, 2024, 7
3108
3108
 
3109
3109
  def initialize(totalcount=nil, telcdrs=nil, telcdrlist=nil, requestid=nil)
3110
3110
  @TotalCount = totalcount
@@ -4787,8 +4787,8 @@ module TencentCloud
4787
4787
 
4788
4788
  attr_accessor :Caller, :Callee, :Time, :Direction, :Duration, :RecordURL, :RecordId, :SeatUser, :EndStatus, :SkillGroup, :CallerLocation, :IVRDuration, :RingTimestamp, :AcceptTimestamp, :EndedTimestamp, :IVRKeyPressed, :HungUpSide, :ServeParticipants, :SkillGroupId, :EndStatusString, :StartTimestamp, :QueuedTimestamp, :PostIVRKeyPressed, :QueuedSkillGroupId, :SessionId, :ProtectedCaller, :ProtectedCallee, :Uui, :UUI, :IVRKeyPressedEx, :AsrUrl, :CustomRecordURL, :Remark, :QueuedSkillGroupName, :VoicemailRecordURL, :VoicemailAsrURL
4789
4789
  extend Gem::Deprecate
4790
- deprecate :Uui, :none, 2024, 6
4791
- deprecate :Uui=, :none, 2024, 6
4790
+ deprecate :Uui, :none, 2024, 7
4791
+ deprecate :Uui=, :none, 2024, 7
4792
4792
 
4793
4793
  def initialize(caller=nil, callee=nil, time=nil, direction=nil, duration=nil, recordurl=nil, recordid=nil, seatuser=nil, endstatus=nil, skillgroup=nil, callerlocation=nil, ivrduration=nil, ringtimestamp=nil, accepttimestamp=nil, endedtimestamp=nil, ivrkeypressed=nil, hungupside=nil, serveparticipants=nil, skillgroupid=nil, endstatusstring=nil, starttimestamp=nil, queuedtimestamp=nil, postivrkeypressed=nil, queuedskillgroupid=nil, sessionid=nil, protectedcaller=nil, protectedcallee=nil, uui=nil, ivrkeypressedex=nil, asrurl=nil, customrecordurl=nil, remark=nil, queuedskillgroupname=nil, voicemailrecordurl=nil, voicemailasrurl=nil)
4794
4794
  @Caller = caller
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.864
4
+ version: 3.0.866
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-14 00:00:00.000000000 Z
11
+ date: 2024-07-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common