tencentcloud-sdk-omics 3.0.1051 → 3.0.1053

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: 396d50ce6bf324f42e16ab0ffa2b6fb412ad48d7
4
- data.tar.gz: d9533e97b957f10320e4df8e3668f5789de7bd2c
3
+ metadata.gz: 7b3e2352bb6a1c70d34ff88c1336c7ff1b2ff827
4
+ data.tar.gz: 3f864fd0e10b174497e3947c97dbb4700fbc2a18
5
5
  SHA512:
6
- metadata.gz: ce4c2c0a89f8e103d0fc157ee2eb302a4aef8c4ddb8a2c5b3211526d945b3f4604b1778e451647b22c16be01f545388c566619a62bdb9e80f3cc94b5d9511599
7
- data.tar.gz: 9f3b46e1d543b93a530d2cbbb827f4b30c1ac4b57af9636ea3d46e8b5635093e405feea08a011c3caddad51c077ab847dc202044dcf6960d0de8b46d9f5d1be2
6
+ metadata.gz: 8537bd49162576b9110c0b72a69a3c8d3c84f880b1e66dd6f508b1ea3b470f52c313130ea45ad9b1cbd0984fe5172357305bcc5e25f4e479f45ff63be0aa270b
7
+ data.tar.gz: 63c3bc0fff3e6969c02d3f5a303f58308d7baf62035add03aae0f9a6a4879e9c0d3b011d68b7a6c5e912fb3582f0b4cf102fd4d29e8d28d3d477af0164c212da
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1051
1
+ 3.0.1053
@@ -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.1051
4
+ version: 3.0.1053
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-29 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