tencentcloud-sdk-omics 3.0.1161 → 3.0.1169

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: 83d108245b795a4486e91982b7f0f501b1c36807
4
- data.tar.gz: 2e88f9b044c168ec4623aeafeb023e2c14accfdf
3
+ metadata.gz: ace5de027be331d10dd3daf2f842f274a58d7fcf
4
+ data.tar.gz: d016d5b5ec593ec1cdd0eec18e78a7146c6d671c
5
5
  SHA512:
6
- metadata.gz: 683588ea5eae00c90e35ac511ab86f5ca3c46552043e9c071cab9b0eb6e88a025392dfd788226470a3e2930e0c1f0fedf52cd5129fc993b2316e93377cc5f6e8
7
- data.tar.gz: 1f0ba821e0d177b83f3c1e3ce6744d4a18e708a3dc46ae61df4c5f4f92a8122eea82d94e58c9aab3d2478e19e0b65ab3e86f936963203466d7a1127920bee0bc
6
+ metadata.gz: dc70a46bb551692bfe7545e742e6f9b16b958e23f41becf0ef0a15b713452b7af34910de896baeddb9fc7b2ec0205b3627298f1b7faeb25230816df8abcf28d9
7
+ data.tar.gz: 8f258d4ca62232ff446fdd7bf8dcfe94fcaf04dbd01f3b4979659dd5d4d9c84aa650bfc76f4e8d3b6f26304e18ab0e0f04d5e5901ec8cb224351554ce9ae1514
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1161
1
+ 3.0.1169
@@ -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, 10
48
- deprecate :GitInfo=, :none, 2025, 10
47
+ deprecate :GitInfo, :none, 2025, 11
48
+ deprecate :GitInfo=, :none, 2025, 11
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
@@ -1657,8 +1657,8 @@ module TencentCloud
1657
1657
 
1658
1658
  attr_accessor :RunUuid, :ProjectId, :ApplicationId, :RunGroupId, :EnvironmentId, :UserDefinedId, :TableId, :TableRowUuid, :Status, :Input, :Option, :ExecutionTime, :Cache, :ErrorMessage, :CreateTime, :UpdateTime
1659
1659
  extend Gem::Deprecate
1660
- deprecate :Option, :none, 2025, 10
1661
- deprecate :Option=, :none, 2025, 10
1660
+ deprecate :Option, :none, 2025, 11
1661
+ deprecate :Option=, :none, 2025, 11
1662
1662
 
1663
1663
  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)
1664
1664
  @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.1161
4
+ version: 3.0.1169
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-11-04 00:00:00.000000000 Z
11
+ date: 2025-11-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common