tencentcloud-sdk-essbasic 3.0.439 → 3.0.440

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: 4274a653506c6cf0e6b5d600a9eca50c64fdfd7f
4
- data.tar.gz: b4be0c1aa6f7e430622e5a1511602671a61f651e
3
+ metadata.gz: b5b34b8abccaa66790b934da752fe783c3c74984
4
+ data.tar.gz: 01e5bf424cd3f3fc4aee34c5b74090bbdffdf54f
5
5
  SHA512:
6
- metadata.gz: aad41314358641ac63111a1b6402a1c08cf4fb2facf41f162f3243b0495693e2dbcfcab734c11e1414b893130ee32cdce22b585bbfa2f6bec322869579052f4f
7
- data.tar.gz: 8701b4a80ed56620a7e9bd240a87c9eddf7320b348f035fe4a65b7a2e417c9b0cbac794a6ee258854ae2da607c99b2f42a21a8117164854edd921e1fbb7f3066
6
+ metadata.gz: fd8ce00b8c48e74f3b34fe2a76dcdea0a2fffb2d8d6455120d57816db602b6ecb4c332421ab92112379148956bc00086eb5ef261184efa846f546c0e0ac7259e
7
+ data.tar.gz: cbbaba2d5c29e8cbee7dd856655d62d30d8cbf8a45a992b1b23555b0b613190c3bf63a59b13b9a06595bb100de4727ee90518fdd6e7730b9f6d1d8ad41ee4388
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.439
1
+ 3.0.440
@@ -1011,12 +1011,14 @@ module TencentCloud
1011
1011
  # DYNAMIC_TABLE - 动态表格控件;
1012
1012
  # ATTACHMENT - 附件控件;
1013
1013
  # SELECTOR - 选择器控件;
1014
+ # DATE - 日期控件;默认是格式化为xxxx年xx月xx日
1014
1015
 
1015
1016
  # 如果是SignComponent控件类型,则可选的字段为
1016
1017
  # SIGN_SEAL - 签署印章控件;
1017
1018
  # SIGN_DATE - 签署日期控件;
1018
1019
  # SIGN_SIGNATURE - 用户签名控件;
1019
1020
  # SIGN_PERSONAL_SEAL - 个人签署印章控件(使用文件发起暂不支持此类型);
1021
+ # SIGN_PAGING_SEAL - 骑缝章;若文件发起,需要对应填充ComponentPosY、ComponentWidth、ComponentHeight
1020
1022
 
1021
1023
  # 表单域的控件不能作为印章和签名控件
1022
1024
  # @type ComponentType: String
@@ -1059,7 +1061,10 @@ module TencentCloud
1059
1061
  # CHECK_BOX - true/false
1060
1062
  # FILL_IMAGE、ATTACHMENT - 附件的FileId,需要通过UploadFiles接口上传获取
1061
1063
  # SELECTOR - 选项值
1064
+ # DATE - 默认是格式化为xxxx年xx月xx日
1062
1065
  # DYNAMIC_TABLE - 传入json格式的表格内容,具体见数据结构FlowInfo:https://cloud.tencent.com/document/api/1420/61525#FlowInfo
1066
+ # SIGN_SEAL - 印章ID
1067
+ # SIGN_PAGING_SEAL - 可以指定印章ID
1063
1068
  # @type ComponentValue: String
1064
1069
  # @param ComponentDateFontSize: 日期签署控件的字号,默认为 12
1065
1070
 
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.439
4
+ version: 3.0.440
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-10-28 00:00:00.000000000 Z
11
+ date: 2022-10-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common