tencentcloud-sdk-ess 3.0.934 → 3.0.935
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 +19 -7
- data/lib/v20201111/models.rb +85 -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: 62dbc8da214c05c1a85984c6b6ba24a17aa13427
|
|
4
|
+
data.tar.gz: d0f23177845cb97afe6bb16e4f378c473ea18e53
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 287fdd0085f9b541ed9952fd45a9a4e03beda73e6f932215f48f22ddf2da5ab714cd841ab34655d5c58a8a2d92016fbb761f54fed9561bbd9e2b980d75c6edcd
|
|
7
|
+
data.tar.gz: e82ccbb6b0cecf2b8d7c443503b07915ea3eab4b42b5ed102f2f9218d99ecf65c3958eb83542ab579e99609d99e6246312a63fa916d3bfb87375b009ede47c4d
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.935
|
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
|
+
# - 合同组中的合同必须作为一个整体进行签署,不能将合同组拆分成单独的合同进行逐一签署。
|
|
891
|
+
|
|
892
|
+
# <img src="https://qcloudimg.tencent-cloud.cn/raw/a63074a0293c9ff5bf6c0bb74c0d3b20.png" width="400" />
|
|
893
|
+
|
|
894
|
+
# ### 2. 适用场景
|
|
889
895
|
|
|
890
|
-
#
|
|
896
|
+
# 该接口适用于需要一次性完成多份合同签署的情况,多份合同一般具有关联性,用户以目录的形式查看合同。
|
|
897
|
+
|
|
898
|
+
|
|
899
|
+
# ### 3. 合同额度的扣减与返还
|
|
900
|
+
# - **扣减时机**:合同一旦发起,相关的合同额度就会被扣减,合同组下面的每个合同都要扣减一个合同额度。
|
|
901
|
+
# - **返还条件**:只有在合同被撤销且没有任何签署方签署过,或者只有自动签署的情况下,合同额度才会被返还。
|
|
902
|
+
# - **不返还的情况**:如果合同已过期、被拒签、签署完成或已解除,合同额度将不会被返还。
|
|
891
903
|
|
|
892
|
-
#
|
|
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`
|
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
|
|
@@ -2982,8 +2987,8 @@ module TencentCloud
|
|
|
2982
2987
|
|
|
2983
2988
|
attr_accessor :ReportId, :Status, :ReportUrl, :RequestId
|
|
2984
2989
|
extend Gem::Deprecate
|
|
2985
|
-
deprecate :ReportUrl, :none, 2024,
|
|
2986
|
-
deprecate :ReportUrl=, :none, 2024,
|
|
2990
|
+
deprecate :ReportUrl, :none, 2024, 11
|
|
2991
|
+
deprecate :ReportUrl=, :none, 2024, 11
|
|
2987
2992
|
|
|
2988
2993
|
def initialize(reportid=nil, status=nil, reporturl=nil, requestid=nil)
|
|
2989
2994
|
@ReportId = reportid
|
|
@@ -3058,10 +3063,8 @@ module TencentCloud
|
|
|
3058
3063
|
# CreateFlowGroupByFiles返回参数结构体
|
|
3059
3064
|
class CreateFlowGroupByFilesResponse < TencentCloud::Common::AbstractModel
|
|
3060
3065
|
# @param FlowGroupId: 合同(流程)组的合同组Id
|
|
3061
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
3062
3066
|
# @type FlowGroupId: String
|
|
3063
3067
|
# @param FlowIds: 合同(流程)组中子合同列表.
|
|
3064
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
3065
3068
|
# @type FlowIds: Array
|
|
3066
3069
|
# @param Approvers: 合同组签署方信息。
|
|
3067
3070
|
# @type Approvers: Array
|
|
@@ -3556,10 +3559,10 @@ module TencentCloud
|
|
|
3556
3559
|
|
|
3557
3560
|
attr_accessor :Operator, :FlowName, :Approvers, :FlowDescription, :FlowType, :ClientToken, :DeadLine, :RemindedOn, :UserData, :Unordered, :CustomShowMap, :NeedSignReview, :Agent, :CcInfos, :AutoSignScene, :RelatedFlowId, :CallbackUrl, :FlowDisplayType
|
|
3558
3561
|
extend Gem::Deprecate
|
|
3559
|
-
deprecate :RelatedFlowId, :none, 2024,
|
|
3560
|
-
deprecate :RelatedFlowId=, :none, 2024,
|
|
3561
|
-
deprecate :CallbackUrl, :none, 2024,
|
|
3562
|
-
deprecate :CallbackUrl=, :none, 2024,
|
|
3562
|
+
deprecate :RelatedFlowId, :none, 2024, 11
|
|
3563
|
+
deprecate :RelatedFlowId=, :none, 2024, 11
|
|
3564
|
+
deprecate :CallbackUrl, :none, 2024, 11
|
|
3565
|
+
deprecate :CallbackUrl=, :none, 2024, 11
|
|
3563
3566
|
|
|
3564
3567
|
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
3568
|
@Operator = operator
|
|
@@ -3762,8 +3765,8 @@ module TencentCloud
|
|
|
3762
3765
|
|
|
3763
3766
|
attr_accessor :FlowId, :Operator, :Agent, :FlowApproverInfos, :Organization, :JumpUrl, :UrlType
|
|
3764
3767
|
extend Gem::Deprecate
|
|
3765
|
-
deprecate :Organization, :none, 2024,
|
|
3766
|
-
deprecate :Organization=, :none, 2024,
|
|
3768
|
+
deprecate :Organization, :none, 2024, 11
|
|
3769
|
+
deprecate :Organization=, :none, 2024, 11
|
|
3767
3770
|
|
|
3768
3771
|
def initialize(flowid=nil, operator=nil, agent=nil, flowapproverinfos=nil, organization=nil, jumpurl=nil, urltype=nil)
|
|
3769
3772
|
@FlowId = flowid
|
|
@@ -4180,8 +4183,8 @@ module TencentCloud
|
|
|
4180
4183
|
|
|
4181
4184
|
attr_accessor :Operator, :Agent, :Organization
|
|
4182
4185
|
extend Gem::Deprecate
|
|
4183
|
-
deprecate :Organization, :none, 2024,
|
|
4184
|
-
deprecate :Organization=, :none, 2024,
|
|
4186
|
+
deprecate :Organization, :none, 2024, 11
|
|
4187
|
+
deprecate :Organization=, :none, 2024, 11
|
|
4185
4188
|
|
|
4186
4189
|
def initialize(operator=nil, agent=nil, organization=nil)
|
|
4187
4190
|
@Operator = operator
|
|
@@ -4272,10 +4275,10 @@ module TencentCloud
|
|
|
4272
4275
|
|
|
4273
4276
|
attr_accessor :Operator, :TemplateId, :FlowName, :MaxFlowNum, :QrEffectiveDay, :FlowEffectiveDay, :Restrictions, :UserData, :CallbackUrl, :Agent, :ApproverRestrictions, :ApproverComponentLimitTypes, :ForbidPersonalMultipleSign
|
|
4274
4277
|
extend Gem::Deprecate
|
|
4275
|
-
deprecate :CallbackUrl, :none, 2024,
|
|
4276
|
-
deprecate :CallbackUrl=, :none, 2024,
|
|
4277
|
-
deprecate :ApproverRestrictions, :none, 2024,
|
|
4278
|
-
deprecate :ApproverRestrictions=, :none, 2024,
|
|
4278
|
+
deprecate :CallbackUrl, :none, 2024, 11
|
|
4279
|
+
deprecate :CallbackUrl=, :none, 2024, 11
|
|
4280
|
+
deprecate :ApproverRestrictions, :none, 2024, 11
|
|
4281
|
+
deprecate :ApproverRestrictions=, :none, 2024, 11
|
|
4279
4282
|
|
|
4280
4283
|
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
4284
|
@Operator = operator
|
|
@@ -5129,8 +5132,8 @@ module TencentCloud
|
|
|
5129
5132
|
|
|
5130
5133
|
attr_accessor :UserName, :IdCardNumber, :SealName, :Operator, :IdCardType, :SealImage, :SealImageCompress, :Mobile, :EnableAutoSign, :SealColor, :ProcessSeal, :FileId, :Agent, :LicenseType, :SceneKey
|
|
5131
5134
|
extend Gem::Deprecate
|
|
5132
|
-
deprecate :SealImage, :none, 2024,
|
|
5133
|
-
deprecate :SealImage=, :none, 2024,
|
|
5135
|
+
deprecate :SealImage, :none, 2024, 11
|
|
5136
|
+
deprecate :SealImage=, :none, 2024, 11
|
|
5134
5137
|
|
|
5135
5138
|
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
5139
|
@UserName = username
|
|
@@ -7126,10 +7129,10 @@ module TencentCloud
|
|
|
7126
7129
|
|
|
7127
7130
|
attr_accessor :Operator, :BusinessType, :BusinessIds, :FileName, :FileType, :Offset, :Limit, :UrlTtl, :CcToken, :Scene, :Agent
|
|
7128
7131
|
extend Gem::Deprecate
|
|
7129
|
-
deprecate :CcToken, :none, 2024,
|
|
7130
|
-
deprecate :CcToken=, :none, 2024,
|
|
7131
|
-
deprecate :Scene, :none, 2024,
|
|
7132
|
-
deprecate :Scene=, :none, 2024,
|
|
7132
|
+
deprecate :CcToken, :none, 2024, 11
|
|
7133
|
+
deprecate :CcToken=, :none, 2024, 11
|
|
7134
|
+
deprecate :Scene, :none, 2024, 11
|
|
7135
|
+
deprecate :Scene=, :none, 2024, 11
|
|
7133
7136
|
|
|
7134
7137
|
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
7138
|
@Operator = operator
|
|
@@ -7508,12 +7511,12 @@ module TencentCloud
|
|
|
7508
7511
|
|
|
7509
7512
|
attr_accessor :Operator, :Agent, :ContentType, :Filters, :Offset, :Limit, :ApplicationId, :IsChannel, :Organization, :GenerateSource, :WithPreviewUrl
|
|
7510
7513
|
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,
|
|
7514
|
+
deprecate :IsChannel, :none, 2024, 11
|
|
7515
|
+
deprecate :IsChannel=, :none, 2024, 11
|
|
7516
|
+
deprecate :Organization, :none, 2024, 11
|
|
7517
|
+
deprecate :Organization=, :none, 2024, 11
|
|
7518
|
+
deprecate :GenerateSource, :none, 2024, 11
|
|
7519
|
+
deprecate :GenerateSource=, :none, 2024, 11
|
|
7517
7520
|
|
|
7518
7521
|
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
7522
|
@Operator = operator
|
|
@@ -8014,8 +8017,8 @@ module TencentCloud
|
|
|
8014
8017
|
|
|
8015
8018
|
attr_accessor :Total, :JoinedTotal, :ActivedTotal, :ExportUrl, :List, :ActivatedTotal, :RequestId
|
|
8016
8019
|
extend Gem::Deprecate
|
|
8017
|
-
deprecate :ActivedTotal, :none, 2024,
|
|
8018
|
-
deprecate :ActivedTotal=, :none, 2024,
|
|
8020
|
+
deprecate :ActivedTotal, :none, 2024, 11
|
|
8021
|
+
deprecate :ActivedTotal=, :none, 2024, 11
|
|
8019
8022
|
|
|
8020
8023
|
def initialize(total=nil, joinedtotal=nil, activedtotal=nil, exporturl=nil, list=nil, activatedtotal=nil, requestid=nil)
|
|
8021
8024
|
@Total = total
|
|
@@ -9460,8 +9463,8 @@ module TencentCloud
|
|
|
9460
9463
|
|
|
9461
9464
|
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
9465
|
extend Gem::Deprecate
|
|
9463
|
-
deprecate :JumpUrl, :none, 2024,
|
|
9464
|
-
deprecate :JumpUrl=, :none, 2024,
|
|
9466
|
+
deprecate :JumpUrl, :none, 2024, 11
|
|
9467
|
+
deprecate :JumpUrl=, :none, 2024, 11
|
|
9465
9468
|
|
|
9466
9469
|
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
9470
|
@ApproverType = approvertype
|
|
@@ -9727,8 +9730,8 @@ module TencentCloud
|
|
|
9727
9730
|
|
|
9728
9731
|
attr_accessor :FlowName, :Approvers, :FileIds, :TemplateId, :FlowType, :FlowDescription, :Deadline, :CallbackUrl, :UserData, :Unordered, :Components, :NeedSignReview, :AutoSignScene, :FlowDisplayType
|
|
9729
9732
|
extend Gem::Deprecate
|
|
9730
|
-
deprecate :CallbackUrl, :none, 2024,
|
|
9731
|
-
deprecate :CallbackUrl=, :none, 2024,
|
|
9733
|
+
deprecate :CallbackUrl, :none, 2024, 11
|
|
9734
|
+
deprecate :CallbackUrl=, :none, 2024, 11
|
|
9732
9735
|
|
|
9733
9736
|
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
9737
|
@FlowName = flowname
|
|
@@ -10145,8 +10148,8 @@ module TencentCloud
|
|
|
10145
10148
|
|
|
10146
10149
|
attr_accessor :TaskId, :Operator, :Agent, :Organization
|
|
10147
10150
|
extend Gem::Deprecate
|
|
10148
|
-
deprecate :Organization, :none, 2024,
|
|
10149
|
-
deprecate :Organization=, :none, 2024,
|
|
10151
|
+
deprecate :Organization, :none, 2024, 11
|
|
10152
|
+
deprecate :Organization=, :none, 2024, 11
|
|
10150
10153
|
|
|
10151
10154
|
def initialize(taskid=nil, operator=nil, agent=nil, organization=nil)
|
|
10152
10155
|
@TaskId = taskid
|
|
@@ -11178,16 +11181,16 @@ module TencentCloud
|
|
|
11178
11181
|
|
|
11179
11182
|
attr_accessor :OrganizationId, :Channel, :OrganizationOpenId, :ClientIp, :ProxyIp
|
|
11180
11183
|
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,
|
|
11184
|
+
deprecate :OrganizationId, :none, 2024, 11
|
|
11185
|
+
deprecate :OrganizationId=, :none, 2024, 11
|
|
11186
|
+
deprecate :Channel, :none, 2024, 11
|
|
11187
|
+
deprecate :Channel=, :none, 2024, 11
|
|
11188
|
+
deprecate :OrganizationOpenId, :none, 2024, 11
|
|
11189
|
+
deprecate :OrganizationOpenId=, :none, 2024, 11
|
|
11190
|
+
deprecate :ClientIp, :none, 2024, 11
|
|
11191
|
+
deprecate :ClientIp=, :none, 2024, 11
|
|
11192
|
+
deprecate :ProxyIp, :none, 2024, 11
|
|
11193
|
+
deprecate :ProxyIp=, :none, 2024, 11
|
|
11191
11194
|
|
|
11192
11195
|
def initialize(organizationid=nil, channel=nil, organizationopenid=nil, clientip=nil, proxyip=nil)
|
|
11193
11196
|
@OrganizationId = organizationid
|
|
@@ -11550,8 +11553,8 @@ module TencentCloud
|
|
|
11550
11553
|
|
|
11551
11554
|
attr_accessor :LegalName, :Uscc, :UnifiedSocialCreditCode
|
|
11552
11555
|
extend Gem::Deprecate
|
|
11553
|
-
deprecate :Uscc, :none, 2024,
|
|
11554
|
-
deprecate :Uscc=, :none, 2024,
|
|
11556
|
+
deprecate :Uscc, :none, 2024, 11
|
|
11557
|
+
deprecate :Uscc=, :none, 2024, 11
|
|
11555
11558
|
|
|
11556
11559
|
def initialize(legalname=nil, uscc=nil, unifiedsocialcreditcode=nil)
|
|
11557
11560
|
@LegalName = legalname
|
|
@@ -12060,8 +12063,8 @@ module TencentCloud
|
|
|
12060
12063
|
|
|
12061
12064
|
attr_accessor :Operator, :FlowId, :ClientToken, :Agent, :CcNotifyType
|
|
12062
12065
|
extend Gem::Deprecate
|
|
12063
|
-
deprecate :ClientToken, :none, 2024,
|
|
12064
|
-
deprecate :ClientToken=, :none, 2024,
|
|
12066
|
+
deprecate :ClientToken, :none, 2024, 11
|
|
12067
|
+
deprecate :ClientToken=, :none, 2024, 11
|
|
12065
12068
|
|
|
12066
12069
|
def initialize(operator=nil, flowid=nil, clienttoken=nil, agent=nil, ccnotifytype=nil)
|
|
12067
12070
|
@Operator = operator
|
|
@@ -12374,8 +12377,8 @@ module TencentCloud
|
|
|
12374
12377
|
|
|
12375
12378
|
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
12379
|
extend Gem::Deprecate
|
|
12377
|
-
deprecate :Seals, :none, 2024,
|
|
12378
|
-
deprecate :Seals=, :none, 2024,
|
|
12380
|
+
deprecate :Seals, :none, 2024, 11
|
|
12381
|
+
deprecate :Seals=, :none, 2024, 11
|
|
12379
12382
|
|
|
12380
12383
|
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
12384
|
@TemplateId = templateid
|
|
@@ -12699,8 +12702,8 @@ module TencentCloud
|
|
|
12699
12702
|
|
|
12700
12703
|
attr_accessor :BusinessType, :Caller, :FileInfos, :FileType, :CoverRect, :CustomIds, :FileUrls, :Agent
|
|
12701
12704
|
extend Gem::Deprecate
|
|
12702
|
-
deprecate :FileUrls, :none, 2024,
|
|
12703
|
-
deprecate :FileUrls=, :none, 2024,
|
|
12705
|
+
deprecate :FileUrls, :none, 2024, 11
|
|
12706
|
+
deprecate :FileUrls=, :none, 2024, 11
|
|
12704
12707
|
|
|
12705
12708
|
def initialize(businesstype=nil, caller=nil, fileinfos=nil, filetype=nil, coverrect=nil, customids=nil, fileurls=nil, agent=nil)
|
|
12706
12709
|
@BusinessType = businesstype
|
|
@@ -12805,14 +12808,14 @@ module TencentCloud
|
|
|
12805
12808
|
|
|
12806
12809
|
attr_accessor :UserId, :Channel, :OpenId, :ClientIp, :ProxyIp
|
|
12807
12810
|
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,
|
|
12811
|
+
deprecate :Channel, :none, 2024, 11
|
|
12812
|
+
deprecate :Channel=, :none, 2024, 11
|
|
12813
|
+
deprecate :OpenId, :none, 2024, 11
|
|
12814
|
+
deprecate :OpenId=, :none, 2024, 11
|
|
12815
|
+
deprecate :ClientIp, :none, 2024, 11
|
|
12816
|
+
deprecate :ClientIp=, :none, 2024, 11
|
|
12817
|
+
deprecate :ProxyIp, :none, 2024, 11
|
|
12818
|
+
deprecate :ProxyIp=, :none, 2024, 11
|
|
12816
12819
|
|
|
12817
12820
|
def initialize(userid=nil, channel=nil, openid=nil, clientip=nil, proxyip=nil)
|
|
12818
12821
|
@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.935
|
|
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-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|