tencentcloud-sdk-ccc 3.0.964 → 3.0.965

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 +18 -6
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 95bc56f7b147ba48842508b4c1ab07049502e2a9
4
- data.tar.gz: e8976a46fbb347b8b8ca2ef081a294753aaa757a
3
+ metadata.gz: 7a6f53306327626cc1d167acb88582801995037d
4
+ data.tar.gz: 48830f91289fa08d85fc5ac0d0ef9e4965f74957
5
5
  SHA512:
6
- metadata.gz: 05969316224be0660bc4446d4dbbc0480c5ff8f29f6e1d5c9b0b96509e5e90db2dd957d319e0ea577a1a1d31018a3e2a05f55a13ca99be68c8c29519aa5fac5e
7
- data.tar.gz: b17c40e3c64f3604be45093f09cca6e71844b482da01fafef781c9e7ab4e37ab129b8fb481f742636e01d34d9814e7c63f32c79094b196918e83608ab280b683
6
+ metadata.gz: 382c4032be374aab2f6e25e4f2fbf4efa3c0510a6a325abf9f2cc8905434d112d4e651c712c6ee2c1987988e6fcf25ab70f9fb0c5bfdac27b6ad0aba6b57aa3f
7
+ data.tar.gz: a182547d5ee4340f28903cfd21537d6a74e6c67710e1de665abbfd8e3fd87cce5153aab179b8c12fb30c2a671c55e73973da2e4054d005278aa925a902b36bc1
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.964
1
+ 3.0.965
@@ -4133,10 +4133,12 @@ module TencentCloud
4133
4133
  # @type UseMobileCallOut: Boolean
4134
4134
  # @param UseMobileAccept: 手机接听模式 0 - 关闭 | 1 - 仅离线 | 2 - 始终
4135
4135
  # @type UseMobileAccept: Integer
4136
+ # @param ExtensionNumber: 座席分机号(1 到 8 打头,4 - 6 位)
4137
+ # @type ExtensionNumber: String
4136
4138
 
4137
- attr_accessor :SdkAppId, :Email, :Name, :Phone, :Nick, :StaffNo, :SkillGroupIds, :UseMobileCallOut, :UseMobileAccept
4139
+ attr_accessor :SdkAppId, :Email, :Name, :Phone, :Nick, :StaffNo, :SkillGroupIds, :UseMobileCallOut, :UseMobileAccept, :ExtensionNumber
4138
4140
 
4139
- def initialize(sdkappid=nil, email=nil, name=nil, phone=nil, nick=nil, staffno=nil, skillgroupids=nil, usemobilecallout=nil, usemobileaccept=nil)
4141
+ def initialize(sdkappid=nil, email=nil, name=nil, phone=nil, nick=nil, staffno=nil, skillgroupids=nil, usemobilecallout=nil, usemobileaccept=nil, extensionnumber=nil)
4140
4142
  @SdkAppId = sdkappid
4141
4143
  @Email = email
4142
4144
  @Name = name
@@ -4146,6 +4148,7 @@ module TencentCloud
4146
4148
  @SkillGroupIds = skillgroupids
4147
4149
  @UseMobileCallOut = usemobilecallout
4148
4150
  @UseMobileAccept = usemobileaccept
4151
+ @ExtensionNumber = extensionnumber
4149
4152
  end
4150
4153
 
4151
4154
  def deserialize(params)
@@ -4158,6 +4161,7 @@ module TencentCloud
4158
4161
  @SkillGroupIds = params['SkillGroupIds']
4159
4162
  @UseMobileCallOut = params['UseMobileCallOut']
4160
4163
  @UseMobileAccept = params['UseMobileAccept']
4164
+ @ExtensionNumber = params['ExtensionNumber']
4161
4165
  end
4162
4166
  end
4163
4167
 
@@ -4628,10 +4632,12 @@ module TencentCloud
4628
4632
  # 3:普通座席
4629
4633
  # else:自定义角色ID
4630
4634
  # @type Role: Integer
4635
+ # @param ExtensionNumber: 座席分机号(1 到 8 打头,4 - 6 位)
4636
+ # @type ExtensionNumber: String
4631
4637
 
4632
- attr_accessor :Name, :Mail, :StaffNumber, :Phone, :Nick, :UserId, :SkillGroupNameList, :Role
4638
+ attr_accessor :Name, :Mail, :StaffNumber, :Phone, :Nick, :UserId, :SkillGroupNameList, :Role, :ExtensionNumber
4633
4639
 
4634
- def initialize(name=nil, mail=nil, staffnumber=nil, phone=nil, nick=nil, userid=nil, skillgroupnamelist=nil, role=nil)
4640
+ def initialize(name=nil, mail=nil, staffnumber=nil, phone=nil, nick=nil, userid=nil, skillgroupnamelist=nil, role=nil, extensionnumber=nil)
4635
4641
  @Name = name
4636
4642
  @Mail = mail
4637
4643
  @StaffNumber = staffnumber
@@ -4640,6 +4646,7 @@ module TencentCloud
4640
4646
  @UserId = userid
4641
4647
  @SkillGroupNameList = skillgroupnamelist
4642
4648
  @Role = role
4649
+ @ExtensionNumber = extensionnumber
4643
4650
  end
4644
4651
 
4645
4652
  def deserialize(params)
@@ -4651,6 +4658,7 @@ module TencentCloud
4651
4658
  @UserId = params['UserId']
4652
4659
  @SkillGroupNameList = params['SkillGroupNameList']
4653
4660
  @Role = params['Role']
4661
+ @ExtensionNumber = params['ExtensionNumber']
4654
4662
  end
4655
4663
  end
4656
4664
 
@@ -4860,10 +4868,12 @@ module TencentCloud
4860
4868
  # @type SkillGroupList: Array
4861
4869
  # @param LastModifyTimestamp: 最后修改时间
4862
4870
  # @type LastModifyTimestamp: Integer
4871
+ # @param ExtensionNumber: 座席分机号(1 到 8 打头,4 - 6 位)
4872
+ # @type ExtensionNumber: String
4863
4873
 
4864
- attr_accessor :Name, :Mail, :Phone, :Nick, :StaffNumber, :RoleId, :SkillGroupList, :LastModifyTimestamp
4874
+ attr_accessor :Name, :Mail, :Phone, :Nick, :StaffNumber, :RoleId, :SkillGroupList, :LastModifyTimestamp, :ExtensionNumber
4865
4875
 
4866
- def initialize(name=nil, mail=nil, phone=nil, nick=nil, staffnumber=nil, roleid=nil, skillgrouplist=nil, lastmodifytimestamp=nil)
4876
+ def initialize(name=nil, mail=nil, phone=nil, nick=nil, staffnumber=nil, roleid=nil, skillgrouplist=nil, lastmodifytimestamp=nil, extensionnumber=nil)
4867
4877
  @Name = name
4868
4878
  @Mail = mail
4869
4879
  @Phone = phone
@@ -4872,6 +4882,7 @@ module TencentCloud
4872
4882
  @RoleId = roleid
4873
4883
  @SkillGroupList = skillgrouplist
4874
4884
  @LastModifyTimestamp = lastmodifytimestamp
4885
+ @ExtensionNumber = extensionnumber
4875
4886
  end
4876
4887
 
4877
4888
  def deserialize(params)
@@ -4890,6 +4901,7 @@ module TencentCloud
4890
4901
  end
4891
4902
  end
4892
4903
  @LastModifyTimestamp = params['LastModifyTimestamp']
4904
+ @ExtensionNumber = params['ExtensionNumber']
4893
4905
  end
4894
4906
  end
4895
4907
 
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.964
4
+ version: 3.0.965
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-12-18 00:00:00.000000000 Z
11
+ date: 2024-12-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common