tencentcloud-sdk-rum 3.0.545 → 3.0.547

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: 91fc0195b9bbc136a02f23abb429e4310cf62bdc
4
- data.tar.gz: d61b22b43b14dc3e20205a3d0621994ccc30b320
3
+ metadata.gz: ded2f2e01d339bd8913c87d94ec887604f02a150
4
+ data.tar.gz: 884f355da52178ec873fec35556d37438419bcf0
5
5
  SHA512:
6
- metadata.gz: 4d80489654ce4c3b9059f7bc209647d0dff300978a5ccf9d350b43ca48414766b869d9eb97c5728bf2ffcb35da31285f129554df5b9eff0040bcdeb853978e26
7
- data.tar.gz: f512ca54e3d483d388b73ec187dbffa4301123cc794f62f8e578c65f5816825244abcec55c8a88e601a2386e68b424ddb7906dba0b48d73627f7f15b473e109d
6
+ metadata.gz: 959b8faeef0705d039d5fb340f5fb376cc9ce96c60ff42b68f52016f23c3c77f1821aabc71389b3902e0628bea3c73dded517b412415504b6206fd82a20687a2
7
+ data.tar.gz: dff06d404d8edc322a6b5cf894b03e2c977d44f8b4c841d1cbe4d516e3d978d5dc9edd3e968976ec87cad491d8c027fc108f18c921af64523a52c265256ddbcd
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.545
1
+ 3.0.547
@@ -3146,15 +3146,19 @@ module TencentCloud
3146
3146
  class DescribeReleaseFileSignRequest < TencentCloud::Common::AbstractModel
3147
3147
  # @param Timeout: 超时时间,不填默认是 5 分钟
3148
3148
  # @type Timeout: Integer
3149
+ # @param FileType: bucket类型,不填默认web,2:app
3150
+ # @type FileType: Integer
3149
3151
 
3150
- attr_accessor :Timeout
3152
+ attr_accessor :Timeout, :FileType
3151
3153
 
3152
- def initialize(timeout=nil)
3154
+ def initialize(timeout=nil, filetype=nil)
3153
3155
  @Timeout = timeout
3156
+ @FileType = filetype
3154
3157
  end
3155
3158
 
3156
3159
  def deserialize(params)
3157
3160
  @Timeout = params['Timeout']
3161
+ @FileType = params['FileType']
3158
3162
  end
3159
3163
  end
3160
3164
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-rum
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.545
4
+ version: 3.0.547
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-05 00:00:00.000000000 Z
11
+ date: 2023-04-10 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-rum.rb
37
- - lib/v20210622/models.rb
38
36
  - lib/v20210622/client.rb
37
+ - lib/v20210622/models.rb
38
+ - lib/tencentcloud-sdk-rum.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: