tencentcloud-sdk-ess 3.0.934 → 3.0.936
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/client.rb +25 -8
- data/lib/v20201111/models.rb +93 -82
- 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: 3822d79ca19817ab13dee12a917c8582956c3dc4
|
|
4
|
+
data.tar.gz: 281ddfaa59a3a43ccb5692294e3148732f12e500
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d7a86ba466ac1fb410b7dc3c9f8e590064044497930a04698fb2c19a417fcaaa49fa513209d7108b7a3e01fbbee6c15624cf7a88cb51e60f866d3ec9f370028e
|
|
7
|
+
data.tar.gz: 15a0e775bb48594045ea4b369da0cc0534512bd01d199b85a1878013ffb3475e70f84451a0e8ca2f85d6492fccd0bcc204e68310b454282e5a980fc98474e7b8
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.936
|
data/lib/v20201111/client.rb
CHANGED
|
@@ -883,13 +883,25 @@ module TencentCloud
|
|
|
883
883
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
884
884
|
end
|
|
885
885
|
|
|
886
|
-
# 此接口(CreateFlowGroupByFiles
|
|
886
|
+
# 此接口(CreateFlowGroupByFiles)可用于通过多个文件创建合同组签署流程。使用该接口需要先依赖[多文件上传](https://qian.tencent.com/developers/companyApis/templatesAndFiles/UploadFiles)接口返回的FileIds。
|
|
887
887
|
|
|
888
|
-
#
|
|
888
|
+
# - 该接口允许通过PDF资源ID一次性创建多个合同,这些合同被组织在一个合同组中。
|
|
889
|
+
# - 每个签署方将收到一个签署链接,通过这个链接可以访问并签署合同组中的所有合同。
|
|
890
|
+
# - 合同组中的合同必须作为一个整体进行签署,不能将合同组拆分成单独的合同进行逐一签署。
|
|
889
891
|
|
|
890
|
-
#
|
|
892
|
+
# <img src="https://qcloudimg.tencent-cloud.cn/raw/a63074a0293c9ff5bf6c0bb74c0d3b20.png" width="400" />
|
|
891
893
|
|
|
892
|
-
#
|
|
894
|
+
# ### 2. 适用场景
|
|
895
|
+
|
|
896
|
+
# 该接口适用于需要一次性完成多份合同签署的情况,多份合同一般具有关联性,用户以目录的形式查看合同。
|
|
897
|
+
|
|
898
|
+
|
|
899
|
+
# ### 3. 合同额度的扣减与返还
|
|
900
|
+
# - **扣减时机**:合同一旦发起,相关的合同额度就会被扣减,合同组下面的每个合同都要扣减一个合同额度。
|
|
901
|
+
# - **返还条件**:只有在合同被撤销且没有任何签署方签署过,或者只有自动签署的情况下,合同额度才会被返还。
|
|
902
|
+
# - **不返还的情况**:如果合同已过期、被拒签、签署完成或已解除,合同额度将不会被返还。
|
|
903
|
+
|
|
904
|
+
# ### 4.合同组暂不支持抄送功能
|
|
893
905
|
|
|
894
906
|
# @param request: Request instance for CreateFlowGroupByFiles.
|
|
895
907
|
# @type request: :class:`Tencentcloud::ess::V20201111::CreateFlowGroupByFilesRequest`
|
|
@@ -921,17 +933,17 @@ module TencentCloud
|
|
|
921
933
|
|
|
922
934
|
# <img src="https://qcloudimg.tencent-cloud.cn/raw/a63074a0293c9ff5bf6c0bb74c0d3b20.png" width="400" />
|
|
923
935
|
|
|
924
|
-
# ###
|
|
936
|
+
# ### 2. 适用场景
|
|
925
937
|
|
|
926
938
|
# 该接口适用于需要一次性完成多份合同签署的情况,多份合同一般具有关联性,用户以目录的形式查看合同。
|
|
927
939
|
|
|
928
940
|
|
|
929
|
-
# ###
|
|
941
|
+
# ### 3. 合同额度的扣减与返还
|
|
930
942
|
# - **扣减时机**:合同一旦发起,相关的合同额度就会被扣减,合同组下面的每个合同都要扣减一个合同额度。
|
|
931
943
|
# - **返还条件**:只有在合同被撤销且没有任何签署方签署过,或者只有自动签署的情况下,合同额度才会被返还。
|
|
932
944
|
# - **不返还的情况**:如果合同已过期、被拒签、签署完成或已解除,合同额度将不会被返还。
|
|
933
945
|
|
|
934
|
-
# ###
|
|
946
|
+
# ### 4.合同组暂不支持抄送功能
|
|
935
947
|
|
|
936
948
|
# @param request: Request instance for CreateFlowGroupByTemplates.
|
|
937
949
|
# @type request: :class:`Tencentcloud::ess::V20201111::CreateFlowGroupByTemplatesRequest`
|
|
@@ -2247,12 +2259,17 @@ module TencentCloud
|
|
|
2247
2259
|
# 适用场景:通过传参合同流程编号,下载对应的合同PDF文件流到本地。
|
|
2248
2260
|
|
|
2249
2261
|
|
|
2250
|
-
#
|
|
2262
|
+
# ### 2. 确保合同的PDF已经合成后,再调用本接口。
|
|
2263
|
+
|
|
2264
|
+
# 用户创建合同或者提交签署动作后,后台需要1~3秒的时间就进行合同PDF合成或者签名,为了确保您下载的是签署完成的完整合同文件,我们建议采取下面两种方式的一种来<font color="red"><b>确保PDF已经合成完成,然后在调用本接口</b></font>。
|
|
2251
2265
|
|
|
2252
2266
|
# **第一种**:请确保您的系统配置了[接收合同完成通知的回调](https://qian.tencent.com/developers/company/callback_types_contracts_sign)功能。一旦所有参与方签署完毕,我们的系统将自动向您提供的回调地址发送完成通知。
|
|
2253
2267
|
|
|
2254
2268
|
# **第二种**:通过调用我们的[获取合同信息](https://qian.tencent.com/developers/companyApis/queryFlows/DescribeFlowBriefs)接口来主动检查合同的签署状态。请仅在确认合同状态为“签署完成”后,进行文件的下载操作。
|
|
2255
2269
|
|
|
2270
|
+
# ### 3. 链接具有有效期限
|
|
2271
|
+
# <font color="red"><b>生成的链接是有时间限制的,过期后将无法访问</b></font>。您可以在接口返回的信息中查看具体的过期时间。为避免错误,请确保在链接过期之前进行下载操作。
|
|
2272
|
+
|
|
2256
2273
|
# @param request: Request instance for DescribeFileUrls.
|
|
2257
2274
|
# @type request: :class:`Tencentcloud::ess::V20201111::DescribeFileUrlsRequest`
|
|
2258
2275
|
# @rtype: :class:`Tencentcloud::ess::V20201111::DescribeFileUrlsResponse`
|
data/lib/v20201111/models.rb
CHANGED
|
@@ -54,12 +54,12 @@ module TencentCloud
|
|
|
54
54
|
|
|
55
55
|
attr_accessor :AppId, :ProxyAppId, :ProxyOrganizationId, :ProxyOperator
|
|
56
56
|
extend Gem::Deprecate
|
|
57
|
-
deprecate :AppId, :none, 2024,
|
|
58
|
-
deprecate :AppId=, :none, 2024,
|
|
59
|
-
deprecate :ProxyAppId, :none, 2024,
|
|
60
|
-
deprecate :ProxyAppId=, :none, 2024,
|
|
61
|
-
deprecate :ProxyOperator, :none, 2024,
|
|
62
|
-
deprecate :ProxyOperator=, :none, 2024,
|
|
57
|
+
deprecate :AppId, :none, 2024, 11
|
|
58
|
+
deprecate :AppId=, :none, 2024, 11
|
|
59
|
+
deprecate :ProxyAppId, :none, 2024, 11
|
|
60
|
+
deprecate :ProxyAppId=, :none, 2024, 11
|
|
61
|
+
deprecate :ProxyOperator, :none, 2024, 11
|
|
62
|
+
deprecate :ProxyOperator=, :none, 2024, 11
|
|
63
63
|
|
|
64
64
|
def initialize(appid=nil, proxyappid=nil, proxyorganizationid=nil, proxyoperator=nil)
|
|
65
65
|
@AppId = appid
|
|
@@ -679,8 +679,8 @@ module TencentCloud
|
|
|
679
679
|
|
|
680
680
|
attr_accessor :UserInfo, :CertInfoCallback, :UserDefineSeal, :SealImgCallback, :CallbackUrl, :VerifyChannels, :LicenseType, :JumpUrl
|
|
681
681
|
extend Gem::Deprecate
|
|
682
|
-
deprecate :CallbackUrl, :none, 2024,
|
|
683
|
-
deprecate :CallbackUrl=, :none, 2024,
|
|
682
|
+
deprecate :CallbackUrl, :none, 2024, 11
|
|
683
|
+
deprecate :CallbackUrl=, :none, 2024, 11
|
|
684
684
|
|
|
685
685
|
def initialize(userinfo=nil, certinfocallback=nil, userdefineseal=nil, sealimgcallback=nil, callbackurl=nil, verifychannels=nil, licensetype=nil, jumpurl=nil)
|
|
686
686
|
@UserInfo = userinfo
|
|
@@ -873,8 +873,8 @@ module TencentCloud
|
|
|
873
873
|
|
|
874
874
|
attr_accessor :CallbackUrl, :Token, :CallbackKey, :CallbackToken
|
|
875
875
|
extend Gem::Deprecate
|
|
876
|
-
deprecate :Token, :none, 2024,
|
|
877
|
-
deprecate :Token=, :none, 2024,
|
|
876
|
+
deprecate :Token, :none, 2024, 11
|
|
877
|
+
deprecate :Token=, :none, 2024, 11
|
|
878
878
|
|
|
879
879
|
def initialize(callbackurl=nil, token=nil, callbackkey=nil, callbacktoken=nil)
|
|
880
880
|
@CallbackUrl = callbackurl
|
|
@@ -904,12 +904,12 @@ module TencentCloud
|
|
|
904
904
|
|
|
905
905
|
attr_accessor :ApplicationId, :OrganizationId, :OperatorId, :SubOrganizationId
|
|
906
906
|
extend Gem::Deprecate
|
|
907
|
-
deprecate :ApplicationId, :none, 2024,
|
|
908
|
-
deprecate :ApplicationId=, :none, 2024,
|
|
909
|
-
deprecate :OrganizationId, :none, 2024,
|
|
910
|
-
deprecate :OrganizationId=, :none, 2024,
|
|
911
|
-
deprecate :SubOrganizationId, :none, 2024,
|
|
912
|
-
deprecate :SubOrganizationId=, :none, 2024,
|
|
907
|
+
deprecate :ApplicationId, :none, 2024, 11
|
|
908
|
+
deprecate :ApplicationId=, :none, 2024, 11
|
|
909
|
+
deprecate :OrganizationId, :none, 2024, 11
|
|
910
|
+
deprecate :OrganizationId=, :none, 2024, 11
|
|
911
|
+
deprecate :SubOrganizationId, :none, 2024, 11
|
|
912
|
+
deprecate :SubOrganizationId=, :none, 2024, 11
|
|
913
913
|
|
|
914
914
|
def initialize(applicationid=nil, organizationid=nil, operatorid=nil, suborganizationid=nil)
|
|
915
915
|
@ApplicationId = applicationid
|
|
@@ -1828,9 +1828,14 @@ module TencentCloud
|
|
|
1828
1828
|
# @type SignTypeSelector: Integer
|
|
1829
1829
|
# @param FlowBatchUrlInfo: 批量签署合同相关信息,指定合同和签署方的信息,用于补充动态签署人。
|
|
1830
1830
|
# @type FlowBatchUrlInfo: :class:`Tencentcloud::Ess.v20201111.models.FlowBatchUrlInfo`
|
|
1831
|
-
# @param Intention: <b>只有在生成H5签署链接的情形下</b>( 如调用<a href="https://qian.tencent.com/developers/partnerApis/operateFlows/ChannelCreateFlowSignUrl" target="_blank">获取H5签署链接</a>、<a href="https://qian.tencent.com/developers/partnerApis/operateFlows/ChannelCreateBatchQuickSignUrl" target="_blank">获取H5批量签署链接</a>等接口),该配置才会生效。 您可以指定H5签署视频核身的意图配置,选择问答模式或点头模式的语音文本。
|
|
1831
|
+
# @param Intention: <b>只有在生成H5签署链接的情形下</b>( 如调用<a href="https://qian.tencent.com/developers/partnerApis/operateFlows/ChannelCreateFlowSignUrl" target="_blank">获取H5签署链接</a>、<a href="https://qian.tencent.com/developers/partnerApis/operateFlows/ChannelCreateBatchQuickSignUrl" target="_blank">获取H5批量签署链接</a>等接口),该配置才会生效。 您可以指定H5签署视频核身的意图配置,选择问答模式或点头模式的语音文本。
|
|
1832
|
+
|
|
1833
|
+
# 注意:
|
|
1834
|
+
# 1. 视频认证为<b>白名单功能,使用前请联系对接的客户经理沟通</b>。
|
|
1835
|
+
# 2. 使用视频认证时,<b>生成H5签署链接的时候必须将签署认证方式指定为人脸</b>(即ApproverSignTypes设置成人脸签署)。
|
|
1836
|
+
# 3. 签署完成后,可以通过<a href="https://qian.tencent.com/developers/partnerApis/flows/ChannelDescribeSignFaceVideo" target="_blank">查询签署认证人脸视频</a>获取到当时的视频。
|
|
1832
1837
|
# @type Intention: :class:`Tencentcloud::Ess.v20201111.models.Intention`
|
|
1833
|
-
# @param CacheApproverInfo:
|
|
1838
|
+
# @param CacheApproverInfo: 缓存签署人信息。在H5签署链接动态领取场景,首次填写后,选择缓存签署人信息,在下次签署人点击领取链接时,会自动将个人信息(姓名、身份证号、手机号)填入,否则需要每次手动填写。
|
|
1834
1839
|
# @type CacheApproverInfo: Boolean
|
|
1835
1840
|
|
|
1836
1841
|
attr_accessor :FlowApproverInfo, :Agent, :Operator, :FlowIds, :FlowGroupId, :JumpUrl, :SignatureTypes, :ApproverSignTypes, :SignTypeSelector, :FlowBatchUrlInfo, :Intention, :CacheApproverInfo
|
|
@@ -2073,8 +2078,8 @@ module TencentCloud
|
|
|
2073
2078
|
|
|
2074
2079
|
attr_accessor :ResourceType, :ResourceName, :ResourceId, :Operator, :Agent, :Organization
|
|
2075
2080
|
extend Gem::Deprecate
|
|
2076
|
-
deprecate :Organization, :none, 2024,
|
|
2077
|
-
deprecate :Organization=, :none, 2024,
|
|
2081
|
+
deprecate :Organization, :none, 2024, 11
|
|
2082
|
+
deprecate :Organization=, :none, 2024, 11
|
|
2078
2083
|
|
|
2079
2084
|
def initialize(resourcetype=nil, resourcename=nil, resourceid=nil, operator=nil, agent=nil, organization=nil)
|
|
2080
2085
|
@ResourceType = resourcetype
|
|
@@ -2720,6 +2725,10 @@ module TencentCloud
|
|
|
2720
2725
|
# <li> 动态表格等填写控件</li></ul>
|
|
2721
2726
|
# @type Components: Array
|
|
2722
2727
|
# @param CcInfos: 合同流程的抄送人列表,最多可支持50个抄送人,抄送人可查看合同内容及签署进度,但无需参与合同签署。
|
|
2728
|
+
|
|
2729
|
+
# <b>注</b>
|
|
2730
|
+
# 1. 抄送人名单中可以包括自然人以及本企业的员工。
|
|
2731
|
+
# 2. 请确保抄送人列表中的成员不与任何签署人重复。
|
|
2723
2732
|
# @type CcInfos: Array
|
|
2724
2733
|
# @param CcNotifyType: 可以设置以下时间节点来给抄送人发送短信通知来查看合同内容:
|
|
2725
2734
|
# <ul><li> **0**:合同发起时通知(默认值)</li>
|
|
@@ -2982,8 +2991,8 @@ module TencentCloud
|
|
|
2982
2991
|
|
|
2983
2992
|
attr_accessor :ReportId, :Status, :ReportUrl, :RequestId
|
|
2984
2993
|
extend Gem::Deprecate
|
|
2985
|
-
deprecate :ReportUrl, :none, 2024,
|
|
2986
|
-
deprecate :ReportUrl=, :none, 2024,
|
|
2994
|
+
deprecate :ReportUrl, :none, 2024, 11
|
|
2995
|
+
deprecate :ReportUrl=, :none, 2024, 11
|
|
2987
2996
|
|
|
2988
2997
|
def initialize(reportid=nil, status=nil, reporturl=nil, requestid=nil)
|
|
2989
2998
|
@ReportId = reportid
|
|
@@ -3058,10 +3067,8 @@ module TencentCloud
|
|
|
3058
3067
|
# CreateFlowGroupByFiles返回参数结构体
|
|
3059
3068
|
class CreateFlowGroupByFilesResponse < TencentCloud::Common::AbstractModel
|
|
3060
3069
|
# @param FlowGroupId: 合同(流程)组的合同组Id
|
|
3061
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
3062
3070
|
# @type FlowGroupId: String
|
|
3063
3071
|
# @param FlowIds: 合同(流程)组中子合同列表.
|
|
3064
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
3065
3072
|
# @type FlowIds: Array
|
|
3066
3073
|
# @param Approvers: 合同组签署方信息。
|
|
3067
3074
|
# @type Approvers: Array
|
|
@@ -3538,6 +3545,10 @@ module TencentCloud
|
|
|
3538
3545
|
# 在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
|
|
3539
3546
|
# @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
|
|
3540
3547
|
# @param CcInfos: 合同流程的抄送人列表,最多可支持50个抄送人,抄送人可查看合同内容及签署进度,但无需参与合同签署。
|
|
3548
|
+
|
|
3549
|
+
# <b>注</b>
|
|
3550
|
+
# 1. 抄送人名单中可以包括自然人以及本企业的员工。
|
|
3551
|
+
# 2. 请确保抄送人列表中的成员不与任何签署人重复。
|
|
3541
3552
|
# @type CcInfos: Array
|
|
3542
3553
|
# @param AutoSignScene: 个人自动签名的使用场景包括以下, 个人自动签署(即ApproverType设置成个人自动签署时)业务此值必传:
|
|
3543
3554
|
# <ul><li> **E_PRESCRIPTION_AUTO_SIGN**:电子处方单(医疗自动签) </li><li> **OTHER** : 通用场景</li></ul>
|
|
@@ -3556,10 +3567,10 @@ module TencentCloud
|
|
|
3556
3567
|
|
|
3557
3568
|
attr_accessor :Operator, :FlowName, :Approvers, :FlowDescription, :FlowType, :ClientToken, :DeadLine, :RemindedOn, :UserData, :Unordered, :CustomShowMap, :NeedSignReview, :Agent, :CcInfos, :AutoSignScene, :RelatedFlowId, :CallbackUrl, :FlowDisplayType
|
|
3558
3569
|
extend Gem::Deprecate
|
|
3559
|
-
deprecate :RelatedFlowId, :none, 2024,
|
|
3560
|
-
deprecate :RelatedFlowId=, :none, 2024,
|
|
3561
|
-
deprecate :CallbackUrl, :none, 2024,
|
|
3562
|
-
deprecate :CallbackUrl=, :none, 2024,
|
|
3570
|
+
deprecate :RelatedFlowId, :none, 2024, 11
|
|
3571
|
+
deprecate :RelatedFlowId=, :none, 2024, 11
|
|
3572
|
+
deprecate :CallbackUrl, :none, 2024, 11
|
|
3573
|
+
deprecate :CallbackUrl=, :none, 2024, 11
|
|
3563
3574
|
|
|
3564
3575
|
def initialize(operator=nil, flowname=nil, approvers=nil, flowdescription=nil, flowtype=nil, clienttoken=nil, deadline=nil, remindedon=nil, userdata=nil, unordered=nil, customshowmap=nil, needsignreview=nil, agent=nil, ccinfos=nil, autosignscene=nil, relatedflowid=nil, callbackurl=nil, flowdisplaytype=nil)
|
|
3565
3576
|
@Operator = operator
|
|
@@ -3762,8 +3773,8 @@ module TencentCloud
|
|
|
3762
3773
|
|
|
3763
3774
|
attr_accessor :FlowId, :Operator, :Agent, :FlowApproverInfos, :Organization, :JumpUrl, :UrlType
|
|
3764
3775
|
extend Gem::Deprecate
|
|
3765
|
-
deprecate :Organization, :none, 2024,
|
|
3766
|
-
deprecate :Organization=, :none, 2024,
|
|
3776
|
+
deprecate :Organization, :none, 2024, 11
|
|
3777
|
+
deprecate :Organization=, :none, 2024, 11
|
|
3767
3778
|
|
|
3768
3779
|
def initialize(flowid=nil, operator=nil, agent=nil, flowapproverinfos=nil, organization=nil, jumpurl=nil, urltype=nil)
|
|
3769
3780
|
@FlowId = flowid
|
|
@@ -4180,8 +4191,8 @@ module TencentCloud
|
|
|
4180
4191
|
|
|
4181
4192
|
attr_accessor :Operator, :Agent, :Organization
|
|
4182
4193
|
extend Gem::Deprecate
|
|
4183
|
-
deprecate :Organization, :none, 2024,
|
|
4184
|
-
deprecate :Organization=, :none, 2024,
|
|
4194
|
+
deprecate :Organization, :none, 2024, 11
|
|
4195
|
+
deprecate :Organization=, :none, 2024, 11
|
|
4185
4196
|
|
|
4186
4197
|
def initialize(operator=nil, agent=nil, organization=nil)
|
|
4187
4198
|
@Operator = operator
|
|
@@ -4272,10 +4283,10 @@ module TencentCloud
|
|
|
4272
4283
|
|
|
4273
4284
|
attr_accessor :Operator, :TemplateId, :FlowName, :MaxFlowNum, :QrEffectiveDay, :FlowEffectiveDay, :Restrictions, :UserData, :CallbackUrl, :Agent, :ApproverRestrictions, :ApproverComponentLimitTypes, :ForbidPersonalMultipleSign
|
|
4274
4285
|
extend Gem::Deprecate
|
|
4275
|
-
deprecate :CallbackUrl, :none, 2024,
|
|
4276
|
-
deprecate :CallbackUrl=, :none, 2024,
|
|
4277
|
-
deprecate :ApproverRestrictions, :none, 2024,
|
|
4278
|
-
deprecate :ApproverRestrictions=, :none, 2024,
|
|
4286
|
+
deprecate :CallbackUrl, :none, 2024, 11
|
|
4287
|
+
deprecate :CallbackUrl=, :none, 2024, 11
|
|
4288
|
+
deprecate :ApproverRestrictions, :none, 2024, 11
|
|
4289
|
+
deprecate :ApproverRestrictions=, :none, 2024, 11
|
|
4279
4290
|
|
|
4280
4291
|
def initialize(operator=nil, templateid=nil, flowname=nil, maxflownum=nil, qreffectiveday=nil, floweffectiveday=nil, restrictions=nil, userdata=nil, callbackurl=nil, agent=nil, approverrestrictions=nil, approvercomponentlimittypes=nil, forbidpersonalmultiplesign=nil)
|
|
4281
4292
|
@Operator = operator
|
|
@@ -5129,8 +5140,8 @@ module TencentCloud
|
|
|
5129
5140
|
|
|
5130
5141
|
attr_accessor :UserName, :IdCardNumber, :SealName, :Operator, :IdCardType, :SealImage, :SealImageCompress, :Mobile, :EnableAutoSign, :SealColor, :ProcessSeal, :FileId, :Agent, :LicenseType, :SceneKey
|
|
5131
5142
|
extend Gem::Deprecate
|
|
5132
|
-
deprecate :SealImage, :none, 2024,
|
|
5133
|
-
deprecate :SealImage=, :none, 2024,
|
|
5143
|
+
deprecate :SealImage, :none, 2024, 11
|
|
5144
|
+
deprecate :SealImage=, :none, 2024, 11
|
|
5134
5145
|
|
|
5135
5146
|
def initialize(username=nil, idcardnumber=nil, sealname=nil, operator=nil, idcardtype=nil, sealimage=nil, sealimagecompress=nil, mobile=nil, enableautosign=nil, sealcolor=nil, processseal=nil, fileid=nil, agent=nil, licensetype=nil, scenekey=nil)
|
|
5136
5147
|
@UserName = username
|
|
@@ -7126,10 +7137,10 @@ module TencentCloud
|
|
|
7126
7137
|
|
|
7127
7138
|
attr_accessor :Operator, :BusinessType, :BusinessIds, :FileName, :FileType, :Offset, :Limit, :UrlTtl, :CcToken, :Scene, :Agent
|
|
7128
7139
|
extend Gem::Deprecate
|
|
7129
|
-
deprecate :CcToken, :none, 2024,
|
|
7130
|
-
deprecate :CcToken=, :none, 2024,
|
|
7131
|
-
deprecate :Scene, :none, 2024,
|
|
7132
|
-
deprecate :Scene=, :none, 2024,
|
|
7140
|
+
deprecate :CcToken, :none, 2024, 11
|
|
7141
|
+
deprecate :CcToken=, :none, 2024, 11
|
|
7142
|
+
deprecate :Scene, :none, 2024, 11
|
|
7143
|
+
deprecate :Scene=, :none, 2024, 11
|
|
7133
7144
|
|
|
7134
7145
|
def initialize(operator=nil, businesstype=nil, businessids=nil, filename=nil, filetype=nil, offset=nil, limit=nil, urlttl=nil, cctoken=nil, scene=nil, agent=nil)
|
|
7135
7146
|
@Operator = operator
|
|
@@ -7508,12 +7519,12 @@ module TencentCloud
|
|
|
7508
7519
|
|
|
7509
7520
|
attr_accessor :Operator, :Agent, :ContentType, :Filters, :Offset, :Limit, :ApplicationId, :IsChannel, :Organization, :GenerateSource, :WithPreviewUrl
|
|
7510
7521
|
extend Gem::Deprecate
|
|
7511
|
-
deprecate :IsChannel, :none, 2024,
|
|
7512
|
-
deprecate :IsChannel=, :none, 2024,
|
|
7513
|
-
deprecate :Organization, :none, 2024,
|
|
7514
|
-
deprecate :Organization=, :none, 2024,
|
|
7515
|
-
deprecate :GenerateSource, :none, 2024,
|
|
7516
|
-
deprecate :GenerateSource=, :none, 2024,
|
|
7522
|
+
deprecate :IsChannel, :none, 2024, 11
|
|
7523
|
+
deprecate :IsChannel=, :none, 2024, 11
|
|
7524
|
+
deprecate :Organization, :none, 2024, 11
|
|
7525
|
+
deprecate :Organization=, :none, 2024, 11
|
|
7526
|
+
deprecate :GenerateSource, :none, 2024, 11
|
|
7527
|
+
deprecate :GenerateSource=, :none, 2024, 11
|
|
7517
7528
|
|
|
7518
7529
|
def initialize(operator=nil, agent=nil, contenttype=nil, filters=nil, offset=nil, limit=nil, applicationid=nil, ischannel=nil, organization=nil, generatesource=nil, withpreviewurl=nil)
|
|
7519
7530
|
@Operator = operator
|
|
@@ -8014,8 +8025,8 @@ module TencentCloud
|
|
|
8014
8025
|
|
|
8015
8026
|
attr_accessor :Total, :JoinedTotal, :ActivedTotal, :ExportUrl, :List, :ActivatedTotal, :RequestId
|
|
8016
8027
|
extend Gem::Deprecate
|
|
8017
|
-
deprecate :ActivedTotal, :none, 2024,
|
|
8018
|
-
deprecate :ActivedTotal=, :none, 2024,
|
|
8028
|
+
deprecate :ActivedTotal, :none, 2024, 11
|
|
8029
|
+
deprecate :ActivedTotal=, :none, 2024, 11
|
|
8019
8030
|
|
|
8020
8031
|
def initialize(total=nil, joinedtotal=nil, activedtotal=nil, exporturl=nil, list=nil, activatedtotal=nil, requestid=nil)
|
|
8021
8032
|
@Total = total
|
|
@@ -9460,8 +9471,8 @@ module TencentCloud
|
|
|
9460
9471
|
|
|
9461
9472
|
attr_accessor :ApproverType, :OrganizationName, :ApproverName, :ApproverMobile, :ApproverIdCardType, :ApproverIdCardNumber, :RecipientId, :VerifyChannel, :NotifyType, :IsFullText, :PreReadTime, :UserId, :Required, :ApproverSource, :CustomApproverTag, :RegisterInfo, :ApproverOption, :JumpUrl, :SignId, :ApproverNeedSignReview, :SignComponents, :Components, :ComponentLimitType, :ApproverVerifyTypes, :ApproverSignTypes, :SignTypeSelector, :Deadline, :Intention
|
|
9462
9473
|
extend Gem::Deprecate
|
|
9463
|
-
deprecate :JumpUrl, :none, 2024,
|
|
9464
|
-
deprecate :JumpUrl=, :none, 2024,
|
|
9474
|
+
deprecate :JumpUrl, :none, 2024, 11
|
|
9475
|
+
deprecate :JumpUrl=, :none, 2024, 11
|
|
9465
9476
|
|
|
9466
9477
|
def initialize(approvertype=nil, organizationname=nil, approvername=nil, approvermobile=nil, approveridcardtype=nil, approveridcardnumber=nil, recipientid=nil, verifychannel=nil, notifytype=nil, isfulltext=nil, prereadtime=nil, userid=nil, required=nil, approversource=nil, customapprovertag=nil, registerinfo=nil, approveroption=nil, jumpurl=nil, signid=nil, approverneedsignreview=nil, signcomponents=nil, components=nil, componentlimittype=nil, approververifytypes=nil, approversigntypes=nil, signtypeselector=nil, deadline=nil, intention=nil)
|
|
9467
9478
|
@ApproverType = approvertype
|
|
@@ -9727,8 +9738,8 @@ module TencentCloud
|
|
|
9727
9738
|
|
|
9728
9739
|
attr_accessor :FlowName, :Approvers, :FileIds, :TemplateId, :FlowType, :FlowDescription, :Deadline, :CallbackUrl, :UserData, :Unordered, :Components, :NeedSignReview, :AutoSignScene, :FlowDisplayType
|
|
9729
9740
|
extend Gem::Deprecate
|
|
9730
|
-
deprecate :CallbackUrl, :none, 2024,
|
|
9731
|
-
deprecate :CallbackUrl=, :none, 2024,
|
|
9741
|
+
deprecate :CallbackUrl, :none, 2024, 11
|
|
9742
|
+
deprecate :CallbackUrl=, :none, 2024, 11
|
|
9732
9743
|
|
|
9733
9744
|
def initialize(flowname=nil, approvers=nil, fileids=nil, templateid=nil, flowtype=nil, flowdescription=nil, deadline=nil, callbackurl=nil, userdata=nil, unordered=nil, components=nil, needsignreview=nil, autosignscene=nil, flowdisplaytype=nil)
|
|
9734
9745
|
@FlowName = flowname
|
|
@@ -10145,8 +10156,8 @@ module TencentCloud
|
|
|
10145
10156
|
|
|
10146
10157
|
attr_accessor :TaskId, :Operator, :Agent, :Organization
|
|
10147
10158
|
extend Gem::Deprecate
|
|
10148
|
-
deprecate :Organization, :none, 2024,
|
|
10149
|
-
deprecate :Organization=, :none, 2024,
|
|
10159
|
+
deprecate :Organization, :none, 2024, 11
|
|
10160
|
+
deprecate :Organization=, :none, 2024, 11
|
|
10150
10161
|
|
|
10151
10162
|
def initialize(taskid=nil, operator=nil, agent=nil, organization=nil)
|
|
10152
10163
|
@TaskId = taskid
|
|
@@ -11178,16 +11189,16 @@ module TencentCloud
|
|
|
11178
11189
|
|
|
11179
11190
|
attr_accessor :OrganizationId, :Channel, :OrganizationOpenId, :ClientIp, :ProxyIp
|
|
11180
11191
|
extend Gem::Deprecate
|
|
11181
|
-
deprecate :OrganizationId, :none, 2024,
|
|
11182
|
-
deprecate :OrganizationId=, :none, 2024,
|
|
11183
|
-
deprecate :Channel, :none, 2024,
|
|
11184
|
-
deprecate :Channel=, :none, 2024,
|
|
11185
|
-
deprecate :OrganizationOpenId, :none, 2024,
|
|
11186
|
-
deprecate :OrganizationOpenId=, :none, 2024,
|
|
11187
|
-
deprecate :ClientIp, :none, 2024,
|
|
11188
|
-
deprecate :ClientIp=, :none, 2024,
|
|
11189
|
-
deprecate :ProxyIp, :none, 2024,
|
|
11190
|
-
deprecate :ProxyIp=, :none, 2024,
|
|
11192
|
+
deprecate :OrganizationId, :none, 2024, 11
|
|
11193
|
+
deprecate :OrganizationId=, :none, 2024, 11
|
|
11194
|
+
deprecate :Channel, :none, 2024, 11
|
|
11195
|
+
deprecate :Channel=, :none, 2024, 11
|
|
11196
|
+
deprecate :OrganizationOpenId, :none, 2024, 11
|
|
11197
|
+
deprecate :OrganizationOpenId=, :none, 2024, 11
|
|
11198
|
+
deprecate :ClientIp, :none, 2024, 11
|
|
11199
|
+
deprecate :ClientIp=, :none, 2024, 11
|
|
11200
|
+
deprecate :ProxyIp, :none, 2024, 11
|
|
11201
|
+
deprecate :ProxyIp=, :none, 2024, 11
|
|
11191
11202
|
|
|
11192
11203
|
def initialize(organizationid=nil, channel=nil, organizationopenid=nil, clientip=nil, proxyip=nil)
|
|
11193
11204
|
@OrganizationId = organizationid
|
|
@@ -11550,8 +11561,8 @@ module TencentCloud
|
|
|
11550
11561
|
|
|
11551
11562
|
attr_accessor :LegalName, :Uscc, :UnifiedSocialCreditCode
|
|
11552
11563
|
extend Gem::Deprecate
|
|
11553
|
-
deprecate :Uscc, :none, 2024,
|
|
11554
|
-
deprecate :Uscc=, :none, 2024,
|
|
11564
|
+
deprecate :Uscc, :none, 2024, 11
|
|
11565
|
+
deprecate :Uscc=, :none, 2024, 11
|
|
11555
11566
|
|
|
11556
11567
|
def initialize(legalname=nil, uscc=nil, unifiedsocialcreditcode=nil)
|
|
11557
11568
|
@LegalName = legalname
|
|
@@ -12060,8 +12071,8 @@ module TencentCloud
|
|
|
12060
12071
|
|
|
12061
12072
|
attr_accessor :Operator, :FlowId, :ClientToken, :Agent, :CcNotifyType
|
|
12062
12073
|
extend Gem::Deprecate
|
|
12063
|
-
deprecate :ClientToken, :none, 2024,
|
|
12064
|
-
deprecate :ClientToken=, :none, 2024,
|
|
12074
|
+
deprecate :ClientToken, :none, 2024, 11
|
|
12075
|
+
deprecate :ClientToken=, :none, 2024, 11
|
|
12065
12076
|
|
|
12066
12077
|
def initialize(operator=nil, flowid=nil, clienttoken=nil, agent=nil, ccnotifytype=nil)
|
|
12067
12078
|
@Operator = operator
|
|
@@ -12374,8 +12385,8 @@ module TencentCloud
|
|
|
12374
12385
|
|
|
12375
12386
|
attr_accessor :TemplateId, :TemplateName, :Recipients, :Components, :SignComponents, :Description, :DocumentResourceIds, :FileInfos, :AttachmentResourceIds, :SignOrder, :Status, :Creator, :CreatedOn, :Promoter, :TemplateType, :Available, :OrganizationId, :CreatorId, :PreviewUrl, :UserFlowType, :TemplateVersion, :Published, :ShareTemplateId, :TemplateSeals, :Seals
|
|
12376
12387
|
extend Gem::Deprecate
|
|
12377
|
-
deprecate :Seals, :none, 2024,
|
|
12378
|
-
deprecate :Seals=, :none, 2024,
|
|
12388
|
+
deprecate :Seals, :none, 2024, 11
|
|
12389
|
+
deprecate :Seals=, :none, 2024, 11
|
|
12379
12390
|
|
|
12380
12391
|
def initialize(templateid=nil, templatename=nil, recipients=nil, components=nil, signcomponents=nil, description=nil, documentresourceids=nil, fileinfos=nil, attachmentresourceids=nil, signorder=nil, status=nil, creator=nil, createdon=nil, promoter=nil, templatetype=nil, available=nil, organizationid=nil, creatorid=nil, previewurl=nil, userflowtype=nil, templateversion=nil, published=nil, sharetemplateid=nil, templateseals=nil, seals=nil)
|
|
12381
12392
|
@TemplateId = templateid
|
|
@@ -12699,8 +12710,8 @@ module TencentCloud
|
|
|
12699
12710
|
|
|
12700
12711
|
attr_accessor :BusinessType, :Caller, :FileInfos, :FileType, :CoverRect, :CustomIds, :FileUrls, :Agent
|
|
12701
12712
|
extend Gem::Deprecate
|
|
12702
|
-
deprecate :FileUrls, :none, 2024,
|
|
12703
|
-
deprecate :FileUrls=, :none, 2024,
|
|
12713
|
+
deprecate :FileUrls, :none, 2024, 11
|
|
12714
|
+
deprecate :FileUrls=, :none, 2024, 11
|
|
12704
12715
|
|
|
12705
12716
|
def initialize(businesstype=nil, caller=nil, fileinfos=nil, filetype=nil, coverrect=nil, customids=nil, fileurls=nil, agent=nil)
|
|
12706
12717
|
@BusinessType = businesstype
|
|
@@ -12805,14 +12816,14 @@ module TencentCloud
|
|
|
12805
12816
|
|
|
12806
12817
|
attr_accessor :UserId, :Channel, :OpenId, :ClientIp, :ProxyIp
|
|
12807
12818
|
extend Gem::Deprecate
|
|
12808
|
-
deprecate :Channel, :none, 2024,
|
|
12809
|
-
deprecate :Channel=, :none, 2024,
|
|
12810
|
-
deprecate :OpenId, :none, 2024,
|
|
12811
|
-
deprecate :OpenId=, :none, 2024,
|
|
12812
|
-
deprecate :ClientIp, :none, 2024,
|
|
12813
|
-
deprecate :ClientIp=, :none, 2024,
|
|
12814
|
-
deprecate :ProxyIp, :none, 2024,
|
|
12815
|
-
deprecate :ProxyIp=, :none, 2024,
|
|
12819
|
+
deprecate :Channel, :none, 2024, 11
|
|
12820
|
+
deprecate :Channel=, :none, 2024, 11
|
|
12821
|
+
deprecate :OpenId, :none, 2024, 11
|
|
12822
|
+
deprecate :OpenId=, :none, 2024, 11
|
|
12823
|
+
deprecate :ClientIp, :none, 2024, 11
|
|
12824
|
+
deprecate :ClientIp=, :none, 2024, 11
|
|
12825
|
+
deprecate :ProxyIp, :none, 2024, 11
|
|
12826
|
+
deprecate :ProxyIp=, :none, 2024, 11
|
|
12816
12827
|
|
|
12817
12828
|
def initialize(userid=nil, channel=nil, openid=nil, clientip=nil, proxyip=nil)
|
|
12818
12829
|
@UserId = userid
|
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.936
|
|
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-
|
|
11
|
+
date: 2024-11-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|