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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20201111/models.rb +11 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d022a824d68bf3af11e9f5a1f7154ad29ffd6393
|
4
|
+
data.tar.gz: 4277991e516935b19df3be4aa64f9091666cbb9c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3868350b368702d2b57a18c45c729927937813d6052fe17835e6c7a362c00f964d90bf3b9f85463503849859aece34d2c84c4bf1224b5d15fd831eff0381b4d9
|
7
|
+
data.tar.gz: 7da266faf0696d934c53f2696e9a8b8ee54bb238d684d3a2f3a721fe22cc96a0e3888d0faccefcec1e3bf4a19cc8bc76fe3d3f11f9bdc9a049ab61b40c89037f
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.557
|
data/lib/v20201111/models.rb
CHANGED
@@ -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.
|
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-
|
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
|