tencentcloud-sdk-omics 3.0.1052 → 3.0.1054

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: 3093e719ef5fcc9499e3522ad6fe693e7bf3ee30
4
- data.tar.gz: d1a15777d2ab428a3addc83178a7d5e6217fcf9d
3
+ metadata.gz: e68bb51d85ac427a1ff8ee798e5d726aa41b24de
4
+ data.tar.gz: 23f0665c92c082fa8f5edd37a82d567cdb273827
5
5
  SHA512:
6
- metadata.gz: df2fb9ee88d1e7ed38295300bfe0dc155e877dda430a4ea3a22df5ad46fff97b2ab739d8dc91752ce2e1e82bac58184a372b7a633ed3e721555fe4862df65fb7
7
- data.tar.gz: dc2cc3baf341c43e1fef974315b4281e11932be88d113faa4f8f237b37322cb25f4d93168ebad030c21276fa3c29410fd3d7f9b2a33b1331a7ee534bc512d7a3
6
+ metadata.gz: 02e172c8430251cf51504234c0000ad2f9bf56cd47e8b85533cd83a4e8cfb94920b37bc41a378b33367ba947637cdb800febe46310995c35faca065dd7db7563
7
+ data.tar.gz: 27cc587025e8f08b4e979ae74452e6a4216822289a2937aa74d5d0bdbf827a65518bc44ce32b4e29c8838cb7a58c9aa021147d76c20718a351d1657693e58284
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1052
1
+ 3.0.1054
@@ -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, 2024, 12
48
- deprecate :GitInfo=, :none, 2024, 12
47
+ deprecate :GitInfo, :none, 2025, 5
48
+ deprecate :GitInfo=, :none, 2025, 5
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
@@ -1536,8 +1536,8 @@ module TencentCloud
1536
1536
 
1537
1537
  attr_accessor :RunUuid, :ProjectId, :ApplicationId, :RunGroupId, :EnvironmentId, :UserDefinedId, :TableId, :TableRowUuid, :Status, :Input, :Option, :ExecutionTime, :Cache, :ErrorMessage, :CreateTime, :UpdateTime
1538
1538
  extend Gem::Deprecate
1539
- deprecate :Option, :none, 2024, 12
1540
- deprecate :Option=, :none, 2024, 12
1539
+ deprecate :Option, :none, 2025, 5
1540
+ deprecate :Option=, :none, 2025, 5
1541
1541
 
1542
1542
  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)
1543
1543
  @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.1052
4
+ version: 3.0.1054
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-04-30 00:00:00.000000000 Z
11
+ date: 2025-05-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common