tencentcloud-sdk-ccc 3.0.451 → 3.0.453

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f66a7c95ade5303a177af913ed74373249e84d8b
4
- data.tar.gz: db5369e2366a2ee26989e20630b7de75219d61ad
3
+ metadata.gz: a7956c5c70e0841563472da2e0d62d17bfccc623
4
+ data.tar.gz: 3376c61b7ae88fe1d88b4a6102e0e51b673d2c37
5
5
  SHA512:
6
- metadata.gz: f2529eabda2c3f0432571b0dd562e892093cf92bd784b1dd14734fcae90e663ffd67a595a603e541cacb9518a204227598c81de3cc3d7bcdab95d76b099aa497
7
- data.tar.gz: a8221959b456c036b1b94c549295145ae20bb76809346dd90e98c10f7db4ae1781e9659b37bb649ff6f028439fec533a09fc20b87ad1c56cd7518f4079acba5a
6
+ metadata.gz: b31262e32e62b1aa728b06547267832d5b6e4ebe84b9e9e7977f2f2b2c2480585c506540cc728a00c1dff9daa5ebee8b743d07f0ebc2cf951f83d3957a4a1027
7
+ data.tar.gz: 36f45eb4bb7d845a0f15b05cba509da0e1b85037217cb2cd0b9f55cb538b162324174453b8ac57e94bfc5deb8be84ffa860f3ab22e95c6822cfecf815f289c2e
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.451
1
+ 3.0.453
@@ -521,12 +521,15 @@ module TencentCloud
521
521
  # @type SdkAppId: Integer
522
522
  # @param Staffs: 客服信息,个数不超过 10
523
523
  # @type Staffs: Array
524
+ # @param SendPassword: 是否发送密码邮件,默认true
525
+ # @type SendPassword: Boolean
524
526
 
525
- attr_accessor :SdkAppId, :Staffs
527
+ attr_accessor :SdkAppId, :Staffs, :SendPassword
526
528
 
527
- def initialize(sdkappid=nil, staffs=nil)
529
+ def initialize(sdkappid=nil, staffs=nil, sendpassword=nil)
528
530
  @SdkAppId = sdkappid
529
531
  @Staffs = staffs
532
+ @SendPassword = sendpassword
530
533
  end
531
534
 
532
535
  def deserialize(params)
@@ -539,6 +542,7 @@ module TencentCloud
539
542
  @Staffs << seatuserinfo_tmp
540
543
  end
541
544
  end
545
+ @SendPassword = params['SendPassword']
542
546
  end
543
547
  end
544
548
 
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.451
4
+ version: 3.0.453
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-11-14 00:00:00.000000000 Z
11
+ date: 2022-11-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,9 +33,9 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - lib/tencentcloud-sdk-ccc.rb
37
- - lib/v20200210/models.rb
38
36
  - lib/v20200210/client.rb
37
+ - lib/v20200210/models.rb
38
+ - lib/tencentcloud-sdk-ccc.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: