tencentcloud-sdk-essbasic 3.0.960 → 3.0.961

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/v20210526/models.rb +19 -7
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 071661d21302657ffc4afb2c9037f08900e71fe5
4
- data.tar.gz: 12ce7a2dd381b8f0dec85f5358afece9404c0dab
3
+ metadata.gz: baabea73302a010d0a83216668780225af346325
4
+ data.tar.gz: 25fd6c2a5583862b7eadb4e9938c54be99601a69
5
5
  SHA512:
6
- metadata.gz: 8f3a8cfa0089443bf26ae12e1744629134c51b80cd89fc054d2e9776fcf5ff74bb745a6489be466446d629e05a9d34b0c4c050a9526c6215ac882027d9f9e5f5
7
- data.tar.gz: a5b5de21829a54fda0606bf9ff98499f16cbe4c5a35e010a0201cda07872be7932f6f1fcb1bda97daa88eb0629d32418a4992afbe716c78534376297a44a119c
6
+ metadata.gz: a3e03bcf9c66e38b40ffcd2f37d1c20a1152048281277390bb00a0a7c73d64d95f21dae69481508914780904472fb60ff2c4999c9a8ea1f16509324455051239
7
+ data.tar.gz: f0dd6ae96f07335504c0e2f5a7815eb88d19572d54b9261192217eec5abbe5624b9f07555541cc87a4c227bd697b08e2dbe0dd3a88f6d49acab0d7c1a3db0930
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.960
1
+ 3.0.961
@@ -5358,13 +5358,13 @@ module TencentCloud
5358
5358
 
5359
5359
  # CreateBatchInitOrganizationUrl返回参数结构体
5360
5360
  class CreateBatchInitOrganizationUrlResponse < TencentCloud::Common::AbstractModel
5361
- # @param MiniAppPath: 小程序路径
5361
+ # @param MiniAppPath: 小程序路径,有效时间为7天
5362
5362
  # @type MiniAppPath: String
5363
- # @param OperateLongUrl: 操作长链
5363
+ # @param OperateLongUrl: 操作长链,有效时间为7天
5364
5364
  # @type OperateLongUrl: String
5365
- # @param OperateShortUrl: 操作短链
5365
+ # @param OperateShortUrl: 操作短链,有效时间为7天
5366
5366
  # @type OperateShortUrl: String
5367
- # @param QRCodeUrl: 操作二维码
5367
+ # @param QRCodeUrl: 操作二维码,有效时间为7天
5368
5368
  # @type QRCodeUrl: String
5369
5369
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5370
5370
  # @type RequestId: String
@@ -11195,12 +11195,22 @@ module TencentCloud
11195
11195
  # @param Description: 模板描述信息
11196
11196
  # @type Description: String
11197
11197
  # @param Components: 模板的填充控件列表
11198
+
11199
+ # [点击查看在模板中配置的填充控件的样子](https://qcloudimg.tencent-cloud.cn/raw/cb2f58529fca8d909258f9d45a56f7f4.png)
11198
11200
  # @type Components: Array
11199
11201
  # @param Recipients: 此模块需要签署的各个参与方的角色列表。RecipientId标识每个参与方角色对应的唯一标识符,用于确定此角色的信息。
11202
+
11203
+ # [点击查看在模板中配置的签署参与方角色列表的样子](https://qcloudimg.tencent-cloud.cn/raw/e082bbcc0d923f8cb723d98382410aa2.png)
11204
+
11200
11205
  # @type Recipients: Array
11201
11206
  # @param SignComponents: 此模板中的签署控件列表
11207
+
11208
+ # [点击查看在模板中配置的签署控件的样子](https://qcloudimg.tencent-cloud.cn/raw/29bc6ed753a5a0fce4a3ab02e2c0d955.png)
11202
11209
  # @type SignComponents: Array
11203
- # @param TemplateType: 模板类型:1-静默签;3-普通模板
11210
+ # @param TemplateType: 模板类型可以分为以下两种:
11211
+
11212
+ # <b>1</b>:带有<b>本企业自动签署</b>的模板,即签署过程无需签署人手动操作,系统自动完成签署。
11213
+ # <b>3</b>:普通模板,即签署人需要手动进行签署操作。
11204
11214
  # @type TemplateType: Integer
11205
11215
  # @param IsPromoter: 是否是发起人 ,已弃用
11206
11216
  # @type IsPromoter: Boolean
@@ -11208,8 +11218,10 @@ module TencentCloud
11208
11218
  # @type Creator: String
11209
11219
  # @param CreatedOn: 模板创建的时间戳,格式为Unix标准时间戳(秒)
11210
11220
  # @type CreatedOn: Integer
11211
- # @param PreviewUrl: 模板的H5预览链接,有效期5分钟。
11212
- # 可以通过浏览器打开此链接预览模板,或者嵌入到iframe中预览模板。
11221
+ # @param PreviewUrl: 模板的 H5 预览链接,有效期为 5 分钟。
11222
+ # 您可以通过浏览器直接打开此链接预览模板,或将其嵌入到 iframe 中进行预览。
11223
+
11224
+ # 注意:只有在请求接口时将 <b>WithPreviewUrl </b>参数设置为 true,才会生成预览链接。
11213
11225
  # 注意:此字段可能返回 null,表示取不到有效值。
11214
11226
  # @type PreviewUrl: String
11215
11227
  # @param PdfUrl: 第三方应用集成-模板PDF文件链接,有效期5分钟。
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.960
4
+ version: 3.0.961
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-12-12 00:00:00.000000000 Z
11
+ date: 2024-12-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common