tencentcloud-sdk-hcm 3.0.665 → 3.0.667

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ca7e1213b3bc0cbef3247d3b4fa25d1e5a58acea
4
- data.tar.gz: 54381967c1c5068de2a3ee478ebdc188b13be9dd
3
+ metadata.gz: 3ad50d75aecb9138800d7dad165af4ae3985d287
4
+ data.tar.gz: 4cdd0c0bebf0bde9179f1ba1d3c00f7f6243669c
5
5
  SHA512:
6
- metadata.gz: a951f18d1b3fbebfc7db3375ca2ffe8085286f1e97cb22fdf13ead7eb8224f80df7f0d15cb25e358f8f21b608d2ee9e547af9c6b4aebc36fe8e1f7bd0d757635
7
- data.tar.gz: 0f9a8651129f98b1dfb00d14057be43967b0e67e50a87cc767958d2881bc87ad629491fe344df8b15660cc5d097e786c09dbb7c5e502193e459f3f729bfe3c7f
6
+ metadata.gz: 3ae840037c6e66d6473721aaf95f4ec3c5322c928e30d79b0ad79ef35d7b59a7c2cb11c1b3f544137392d88c1e5fa69781929f1e236a2bda57197d36a3289349
7
+ data.tar.gz: 108b71fe00945afb94be22b5f43d3a1f7e849d96c4310a4373cd939b38d9619c8ca9e1cba3c6752d3f77207c198ab1ef4eacc5cef12b4d9b5199691eb95c4b89
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.665
1
+ 3.0.667
@@ -47,6 +47,9 @@ module TencentCloud
47
47
  # @type RejectVagueArithmetic: Boolean
48
48
 
49
49
  attr_accessor :SessionId, :Image, :HcmAppid, :Url, :SupportHorizontalImage, :RejectNonArithmeticImage, :IsAsync, :EnableDispRelatedVertical, :EnableDispMidresult, :EnablePdfRecognize, :PdfPageIndex, :LaTex, :RejectVagueArithmetic
50
+ extend Gem::Deprecate
51
+ deprecate :IsAsync, :none, 2023, 9
52
+ deprecate :IsAsync=, :none, 2023, 9
50
53
 
51
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)
52
55
  @SessionId = sessionid
@@ -94,6 +97,9 @@ module TencentCloud
94
97
  # @type RequestId: String
95
98
 
96
99
  attr_accessor :SessionId, :Items, :TaskId, :RequestId
100
+ extend Gem::Deprecate
101
+ deprecate :TaskId, :none, 2023, 9
102
+ deprecate :TaskId=, :none, 2023, 9
97
103
 
98
104
  def initialize(sessionid=nil, items=nil, taskid=nil, requestid=nil)
99
105
  @SessionId = sessionid
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-hcm
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.665
4
+ version: 3.0.667
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-09-22 00:00:00.000000000 Z
11
+ date: 2023-09-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common