tencentcloud-sdk-mmps 1.0.363 → 3.0.380

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0b595cda5efcb5ffed52e36ca71029443c1e6d23
4
- data.tar.gz: 2db5ea55da5204403b3ce1994533864987e0ca63
3
+ metadata.gz: 1add55fa17eebd2cad9b71b262079a19fd6aa393
4
+ data.tar.gz: b35e10b1dbd801b5a759eefefb73c444de95b557
5
5
  SHA512:
6
- metadata.gz: 1913dd7b1eddc7d4ac7d3569cba4e65b01b1f3e6953ca9700b8978c9518bfae70df095245233b674f7b1978ae6d019880fb5da06489ffe24fbd3041bad802781
7
- data.tar.gz: c65a0411e395e304d6060452a208e600018b5724bf0d774a73927178ab4792343d9bcca29db948b5e6360a019684e03bb8cc5d7e298d4e9395a207500e5ac27d
6
+ metadata.gz: f1ec489d36d37878b92f811ac76235f5e6aca2f22dfa2b6ab9ff7df8803cf8a811c4cbd96439066a0dfba3f924ba2acbfd4f8654433bdb1745055fc8852ffcc0
7
+ data.tar.gz: 2c1ff9b785cca82eb89248ddc96c079fb5c1569947273f22655d97ee09f24d050245e5cd0d3bdd4c6e8fb3a490cea7bfcbbfc0f48144c8f886cf814c2e85db0b
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.363
1
+ 3.0.380
@@ -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.363
4
+ version: 3.0.380
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-04 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