tencentcloud-sdk-mmps 1.0.364 → 3.0.371
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20200710/models.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5a82cde20d66b412c84b283c77b951458aab7919
|
4
|
+
data.tar.gz: db46f4911aa8a744f7c5b6fa94ff82a06e422b21
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 84ac471d88f06c850d43ba7eec116197acbdb59500fe2c05e625377658ebf5a06828bbcd54387637e496bd098dc00c59805703071abdb002f00c91202825aa3a
|
7
|
+
data.tar.gz: c24fe657324cc2b9a905d04cf042bd81a6036b023f9e5535b5ddab1f62c39b60e78980df36310e7080e9cf84078ffbc24a66244ff14e1973137cda0d0bd887b2
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
3.0.371
|
data/lib/v20200710/models.rb
CHANGED
@@ -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
|
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,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-mmps
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 3.0.371
|
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
|
+
date: 2022-08-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|