tencentcloud-sdk-ess 3.0.1145 → 3.0.1149
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 +108 -35
- 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: 589d6c1e9de456f55ba6d71d2170177ebbb50a6f
|
4
|
+
data.tar.gz: b00d5e1277d191a5be411cb2c42a021bd9a6dfdf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5659dcfe5161cb7932fedf288ae473328042897bf52574aff24c68fd5a7fb7c8b9d6e0b152f1ee573275e90b99114a358c008b11f70ce49ae83fd4521a03abed
|
7
|
+
data.tar.gz: a383d264b24c82c33f6cee3e8beb9b7ffb951c988af4cca1a4dd4ce94ab7dbf9e56bc0fd345988f563ac1885314bb4e1d60890f620c6eea2c72a641a37edd06d
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1149
|
data/lib/v20201111/models.rb
CHANGED
@@ -114,7 +114,7 @@ module TencentCloud
|
|
114
114
|
# @param ApproverName: 签署方经办人的姓名。
|
115
115
|
# 经办人的姓名将用于身份认证和电子签名,请确保填写的姓名为签署方的真实姓名,而非昵称等代名。
|
116
116
|
# @type ApproverName: String
|
117
|
-
# @param ApproverMobile: 签署方经办人手机号码,
|
117
|
+
# @param ApproverMobile: 签署方经办人手机号码, 支持中国大陆手机号11位数字(无需加+86前缀或其他字符)。
|
118
118
|
# 请确认手机号所有方为此合同签署方。
|
119
119
|
# @type ApproverMobile: String
|
120
120
|
# @param OrganizationName: 组织机构名称。
|
@@ -729,7 +729,7 @@ module TencentCloud
|
|
729
729
|
end
|
730
730
|
end
|
731
731
|
|
732
|
-
# 批量认证企业任务详情信息,其中包括 TaskId
|
732
|
+
# 批量认证企业任务详情信息,其中包括 TaskId,状态信息等。
|
733
733
|
class BatchOrganizationRegistrationTasksDetails < TencentCloud::Common::AbstractModel
|
734
734
|
# @param TaskId: 生成注册链接的任务Id
|
735
735
|
# @type TaskId: String
|
@@ -1178,7 +1178,7 @@ module TencentCloud
|
|
1178
1178
|
|
1179
1179
|
# 抄送信息
|
1180
1180
|
class CcInfo < TencentCloud::Common::AbstractModel
|
1181
|
-
# @param Mobile: 被抄送方手机号码,
|
1181
|
+
# @param Mobile: 被抄送方手机号码, 支持中国大陆手机号11位数字(无需加+86前缀或其他字符)。
|
1182
1182
|
# 请确认手机号所有方为此业务通知方。
|
1183
1183
|
# @type Mobile: String
|
1184
1184
|
# @param Name: 被抄送方姓名。
|
@@ -1456,7 +1456,7 @@ module TencentCloud
|
|
1456
1456
|
|
1457
1457
|
|
1458
1458
|
# <b>控件值约束说明</b>:
|
1459
|
-
# <table> <thead> <tr> <th>特殊控件</th> <th>填写约束</th> </tr> </thead> <tbody> <tr> <td>企业全称控件</td> <td>企业名称中文字符中文括号</td> </tr> <tr> <td>统一社会信用代码控件</td> <td>企业注册的统一社会信用代码</td> </tr> <tr> <td>法人名称控件</td> <td>最大50个字符,2到25个汉字或者1到50个字母</td> </tr> <tr> <td>签署意见控件</td> <td>签署意见最大长度为50字符</td> </tr> <tr> <td>签署人手机号控件</td> <td
|
1459
|
+
# <table> <thead> <tr> <th>特殊控件</th> <th>填写约束</th> </tr> </thead> <tbody> <tr> <td>企业全称控件</td> <td>企业名称中文字符中文括号</td> </tr> <tr> <td>统一社会信用代码控件</td> <td>企业注册的统一社会信用代码</td> </tr> <tr> <td>法人名称控件</td> <td>最大50个字符,2到25个汉字或者1到50个字母</td> </tr> <tr> <td>签署意见控件</td> <td>签署意见最大长度为50字符</td> </tr> <tr> <td>签署人手机号控件</td> <td>中国大陆手机号 13,14,15,16,17,18,19号段长度11位</td> </tr> <tr> <td>签署人身份证控件</td> <td>合法的身份证号码检查</td> </tr> <tr> <td>控件名称</td> <td>控件名称最大长度为20字符,不支持表情</td> </tr> <tr> <td>单行文本控件</td> <td>只允许输入中文,英文,数字,中英文标点符号,不支持表情</td> </tr> <tr> <td>多行文本控件</td> <td>只允许输入中文,英文,数字,中英文标点符号,不支持表情</td> </tr> <tr> <td>勾选框控件</td> <td>选择填字符串true,不选填字符串false</td> </tr> <tr> <td>选择器控件</td> <td>同单行文本控件约束,填写选择值中的字符串</td> </tr> <tr> <td>数字控件</td> <td>请输入有效的数字(可带小数点)</td> </tr> <tr> <td>日期控件</td> <td>格式:yyyy年mm月dd日</td> </tr> <tr> <td>附件控件</td> <td>JPG或PNG图片,上传数量限制,1到6个,最大6个附件,填写上传的资源ID</td> </tr> <tr> <td>图片控件</td> <td>JPG或PNG图片,填写上传的图片资源ID</td> </tr> <tr> <td>邮箱控件</td> <td>有效的邮箱地址, w3c标准</td> </tr> <tr> <td>地址控件</td> <td>只允许输入中文,英文,数字,中英文标点符号,不支持表情</td> </tr> <tr> <td>省市区控件</td> <td>只允许输入中文,英文,数字,中英文标点符号,不支持表情</td> </tr> <tr> <td>性别控件</td> <td>选择值中的字符串</td> </tr> <tr> <td>学历控件</td> <td>选择值中的字符串</td> </tr> <tr> <td>水印控件</td> <td>水印控件设置为CUSTOM_WATERMARK类型时的水印内容</td> </tr> </tbody> </table>
|
1460
1460
|
# 注: `部分特殊控件需要在控制台配置模板形式创建`
|
1461
1461
|
# @type ComponentValue: String
|
1462
1462
|
# @param OffsetX: **如果控件是关键字定位方式**,可以对关键字定位出来的区域进行横坐标方向的调整,单位为pt(点)。例如,如果关键字定位出来的区域偏左或偏右,可以通过调整横坐标方向的参数来使控件位置更加准确。
|
@@ -2273,13 +2273,7 @@ module TencentCloud
|
|
2273
2273
|
# <li>在动态签署人补充链接场景中,可以通过传入这个值,对补充的个人参与方信息进行限制。仅匹配传入姓名的参与方才能补充合同。此参数预设信息功能暂时仅支持个人动态参与方。</li>
|
2274
2274
|
# </ul>
|
2275
2275
|
# @type Name: String
|
2276
|
-
# @param Mobile: 手机号码,
|
2277
|
-
# 请确认手机号所有方为此业务通知方。
|
2278
|
-
|
2279
|
-
# 注:
|
2280
|
-
# <ul>
|
2281
|
-
# <li>请确保和合同中填入的一致, 若无法保持一致,请确保在发起和生成批量签署链接时传入相同的参与方证件信息。</li><li>在生成动态签署人补充链接场景中,可以通过传入此值,对补充的个人参与方信息进行限制。仅匹配传入手机号的参与方才能补充合同。此参数预设信息功能暂时仅支持个人动态参与方。 </li>
|
2282
|
-
# </ul>
|
2276
|
+
# @param Mobile: 手机号码, 支持中国大陆手机号11位数字(无需加+86前缀或其他字符)。请确认手机号所有方为此业务通知方。注:<ul><li>请确保和合同中填入的一致, 若无法保持一致,请确保在发起和生成批量签署链接时传入相同的参与方证件信息。</li><li>在生成动态签署人补充链接场景中,可以通过传入此值,对补充的个人参与方信息进行限制。仅匹配传入手机号的参与方才能补充合同。此参数预设信息功能暂时仅支持个人动态参与方。 </li></ul>
|
2283
2277
|
# @type Mobile: String
|
2284
2278
|
# @param Agent: 代理企业和员工的信息。
|
2285
2279
|
# 在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
|
@@ -6541,9 +6535,7 @@ module TencentCloud
|
|
6541
6535
|
|
6542
6536
|
# `注:在动态签署人补充链接场景中,可以通过传入这个值,对补充的个人参与方信息进行限制。仅匹配传入姓名的参与方才能补充合同。此参数预设信息功能暂时仅支持个人动态参与方。`
|
6543
6537
|
# @type Name: String
|
6544
|
-
# @param Mobile: 合同流程里边签署方经办人手机号码,
|
6545
|
-
|
6546
|
-
# `注:在动态签署人补充链接场景中,可以通过传入此值,对补充的个人参与方信息进行限制。仅匹配传入手机号的参与方才能补充合同。此参数预设信息功能暂时仅支持个人动态参与方。`
|
6538
|
+
# @param Mobile: 合同流程里边签署方经办人手机号码, 支持中国大陆手机号11位数字(无需加+86前缀或其他字符)。`注:在动态签署人补充链接场景中,可以通过传入此值,对补充的个人参与方信息进行限制。仅匹配传入手机号的参与方才能补充合同。此参数预设信息功能暂时仅支持个人动态参与方。`
|
6547
6539
|
# @type Mobile: String
|
6548
6540
|
# @param IdCardType: 证件类型,支持以下类型
|
6549
6541
|
# <ul><li>ID_CARD : 中国大陆居民身份证</li>
|
@@ -6708,10 +6700,12 @@ module TencentCloud
|
|
6708
6700
|
# @param Agent: 代理企业和员工的信息。
|
6709
6701
|
# 在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
|
6710
6702
|
# @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
|
6703
|
+
# @param Options: 个性化配置字段,默认不传。
|
6704
|
+
# @type Options: Array
|
6711
6705
|
|
6712
|
-
attr_accessor :Operator, :Users, :SealId, :Expired, :UserIds, :Policy, :Agent
|
6706
|
+
attr_accessor :Operator, :Users, :SealId, :Expired, :UserIds, :Policy, :Agent, :Options
|
6713
6707
|
|
6714
|
-
def initialize(operator=nil, users=nil, sealid=nil, expired=nil, userids=nil, policy=nil, agent=nil)
|
6708
|
+
def initialize(operator=nil, users=nil, sealid=nil, expired=nil, userids=nil, policy=nil, agent=nil, options=nil)
|
6715
6709
|
@Operator = operator
|
6716
6710
|
@Users = users
|
6717
6711
|
@SealId = sealid
|
@@ -6719,6 +6713,7 @@ module TencentCloud
|
|
6719
6713
|
@UserIds = userids
|
6720
6714
|
@Policy = policy
|
6721
6715
|
@Agent = agent
|
6716
|
+
@Options = options
|
6722
6717
|
end
|
6723
6718
|
|
6724
6719
|
def deserialize(params)
|
@@ -6742,6 +6737,14 @@ module TencentCloud
|
|
6742
6737
|
@Agent = Agent.new
|
6743
6738
|
@Agent.deserialize(params['Agent'])
|
6744
6739
|
end
|
6740
|
+
unless params['Options'].nil?
|
6741
|
+
@Options = []
|
6742
|
+
params['Options'].each do |i|
|
6743
|
+
option_tmp = Option.new
|
6744
|
+
option_tmp.deserialize(i)
|
6745
|
+
@Options << option_tmp
|
6746
|
+
end
|
6747
|
+
end
|
6745
6748
|
end
|
6746
6749
|
end
|
6747
6750
|
|
@@ -6750,18 +6753,26 @@ module TencentCloud
|
|
6750
6753
|
# @param UserIds: 最终授权成功的用户ID,在腾讯电子签平台的唯一身份标识,为32位字符串。
|
6751
6754
|
# 可登录腾讯电子签控制台,在 "更多能力"->"组织管理" 中查看某位员工的UserId(在页面中展示为用户ID)。
|
6752
6755
|
# @type UserIds: Array
|
6756
|
+
# @param SealOperatorVerifyPath: 人脸验证操作人链接,用法可以参考"[跳转电子签小程序配置](https://qian.tencent.com/developers/company/openwxminiprogram/)",默认为空。
|
6757
|
+
# @type SealOperatorVerifyPath: String
|
6758
|
+
# @param SealOperatorVerifyQrcodeUrl: 人脸验证操作人二维码链接,扫码后会跳转到腾讯电子签小程序进行人脸验证,默认为空。
|
6759
|
+
# @type SealOperatorVerifyQrcodeUrl: String
|
6753
6760
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6754
6761
|
# @type RequestId: String
|
6755
6762
|
|
6756
|
-
attr_accessor :UserIds, :RequestId
|
6763
|
+
attr_accessor :UserIds, :SealOperatorVerifyPath, :SealOperatorVerifyQrcodeUrl, :RequestId
|
6757
6764
|
|
6758
|
-
def initialize(userids=nil, requestid=nil)
|
6765
|
+
def initialize(userids=nil, sealoperatorverifypath=nil, sealoperatorverifyqrcodeurl=nil, requestid=nil)
|
6759
6766
|
@UserIds = userids
|
6767
|
+
@SealOperatorVerifyPath = sealoperatorverifypath
|
6768
|
+
@SealOperatorVerifyQrcodeUrl = sealoperatorverifyqrcodeurl
|
6760
6769
|
@RequestId = requestid
|
6761
6770
|
end
|
6762
6771
|
|
6763
6772
|
def deserialize(params)
|
6764
6773
|
@UserIds = params['UserIds']
|
6774
|
+
@SealOperatorVerifyPath = params['SealOperatorVerifyPath']
|
6775
|
+
@SealOperatorVerifyQrcodeUrl = params['SealOperatorVerifyQrcodeUrl']
|
6765
6776
|
@RequestId = params['RequestId']
|
6766
6777
|
end
|
6767
6778
|
end
|
@@ -6828,10 +6839,12 @@ module TencentCloud
|
|
6828
6839
|
# @type TaxIdentifyCode: String
|
6829
6840
|
# @param SealDescription: 印章描述内容
|
6830
6841
|
# @type SealDescription: String
|
6842
|
+
# @param Options: 个性化配置字段,默认不传。
|
6843
|
+
# @type Options: Array
|
6831
6844
|
|
6832
|
-
attr_accessor :Operator, :SealName, :Agent, :GenerateSource, :SealType, :FileName, :Image, :Width, :Height, :Color, :SealHorizontalText, :SealChordText, :SealCentralType, :FileToken, :SealStyle, :SealSize, :TaxIdentifyCode, :SealDescription
|
6845
|
+
attr_accessor :Operator, :SealName, :Agent, :GenerateSource, :SealType, :FileName, :Image, :Width, :Height, :Color, :SealHorizontalText, :SealChordText, :SealCentralType, :FileToken, :SealStyle, :SealSize, :TaxIdentifyCode, :SealDescription, :Options
|
6833
6846
|
|
6834
|
-
def initialize(operator=nil, sealname=nil, agent=nil, generatesource=nil, sealtype=nil, filename=nil, image=nil, width=nil, height=nil, color=nil, sealhorizontaltext=nil, sealchordtext=nil, sealcentraltype=nil, filetoken=nil, sealstyle=nil, sealsize=nil, taxidentifycode=nil, sealdescription=nil)
|
6847
|
+
def initialize(operator=nil, sealname=nil, agent=nil, generatesource=nil, sealtype=nil, filename=nil, image=nil, width=nil, height=nil, color=nil, sealhorizontaltext=nil, sealchordtext=nil, sealcentraltype=nil, filetoken=nil, sealstyle=nil, sealsize=nil, taxidentifycode=nil, sealdescription=nil, options=nil)
|
6835
6848
|
@Operator = operator
|
6836
6849
|
@SealName = sealname
|
6837
6850
|
@Agent = agent
|
@@ -6850,6 +6863,7 @@ module TencentCloud
|
|
6850
6863
|
@SealSize = sealsize
|
6851
6864
|
@TaxIdentifyCode = taxidentifycode
|
6852
6865
|
@SealDescription = sealdescription
|
6866
|
+
@Options = options
|
6853
6867
|
end
|
6854
6868
|
|
6855
6869
|
def deserialize(params)
|
@@ -6877,6 +6891,14 @@ module TencentCloud
|
|
6877
6891
|
@SealSize = params['SealSize']
|
6878
6892
|
@TaxIdentifyCode = params['TaxIdentifyCode']
|
6879
6893
|
@SealDescription = params['SealDescription']
|
6894
|
+
unless params['Options'].nil?
|
6895
|
+
@Options = []
|
6896
|
+
params['Options'].each do |i|
|
6897
|
+
option_tmp = Option.new
|
6898
|
+
option_tmp.deserialize(i)
|
6899
|
+
@Options << option_tmp
|
6900
|
+
end
|
6901
|
+
end
|
6880
6902
|
end
|
6881
6903
|
end
|
6882
6904
|
|
@@ -6886,18 +6908,26 @@ module TencentCloud
|
|
6886
6908
|
# 建议开发者保留此印章ID,后续指定签署区印章或者操作印章需此印章ID。
|
6887
6909
|
# 可登录腾讯电子签控制台,在 "印章"->"印章中心"选择查看的印章,在"印章详情" 中查看某个印章的SealId(在页面中展示为印章ID)。
|
6888
6910
|
# @type SealId: String
|
6911
|
+
# @param SealOperatorVerifyPath: 人脸验证操作人链接,用法可以参考"[跳转电子签小程序配置](https://qian.tencent.com/developers/company/openwxminiprogram/)",默认为空。
|
6912
|
+
# @type SealOperatorVerifyPath: String
|
6913
|
+
# @param SealOperatorVerifyQrcodeUrl: 人脸验证操作人二维码链接,扫码后会跳转到腾讯电子签小程序进行人脸验证,默认为空。
|
6914
|
+
# @type SealOperatorVerifyQrcodeUrl: String
|
6889
6915
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6890
6916
|
# @type RequestId: String
|
6891
6917
|
|
6892
|
-
attr_accessor :SealId, :RequestId
|
6918
|
+
attr_accessor :SealId, :SealOperatorVerifyPath, :SealOperatorVerifyQrcodeUrl, :RequestId
|
6893
6919
|
|
6894
|
-
def initialize(sealid=nil, requestid=nil)
|
6920
|
+
def initialize(sealid=nil, sealoperatorverifypath=nil, sealoperatorverifyqrcodeurl=nil, requestid=nil)
|
6895
6921
|
@SealId = sealid
|
6922
|
+
@SealOperatorVerifyPath = sealoperatorverifypath
|
6923
|
+
@SealOperatorVerifyQrcodeUrl = sealoperatorverifyqrcodeurl
|
6896
6924
|
@RequestId = requestid
|
6897
6925
|
end
|
6898
6926
|
|
6899
6927
|
def deserialize(params)
|
6900
6928
|
@SealId = params['SealId']
|
6929
|
+
@SealOperatorVerifyPath = params['SealOperatorVerifyPath']
|
6930
|
+
@SealOperatorVerifyQrcodeUrl = params['SealOperatorVerifyQrcodeUrl']
|
6901
6931
|
@RequestId = params['RequestId']
|
6902
6932
|
end
|
6903
6933
|
end
|
@@ -9132,8 +9162,7 @@ module TencentCloud
|
|
9132
9162
|
# <ul><li>**0**:模板列表及详情(默认)</li>
|
9133
9163
|
# <li>**1**:仅模板列表</li></ul>
|
9134
9164
|
# @type ContentType: Integer
|
9135
|
-
# @param Filters: 搜索过滤的条件,本字段允许您通过指定模板 ID
|
9136
|
-
# <ul><li><strong>模板 ID</strong>:<strong>Key</strong>设置为 <code>template-id</code> ,<strong>Values</strong>为您想要查询的 <a href="https://qcloudimg.tencent-cloud.cn/raw/5c27b917b2bbe8c341566c78ca6f8782.png" target="_blank">模板 ID </a>列表。</li> <li><strong>主企业模板 ID</strong>:<strong>Key</strong>设置为 <code>share-template-id</code> ,<strong>Values</strong>为您想要查询的 <a href="https://qcloudimg.tencent-cloud.cn/raw/5c27b917b2bbe8c341566c78ca6f8782.png" target="_blank">主企业模板 ID </a>列表。用来查询主企业分享模板到子企业场景下,子企业的模板信息,在此情境下,参数 <strong>Agent.ProxyOrganizationId</strong>(子企业的组织ID)为必填项。</li> <li><strong>模板名称</strong>:<strong>Key</strong>设置为 <code>template-name</code> ,<strong>Values</strong>为您想要查询的<a href="https://qcloudimg.tencent-cloud.cn/raw/03a924ee0a53d86575f8067d1c97876d.png" target="_blank">模板名称</a>列表。</li><li><strong>模板的用户合同类型</strong>:<strong>Key</strong>设置为 <code>user-flow-type-id</code> ,<strong>Values</strong>为您想要查询的用户模版类型id列表。</li></ul>
|
9165
|
+
# @param Filters: 搜索过滤的条件,本字段允许您通过指定模板 ID 或模板名称来进行查询。<ul><li><strong>模板 ID</strong>:<strong>Key</strong>设置为 <code>template-id</code> ,<strong>Values</strong>为您想要查询的 <a href="https://qcloudimg.tencent-cloud.cn/raw/5c27b917b2bbe8c341566c78ca6f8782.png" target="_blank">模板 ID </a>列表。</li> <li><strong>主企业模板 ID</strong>:<strong>Key</strong>设置为 <code>share-template-id</code> ,<strong>Values</strong>为您想要查询的 <a href="https://qcloudimg.tencent-cloud.cn/raw/5c27b917b2bbe8c341566c78ca6f8782.png" target="_blank">主企业模板 ID </a>列表。用来查询主企业分享模板到子企业场景下,子企业的模板信息,在此情境下,参数 <strong>Agent.ProxyOrganizationId</strong>(子企业的组织ID)为必填项。</li> <li><strong>模板名称</strong>:<strong>Key</strong>设置为 <code>template-name</code> ,<strong>Values</strong>为您想要查询的<a href="https://qcloudimg.tencent-cloud.cn/raw/03a924ee0a53d86575f8067d1c97876d.png" target="_blank">模板名称</a>列表。</li><li><strong>模板的用户合同类型</strong>:<strong>Key</strong>设置为 <code>user-flow-type-id</code> ,<strong>Values</strong>为您想要查询的用户模板类型id列表。</li></ul>
|
9137
9166
|
# @type Filters: Array
|
9138
9167
|
# @param Offset: 查询结果分页返回,指定从第几页返回数据,和Limit参数配合使用。
|
9139
9168
|
|
@@ -11286,7 +11315,7 @@ module TencentCloud
|
|
11286
11315
|
|
11287
11316
|
# 在未指定签署人电子签UserId情况下,为必填参数
|
11288
11317
|
# @type ApproverName: String
|
11289
|
-
# @param ApproverMobile: 签署方经办人手机号码,
|
11318
|
+
# @param ApproverMobile: 签署方经办人手机号码, 支持中国大陆手机号11位数字(无需加+86前缀或其他字符)。 此手机号用于通知和用户的实名认证等环境,请确认手机号所有方为此合同签署方。
|
11290
11319
|
|
11291
11320
|
# 注:`在未指定签署人电子签UserId情况下,为必填参数`
|
11292
11321
|
# @type ApproverMobile: String
|
@@ -12400,7 +12429,7 @@ module TencentCloud
|
|
12400
12429
|
|
12401
12430
|
|
12402
12431
|
# <b>控件值约束说明</b>:
|
12403
|
-
# <table> <thead> <tr> <th>特殊控件</th> <th>填写约束</th> </tr> </thead> <tbody> <tr> <td>企业全称控件</td> <td>企业名称中文字符中文括号</td> </tr> <tr> <td>统一社会信用代码控件</td> <td>企业注册的统一社会信用代码</td> </tr> <tr> <td>法人名称控件</td> <td>最大50个字符,2到25个汉字或者1到50个字母</td> </tr> <tr> <td>签署意见控件</td> <td>签署意见最大长度为50字符</td> </tr> <tr> <td>签署人手机号控件</td> <td
|
12432
|
+
# <table> <thead> <tr> <th>特殊控件</th> <th>填写约束</th> </tr> </thead> <tbody> <tr> <td>企业全称控件</td> <td>企业名称中文字符中文括号</td> </tr> <tr> <td>统一社会信用代码控件</td> <td>企业注册的统一社会信用代码</td> </tr> <tr> <td>法人名称控件</td> <td>最大50个字符,2到25个汉字或者1到50个字母</td> </tr> <tr> <td>签署意见控件</td> <td>签署意见最大长度为50字符</td> </tr> <tr> <td>签署人手机号控件</td> <td>中国大陆手机号 13,14,15,16,17,18,19号段长度11位</td> </tr> <tr> <td>签署人身份证控件</td> <td>合法的身份证号码检查</td> </tr> <tr> <td>控件名称</td> <td>控件名称最大长度为20字符,不支持表情</td> </tr> <tr> <td>单行文本控件</td> <td>只允许输入中文,英文,数字,中英文标点符号,不支持表情</td> </tr> <tr> <td>多行文本控件</td> <td>只允许输入中文,英文,数字,中英文标点符号,不支持表情</td> </tr> <tr> <td>勾选框控件</td> <td>选择填字符串true,不选填字符串false</td> </tr> <tr> <td>选择器控件</td> <td>同单行文本控件约束,填写选择值中的字符串</td> </tr> <tr> <td>数字控件</td> <td>请输入有效的数字(可带小数点)</td> </tr> <tr> <td>日期控件</td> <td>格式:yyyy年mm月dd日</td> </tr> <tr> <td>附件控件</td> <td>JPG或PNG图片,上传数量限制,1到6个,最大6个附件,填写上传的资源ID</td> </tr> <tr> <td>图片控件</td> <td>JPG或PNG图片,填写上传的图片资源ID</td> </tr> <tr> <td>邮箱控件</td> <td>有效的邮箱地址, w3c标准</td> </tr> <tr> <td>地址控件</td> <td>只允许输入中文,英文,数字,中英文标点符号,不支持表情</td> </tr> <tr> <td>省市区控件</td> <td>只允许输入中文,英文,数字,中英文标点符号,不支持表情</td> </tr> <tr> <td>性别控件</td> <td>选择值中的字符串</td> </tr> <tr> <td>学历控件</td> <td>选择值中的字符串</td> </tr> </tbody> </table>
|
12404
12433
|
# @type ComponentValue: String
|
12405
12434
|
# @param ComponentId: 控件id,和ComponentName选择一项传入即可
|
12406
12435
|
|
@@ -12901,7 +12930,7 @@ module TencentCloud
|
|
12901
12930
|
|
12902
12931
|
# 在未指定签署人电子签UserId情况下,为必填参数
|
12903
12932
|
# @type ApproverName: String
|
12904
|
-
# @param ApproverMobile: 签署方经办人手机号码,
|
12933
|
+
# @param ApproverMobile: 签署方经办人手机号码, 支持中国大陆手机号11位数字(无需加+86前缀或其他字符)。 此手机号用于通知和用户的实名认证等环境,请确认手机号所有方为此合同签署方。
|
12905
12934
|
|
12906
12935
|
# 注:`在未指定签署人电子签UserId情况下,为必填参数`
|
12907
12936
|
# @type ApproverMobile: String
|
@@ -12957,8 +12986,11 @@ module TencentCloud
|
|
12957
12986
|
# @param ForbidEditFlow: 小程序集成发起,是否禁止发起时修改合同内容
|
12958
12987
|
# <ul>
|
12959
12988
|
# <li>false:默认值,不禁止发起时修改合同内容</li>
|
12960
|
-
# <li>true
|
12989
|
+
# <li>true:禁止发起时修改合同内容(将直接跳过添加/编辑签署人步骤,直接到核对合同信息页面</li>
|
12961
12990
|
# </ul>
|
12991
|
+
# 指定为true,效果如下:
|
12992
|
+
|
12993
|
+
# 效果如下:
|
12962
12994
|
# @type ForbidEditFlow: Boolean
|
12963
12995
|
|
12964
12996
|
attr_accessor :RemindedOn, :NeedCreateReview, :FlowDisplayType, :ForbidEditFlow
|
@@ -13425,7 +13457,7 @@ module TencentCloud
|
|
13425
13457
|
# @type ApproverType: String
|
13426
13458
|
# @param ApproverName: 签署方经办人的姓名。 经办人的姓名将用于身份认证和电子签名,请确保填写的姓名为签署方的真实姓名,而非昵称等代名。
|
13427
13459
|
# @type ApproverName: String
|
13428
|
-
# @param ApproverMobile: 签署方经办人手机号码,
|
13460
|
+
# @param ApproverMobile: 签署方经办人手机号码, 支持中国大陆手机号11位数字(无需加+86前缀或其他字符)。 请确认手机号所有方为此合同签署方。
|
13429
13461
|
# @type ApproverMobile: String
|
13430
13462
|
# @param ApproverIdCardType: 签署方经办人的证件类型,支持以下类型
|
13431
13463
|
# <ul><li>ID_CARD 中国大陆居民身份证 (默认值)</li>
|
@@ -13569,14 +13601,17 @@ module TencentCloud
|
|
13569
13601
|
# @type Act: Integer
|
13570
13602
|
# @param SealIds: 需要操作的印章ID,数组形式,印章ID可从【web控制台->印章 】获取。
|
13571
13603
|
# @type SealIds: Array
|
13604
|
+
# @param Options: 个性化配置字段,默认不传。
|
13605
|
+
# @type Options: Array
|
13572
13606
|
|
13573
|
-
attr_accessor :Operator, :Agent, :Act, :SealIds
|
13607
|
+
attr_accessor :Operator, :Agent, :Act, :SealIds, :Options
|
13574
13608
|
|
13575
|
-
def initialize(operator=nil, agent=nil, act=nil, sealids=nil)
|
13609
|
+
def initialize(operator=nil, agent=nil, act=nil, sealids=nil, options=nil)
|
13576
13610
|
@Operator = operator
|
13577
13611
|
@Agent = agent
|
13578
13612
|
@Act = act
|
13579
13613
|
@SealIds = sealids
|
13614
|
+
@Options = options
|
13580
13615
|
end
|
13581
13616
|
|
13582
13617
|
def deserialize(params)
|
@@ -13590,21 +13625,37 @@ module TencentCloud
|
|
13590
13625
|
end
|
13591
13626
|
@Act = params['Act']
|
13592
13627
|
@SealIds = params['SealIds']
|
13628
|
+
unless params['Options'].nil?
|
13629
|
+
@Options = []
|
13630
|
+
params['Options'].each do |i|
|
13631
|
+
option_tmp = Option.new
|
13632
|
+
option_tmp.deserialize(i)
|
13633
|
+
@Options << option_tmp
|
13634
|
+
end
|
13635
|
+
end
|
13593
13636
|
end
|
13594
13637
|
end
|
13595
13638
|
|
13596
13639
|
# OperateSeals返回参数结构体
|
13597
13640
|
class OperateSealsResponse < TencentCloud::Common::AbstractModel
|
13641
|
+
# @param SealOperatorVerifyPath: 人脸验证操作人链接,用法可以参考"[跳转电子签小程序配置](https://qian.tencent.com/developers/company/openwxminiprogram/)",默认为空。
|
13642
|
+
# @type SealOperatorVerifyPath: String
|
13643
|
+
# @param SealOperatorVerifyQrcodeUrl: 人脸验证操作人二维码链接,扫码后会跳转到腾讯电子签小程序进行人脸验证,默认为空。
|
13644
|
+
# @type SealOperatorVerifyQrcodeUrl: String
|
13598
13645
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
13599
13646
|
# @type RequestId: String
|
13600
13647
|
|
13601
|
-
attr_accessor :RequestId
|
13648
|
+
attr_accessor :SealOperatorVerifyPath, :SealOperatorVerifyQrcodeUrl, :RequestId
|
13602
13649
|
|
13603
|
-
def initialize(requestid=nil)
|
13650
|
+
def initialize(sealoperatorverifypath=nil, sealoperatorverifyqrcodeurl=nil, requestid=nil)
|
13651
|
+
@SealOperatorVerifyPath = sealoperatorverifypath
|
13652
|
+
@SealOperatorVerifyQrcodeUrl = sealoperatorverifyqrcodeurl
|
13604
13653
|
@RequestId = requestid
|
13605
13654
|
end
|
13606
13655
|
|
13607
13656
|
def deserialize(params)
|
13657
|
+
@SealOperatorVerifyPath = params['SealOperatorVerifyPath']
|
13658
|
+
@SealOperatorVerifyQrcodeUrl = params['SealOperatorVerifyQrcodeUrl']
|
13608
13659
|
@RequestId = params['RequestId']
|
13609
13660
|
end
|
13610
13661
|
end
|
@@ -13680,6 +13731,28 @@ module TencentCloud
|
|
13680
13731
|
end
|
13681
13732
|
end
|
13682
13733
|
|
13734
|
+
# 业务逻辑个性化配置字段,默认不传
|
13735
|
+
|
13736
|
+
# 注: `配置前请联系对接的客户经理沟通确认。`
|
13737
|
+
class Option < TencentCloud::Common::AbstractModel
|
13738
|
+
# @param Key: 个性化配置参数Key字段,对应传入字段的字段名
|
13739
|
+
# @type Key: String
|
13740
|
+
# @param Value: 个性化配置参数Value字段,对应传入字段的字段值
|
13741
|
+
# @type Value: String
|
13742
|
+
|
13743
|
+
attr_accessor :Key, :Value
|
13744
|
+
|
13745
|
+
def initialize(key=nil, value=nil)
|
13746
|
+
@Key = key
|
13747
|
+
@Value = value
|
13748
|
+
end
|
13749
|
+
|
13750
|
+
def deserialize(params)
|
13751
|
+
@Key = params['Key']
|
13752
|
+
@Value = params['Value']
|
13753
|
+
end
|
13754
|
+
end
|
13755
|
+
|
13683
13756
|
# 企业套餐余额情况
|
13684
13757
|
class OrgBillSummary < TencentCloud::Common::AbstractModel
|
13685
13758
|
# @param Total: 套餐总数
|
@@ -14801,7 +14874,7 @@ module TencentCloud
|
|
14801
14874
|
# @type UserId: String
|
14802
14875
|
# @param DisplayName: 显示的用户名/昵称。
|
14803
14876
|
# @type DisplayName: String
|
14804
|
-
# @param Mobile: 用户手机号码,
|
14877
|
+
# @param Mobile: 用户手机号码, 支持中国大陆手机号11位数字(无需加+86前缀或其他字符)。
|
14805
14878
|
# @type Mobile: String
|
14806
14879
|
# @param Email: 用户邮箱。
|
14807
14880
|
# @type Email: String
|
@@ -15778,7 +15851,7 @@ module TencentCloud
|
|
15778
15851
|
# @type PdfResourceMd5: String
|
15779
15852
|
# @param VerifyResult: 验签结果代码,代码的含义如下:<ul><li>**1**:文件验证成功。</li><li>**2**:文件验证失败。</li></ul>
|
15780
15853
|
# @type VerifyResult: Integer
|
15781
|
-
# @param VerifySerialNo: 验签序列号, 为11
|
15854
|
+
# @param VerifySerialNo: 验签序列号, 为11位数字组成的字符串
|
15782
15855
|
# @type VerifySerialNo: String
|
15783
15856
|
# @param VerifyDigitFileResults: 验签结果详情,每个签名域对应的验签结果。
|
15784
15857
|
# @type VerifyDigitFileResults: Array
|
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.1149
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-09-
|
11
|
+
date: 2025-09-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|