tencentcloud-sdk-cpdp 1.0.363 → 3.0.379

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/v20190820/models.rb +7 -2
  4. metadata +10 -10
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f77cb69987201edd5a56e61ddf93cc2e3a5fa84f
4
- data.tar.gz: ad55f44b9aeea0ef3c59b67a713051c3e1cd91fd
3
+ metadata.gz: 70295a7670debd771f8d76ff94c4abdd511e5d2f
4
+ data.tar.gz: 31a7e0da3f4aed615a7ef3cb400a57afb7a2c487
5
5
  SHA512:
6
- metadata.gz: 24860783b66635ed469915f0e022254c9f8eb0e8bb2d5b0b49f33db93e34b7337debd0199c19293a3d4d093c4e6901e3731498770740956412268d37473db0df
7
- data.tar.gz: 557217d2d454888fef515efc150b1d7069a33fcc983840036acec18a4a2fe209715e315c5f87dc5b96c78d5b273bc614adca0a2f2252b3e64266e828c5c26fb5
6
+ metadata.gz: 0914977c4e82bd163f808ecb1ca9afaeb0a1485b5d5d6889d4e68fc55588361b1156bd35f330a1dd01e2d2201df4ea21e72f2c9cf0c27afeafc08528b6eddf9f
7
+ data.tar.gz: 12437a6f7915f9a0d7c27fb39ba157f627c500841fccbc78658f38bf84e5043027b87ca0fcf4b2f92866536f6696690f4dd7214c9ce3ee0fde53f47cf668ea50
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.363
1
+ 3.0.379
@@ -931,15 +931,20 @@ module TencentCloud
931
931
  # @param AmountBeforeTax: 税前金额
932
932
  # 注意:此字段可能返回 null,表示取不到有效值。
933
933
  # @type AmountBeforeTax: String
934
+ # @param AmountBeforeTaxWithTwoDigitPrecision: 两位精度税前金额
935
+ # 注意:此字段可能返回 null,表示取不到有效值。
936
+ # @type AmountBeforeTaxWithTwoDigitPrecision: String
934
937
 
935
- attr_accessor :AmountBeforeTax
938
+ attr_accessor :AmountBeforeTax, :AmountBeforeTaxWithTwoDigitPrecision
936
939
 
937
- def initialize(amountbeforetax=nil)
940
+ def initialize(amountbeforetax=nil, amountbeforetaxwithtwodigitprecision=nil)
938
941
  @AmountBeforeTax = amountbeforetax
942
+ @AmountBeforeTaxWithTwoDigitPrecision = amountbeforetaxwithtwodigitprecision
939
943
  end
940
944
 
941
945
  def deserialize(params)
942
946
  @AmountBeforeTax = params['AmountBeforeTax']
947
+ @AmountBeforeTaxWithTwoDigitPrecision = params['AmountBeforeTaxWithTwoDigitPrecision']
943
948
  end
944
949
  end
945
950
 
metadata CHANGED
@@ -1,27 +1,27 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cpdp
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.363
4
+ version: 3.0.379
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-07-25 00:00:00.000000000 Z
11
+ date: 2022-08-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ~>
18
18
  - !ruby/object:Gem::Version
19
19
  version: '1.0'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - "~>"
24
+ - - ~>
25
25
  - !ruby/object:Gem::Version
26
26
  version: '1.0'
27
27
  description: Tencent Cloud Ruby SDK is the official software development kit, which
@@ -33,10 +33,10 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - lib/VERSION
37
- - lib/tencentcloud-sdk-cpdp.rb
38
- - lib/v20190820/client.rb
39
36
  - lib/v20190820/models.rb
37
+ - lib/v20190820/client.rb
38
+ - lib/tencentcloud-sdk-cpdp.rb
39
+ - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses:
42
42
  - Apache-2.0
@@ -49,17 +49,17 @@ require_paths:
49
49
  - lib
50
50
  required_ruby_version: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - ">="
52
+ - - '>='
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
55
  required_rubygems_version: !ruby/object:Gem::Requirement
56
56
  requirements:
57
- - - ">="
57
+ - - '>='
58
58
  - !ruby/object:Gem::Version
59
59
  version: '0'
60
60
  requirements: []
61
61
  rubyforge_project:
62
- rubygems_version: 2.6.14
62
+ rubygems_version: 2.0.14
63
63
  signing_key:
64
64
  specification_version: 4
65
65
  summary: Tencent Cloud SDK for Ruby - CPDP