tencentcloud-sdk-omics 3.0.841 → 3.0.842
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/v20221128/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: 8bc71458ce3157b477399bfe708dd3b6cf3a80f3
|
4
|
+
data.tar.gz: 8f26d8cdadf3cde11381d1927d73fdee007d8dac
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 91331d57493ae160ce6ae43eed5f72c10b6905f26aa503101be6358475aab067649c51ce8c0f51873cdb72142e8e409705aee6881132a511a12b556f862db081
|
7
|
+
data.tar.gz: 4a81b83caba715547e83e6a2ea22d62f98591f12ab27e6fc51c055519f080a7f9c9d9d5229163c799336f3d5fabe3a38aacd9a5fd55d5e765830178cd12ac1e2
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.842
|
data/lib/v20221128/models.rb
CHANGED
@@ -1533,8 +1533,8 @@ module TencentCloud
|
|
1533
1533
|
|
1534
1534
|
attr_accessor :RunUuid, :ProjectId, :ApplicationId, :RunGroupId, :EnvironmentId, :UserDefinedId, :TableId, :TableRowUuid, :Status, :Input, :Option, :ExecutionTime, :Cache, :ErrorMessage, :CreateTime, :UpdateTime
|
1535
1535
|
extend Gem::Deprecate
|
1536
|
-
deprecate :Option, :none, 2024,
|
1537
|
-
deprecate :Option=, :none, 2024,
|
1536
|
+
deprecate :Option, :none, 2024, 6
|
1537
|
+
deprecate :Option=, :none, 2024, 6
|
1538
1538
|
|
1539
1539
|
def initialize(runuuid=nil, projectid=nil, applicationid=nil, rungroupid=nil, environmentid=nil, userdefinedid=nil, tableid=nil, tablerowuuid=nil, status=nil, input=nil, option=nil, executiontime=nil, cache=nil, errormessage=nil, createtime=nil, updatetime=nil)
|
1540
1540
|
@RunUuid = runuuid
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-omics
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.842
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-06-
|
11
|
+
date: 2024-06-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|