tencentcloud-sdk-hcm 3.0.688 → 3.0.689

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: 770d8f6b8f1cfcdc0daad7d434f1ee9a3879dd26
4
- data.tar.gz: 66cf3ce3f7dc5aa75dbbf5cdae58b0df68f5f073
3
+ metadata.gz: 17b0da8c7f5c8cf6eb01a9d2adf91dc834f27ed4
4
+ data.tar.gz: 77d5f85606dc68028f7687371c9b4a5fc9010f2d
5
5
  SHA512:
6
- metadata.gz: cbb43abbdd04b576d6c24613c01dd7ecffda8bfa08659b4c37443438ea29647b47cc726e111c8115670553ae621aefbabbbec3475d2bc6df88136013d80ccaba
7
- data.tar.gz: aa9327507e615680c4688123edacfe7d83cdef0f0683f0c8b26f240696def9ff6be2735431ada70dd37b8d287d26829e85475254a2452e84c0079a50c6056c01
6
+ metadata.gz: 45552f2ef46da1b514f07ae892ade25c553370dc03c850eeb1f589dc32e5e9cb90eeabe4927b9af64b6ed9d19ee7a979a4e67a55a4d9ffc2cca153a537771370
7
+ data.tar.gz: 941aaa4085a0b3df787545ed8705d724334f7a76dc782bda27429fad6adcbd0f5eca5f54caf845473f95967d02c23d5d96fd5127a056dda4ee18fad44b6169d2
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.688
1
+ 3.0.689
@@ -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, 9
52
- deprecate :IsAsync=, :none, 2023, 9
51
+ deprecate :IsAsync, :none, 2023, 11
52
+ deprecate :IsAsync=, :none, 2023, 11
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
@@ -98,8 +98,8 @@ module TencentCloud
98
98
 
99
99
  attr_accessor :SessionId, :Items, :TaskId, :RequestId
100
100
  extend Gem::Deprecate
101
- deprecate :TaskId, :none, 2023, 9
102
- deprecate :TaskId=, :none, 2023, 9
101
+ deprecate :TaskId, :none, 2023, 11
102
+ deprecate :TaskId=, :none, 2023, 11
103
103
 
104
104
  def initialize(sessionid=nil, items=nil, taskid=nil, requestid=nil)
105
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.688
4
+ version: 3.0.689
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-10-30 00:00:00.000000000 Z
11
+ date: 2023-10-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common