tencentcloud-sdk-essbasic 3.0.411 → 3.0.412
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/v20210526/models.rb +10 -10
- 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: ee4a0a5cf17d8d769dc20496859f39ac6a717153
|
4
|
+
data.tar.gz: 91e5201b40c84408180fa8fb21b3b4988ba41904
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c24d051e35ee920e6ad1d370514b5cd6a13fdf483aef9371470f1fe4888070e0d0690bb3af0297be068dd182ac42d9ab59b45cb7d8284e3534d9a7cd891e5395
|
7
|
+
data.tar.gz: b16529990f2e1fbcbe00ba7e2e5a31327af57feb0be4d4465287dad31e2c45a99e0c184ab81839fa682157762b43f4ccc944234bd18fff832ac2968ba200285f
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.412
|
data/lib/v20210526/models.rb
CHANGED
@@ -1132,7 +1132,9 @@ module TencentCloud
|
|
1132
1132
|
# @type Agent: :class:`Tencentcloud::Essbasic.v20210526.models.Agent`
|
1133
1133
|
# @param FlowIds: 签署流程编号数组,最多支持100个。(备注:该参数和合同组编号必须二选一)
|
1134
1134
|
# @type FlowIds: Array
|
1135
|
-
# @param
|
1135
|
+
# @param FlowGroupId: 合同组编号(备注:该参数和合同(流程)编号数组必须二选一)
|
1136
|
+
# @type FlowGroupId: String
|
1137
|
+
# @param Endpoint: 签署链接类型:“WEIXINAPP”-短链直接跳小程序;“CHANNEL”-跳转H5页面;“APP”-第三方APP或小程序跳转电子签小程序;"LONGURL2WEIXINAPP"-长链接跳转小程序;默认“WEIXINAPP”类型,即跳转至小程序;
|
1136
1138
|
# @type Endpoint: String
|
1137
1139
|
# @param GenerateType: 签署链接生成类型,默认是 "ALL";
|
1138
1140
|
# "ALL":全部签署方签署链接;
|
@@ -1158,14 +1160,13 @@ module TencentCloud
|
|
1158
1160
|
# @type JumpUrl: String
|
1159
1161
|
# @param Operator: 操作者的信息
|
1160
1162
|
# @type Operator: :class:`Tencentcloud::Essbasic.v20210526.models.UserInfo`
|
1161
|
-
# @param FlowGroupId: 合同组编号(备注:该参数和合同(流程)编号数组必须二选一)
|
1162
|
-
# @type FlowGroupId: String
|
1163
1163
|
|
1164
|
-
attr_accessor :Agent, :FlowIds, :Endpoint, :GenerateType, :OrganizationName, :Name, :Mobile, :OrganizationOpenId, :OpenId, :AutoJumpBack, :JumpUrl, :Operator
|
1164
|
+
attr_accessor :Agent, :FlowIds, :FlowGroupId, :Endpoint, :GenerateType, :OrganizationName, :Name, :Mobile, :OrganizationOpenId, :OpenId, :AutoJumpBack, :JumpUrl, :Operator
|
1165
1165
|
|
1166
|
-
def initialize(agent=nil, flowids=nil, endpoint=nil, generatetype=nil, organizationname=nil, name=nil, mobile=nil, organizationopenid=nil, openid=nil, autojumpback=nil, jumpurl=nil, operator=nil
|
1166
|
+
def initialize(agent=nil, flowids=nil, flowgroupid=nil, endpoint=nil, generatetype=nil, organizationname=nil, name=nil, mobile=nil, organizationopenid=nil, openid=nil, autojumpback=nil, jumpurl=nil, operator=nil)
|
1167
1167
|
@Agent = agent
|
1168
1168
|
@FlowIds = flowids
|
1169
|
+
@FlowGroupId = flowgroupid
|
1169
1170
|
@Endpoint = endpoint
|
1170
1171
|
@GenerateType = generatetype
|
1171
1172
|
@OrganizationName = organizationname
|
@@ -1176,7 +1177,6 @@ module TencentCloud
|
|
1176
1177
|
@AutoJumpBack = autojumpback
|
1177
1178
|
@JumpUrl = jumpurl
|
1178
1179
|
@Operator = operator
|
1179
|
-
@FlowGroupId = flowgroupid
|
1180
1180
|
end
|
1181
1181
|
|
1182
1182
|
def deserialize(params)
|
@@ -1185,6 +1185,7 @@ module TencentCloud
|
|
1185
1185
|
@Agent.deserialize(params['Agent'])
|
1186
1186
|
end
|
1187
1187
|
@FlowIds = params['FlowIds']
|
1188
|
+
@FlowGroupId = params['FlowGroupId']
|
1188
1189
|
@Endpoint = params['Endpoint']
|
1189
1190
|
@GenerateType = params['GenerateType']
|
1190
1191
|
@OrganizationName = params['OrganizationName']
|
@@ -1198,7 +1199,6 @@ module TencentCloud
|
|
1198
1199
|
@Operator = UserInfo.new
|
1199
1200
|
@Operator.deserialize(params['Operator'])
|
1200
1201
|
end
|
1201
|
-
@FlowGroupId = params['FlowGroupId']
|
1202
1202
|
end
|
1203
1203
|
end
|
1204
1204
|
|
@@ -1385,15 +1385,15 @@ module TencentCloud
|
|
1385
1385
|
# @type TemplateId: String
|
1386
1386
|
# @param ContentType: 查询内容:0-模板列表及详情(默认),1-仅模板列表
|
1387
1387
|
# @type ContentType: Integer
|
1388
|
-
# @param Limit: 查询个数,默认20,最大100
|
1388
|
+
# @param Limit: 查询个数,默认20,最大100;在查询列表的时候有效
|
1389
1389
|
# @type Limit: Integer
|
1390
|
-
# @param Offset: 查询偏移位置,默认0
|
1390
|
+
# @param Offset: 查询偏移位置,默认0;在查询列表的时候有效
|
1391
1391
|
# @type Offset: Integer
|
1392
1392
|
# @param Operator: 操作者的信息
|
1393
1393
|
# @type Operator: :class:`Tencentcloud::Essbasic.v20210526.models.UserInfo`
|
1394
1394
|
# @param QueryAllComponents: 是否返回所有组件信息
|
1395
1395
|
# @type QueryAllComponents: Boolean
|
1396
|
-
# @param TemplateName:
|
1396
|
+
# @param TemplateName: 模糊搜索模板名称
|
1397
1397
|
# @type TemplateName: String
|
1398
1398
|
|
1399
1399
|
attr_accessor :Agent, :TemplateId, :ContentType, :Limit, :Offset, :Operator, :QueryAllComponents, :TemplateName
|
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.
|
4
|
+
version: 3.0.412
|
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-09-
|
11
|
+
date: 2022-09-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|