tencentcloud-sdk-ccc 3.0.750 → 3.0.751
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20200210/models.rb +20 -20
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: baafd21aeb760b32fd557fe3e9b335581b246c6a
|
|
4
|
+
data.tar.gz: e5d04edb7f2e05ddc5d01f814027725e28171202
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 145be9e330bd791127e851839e088b018cc85b869b437713600908539c1343a95675abb93673364511c499beecd960c961b45d2d946f634f5c63906a651cf859
|
|
7
|
+
data.tar.gz: 0b785987fae102149ebb394749ea3e53b5151e8d21d2e39df6e1e52561dac97fbd2f0fc1f0783f4e814bda33f159b80daee05ac12219aaf0cfe70b7225cf838d
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.751
|
data/lib/v20200210/models.rb
CHANGED
|
@@ -167,8 +167,8 @@ module TencentCloud
|
|
|
167
167
|
|
|
168
168
|
attr_accessor :SdkAppId, :StaffEmail, :SkillGroupList, :StaffSkillGroupList
|
|
169
169
|
extend Gem::Deprecate
|
|
170
|
-
deprecate :SkillGroupList, :none,
|
|
171
|
-
deprecate :SkillGroupList=, :none,
|
|
170
|
+
deprecate :SkillGroupList, :none, 2024, 1
|
|
171
|
+
deprecate :SkillGroupList=, :none, 2024, 1
|
|
172
172
|
|
|
173
173
|
def initialize(sdkappid=nil, staffemail=nil, skillgrouplist=nil, staffskillgrouplist=nil)
|
|
174
174
|
@SdkAppId = sdkappid
|
|
@@ -605,8 +605,8 @@ module TencentCloud
|
|
|
605
605
|
|
|
606
606
|
attr_accessor :SdkAppId, :UserId, :Callee, :Caller, :Callers, :IsForceUseMobile, :Uui, :UUI
|
|
607
607
|
extend Gem::Deprecate
|
|
608
|
-
deprecate :Uui, :none,
|
|
609
|
-
deprecate :Uui=, :none,
|
|
608
|
+
deprecate :Uui, :none, 2024, 1
|
|
609
|
+
deprecate :Uui=, :none, 2024, 1
|
|
610
610
|
|
|
611
611
|
def initialize(sdkappid=nil, userid=nil, callee=nil, caller=nil, callers=nil, isforceusemobile=nil, uui=nil, uui=nil)
|
|
612
612
|
@SdkAppId = sdkappid
|
|
@@ -1406,8 +1406,8 @@ module TencentCloud
|
|
|
1406
1406
|
|
|
1407
1407
|
attr_accessor :InstanceId, :SdkAppId, :CdrId, :Limit, :Offset, :Order, :SessionId
|
|
1408
1408
|
extend Gem::Deprecate
|
|
1409
|
-
deprecate :InstanceId, :none,
|
|
1410
|
-
deprecate :InstanceId=, :none,
|
|
1409
|
+
deprecate :InstanceId, :none, 2024, 1
|
|
1410
|
+
deprecate :InstanceId=, :none, 2024, 1
|
|
1411
1411
|
|
|
1412
1412
|
def initialize(instanceid=nil, sdkappid=nil, cdrid=nil, limit=nil, offset=nil, order=nil, sessionid=nil)
|
|
1413
1413
|
@InstanceId = instanceid
|
|
@@ -1672,8 +1672,8 @@ module TencentCloud
|
|
|
1672
1672
|
|
|
1673
1673
|
attr_accessor :StartTimestamp, :EndTimestamp, :InstanceId, :SdkAppId, :Limit, :Offset, :Type
|
|
1674
1674
|
extend Gem::Deprecate
|
|
1675
|
-
deprecate :InstanceId, :none,
|
|
1676
|
-
deprecate :InstanceId=, :none,
|
|
1675
|
+
deprecate :InstanceId, :none, 2024, 1
|
|
1676
|
+
deprecate :InstanceId=, :none, 2024, 1
|
|
1677
1677
|
|
|
1678
1678
|
def initialize(starttimestamp=nil, endtimestamp=nil, instanceid=nil, sdkappid=nil, limit=nil, offset=nil, type=nil)
|
|
1679
1679
|
@StartTimestamp = starttimestamp
|
|
@@ -1710,8 +1710,8 @@ module TencentCloud
|
|
|
1710
1710
|
|
|
1711
1711
|
attr_accessor :TotalCount, :IMCdrs, :IMCdrList, :RequestId
|
|
1712
1712
|
extend Gem::Deprecate
|
|
1713
|
-
deprecate :IMCdrs, :none,
|
|
1714
|
-
deprecate :IMCdrs=, :none,
|
|
1713
|
+
deprecate :IMCdrs, :none, 2024, 1
|
|
1714
|
+
deprecate :IMCdrs=, :none, 2024, 1
|
|
1715
1715
|
|
|
1716
1716
|
def initialize(totalcount=nil, imcdrs=nil, imcdrlist=nil, requestid=nil)
|
|
1717
1717
|
@TotalCount = totalcount
|
|
@@ -1897,8 +1897,8 @@ module TencentCloud
|
|
|
1897
1897
|
|
|
1898
1898
|
attr_accessor :TotalCount, :TelCdrs, :TelCdrList, :RequestId
|
|
1899
1899
|
extend Gem::Deprecate
|
|
1900
|
-
deprecate :TelCdrs, :none,
|
|
1901
|
-
deprecate :TelCdrs=, :none,
|
|
1900
|
+
deprecate :TelCdrs, :none, 2024, 1
|
|
1901
|
+
deprecate :TelCdrs=, :none, 2024, 1
|
|
1902
1902
|
|
|
1903
1903
|
def initialize(totalcount=nil, telcdrs=nil, telcdrlist=nil, requestid=nil)
|
|
1904
1904
|
@TotalCount = totalcount
|
|
@@ -2163,8 +2163,8 @@ module TencentCloud
|
|
|
2163
2163
|
|
|
2164
2164
|
attr_accessor :TelCallOutCount, :TelCallInCount, :SeatUsedCount, :VoipCallInCount, :VOIPCallInCount, :AsrOfflineCount, :AsrRealtimeCount, :RequestId
|
|
2165
2165
|
extend Gem::Deprecate
|
|
2166
|
-
deprecate :VoipCallInCount, :none,
|
|
2167
|
-
deprecate :VoipCallInCount=, :none,
|
|
2166
|
+
deprecate :VoipCallInCount, :none, 2024, 1
|
|
2167
|
+
deprecate :VoipCallInCount=, :none, 2024, 1
|
|
2168
2168
|
|
|
2169
2169
|
def initialize(telcalloutcount=nil, telcallincount=nil, seatusedcount=nil, voipcallincount=nil, voipcallincount=nil, asrofflinecount=nil, asrrealtimecount=nil, requestid=nil)
|
|
2170
2170
|
@TelCallOutCount = telcalloutcount
|
|
@@ -2214,8 +2214,8 @@ module TencentCloud
|
|
|
2214
2214
|
|
|
2215
2215
|
attr_accessor :StartTimeStamp, :EndTimeStamp, :InstanceId, :Limit, :Offset, :SdkAppId, :PageSize, :PageNumber, :Phones, :SessionIds
|
|
2216
2216
|
extend Gem::Deprecate
|
|
2217
|
-
deprecate :InstanceId, :none,
|
|
2218
|
-
deprecate :InstanceId=, :none,
|
|
2217
|
+
deprecate :InstanceId, :none, 2024, 1
|
|
2218
|
+
deprecate :InstanceId=, :none, 2024, 1
|
|
2219
2219
|
|
|
2220
2220
|
def initialize(starttimestamp=nil, endtimestamp=nil, instanceid=nil, limit=nil, offset=nil, sdkappid=nil, pagesize=nil, pagenumber=nil, phones=nil, sessionids=nil)
|
|
2221
2221
|
@StartTimeStamp = starttimestamp
|
|
@@ -2257,8 +2257,8 @@ module TencentCloud
|
|
|
2257
2257
|
|
|
2258
2258
|
attr_accessor :TotalCount, :TelCdrs, :TelCdrList, :RequestId
|
|
2259
2259
|
extend Gem::Deprecate
|
|
2260
|
-
deprecate :TelCdrs, :none,
|
|
2261
|
-
deprecate :TelCdrs=, :none,
|
|
2260
|
+
deprecate :TelCdrs, :none, 2024, 1
|
|
2261
|
+
deprecate :TelCdrs=, :none, 2024, 1
|
|
2262
2262
|
|
|
2263
2263
|
def initialize(totalcount=nil, telcdrs=nil, telcdrlist=nil, requestid=nil)
|
|
2264
2264
|
@TotalCount = totalcount
|
|
@@ -3769,8 +3769,8 @@ module TencentCloud
|
|
|
3769
3769
|
|
|
3770
3770
|
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
|
|
3771
3771
|
extend Gem::Deprecate
|
|
3772
|
-
deprecate :Uui, :none,
|
|
3773
|
-
deprecate :Uui=, :none,
|
|
3772
|
+
deprecate :Uui, :none, 2024, 1
|
|
3773
|
+
deprecate :Uui=, :none, 2024, 1
|
|
3774
3774
|
|
|
3775
3775
|
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, uui=nil, ivrkeypressedex=nil, asrurl=nil, customrecordurl=nil, remark=nil, queuedskillgroupname=nil, voicemailrecordurl=nil, voicemailasrurl=nil)
|
|
3776
3776
|
@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.
|
|
4
|
+
version: 3.0.751
|
|
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-01-
|
|
11
|
+
date: 2024-01-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|