tencentcloud-sdk-essbasic 3.0.760 → 3.0.761

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: 859ad4e81a2adbe4f21107f278a3d41172bc8073
4
- data.tar.gz: 8ff698f1add1b12c03f42c50c1e3a060bf7e8312
3
+ metadata.gz: 52f3da405ffd093d4b6e6805cf4c95b120d9e7ba
4
+ data.tar.gz: 3b63d0343ecd0ea445ea1c1b79d7a42b24fe4dbd
5
5
  SHA512:
6
- metadata.gz: c5dfb3db202ed6dba13e304b730704e4ce654793080dfe657675a05f6b5ff2f1307c0656da1d053b4da59a9551f23b563bbfe3a81299570abe36e59898c47273
7
- data.tar.gz: 7269d3d674be14460a5e97ed64641a4442685ed3e4ef4c42c296049e8bd0694395aa2505e22a43f3eb7878582981a8b91ddca581440ca7c21a06766ae8ebd1c5
6
+ metadata.gz: 19e3dfd6dcdfd1554a274bf057b48de4438d86b8ab102d460a52a48faa21c27e2114fefda1aa46a8d281f27d6e1d317644502039b59239386dc497389beb351e
7
+ data.tar.gz: 42967c02ee441dd3b6561cafd7bf69434fa144dabe928c96e63135577dcfaf5b7f21bca1d855a3cae0d0ddbd13dcea11014f5d9a08c711d66b52175cf3cb166f
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.760
1
+ 3.0.761
@@ -1798,7 +1798,7 @@ module TencentCloud
1798
1798
 
1799
1799
  # 4. <font color="red">静默(自动)签署不支持合同签署方存在填写</font>
1800
1800
 
1801
- # 5. <font color="red">在下一步创建签署链接前,建议等待DocumentFill </font>[PDF合成完成的回调](https://qian.tencent.com/developers/partner/callback_types_file_resources)或者睡眠几秒,尤其是当模板中存在动态表格等复杂填写控件时,因为合成过程可能会耗费秒级别的时间。
1801
+ # 5. <font color="red">在下一步创建签署链接前,建议等待DocumentFill </font> <a href="https://qian.tencent.com/developers/partner/callback_types_file_resources">PDF合成完成的回调</a>或者睡眠几秒,尤其是当模板中存在动态表格等复杂填写控件时,因为合成过程可能会耗费秒级别的时间。
1802
1802
 
1803
1803
  # @param request: Request instance for CreateFlowsByTemplates.
1804
1804
  # @type request: :class:`Tencentcloud::essbasic::V20210526::CreateFlowsByTemplatesRequest`
@@ -4699,6 +4699,10 @@ module TencentCloud
4699
4699
  # <ul><li> <b>PageRanges</b> :PageRange的数组,通过PageRanges属性设置该印章在PDF所有页面上盖章(适用于标书在所有页面盖章的情况)</li></ul>
4700
4700
  # <b>参数样例</b>:` "{"PageRange":[{"BeginPage":1,"EndPage":-1}]}"`
4701
4701
 
4702
+ # <font color="red">签署印章旋转功能,当ComponentType为SIGN_SIGNATURE、SIGN_DATE、SIGN_SEAL时</font>,可以通过以下参数设置签署图片的旋转角度:
4703
+ # <ul><li> <b>Rotate</b>:旋转角度,支持范围:-360:360,为正整数时,为顺时针旋转;为负整数时,为逆时针旋转。</li>
4704
+ # <li> <b>RotateRelation</b>:旋转关联控件,用于指定关联旋转的控件。例如:让印章控件和签署日期控件按照印章控件为中心旋转(此时,设置印章控件的RotateRelation为日期控件的ComponentId,设置日期签署控件的RotateRelation为印章控件的ComponentId)。</li></ul>
4705
+ # <b>参数样例</b>:`{"Rotate":-30,"RotateRelation":"Component_Id1"}`
4702
4706
 
4703
4707
  # <font color="red">关键字模式下支持关键字找不到的情况下不进行报错的设置</font>
4704
4708
  # <ul><li> <b>IgnoreKeywordError</b> :1-关键字查找不到时不进行报错</li></ul>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-essbasic
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.760
4
+ version: 3.0.761
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-01-29 00:00:00.000000000 Z
11
+ date: 2024-01-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common