tencentcloud-sdk-omics 3.0.1119 → 3.0.1133

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: 52f90fb9c6b6cce365b0e2edbb5603ddb09b4c98
4
- data.tar.gz: 1be2cdf1734307e74ef32da3949bd799b69ee180
3
+ metadata.gz: 6ffe51fecedf536db8eaf057ec6a29980d8cc7cb
4
+ data.tar.gz: 09b47566b21fbf048d278d6e5a49ce642e2c7c74
5
5
  SHA512:
6
- metadata.gz: 8d63d80a27423b46a72807f90c1340b17cd152ff6670abe71f4a275b79160e527bd82d6ff2b4d5014ef8092ff9d417ea3a66d4f51802b9884f2694e6ffc314b6
7
- data.tar.gz: 8df41945e0ff5fdba6dcb35829a70469d8910d9901c670def5c63f2ddce2a32d43fe4c0c08141133be92717442d7ecd2ab043fc4192ae7d5f75f8157eae5f58e
6
+ metadata.gz: b4fa4c3a6386224de7e1b6454de909e49cbfa500be251dd4307e8135549e827888eb6cb632caf98407af772b134ee50c0d1a1982f14b4d0447baed3b60346a3e
7
+ data.tar.gz: c0c6bff7461248d7382a79cab61d921b06e0aee830ffb7e16d9c36dce1d0830d63b560d12fc87e3e1d922d0ab3112157deb438009535b8ce7b44e8e6ddd83435
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1119
1
+ 3.0.1133
@@ -44,8 +44,8 @@ module TencentCloud
44
44
 
45
45
  attr_accessor :Type, :ApplicationVersionId, :Name, :Description, :Entrypoint, :CreateTime, :CreatorName, :CreatorId, :GitInfo, :GitSource, :CosSource
46
46
  extend Gem::Deprecate
47
- deprecate :GitInfo, :none, 2025, 8
48
- deprecate :GitInfo=, :none, 2025, 8
47
+ deprecate :GitInfo, :none, 2025, 9
48
+ deprecate :GitInfo=, :none, 2025, 9
49
49
 
50
50
  def initialize(type=nil, applicationversionid=nil, name=nil, description=nil, entrypoint=nil, createtime=nil, creatorname=nil, creatorid=nil, gitinfo=nil, gitsource=nil, cossource=nil)
51
51
  @Type = type
@@ -1564,8 +1564,8 @@ module TencentCloud
1564
1564
 
1565
1565
  attr_accessor :RunUuid, :ProjectId, :ApplicationId, :RunGroupId, :EnvironmentId, :UserDefinedId, :TableId, :TableRowUuid, :Status, :Input, :Option, :ExecutionTime, :Cache, :ErrorMessage, :CreateTime, :UpdateTime
1566
1566
  extend Gem::Deprecate
1567
- deprecate :Option, :none, 2025, 8
1568
- deprecate :Option=, :none, 2025, 8
1567
+ deprecate :Option, :none, 2025, 9
1568
+ deprecate :Option=, :none, 2025, 9
1569
1569
 
1570
1570
  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)
1571
1571
  @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.1119
4
+ version: 3.0.1133
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-08-06 00:00:00.000000000 Z
11
+ date: 2025-08-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common