tencentcloud-sdk-ess 3.0.676 → 3.0.677

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20201111/models.rb +16 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 830df49f960c3fcdf19c05da837570a15363fdc9
4
- data.tar.gz: 026462ee3d7816d0b693a3860e0ef259661533fe
3
+ metadata.gz: b1b8673efbb53fbebd2659ce8cfc604cb2b76b1e
4
+ data.tar.gz: 4fbb957b96f7f7ed6c684b128dbc3381409fc8a5
5
5
  SHA512:
6
- metadata.gz: 09f490e6d1c9fd6663e5a55d213ad751233b129f573d0bdceaaa1ab02054ebaf478037cba57aeda7deda3f1082c4553c0b50507b159a2b6409888de10fc34a68
7
- data.tar.gz: c90b3cd6cf693faaf08c31b98481a9b20b3960f3994bc2b76ca7afdc45e0cf88b80775cb58c1c536a4cf3eb26d93747bd8437b2b5b11987c7f3dff0820ace4d5
6
+ metadata.gz: 217b74f86788191c8d5e6b7340f9782e00a47991a0ad25cf99fd7ed3c17a6f07dc1ffb5284a1b1319e47e5fa88d841c6cbfe3fc54b49d5591486ea53eae40c9d
7
+ data.tar.gz: 970237e87139ff665450cc1074c0660754d3c8a0db105b5ddec9294d4b3deab0bb77f30414595f2d3f49f23b71365ac0e353b06324945b4a5b21c45e4b0fbc57
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.676
1
+ 3.0.677
@@ -820,6 +820,20 @@ module TencentCloud
820
820
  # @type ComponentRecipientId: String
821
821
  # @param ComponentExtra: 扩展参数:
822
822
  # 为JSON格式。
823
+ # 不同类型的控件会有部分非通用参数
824
+
825
+ # ComponentType为TEXT、MULTI_LINE_TEXT时,支持以下参数:
826
+ # 1 Font:目前只支持黑体、宋体
827
+ # 2 FontSize: 范围12-72
828
+ # 3 FontAlign: Left/Right/Center,左对齐/居中/右对齐
829
+ # 4 FontColor:字符串类型,格式为RGB颜色数字
830
+ # 参数样例: "ComponentExtra": "{\"FontColor\":\"255,0,0\",\"FontSize\":12}"
831
+
832
+ # TEXT/MULTI_LINE_TEXT控件可以指定
833
+ # 1 Font:目前只支持黑体、宋体
834
+ # 2 FontSize: 范围12-72
835
+ # 3 FontAlign: Left/Right/Center,左对齐/居中/右对齐
836
+ # 例如:{"FontSize":12}
823
837
 
824
838
  # ComponentType为FILL_IMAGE时,支持以下参数:
825
839
  # NotMakeImageCenter:bool。是否设置图片居中。false:居中(默认)。 true: 不居中
@@ -842,11 +856,11 @@ module TencentCloud
842
856
  # 5 Gaps:: 字符串类型,仅在Format为“yyyy m d”时起作用,格式为用逗号分开的两个整数,例如”2,2”,两个数字分别是日期格式的前后两个空隙中的空格个数
843
857
  # 如果extra参数为空,默认为”yyyy年m月d日”格式的居中日期
844
858
  # 特别地,如果extra中Format字段为空或无法被识别,则extra参数会被当作默认值处理(Font,FontSize,Gaps和FontAlign都不会起效)
845
- # 参数样例: "ComponentExtra": "{\"Format\":“yyyy m d”,\"FontSize\":12,\"Gaps\":\"2,2\", \"FontAlign\":\"Right\"}"
859
+ # 参数样例: "ComponentExtra": "{"Format":“yyyy m d”,"FontSize":12,"Gaps":"2,2", "FontAlign":"Right"}"
846
860
 
847
861
  # ComponentType为SIGN_SEAL类型时,支持以下参数:
848
862
  # 1.PageRanges:PageRange的数组,通过PageRanges属性设置该印章在PDF所有页面上盖章(适用于标书在所有页面盖章的情况)
849
- # 参数样例:"ComponentExtra":"{\"PageRanges\":[{\"BeginPage\":1,\"EndPage\":-1}]}"
863
+ # 参数样例: "ComponentExtra":"{"PageRange":[{"BeginPage":1,"EndPage":-1}]}"
850
864
  # @type ComponentExtra: String
851
865
  # @param IsFormType: 是否是表单域类型,默认false-不是
852
866
  # 注意:此字段可能返回 null,表示取不到有效值。
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-ess
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.676
4
+ version: 3.0.677
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-13 00:00:00.000000000 Z
11
+ date: 2023-10-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common