tencentcloud-sdk-essbasic 1.0.348 → 1.0.351
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20210526/client.rb +1 -1
- data/lib/v20210526/models.rb +45 -12
- 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: 1b21512de851d22f3ed57dd4e189b0552977288b
|
|
4
|
+
data.tar.gz: 4c6a2a3a438d542b4fe10f0f9c504152e0ccc6e2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4a6308ecc3f5c36ba8a785f7e35bcb546cd98c0dc85a8bcb541da1ec8f409ec1e2105cc0f2def71196093e009d58bb2a658d7e80f6bc3c7a0d15997d8997e891
|
|
7
|
+
data.tar.gz: 54e26f9022aebd8fdf876db7956fcd572101978bf2b79e5f84b61dcf4173e74dc8dec074e78ed36cff2be96ffe35839adebe18112a0d929f877927165c472f44
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.351
|
data/lib/v20210526/client.rb
CHANGED
|
@@ -174,7 +174,7 @@ module TencentCloud
|
|
|
174
174
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
175
175
|
end
|
|
176
176
|
|
|
177
|
-
#
|
|
177
|
+
# 创建跳转小程序查看或签署的链接
|
|
178
178
|
|
|
179
179
|
# @param request: Request instance for CreateSignUrls.
|
|
180
180
|
# @type request: :class:`Tencentcloud::essbasic::V20210526::CreateSignUrlsRequest`
|
data/lib/v20210526/models.rb
CHANGED
|
@@ -631,23 +631,45 @@ module TencentCloud
|
|
|
631
631
|
# @type Agent: :class:`Tencentcloud::Essbasic.v20210526.models.Agent`
|
|
632
632
|
# @param FlowIds: 签署流程编号数组,最多支持100个。
|
|
633
633
|
# @type FlowIds: Array
|
|
634
|
-
# @param Endpoint: 签署链接类型:“WEIXINAPP”-直接跳小程序;“CHANNEL”-跳转H5页面;“APP”-第三方APP或小程序跳转电子签小程序;默认“WEIXINAPP
|
|
634
|
+
# @param Endpoint: 签署链接类型:“WEIXINAPP”-直接跳小程序;“CHANNEL”-跳转H5页面;“APP”-第三方APP或小程序跳转电子签小程序;默认“WEIXINAPP”类型,即跳转至小程序;
|
|
635
635
|
# @type Endpoint: String
|
|
636
|
-
# @param
|
|
637
|
-
#
|
|
636
|
+
# @param GenerateType: 签署链接生成类型,默认是 "ALL";
|
|
637
|
+
# "ALL":全部签署方签署链接;
|
|
638
|
+
# "CHANNEL":渠道合作企业;
|
|
639
|
+
# "NOT_CHANNEL":非渠道合作企业;
|
|
640
|
+
# "PERSON":个人;
|
|
641
|
+
# @type GenerateType: String
|
|
642
|
+
# @param OrganizationName: 非渠道合作企业参与方的企业名称,GenerateType为"NOT_CHANNEL"时必填
|
|
643
|
+
# @type OrganizationName: String
|
|
644
|
+
# @param Name: 参与人姓名,GenerateType为"PERSON"时必填
|
|
645
|
+
# @type Name: String
|
|
646
|
+
# @param Mobile: 参与人手机号,GenerateType为"PERSON"时必填
|
|
647
|
+
# @type Mobile: String
|
|
648
|
+
# @param OrganizationOpenId: 渠道合作企业的企业Id,GenerateType为"CHANNEL"时必填
|
|
649
|
+
# @type OrganizationOpenId: String
|
|
650
|
+
# @param OpenId: 渠道合作企业参与人OpenId,GenerateType为"CHANNEL"时可用,指定到具体参与人
|
|
651
|
+
# @type OpenId: String
|
|
638
652
|
# @param AutoJumpBack: Endpoint为"APP" 类型的签署链接,可以设置此值;支持调用方小程序打开签署链接,在电子签小程序完成签署后自动回跳至调用方小程序
|
|
639
653
|
# @type AutoJumpBack: Boolean
|
|
654
|
+
# @param JumpUrl: 签署完之后的H5页面的跳转链接,针对Endpoint为CHANNEL时有效,最大长度1000个字符。
|
|
655
|
+
# @type JumpUrl: String
|
|
640
656
|
# @param Operator: 操作者的信息
|
|
641
657
|
# @type Operator: :class:`Tencentcloud::Essbasic.v20210526.models.UserInfo`
|
|
642
658
|
|
|
643
|
-
attr_accessor :Agent, :FlowIds, :Endpoint, :
|
|
659
|
+
attr_accessor :Agent, :FlowIds, :Endpoint, :GenerateType, :OrganizationName, :Name, :Mobile, :OrganizationOpenId, :OpenId, :AutoJumpBack, :JumpUrl, :Operator
|
|
644
660
|
|
|
645
|
-
def initialize(agent=nil, flowids=nil, endpoint=nil,
|
|
661
|
+
def initialize(agent=nil, flowids=nil, endpoint=nil, generatetype=nil, organizationname=nil, name=nil, mobile=nil, organizationopenid=nil, openid=nil, autojumpback=nil, jumpurl=nil, operator=nil)
|
|
646
662
|
@Agent = agent
|
|
647
663
|
@FlowIds = flowids
|
|
648
664
|
@Endpoint = endpoint
|
|
649
|
-
@
|
|
665
|
+
@GenerateType = generatetype
|
|
666
|
+
@OrganizationName = organizationname
|
|
667
|
+
@Name = name
|
|
668
|
+
@Mobile = mobile
|
|
669
|
+
@OrganizationOpenId = organizationopenid
|
|
670
|
+
@OpenId = openid
|
|
650
671
|
@AutoJumpBack = autojumpback
|
|
672
|
+
@JumpUrl = jumpurl
|
|
651
673
|
@Operator = operator
|
|
652
674
|
end
|
|
653
675
|
|
|
@@ -658,8 +680,14 @@ module TencentCloud
|
|
|
658
680
|
end
|
|
659
681
|
@FlowIds = params['FlowIds']
|
|
660
682
|
@Endpoint = params['Endpoint']
|
|
661
|
-
@
|
|
683
|
+
@GenerateType = params['GenerateType']
|
|
684
|
+
@OrganizationName = params['OrganizationName']
|
|
685
|
+
@Name = params['Name']
|
|
686
|
+
@Mobile = params['Mobile']
|
|
687
|
+
@OrganizationOpenId = params['OrganizationOpenId']
|
|
688
|
+
@OpenId = params['OpenId']
|
|
662
689
|
@AutoJumpBack = params['AutoJumpBack']
|
|
690
|
+
@JumpUrl = params['JumpUrl']
|
|
663
691
|
unless params['Operator'].nil?
|
|
664
692
|
@Operator = UserInfo.new
|
|
665
693
|
@Operator.deserialize(params['Operator'])
|
|
@@ -1934,7 +1962,7 @@ module TencentCloud
|
|
|
1934
1962
|
# @type SignComponents: Array
|
|
1935
1963
|
# @param Recipients: 模板中的流程参与人信息
|
|
1936
1964
|
# @type Recipients: Array
|
|
1937
|
-
# @param TemplateType: 模板类型:1-静默签;
|
|
1965
|
+
# @param TemplateType: 模板类型:1-静默签;3-普通模板
|
|
1938
1966
|
# @type TemplateType: Integer
|
|
1939
1967
|
# @param IsPromoter: 是否是发起人
|
|
1940
1968
|
# @type IsPromoter: Boolean
|
|
@@ -2058,7 +2086,7 @@ module TencentCloud
|
|
|
2058
2086
|
|
|
2059
2087
|
# UploadFiles返回参数结构体
|
|
2060
2088
|
class UploadFilesResponse < TencentCloud::Common::AbstractModel
|
|
2061
|
-
# @param FileIds: 文件id
|
|
2089
|
+
# @param FileIds: 文件id数组,有效期一个小时
|
|
2062
2090
|
# @type FileIds: Array
|
|
2063
2091
|
# @param TotalCount: 上传成功文件数量
|
|
2064
2092
|
# @type TotalCount: Integer
|
|
@@ -2094,16 +2122,20 @@ module TencentCloud
|
|
|
2094
2122
|
# @param Date: 日期,当需要汇总数据时日期为空
|
|
2095
2123
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2096
2124
|
# @type Date: String
|
|
2097
|
-
# @param Usage:
|
|
2125
|
+
# @param Usage: 消耗数量
|
|
2098
2126
|
# @type Usage: Integer
|
|
2127
|
+
# @param Cancel: 撤回数量
|
|
2128
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2129
|
+
# @type Cancel: Integer
|
|
2099
2130
|
|
|
2100
|
-
attr_accessor :ProxyOrganizationOpenId, :ProxyOrganizationName, :Date, :Usage
|
|
2131
|
+
attr_accessor :ProxyOrganizationOpenId, :ProxyOrganizationName, :Date, :Usage, :Cancel
|
|
2101
2132
|
|
|
2102
|
-
def initialize(proxyorganizationopenid=nil, proxyorganizationname=nil, date=nil, usage=nil)
|
|
2133
|
+
def initialize(proxyorganizationopenid=nil, proxyorganizationname=nil, date=nil, usage=nil, cancel=nil)
|
|
2103
2134
|
@ProxyOrganizationOpenId = proxyorganizationopenid
|
|
2104
2135
|
@ProxyOrganizationName = proxyorganizationname
|
|
2105
2136
|
@Date = date
|
|
2106
2137
|
@Usage = usage
|
|
2138
|
+
@Cancel = cancel
|
|
2107
2139
|
end
|
|
2108
2140
|
|
|
2109
2141
|
def deserialize(params)
|
|
@@ -2111,6 +2143,7 @@ module TencentCloud
|
|
|
2111
2143
|
@ProxyOrganizationName = params['ProxyOrganizationName']
|
|
2112
2144
|
@Date = params['Date']
|
|
2113
2145
|
@Usage = params['Usage']
|
|
2146
|
+
@Cancel = params['Cancel']
|
|
2114
2147
|
end
|
|
2115
2148
|
end
|
|
2116
2149
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-essbasic
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.351
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-07-
|
|
11
|
+
date: 2022-07-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|