tencentcloud-sdk-ess 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: 7c027478c745f3ba6e4c98cbe5af926e3eb395b4
4
- data.tar.gz: f25701c359168ead7b2861d4e05d536b33d964c5
3
+ metadata.gz: 364b3507352064ec181b15084e09e3e2ea15957e
4
+ data.tar.gz: b1af7370b6718b1c71c1ab2a88d63fc19a084402
5
5
  SHA512:
6
- metadata.gz: 07bc0df431e055394ac441a57494736667b302d2308499824fc1e130a071bae9fcc4e66fb097367a5e0451b665c692c10b9b362b8632fb4a6ee192b608ef0295
7
- data.tar.gz: ace455f5afac9e320e96604075a6036812e07ca25e4f93c3bf06241147391007e399f6bf0f71fe2ebea52278553d009ffd3f525ca02d416a27195008e9c5f94e
6
+ metadata.gz: 16fdd56e5c2e2e9172894608c1a7a8f2d1308deb3690b207ae32f4d48d403a5d9946a68a38e7a511a5cc2592907acf1ee77329e6ef5d577222a7c72d1ead7dea
7
+ data.tar.gz: 763bc1c848f4fb5169277e53c3bbb57b95f3e2f0fc21fbf5f1ae138003aeb41854aeb506f50e9d3c296144d7087b0255781a3454cefcb5727e30bf18566dae52
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.439
1
+ 3.0.440
@@ -308,12 +308,15 @@ module TencentCloud
308
308
  # DYNAMIC_TABLE - 动态表格控件;
309
309
  # ATTACHMENT - 附件控件;
310
310
  # SELECTOR - 选择器控件;
311
+ # DATE - 日期控件;默认是格式化为xxxx年xx月xx日
311
312
 
312
313
  # 如果是SignComponent控件类型,则可选的字段为
313
314
  # SIGN_SEAL - 签署印章控件;
314
315
  # SIGN_DATE - 签署日期控件;
316
+ # DATE, 日期控件,默认是格式化为xxxx年xx月xx日
315
317
  # SIGN_SIGNATURE - 用户签名控件;
316
318
  # SIGN_PERSONAL_SEAL - 个人签署印章控件(使用文件发起暂不支持此类型);
319
+ # SIGN_PAGING_SEAL - 骑缝章;若文件发起,需要对应填充ComponentPosY、ComponentWidth、ComponentHeight
317
320
 
318
321
  # 表单域的控件不能作为印章和签名控件
319
322
  # @type ComponentType: String
@@ -354,7 +357,9 @@ module TencentCloud
354
357
  # FILL_IMAGE、ATTACHMENT - 附件的FileId,需要通过UploadFiles接口上传获取
355
358
  # SELECTOR - 选项值
356
359
  # DYNAMIC_TABLE - 传入json格式的表格内容,具体见数据结构FlowInfo:https://cloud.tencent.com/document/api/1420/61525#FlowInfo
357
- # SIGN_SEAL - 印章Id,于控制台查询获取
360
+ # DATE - 默认是格式化为xxxx年xx月xx日
361
+ # SIGN_SEAL - 印章ID,于控制台查询获取
362
+ # SIGN_PAGING_SEAL - 可以指定印章ID,于控制台查询获取
358
363
  # @type ComponentValue: String
359
364
  # @param IsFormType: 是否是表单域类型,默认不存在
360
365
  # @type IsFormType: Boolean
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.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