tencentcloud-sdk-mmps 1.0.364 → 3.0.381

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: 4c57dbd0b1bb92328e36c3362ee40aee16389473
4
- data.tar.gz: df2ad064519a403a1b3a66517e9378f3c54d2c28
3
+ metadata.gz: af7018a648a194b79dd4625b1d5823c7b98a8907
4
+ data.tar.gz: 8a2950a58b4d643c02a3230141fd1dfed2c8c415
5
5
  SHA512:
6
- metadata.gz: 6577d942d496ce7794303edee65c2953ec9b977cc53f55d85c5821fc8e2b1b5571e21cbdab00d4588173315a22a6cece16e56ccff0305c04495c7a37a931a09f
7
- data.tar.gz: 6b3750b49971a64ecb6119b2c6b5bc5227a66eca2fb258f15ff9c561173ccbd782aed8c751e199e2533aac5f320ef8221dcbdab1cc7f2e71931dbe4101e7b87e
6
+ metadata.gz: f0d69c5dc28ecac226ef679804d2a15a7917c67da9732feb95f77a2cbfbe2581c1b79f1e24ec048e16bfe44cd18b6d1cad05d99fdcaeaa51a20df92c0c8c6a5d
7
+ data.tar.gz: 8fcccab42c35b96fc9ecdb4ecf3f0ed5201611bb10828015000dd160b292f70c4e16dc5681a6a0a32345ffea4728592e5a76518ff5125707258577258bc18fac
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.364
1
+ 3.0.381
@@ -508,7 +508,7 @@ module TencentCloud
508
508
  # @type MiniAppID: String
509
509
  # @param Mode: 诊断方式 1:基础诊断,2:深度诊断
510
510
  # @type Mode: Integer
511
- # @param ReportType: 诊断报告类型 0:基础诊断报告, 1:总裁版诊断报告
511
+ # @param ReportType: 诊断报告类型 0:基础诊断报告,1:总裁版诊断报告,2:诊断报告json结果
512
512
  # @type ReportType: Integer
513
513
 
514
514
  attr_accessor :TaskID, :MiniAppID, :Mode, :ReportType
@@ -940,7 +940,7 @@ module TencentCloud
940
940
  # @type TaskID: String
941
941
  # @param Platform: 应用平台, 0:android, 1:ios, 2:小程序
942
942
  # @type Platform: Integer
943
- # @param ReportType: 报告类型, 0:诊断报告, 1:堆栈报告
943
+ # @param ReportType: 报告类型, 0:诊断报告, 1:堆栈报告(预留), 2:视频证据(预留), 3:报告json结果
944
944
  # @type ReportType: Integer
945
945
  # @param TaskType: 任务类型, 0:基础版, 1:专家版, 2:本地化
946
946
  # @type TaskType: Integer
metadata CHANGED
@@ -1,27 +1,27 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-mmps
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.364
4
+ version: 3.0.381
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-27 00:00:00.000000000 Z
11
+ date: 2022-08-05 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
36
  - lib/tencentcloud-sdk-mmps.rb
38
- - lib/v20200710/client.rb
39
37
  - lib/v20200710/models.rb
38
+ - lib/v20200710/client.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 - MMPS