tencentcloud-sdk-ccc 3.0.556 → 3.0.558
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 +16 -4
- 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: b382e067b9a78ea2b486226cc67af1f5bc89cafc
|
4
|
+
data.tar.gz: 6e1ddbda3113f997eef5a90e638b121d709236db
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c25644f1270402b93c2cb85c9da3595145b50cf2968e7ddec5d00d7f7f362f95a2a65d52b8f9e2e49c91a2d936e3bf7f3d026eaeaecdd1249a5911c95bc5897a
|
7
|
+
data.tar.gz: c1e163fea820230ab5581486593a398d9ad8d6c5ddf494c2a5cab0e2b45deb400c3c1b4f7d187425d12986375f4e9c0398aade33399d636800446cb1c02787e6
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.558
|
data/lib/v20200210/models.rb
CHANGED
@@ -1127,19 +1127,23 @@ module TencentCloud
|
|
1127
1127
|
# @type EnabledSkillGroup: Boolean
|
1128
1128
|
# @param EnabledNumber: 是否返回线路维度信息,默认“否”
|
1129
1129
|
# @type EnabledNumber: Boolean
|
1130
|
+
# @param GroupIdList: 筛选技能组列表
|
1131
|
+
# @type GroupIdList: Array
|
1130
1132
|
|
1131
|
-
attr_accessor :SdkAppId, :EnabledSkillGroup, :EnabledNumber
|
1133
|
+
attr_accessor :SdkAppId, :EnabledSkillGroup, :EnabledNumber, :GroupIdList
|
1132
1134
|
|
1133
|
-
def initialize(sdkappid=nil, enabledskillgroup=nil, enablednumber=nil)
|
1135
|
+
def initialize(sdkappid=nil, enabledskillgroup=nil, enablednumber=nil, groupidlist=nil)
|
1134
1136
|
@SdkAppId = sdkappid
|
1135
1137
|
@EnabledSkillGroup = enabledskillgroup
|
1136
1138
|
@EnabledNumber = enablednumber
|
1139
|
+
@GroupIdList = groupidlist
|
1137
1140
|
end
|
1138
1141
|
|
1139
1142
|
def deserialize(params)
|
1140
1143
|
@SdkAppId = params['SdkAppId']
|
1141
1144
|
@EnabledSkillGroup = params['EnabledSkillGroup']
|
1142
1145
|
@EnabledNumber = params['EnabledNumber']
|
1146
|
+
@GroupIdList = params['GroupIdList']
|
1143
1147
|
end
|
1144
1148
|
end
|
1145
1149
|
|
@@ -1839,17 +1843,25 @@ module TencentCloud
|
|
1839
1843
|
# @type SdkAppId: Integer
|
1840
1844
|
# @param StaffList: 筛选坐席列表,默认不传返回全部坐席信息
|
1841
1845
|
# @type StaffList: Array
|
1846
|
+
# @param GroupIdList: 筛选技能组ID列表
|
1847
|
+
# @type GroupIdList: Array
|
1848
|
+
# @param StatusList: 筛选坐席状态列表
|
1849
|
+
# @type StatusList: Array
|
1842
1850
|
|
1843
|
-
attr_accessor :SdkAppId, :StaffList
|
1851
|
+
attr_accessor :SdkAppId, :StaffList, :GroupIdList, :StatusList
|
1844
1852
|
|
1845
|
-
def initialize(sdkappid=nil, stafflist=nil)
|
1853
|
+
def initialize(sdkappid=nil, stafflist=nil, groupidlist=nil, statuslist=nil)
|
1846
1854
|
@SdkAppId = sdkappid
|
1847
1855
|
@StaffList = stafflist
|
1856
|
+
@GroupIdList = groupidlist
|
1857
|
+
@StatusList = statuslist
|
1848
1858
|
end
|
1849
1859
|
|
1850
1860
|
def deserialize(params)
|
1851
1861
|
@SdkAppId = params['SdkAppId']
|
1852
1862
|
@StaffList = params['StaffList']
|
1863
|
+
@GroupIdList = params['GroupIdList']
|
1864
|
+
@StatusList = params['StatusList']
|
1853
1865
|
end
|
1854
1866
|
end
|
1855
1867
|
|
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.558
|
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-04-
|
11
|
+
date: 2023-04-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|