tencentcloud-sdk-hcm 3.0.778 → 3.0.779

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: feb15aa68617e138e7e37382b55910855b7bbe11
4
- data.tar.gz: c128ac14054a0db3cf51f844025c428c833e0108
3
+ metadata.gz: da33421aca6110a5f4f869681007846770dec35b
4
+ data.tar.gz: 91e5b239fc9bace3a38b88babbd799f97578d1f9
5
5
  SHA512:
6
- metadata.gz: 120467a71c57ac4fc4d26215d6e74166ccd644690421ad7bb0bc16d4d2b1ce3c1cc917e380f0592b515a2cea32e4f965f2d1da3e0fee98712e36ee9ca7966c7f
7
- data.tar.gz: 6cb8f1ad0746e60d135f7eabf85922305d86c7992c3cedb7722279077a72a215057aeaa2188f820070d7d09e9c032da4d66b23390ab0a58ffb32397b78480699
6
+ metadata.gz: daad1edc3c3d880678fec691c351426887afc2f02afc4cca9f93de437c2768512a9dac3cffb01b6b93cb388a3f2efdf30667a247d9e9d3d253a1dd7c3b4c6428
7
+ data.tar.gz: c43e996ee27cf108e250cdc9883350f63f3ea3ff1d7ce1f91b7d9e773ea4c861ca3ef49017c9f1d0112c50a22639410c00881d85d9cb6735dd71de4ed287aad5
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.778
1
+ 3.0.779
@@ -48,8 +48,8 @@ module TencentCloud
48
48
 
49
49
  attr_accessor :SessionId, :Image, :HcmAppid, :Url, :SupportHorizontalImage, :RejectNonArithmeticImage, :IsAsync, :EnableDispRelatedVertical, :EnableDispMidresult, :EnablePdfRecognize, :PdfPageIndex, :LaTex, :RejectVagueArithmetic
50
50
  extend Gem::Deprecate
51
- deprecate :IsAsync, :none, 2023, 11
52
- deprecate :IsAsync=, :none, 2023, 11
51
+ deprecate :IsAsync, :none, 2024, 3
52
+ deprecate :IsAsync=, :none, 2024, 3
53
53
 
54
54
  def initialize(sessionid=nil, image=nil, hcmappid=nil, url=nil, supporthorizontalimage=nil, rejectnonarithmeticimage=nil, isasync=nil, enabledisprelatedvertical=nil, enabledispmidresult=nil, enablepdfrecognize=nil, pdfpageindex=nil, latex=nil, rejectvaguearithmetic=nil)
55
55
  @SessionId = sessionid
@@ -93,13 +93,13 @@ module TencentCloud
93
93
  # @type Items: Array
94
94
  # @param TaskId: 任务 id,用于查询接口
95
95
  # @type TaskId: String
96
- # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
96
+ # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId
97
97
  # @type RequestId: String
98
98
 
99
99
  attr_accessor :SessionId, :Items, :TaskId, :RequestId
100
100
  extend Gem::Deprecate
101
- deprecate :TaskId, :none, 2023, 11
102
- deprecate :TaskId=, :none, 2023, 11
101
+ deprecate :TaskId, :none, 2024, 3
102
+ deprecate :TaskId=, :none, 2024, 3
103
103
 
104
104
  def initialize(sessionid=nil, items=nil, taskid=nil, requestid=nil)
105
105
  @SessionId = sessionid
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-hcm
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.778
4
+ version: 3.0.779
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
@@ -34,8 +34,8 @@ extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
36
  - lib/tencentcloud-sdk-hcm.rb
37
- - lib/v20181106/models.rb
38
37
  - lib/v20181106/client.rb
38
+ - lib/v20181106/models.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: