tencentcloud-sdk-ccc 3.0.885 → 3.0.887

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20200210/models.rb +28 -24
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b56a32d36d636ec61b5a1ae5fc317fea67a33114
4
- data.tar.gz: bac594ffa75ce7f19f234a8efd30f637170d1c4c
3
+ metadata.gz: ef636eb5a97eb47b0a35572c171ce7329def6f44
4
+ data.tar.gz: 60412c620cfb5325818bf5e4eb461c7f1e598bc7
5
5
  SHA512:
6
- metadata.gz: 97cb32eb3000319cd387fb2ff054bf4b4280ffcfecbcab150e38c73e71dd9f4aff4405ed15b5bfd14f5df71c4806c99d562e903678d1f2d55083c48c5801e560
7
- data.tar.gz: a01f4182f45e4a7eb8437c0987fe5227b247509fb01ce0d5fe1ac12087a459ebbeb4c8d715811f13abf40ca09c95ce60c1fa066bb269f4a5925a80b8a17020e4
6
+ metadata.gz: d6beec785dc03c6c8b3abde33fb27f1a8a9ceeef6aa4569d8498cc11249c207b43bf9e88e26dcb7e8320e8acfe9986209734d3906cd14238cf7ca8497233a1fe
7
+ data.tar.gz: 82c2511942ac375acae18d8f733e7e0417e2f80222d077e0e756e301f3ec3424d1e2a8107b248b7b6905824fed79aa65184bfbbc8823e683ee9fbdfdf7374fb3
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.885
1
+ 3.0.887
@@ -240,8 +240,8 @@ module TencentCloud
240
240
 
241
241
  attr_accessor :SdkAppId, :StaffEmail, :SkillGroupList, :StaffSkillGroupList
242
242
  extend Gem::Deprecate
243
- deprecate :SkillGroupList, :none, 2024, 7
244
- deprecate :SkillGroupList=, :none, 2024, 7
243
+ deprecate :SkillGroupList, :none, 2024, 8
244
+ deprecate :SkillGroupList=, :none, 2024, 8
245
245
 
246
246
  def initialize(sdkappid=nil, staffemail=nil, skillgrouplist=nil, staffskillgrouplist=nil)
247
247
  @SdkAppId = sdkappid
@@ -856,8 +856,8 @@ module TencentCloud
856
856
 
857
857
  attr_accessor :SdkAppId, :UserId, :Callee, :Caller, :Callers, :IsForceUseMobile, :Uui, :UUI
858
858
  extend Gem::Deprecate
859
- deprecate :Uui, :none, 2024, 7
860
- deprecate :Uui=, :none, 2024, 7
859
+ deprecate :Uui, :none, 2024, 8
860
+ deprecate :Uui=, :none, 2024, 8
861
861
 
862
862
  def initialize(sdkappid=nil, userid=nil, callee=nil, caller=nil, callers=nil, isforceusemobile=nil, uui=nil)
863
863
  @SdkAppId = sdkappid
@@ -1877,10 +1877,10 @@ module TencentCloud
1877
1877
 
1878
1878
  attr_accessor :InstanceId, :SdkAppId, :CdrId, :Limit, :Offset, :Order, :SessionId
1879
1879
  extend Gem::Deprecate
1880
- deprecate :InstanceId, :none, 2024, 7
1881
- deprecate :InstanceId=, :none, 2024, 7
1882
- deprecate :CdrId, :none, 2024, 7
1883
- deprecate :CdrId=, :none, 2024, 7
1880
+ deprecate :InstanceId, :none, 2024, 8
1881
+ deprecate :InstanceId=, :none, 2024, 8
1882
+ deprecate :CdrId, :none, 2024, 8
1883
+ deprecate :CdrId=, :none, 2024, 8
1884
1884
 
1885
1885
  def initialize(instanceid=nil, sdkappid=nil, cdrid=nil, limit=nil, offset=nil, order=nil, sessionid=nil)
1886
1886
  @InstanceId = instanceid
@@ -2209,8 +2209,8 @@ module TencentCloud
2209
2209
 
2210
2210
  attr_accessor :StartTimestamp, :EndTimestamp, :InstanceId, :SdkAppId, :Limit, :Offset, :Type
2211
2211
  extend Gem::Deprecate
2212
- deprecate :InstanceId, :none, 2024, 7
2213
- deprecate :InstanceId=, :none, 2024, 7
2212
+ deprecate :InstanceId, :none, 2024, 8
2213
+ deprecate :InstanceId=, :none, 2024, 8
2214
2214
 
2215
2215
  def initialize(starttimestamp=nil, endtimestamp=nil, instanceid=nil, sdkappid=nil, limit=nil, offset=nil, type=nil)
2216
2216
  @StartTimestamp = starttimestamp
@@ -2247,8 +2247,8 @@ module TencentCloud
2247
2247
 
2248
2248
  attr_accessor :TotalCount, :IMCdrs, :IMCdrList, :RequestId
2249
2249
  extend Gem::Deprecate
2250
- deprecate :IMCdrs, :none, 2024, 7
2251
- deprecate :IMCdrs=, :none, 2024, 7
2250
+ deprecate :IMCdrs, :none, 2024, 8
2251
+ deprecate :IMCdrs=, :none, 2024, 8
2252
2252
 
2253
2253
  def initialize(totalcount=nil, imcdrs=nil, imcdrlist=nil, requestid=nil)
2254
2254
  @TotalCount = totalcount
@@ -2750,8 +2750,8 @@ module TencentCloud
2750
2750
 
2751
2751
  attr_accessor :TotalCount, :TelCdrs, :TelCdrList, :RequestId
2752
2752
  extend Gem::Deprecate
2753
- deprecate :TelCdrs, :none, 2024, 7
2754
- deprecate :TelCdrs=, :none, 2024, 7
2753
+ deprecate :TelCdrs, :none, 2024, 8
2754
+ deprecate :TelCdrs=, :none, 2024, 8
2755
2755
 
2756
2756
  def initialize(totalcount=nil, telcdrs=nil, telcdrlist=nil, requestid=nil)
2757
2757
  @TotalCount = totalcount
@@ -3016,8 +3016,8 @@ module TencentCloud
3016
3016
 
3017
3017
  attr_accessor :TelCallOutCount, :TelCallInCount, :SeatUsedCount, :VoipCallInCount, :VOIPCallInCount, :AsrOfflineCount, :AsrRealtimeCount, :RequestId
3018
3018
  extend Gem::Deprecate
3019
- deprecate :VoipCallInCount, :none, 2024, 7
3020
- deprecate :VoipCallInCount=, :none, 2024, 7
3019
+ deprecate :VoipCallInCount, :none, 2024, 8
3020
+ deprecate :VoipCallInCount=, :none, 2024, 8
3021
3021
 
3022
3022
  def initialize(telcalloutcount=nil, telcallincount=nil, seatusedcount=nil, voipcallincount=nil, asrofflinecount=nil, asrrealtimecount=nil, requestid=nil)
3023
3023
  @TelCallOutCount = telcalloutcount
@@ -3065,8 +3065,8 @@ module TencentCloud
3065
3065
 
3066
3066
  attr_accessor :StartTimeStamp, :EndTimeStamp, :InstanceId, :Limit, :Offset, :SdkAppId, :PageSize, :PageNumber, :Phones, :SessionIds
3067
3067
  extend Gem::Deprecate
3068
- deprecate :InstanceId, :none, 2024, 7
3069
- deprecate :InstanceId=, :none, 2024, 7
3068
+ deprecate :InstanceId, :none, 2024, 8
3069
+ deprecate :InstanceId=, :none, 2024, 8
3070
3070
 
3071
3071
  def initialize(starttimestamp=nil, endtimestamp=nil, instanceid=nil, limit=nil, offset=nil, sdkappid=nil, pagesize=nil, pagenumber=nil, phones=nil, sessionids=nil)
3072
3072
  @StartTimeStamp = starttimestamp
@@ -3108,8 +3108,8 @@ module TencentCloud
3108
3108
 
3109
3109
  attr_accessor :TotalCount, :TelCdrs, :TelCdrList, :RequestId
3110
3110
  extend Gem::Deprecate
3111
- deprecate :TelCdrs, :none, 2024, 7
3112
- deprecate :TelCdrs=, :none, 2024, 7
3111
+ deprecate :TelCdrs, :none, 2024, 8
3112
+ deprecate :TelCdrs=, :none, 2024, 8
3113
3113
 
3114
3114
  def initialize(totalcount=nil, telcdrs=nil, telcdrlist=nil, requestid=nil)
3115
3115
  @TotalCount = totalcount
@@ -3665,6 +3665,8 @@ module TencentCloud
3665
3665
  # @type Phone: String
3666
3666
  # @param Nick: 座席昵称
3667
3667
  # @type Nick: String
3668
+ # @param StaffNo: 座席工号
3669
+ # @type StaffNo: String
3668
3670
  # @param SkillGroupIds: 绑定技能组ID列表
3669
3671
  # @type SkillGroupIds: Array
3670
3672
  # @param UseMobileCallOut: 是否开启手机外呼开关
@@ -3672,14 +3674,15 @@ module TencentCloud
3672
3674
  # @param UseMobileAccept: 手机接听模式 0 - 关闭 | 1 - 仅离线 | 2 - 始终
3673
3675
  # @type UseMobileAccept: Integer
3674
3676
 
3675
- attr_accessor :SdkAppId, :Email, :Name, :Phone, :Nick, :SkillGroupIds, :UseMobileCallOut, :UseMobileAccept
3677
+ attr_accessor :SdkAppId, :Email, :Name, :Phone, :Nick, :StaffNo, :SkillGroupIds, :UseMobileCallOut, :UseMobileAccept
3676
3678
 
3677
- def initialize(sdkappid=nil, email=nil, name=nil, phone=nil, nick=nil, skillgroupids=nil, usemobilecallout=nil, usemobileaccept=nil)
3679
+ def initialize(sdkappid=nil, email=nil, name=nil, phone=nil, nick=nil, staffno=nil, skillgroupids=nil, usemobilecallout=nil, usemobileaccept=nil)
3678
3680
  @SdkAppId = sdkappid
3679
3681
  @Email = email
3680
3682
  @Name = name
3681
3683
  @Phone = phone
3682
3684
  @Nick = nick
3685
+ @StaffNo = staffno
3683
3686
  @SkillGroupIds = skillgroupids
3684
3687
  @UseMobileCallOut = usemobilecallout
3685
3688
  @UseMobileAccept = usemobileaccept
@@ -3691,6 +3694,7 @@ module TencentCloud
3691
3694
  @Name = params['Name']
3692
3695
  @Phone = params['Phone']
3693
3696
  @Nick = params['Nick']
3697
+ @StaffNo = params['StaffNo']
3694
3698
  @SkillGroupIds = params['SkillGroupIds']
3695
3699
  @UseMobileCallOut = params['UseMobileCallOut']
3696
3700
  @UseMobileAccept = params['UseMobileAccept']
@@ -4797,8 +4801,8 @@ module TencentCloud
4797
4801
 
4798
4802
  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
4799
4803
  extend Gem::Deprecate
4800
- deprecate :Uui, :none, 2024, 7
4801
- deprecate :Uui=, :none, 2024, 7
4804
+ deprecate :Uui, :none, 2024, 8
4805
+ deprecate :Uui=, :none, 2024, 8
4802
4806
 
4803
4807
  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)
4804
4808
  @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.885
4
+ version: 3.0.887
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-08-14 00:00:00.000000000 Z
11
+ date: 2024-08-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common