tencentcloud-sdk-ess 3.0.555 → 3.0.557

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 +11 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 28212b2ab013cddce9cd09e4028257ef9b676efe
4
- data.tar.gz: 92d54e3e6afca0ed998fbbe701d2e2e9d9b375d4
3
+ metadata.gz: d022a824d68bf3af11e9f5a1f7154ad29ffd6393
4
+ data.tar.gz: 4277991e516935b19df3be4aa64f9091666cbb9c
5
5
  SHA512:
6
- metadata.gz: 1d5e0d2b0799f2fb07a3bd384dc5656c7762c7e49b5a491a3e507d3bd31aee1ba4c5b66c8c7081e1ef65c4b5cacad19257a337d788670b79a4517b2621780fd9
7
- data.tar.gz: c0a91abf8695e4e32657dc084fcf26cbe44d8fcd1eaa64e9449a534c88e31ee1f1ad5b1adef74ff6ac124f884da53b76d0e3544e8a882769e56e1bd8e9192ebe
6
+ metadata.gz: 3868350b368702d2b57a18c45c729927937813d6052fe17835e6c7a362c00f964d90bf3b9f85463503849859aece34d2c84c4bf1224b5d15fd831eff0381b4d9
7
+ data.tar.gz: 7da266faf0696d934c53f2696e9a8b8ee54bb238d684d3a2f3a721fe22cc96a0e3888d0faccefcec1e3bf4a19cc8bc76fe3d3f11f9bdc9a049ab61b40c89037f
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.555
1
+ 3.0.557
@@ -553,6 +553,16 @@ module TencentCloud
553
553
  # OCR_ESIGN -- AI智能识别手写签名
554
554
  # ESIGN -- 个人印章类型
555
555
  # 如:{“ComponentTypeLimit”: [“BORDERLESS_ESIGN”]}
556
+
557
+ # ComponentType为SIGN_DATE时,支持以下参数:
558
+ # 1 Font:字符串类型目前只支持"黑体"、"宋体",如果不填默认为"黑体"
559
+ # 2 FontSize: 数字类型,范围6-72,默认值为12
560
+ # 3 FontAlign: 字符串类型,可取Left/Right/Center,对应左对齐/居中/右对齐
561
+ # 4 Format: 字符串类型,日期格式,必须是以下五种之一 “yyyy m d”,”yyyy年m月d日”,”yyyy/m/d”,”yyyy-m-d”,”yyyy.m.d”。
562
+ # 5 Gaps:: 字符串类型,仅在Format为“yyyy m d”时起作用,格式为用逗号分开的两个整数,例如”2,2”,两个数字分别是日期格式的前后两个空隙钟的空格个数
563
+ # 如果extra参数为空,默认为”yyyy年m月d日”格式的居中日期
564
+ # 特别地,如果extra中Format字段为空或无法被识别,则extra参数会被当作默认值处理(Font,FontSize,Gaps和FontAlign都不会起效)
565
+ # 参数样例: "ComponentExtra": "{\"Format\":“yyyy m d”,\"FontSize\":12,\"Gaps\":\"2,2\", \"FontAlign\":\"Right\"}",
556
566
  # @type ComponentExtra: String
557
567
  # @param IsFormType: 是否是表单域类型,默认不存在
558
568
  # @type IsFormType: Boolean
@@ -1801,7 +1811,7 @@ module TencentCloud
1801
1811
  # @type IdCardType: String
1802
1812
  # @param Mobile: 手机号码
1803
1813
  # @type Mobile: String
1804
- # @param EnableAutoSign: 是否需开通自动签
1814
+ # @param EnableAutoSign: 是否开通自动签,该功能需联系运营工作人员开通后使用
1805
1815
  # @type EnableAutoSign: Boolean
1806
1816
 
1807
1817
  attr_accessor :UserName, :IdCardNumber, :SealImage, :SealName, :Operator, :IdCardType, :Mobile, :EnableAutoSign
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.555
4
+ version: 3.0.557
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-04-19 00:00:00.000000000 Z
11
+ date: 2023-04-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common