tencentcloud-sdk-ess 3.0.793 → 3.0.795
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 +80 -81
- 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: 69a88658709cbb8cfac5db853e4a01ae836ae080
|
|
4
|
+
data.tar.gz: 3a1d6558e47e7839c0f3f989d5f62cb91e4a4d34
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1ef59dd44867b8d9be2e0c0479d33bb254e007c62cc71f9164b5e88c887e8ad815de1fdd8ca3d3b27a7ef2babf92a2a67fcbb439cde258baa39330de1e3a6960
|
|
7
|
+
data.tar.gz: 893f43d1a578c83f3d40cc17b9bc0c3558b540df616b733244a6f3c0fb0d5fa460ea933412390e4da69b411472cc9a64f70907274ca47ce036903eb1aee72f49
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.795
|
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, 4
|
|
58
|
+
deprecate :AppId=, :none, 2024, 4
|
|
59
|
+
deprecate :ProxyAppId, :none, 2024, 4
|
|
60
|
+
deprecate :ProxyAppId=, :none, 2024, 4
|
|
61
|
+
deprecate :ProxyOperator, :none, 2024, 4
|
|
62
|
+
deprecate :ProxyOperator=, :none, 2024, 4
|
|
63
63
|
|
|
64
64
|
def initialize(appid=nil, proxyappid=nil, proxyorganizationid=nil, proxyoperator=nil)
|
|
65
65
|
@AppId = appid
|
|
@@ -200,9 +200,10 @@ module TencentCloud
|
|
|
200
200
|
# <li>**2**:签署密码,需输入与用户在腾讯电子签设置的密码一致才能校验成功进行合同签署;</li>
|
|
201
201
|
# <li>**3**:运营商三要素,需到运营商处比对手机号实名信息(名字、手机号、证件号)校验一致才能成功进行合同签署。</li></ul>
|
|
202
202
|
|
|
203
|
+
# 默认为1(人脸认证 ),2(签署密码),3(运营商三要素)
|
|
204
|
+
|
|
203
205
|
# 注:
|
|
204
|
-
# 1.
|
|
205
|
-
# 2. 您可以传递多种值,表示可用多种认证校验方式
|
|
206
|
+
# 1. 用<font color='red'>模板创建合同场景</font>, 签署人的认证方式需要在配置模板的时候指定, <font color='red'>在创建合同重新指定无效</font>
|
|
206
207
|
# 3. 运营商三要素认证方式对手机号运营商及前缀有限制,可以参考[运营商支持列表类](https://qian.tencent.com/developers/company/mobile_support)得到具体的支持说明
|
|
207
208
|
# @type ApproverSignTypes: Array
|
|
208
209
|
# @param ApproverNeedSignReview: 发起方企业的签署人进行签署操作前,是否需要企业内部走审批流程,取值如下:
|
|
@@ -529,8 +530,8 @@ module TencentCloud
|
|
|
529
530
|
|
|
530
531
|
attr_accessor :UserInfo, :CertInfoCallback, :UserDefineSeal, :SealImgCallback, :CallbackUrl, :VerifyChannels, :LicenseType
|
|
531
532
|
extend Gem::Deprecate
|
|
532
|
-
deprecate :CallbackUrl, :none, 2024,
|
|
533
|
-
deprecate :CallbackUrl=, :none, 2024,
|
|
533
|
+
deprecate :CallbackUrl, :none, 2024, 4
|
|
534
|
+
deprecate :CallbackUrl=, :none, 2024, 4
|
|
534
535
|
|
|
535
536
|
def initialize(userinfo=nil, certinfocallback=nil, userdefineseal=nil, sealimgcallback=nil, callbackurl=nil, verifychannels=nil, licensetype=nil)
|
|
536
537
|
@UserInfo = userinfo
|
|
@@ -721,8 +722,8 @@ module TencentCloud
|
|
|
721
722
|
|
|
722
723
|
attr_accessor :CallbackUrl, :Token, :CallbackKey, :CallbackToken
|
|
723
724
|
extend Gem::Deprecate
|
|
724
|
-
deprecate :Token, :none, 2024,
|
|
725
|
-
deprecate :Token=, :none, 2024,
|
|
725
|
+
deprecate :Token, :none, 2024, 4
|
|
726
|
+
deprecate :Token=, :none, 2024, 4
|
|
726
727
|
|
|
727
728
|
def initialize(callbackurl=nil, token=nil, callbackkey=nil, callbacktoken=nil)
|
|
728
729
|
@CallbackUrl = callbackurl
|
|
@@ -752,12 +753,12 @@ module TencentCloud
|
|
|
752
753
|
|
|
753
754
|
attr_accessor :ApplicationId, :OrganizationId, :OperatorId, :SubOrganizationId
|
|
754
755
|
extend Gem::Deprecate
|
|
755
|
-
deprecate :ApplicationId, :none, 2024,
|
|
756
|
-
deprecate :ApplicationId=, :none, 2024,
|
|
757
|
-
deprecate :OrganizationId, :none, 2024,
|
|
758
|
-
deprecate :OrganizationId=, :none, 2024,
|
|
759
|
-
deprecate :SubOrganizationId, :none, 2024,
|
|
760
|
-
deprecate :SubOrganizationId=, :none, 2024,
|
|
756
|
+
deprecate :ApplicationId, :none, 2024, 4
|
|
757
|
+
deprecate :ApplicationId=, :none, 2024, 4
|
|
758
|
+
deprecate :OrganizationId, :none, 2024, 4
|
|
759
|
+
deprecate :OrganizationId=, :none, 2024, 4
|
|
760
|
+
deprecate :SubOrganizationId, :none, 2024, 4
|
|
761
|
+
deprecate :SubOrganizationId=, :none, 2024, 4
|
|
761
762
|
|
|
762
763
|
def initialize(applicationid=nil, organizationid=nil, operatorid=nil, suborganizationid=nil)
|
|
763
764
|
@ApplicationId = applicationid
|
|
@@ -1021,15 +1022,13 @@ module TencentCloud
|
|
|
1021
1022
|
# <ul><li> <b>SIGN_SEAL</b> : 签署印章控件;</li>
|
|
1022
1023
|
# <li> <b>SIGN_DATE</b> : 签署日期控件;</li>
|
|
1023
1024
|
# <li> <b>SIGN_SIGNATURE</b> : 用户签名控件;</li>
|
|
1024
|
-
# <li> <b>SIGN_PERSONAL_SEAL</b> : 个人签署印章控件(使用文件发起暂不支持此类型);</li>
|
|
1025
1025
|
# <li> <b>SIGN_PAGING_SEAL</b> : 骑缝章;若文件发起,需要对应填充ComponentPosY、ComponentWidth、ComponentHeight</li>
|
|
1026
1026
|
# <li> <b>SIGN_OPINION</b> : 签署意见控件,用户需要根据配置的签署意见内容,完成对意见内容的确认;</li>
|
|
1027
1027
|
# <li> <b>SIGN_LEGAL_PERSON_SEAL</b> : 企业法定代表人控件。</li></ul>
|
|
1028
1028
|
|
|
1029
1029
|
# * 个人方
|
|
1030
1030
|
# <ul><li> <b>SIGN_DATE</b> : 签署日期控件;</li>
|
|
1031
|
-
# <li> <b>SIGN_SIGNATURE</b> : 用户签名控件;</li>
|
|
1032
|
-
# <li> <b>SIGN_PERSONAL_SEAL</b> : 个人签署印章控件(使用文件发起暂不支持此类型);</li></ul>
|
|
1031
|
+
# <li> <b>SIGN_SIGNATURE</b> : 用户签名控件;</li></ul>
|
|
1033
1032
|
|
|
1034
1033
|
# 注:` 表单域的控件不能作为印章和签名控件`
|
|
1035
1034
|
# @type ComponentType: String
|
|
@@ -1634,8 +1633,8 @@ module TencentCloud
|
|
|
1634
1633
|
|
|
1635
1634
|
attr_accessor :ResourceType, :ResourceName, :ResourceId, :Operator, :Agent, :Organization
|
|
1636
1635
|
extend Gem::Deprecate
|
|
1637
|
-
deprecate :Organization, :none, 2024,
|
|
1638
|
-
deprecate :Organization=, :none, 2024,
|
|
1636
|
+
deprecate :Organization, :none, 2024, 4
|
|
1637
|
+
deprecate :Organization=, :none, 2024, 4
|
|
1639
1638
|
|
|
1640
1639
|
def initialize(resourcetype=nil, resourcename=nil, resourceid=nil, operator=nil, agent=nil, organization=nil)
|
|
1641
1640
|
@ResourceType = resourcetype
|
|
@@ -2340,8 +2339,8 @@ module TencentCloud
|
|
|
2340
2339
|
|
|
2341
2340
|
attr_accessor :ReportId, :Status, :ReportUrl, :RequestId
|
|
2342
2341
|
extend Gem::Deprecate
|
|
2343
|
-
deprecate :ReportUrl, :none, 2024,
|
|
2344
|
-
deprecate :ReportUrl=, :none, 2024,
|
|
2342
|
+
deprecate :ReportUrl, :none, 2024, 4
|
|
2343
|
+
deprecate :ReportUrl=, :none, 2024, 4
|
|
2345
2344
|
|
|
2346
2345
|
def initialize(reportid=nil, status=nil, reporturl=nil, requestid=nil)
|
|
2347
2346
|
@ReportId = reportid
|
|
@@ -2908,10 +2907,10 @@ module TencentCloud
|
|
|
2908
2907
|
|
|
2909
2908
|
attr_accessor :Operator, :FlowName, :Approvers, :FlowDescription, :FlowType, :ClientToken, :DeadLine, :RemindedOn, :UserData, :Unordered, :CustomShowMap, :NeedSignReview, :Agent, :CcInfos, :AutoSignScene, :RelatedFlowId, :CallbackUrl
|
|
2910
2909
|
extend Gem::Deprecate
|
|
2911
|
-
deprecate :RelatedFlowId, :none, 2024,
|
|
2912
|
-
deprecate :RelatedFlowId=, :none, 2024,
|
|
2913
|
-
deprecate :CallbackUrl, :none, 2024,
|
|
2914
|
-
deprecate :CallbackUrl=, :none, 2024,
|
|
2910
|
+
deprecate :RelatedFlowId, :none, 2024, 4
|
|
2911
|
+
deprecate :RelatedFlowId=, :none, 2024, 4
|
|
2912
|
+
deprecate :CallbackUrl, :none, 2024, 4
|
|
2913
|
+
deprecate :CallbackUrl=, :none, 2024, 4
|
|
2915
2914
|
|
|
2916
2915
|
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)
|
|
2917
2916
|
@Operator = operator
|
|
@@ -3109,8 +3108,8 @@ module TencentCloud
|
|
|
3109
3108
|
|
|
3110
3109
|
attr_accessor :FlowId, :Operator, :Agent, :FlowApproverInfos, :Organization, :JumpUrl, :UrlType
|
|
3111
3110
|
extend Gem::Deprecate
|
|
3112
|
-
deprecate :Organization, :none, 2024,
|
|
3113
|
-
deprecate :Organization=, :none, 2024,
|
|
3111
|
+
deprecate :Organization, :none, 2024, 4
|
|
3112
|
+
deprecate :Organization=, :none, 2024, 4
|
|
3114
3113
|
|
|
3115
3114
|
def initialize(flowid=nil, operator=nil, agent=nil, flowapproverinfos=nil, organization=nil, jumpurl=nil, urltype=nil)
|
|
3116
3115
|
@FlowId = flowid
|
|
@@ -3513,10 +3512,10 @@ module TencentCloud
|
|
|
3513
3512
|
|
|
3514
3513
|
attr_accessor :Operator, :TemplateId, :FlowName, :MaxFlowNum, :QrEffectiveDay, :FlowEffectiveDay, :Restrictions, :UserData, :CallbackUrl, :Agent, :ApproverRestrictions, :ApproverComponentLimitTypes
|
|
3515
3514
|
extend Gem::Deprecate
|
|
3516
|
-
deprecate :CallbackUrl, :none, 2024,
|
|
3517
|
-
deprecate :CallbackUrl=, :none, 2024,
|
|
3518
|
-
deprecate :ApproverRestrictions, :none, 2024,
|
|
3519
|
-
deprecate :ApproverRestrictions=, :none, 2024,
|
|
3515
|
+
deprecate :CallbackUrl, :none, 2024, 4
|
|
3516
|
+
deprecate :CallbackUrl=, :none, 2024, 4
|
|
3517
|
+
deprecate :ApproverRestrictions, :none, 2024, 4
|
|
3518
|
+
deprecate :ApproverRestrictions=, :none, 2024, 4
|
|
3520
3519
|
|
|
3521
3520
|
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)
|
|
3522
3521
|
@Operator = operator
|
|
@@ -4072,8 +4071,8 @@ module TencentCloud
|
|
|
4072
4071
|
|
|
4073
4072
|
attr_accessor :UserName, :IdCardNumber, :SealName, :Operator, :IdCardType, :SealImage, :SealImageCompress, :Mobile, :EnableAutoSign, :SealColor, :ProcessSeal, :FileId, :Agent, :LicenseType, :SceneKey
|
|
4074
4073
|
extend Gem::Deprecate
|
|
4075
|
-
deprecate :SealImage, :none, 2024,
|
|
4076
|
-
deprecate :SealImage=, :none, 2024,
|
|
4074
|
+
deprecate :SealImage, :none, 2024, 4
|
|
4075
|
+
deprecate :SealImage=, :none, 2024, 4
|
|
4077
4076
|
|
|
4078
4077
|
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)
|
|
4079
4078
|
@UserName = username
|
|
@@ -5600,10 +5599,10 @@ module TencentCloud
|
|
|
5600
5599
|
|
|
5601
5600
|
attr_accessor :Operator, :BusinessType, :BusinessIds, :FileName, :FileType, :Offset, :Limit, :UrlTtl, :CcToken, :Scene, :Agent
|
|
5602
5601
|
extend Gem::Deprecate
|
|
5603
|
-
deprecate :CcToken, :none, 2024,
|
|
5604
|
-
deprecate :CcToken=, :none, 2024,
|
|
5605
|
-
deprecate :Scene, :none, 2024,
|
|
5606
|
-
deprecate :Scene=, :none, 2024,
|
|
5602
|
+
deprecate :CcToken, :none, 2024, 4
|
|
5603
|
+
deprecate :CcToken=, :none, 2024, 4
|
|
5604
|
+
deprecate :Scene, :none, 2024, 4
|
|
5605
|
+
deprecate :Scene=, :none, 2024, 4
|
|
5607
5606
|
|
|
5608
5607
|
def initialize(operator=nil, businesstype=nil, businessids=nil, filename=nil, filetype=nil, offset=nil, limit=nil, urlttl=nil, cctoken=nil, scene=nil, agent=nil)
|
|
5609
5608
|
@Operator = operator
|
|
@@ -5983,12 +5982,12 @@ module TencentCloud
|
|
|
5983
5982
|
|
|
5984
5983
|
attr_accessor :Operator, :Agent, :ContentType, :Filters, :Offset, :Limit, :ApplicationId, :IsChannel, :Organization, :GenerateSource, :WithPreviewUrl
|
|
5985
5984
|
extend Gem::Deprecate
|
|
5986
|
-
deprecate :IsChannel, :none, 2024,
|
|
5987
|
-
deprecate :IsChannel=, :none, 2024,
|
|
5988
|
-
deprecate :Organization, :none, 2024,
|
|
5989
|
-
deprecate :Organization=, :none, 2024,
|
|
5990
|
-
deprecate :GenerateSource, :none, 2024,
|
|
5991
|
-
deprecate :GenerateSource=, :none, 2024,
|
|
5985
|
+
deprecate :IsChannel, :none, 2024, 4
|
|
5986
|
+
deprecate :IsChannel=, :none, 2024, 4
|
|
5987
|
+
deprecate :Organization, :none, 2024, 4
|
|
5988
|
+
deprecate :Organization=, :none, 2024, 4
|
|
5989
|
+
deprecate :GenerateSource, :none, 2024, 4
|
|
5990
|
+
deprecate :GenerateSource=, :none, 2024, 4
|
|
5992
5991
|
|
|
5993
5992
|
def initialize(operator=nil, agent=nil, contenttype=nil, filters=nil, offset=nil, limit=nil, applicationid=nil, ischannel=nil, organization=nil, generatesource=nil, withpreviewurl=nil)
|
|
5994
5993
|
@Operator = operator
|
|
@@ -6416,8 +6415,8 @@ module TencentCloud
|
|
|
6416
6415
|
|
|
6417
6416
|
attr_accessor :Total, :JoinedTotal, :ActivedTotal, :ExportUrl, :List, :ActivatedTotal, :RequestId
|
|
6418
6417
|
extend Gem::Deprecate
|
|
6419
|
-
deprecate :ActivedTotal, :none, 2024,
|
|
6420
|
-
deprecate :ActivedTotal=, :none, 2024,
|
|
6418
|
+
deprecate :ActivedTotal, :none, 2024, 4
|
|
6419
|
+
deprecate :ActivedTotal=, :none, 2024, 4
|
|
6421
6420
|
|
|
6422
6421
|
def initialize(total=nil, joinedtotal=nil, activedtotal=nil, exporturl=nil, list=nil, activatedtotal=nil, requestid=nil)
|
|
6423
6422
|
@Total = total
|
|
@@ -7672,8 +7671,8 @@ module TencentCloud
|
|
|
7672
7671
|
|
|
7673
7672
|
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
|
|
7674
7673
|
extend Gem::Deprecate
|
|
7675
|
-
deprecate :JumpUrl, :none, 2024,
|
|
7676
|
-
deprecate :JumpUrl=, :none, 2024,
|
|
7674
|
+
deprecate :JumpUrl, :none, 2024, 4
|
|
7675
|
+
deprecate :JumpUrl=, :none, 2024, 4
|
|
7677
7676
|
|
|
7678
7677
|
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)
|
|
7679
7678
|
@ApproverType = approvertype
|
|
@@ -7937,8 +7936,8 @@ module TencentCloud
|
|
|
7937
7936
|
|
|
7938
7937
|
attr_accessor :FlowName, :Approvers, :FileIds, :TemplateId, :FlowType, :FlowDescription, :Deadline, :CallbackUrl, :UserData, :Unordered, :Components, :NeedSignReview, :AutoSignScene
|
|
7939
7938
|
extend Gem::Deprecate
|
|
7940
|
-
deprecate :CallbackUrl, :none, 2024,
|
|
7941
|
-
deprecate :CallbackUrl=, :none, 2024,
|
|
7939
|
+
deprecate :CallbackUrl, :none, 2024, 4
|
|
7940
|
+
deprecate :CallbackUrl=, :none, 2024, 4
|
|
7942
7941
|
|
|
7943
7942
|
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)
|
|
7944
7943
|
@FlowName = flowname
|
|
@@ -8347,8 +8346,8 @@ module TencentCloud
|
|
|
8347
8346
|
|
|
8348
8347
|
attr_accessor :TaskId, :Operator, :Agent, :Organization
|
|
8349
8348
|
extend Gem::Deprecate
|
|
8350
|
-
deprecate :Organization, :none, 2024,
|
|
8351
|
-
deprecate :Organization=, :none, 2024,
|
|
8349
|
+
deprecate :Organization, :none, 2024, 4
|
|
8350
|
+
deprecate :Organization=, :none, 2024, 4
|
|
8352
8351
|
|
|
8353
8352
|
def initialize(taskid=nil, operator=nil, agent=nil, organization=nil)
|
|
8354
8353
|
@TaskId = taskid
|
|
@@ -9288,16 +9287,16 @@ module TencentCloud
|
|
|
9288
9287
|
|
|
9289
9288
|
attr_accessor :OrganizationId, :Channel, :OrganizationOpenId, :ClientIp, :ProxyIp
|
|
9290
9289
|
extend Gem::Deprecate
|
|
9291
|
-
deprecate :OrganizationId, :none, 2024,
|
|
9292
|
-
deprecate :OrganizationId=, :none, 2024,
|
|
9293
|
-
deprecate :Channel, :none, 2024,
|
|
9294
|
-
deprecate :Channel=, :none, 2024,
|
|
9295
|
-
deprecate :OrganizationOpenId, :none, 2024,
|
|
9296
|
-
deprecate :OrganizationOpenId=, :none, 2024,
|
|
9297
|
-
deprecate :ClientIp, :none, 2024,
|
|
9298
|
-
deprecate :ClientIp=, :none, 2024,
|
|
9299
|
-
deprecate :ProxyIp, :none, 2024,
|
|
9300
|
-
deprecate :ProxyIp=, :none, 2024,
|
|
9290
|
+
deprecate :OrganizationId, :none, 2024, 4
|
|
9291
|
+
deprecate :OrganizationId=, :none, 2024, 4
|
|
9292
|
+
deprecate :Channel, :none, 2024, 4
|
|
9293
|
+
deprecate :Channel=, :none, 2024, 4
|
|
9294
|
+
deprecate :OrganizationOpenId, :none, 2024, 4
|
|
9295
|
+
deprecate :OrganizationOpenId=, :none, 2024, 4
|
|
9296
|
+
deprecate :ClientIp, :none, 2024, 4
|
|
9297
|
+
deprecate :ClientIp=, :none, 2024, 4
|
|
9298
|
+
deprecate :ProxyIp, :none, 2024, 4
|
|
9299
|
+
deprecate :ProxyIp=, :none, 2024, 4
|
|
9301
9300
|
|
|
9302
9301
|
def initialize(organizationid=nil, channel=nil, organizationopenid=nil, clientip=nil, proxyip=nil)
|
|
9303
9302
|
@OrganizationId = organizationid
|
|
@@ -9645,8 +9644,8 @@ module TencentCloud
|
|
|
9645
9644
|
|
|
9646
9645
|
attr_accessor :LegalName, :Uscc, :UnifiedSocialCreditCode
|
|
9647
9646
|
extend Gem::Deprecate
|
|
9648
|
-
deprecate :Uscc, :none, 2024,
|
|
9649
|
-
deprecate :Uscc=, :none, 2024,
|
|
9647
|
+
deprecate :Uscc, :none, 2024, 4
|
|
9648
|
+
deprecate :Uscc=, :none, 2024, 4
|
|
9650
9649
|
|
|
9651
9650
|
def initialize(legalname=nil, uscc=nil, unifiedsocialcreditcode=nil)
|
|
9652
9651
|
@LegalName = legalname
|
|
@@ -10066,8 +10065,8 @@ module TencentCloud
|
|
|
10066
10065
|
|
|
10067
10066
|
attr_accessor :Operator, :FlowId, :ClientToken, :Agent, :CcNotifyType
|
|
10068
10067
|
extend Gem::Deprecate
|
|
10069
|
-
deprecate :ClientToken, :none, 2024,
|
|
10070
|
-
deprecate :ClientToken=, :none, 2024,
|
|
10068
|
+
deprecate :ClientToken, :none, 2024, 4
|
|
10069
|
+
deprecate :ClientToken=, :none, 2024, 4
|
|
10071
10070
|
|
|
10072
10071
|
def initialize(operator=nil, flowid=nil, clienttoken=nil, agent=nil, ccnotifytype=nil)
|
|
10073
10072
|
@Operator = operator
|
|
@@ -10316,8 +10315,8 @@ module TencentCloud
|
|
|
10316
10315
|
|
|
10317
10316
|
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
|
|
10318
10317
|
extend Gem::Deprecate
|
|
10319
|
-
deprecate :Seals, :none, 2024,
|
|
10320
|
-
deprecate :Seals=, :none, 2024,
|
|
10318
|
+
deprecate :Seals, :none, 2024, 4
|
|
10319
|
+
deprecate :Seals=, :none, 2024, 4
|
|
10321
10320
|
|
|
10322
10321
|
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)
|
|
10323
10322
|
@TemplateId = templateid
|
|
@@ -10641,8 +10640,8 @@ module TencentCloud
|
|
|
10641
10640
|
|
|
10642
10641
|
attr_accessor :BusinessType, :Caller, :FileInfos, :FileType, :CoverRect, :CustomIds, :FileUrls, :Agent
|
|
10643
10642
|
extend Gem::Deprecate
|
|
10644
|
-
deprecate :FileUrls, :none, 2024,
|
|
10645
|
-
deprecate :FileUrls=, :none, 2024,
|
|
10643
|
+
deprecate :FileUrls, :none, 2024, 4
|
|
10644
|
+
deprecate :FileUrls=, :none, 2024, 4
|
|
10646
10645
|
|
|
10647
10646
|
def initialize(businesstype=nil, caller=nil, fileinfos=nil, filetype=nil, coverrect=nil, customids=nil, fileurls=nil, agent=nil)
|
|
10648
10647
|
@BusinessType = businesstype
|
|
@@ -10747,14 +10746,14 @@ module TencentCloud
|
|
|
10747
10746
|
|
|
10748
10747
|
attr_accessor :UserId, :Channel, :OpenId, :ClientIp, :ProxyIp
|
|
10749
10748
|
extend Gem::Deprecate
|
|
10750
|
-
deprecate :Channel, :none, 2024,
|
|
10751
|
-
deprecate :Channel=, :none, 2024,
|
|
10752
|
-
deprecate :OpenId, :none, 2024,
|
|
10753
|
-
deprecate :OpenId=, :none, 2024,
|
|
10754
|
-
deprecate :ClientIp, :none, 2024,
|
|
10755
|
-
deprecate :ClientIp=, :none, 2024,
|
|
10756
|
-
deprecate :ProxyIp, :none, 2024,
|
|
10757
|
-
deprecate :ProxyIp=, :none, 2024,
|
|
10749
|
+
deprecate :Channel, :none, 2024, 4
|
|
10750
|
+
deprecate :Channel=, :none, 2024, 4
|
|
10751
|
+
deprecate :OpenId, :none, 2024, 4
|
|
10752
|
+
deprecate :OpenId=, :none, 2024, 4
|
|
10753
|
+
deprecate :ClientIp, :none, 2024, 4
|
|
10754
|
+
deprecate :ClientIp=, :none, 2024, 4
|
|
10755
|
+
deprecate :ProxyIp, :none, 2024, 4
|
|
10756
|
+
deprecate :ProxyIp=, :none, 2024, 4
|
|
10758
10757
|
|
|
10759
10758
|
def initialize(userid=nil, channel=nil, openid=nil, clientip=nil, proxyip=nil)
|
|
10760
10759
|
@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.795
|
|
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-04-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|