tencentcloud-sdk-essbasic 3.0.828 → 3.0.829
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/models.rb +6 -2
- 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: 2b7076dfab66ddf73b0f7ce85a2455dcf1572c81
|
4
|
+
data.tar.gz: 651815bf0a97666871a45eb9cc670bb768989b7f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a97e153d4dd4b26b80caa8a568455cee051104f9586a646e9b08ddf3e22f4d66493d2be72ba77d591c36da7d4cb51365fba49fd2f783b33187b81fe692a907a1
|
7
|
+
data.tar.gz: d48ccdf2f722398a224df6cb92a75f2405c5da8a1cb35016981f12a25bc2225086e2dc7ed3c6b642ae4e958c621793902c738456d91ea023df23f5a0f7f13c51
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.829
|
data/lib/v20210526/models.rb
CHANGED
@@ -2514,20 +2514,24 @@ module TencentCloud
|
|
2514
2514
|
# @type PrepareFlowUrl: String
|
2515
2515
|
# @param PreviewFlowUrl: 合同发起后预览链接, 注意此时合同并未发起,仅只是展示效果, 有效期为5分钟
|
2516
2516
|
# @type PreviewFlowUrl: String
|
2517
|
+
# @param FlowId: 发起的合同临时Id, 只有当点击进入链接,成功发起合同后, 此Id才有效
|
2518
|
+
# @type FlowId: String
|
2517
2519
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2518
2520
|
# @type RequestId: String
|
2519
2521
|
|
2520
|
-
attr_accessor :PrepareFlowUrl, :PreviewFlowUrl, :RequestId
|
2522
|
+
attr_accessor :PrepareFlowUrl, :PreviewFlowUrl, :FlowId, :RequestId
|
2521
2523
|
|
2522
|
-
def initialize(prepareflowurl=nil, previewflowurl=nil, requestid=nil)
|
2524
|
+
def initialize(prepareflowurl=nil, previewflowurl=nil, flowid=nil, requestid=nil)
|
2523
2525
|
@PrepareFlowUrl = prepareflowurl
|
2524
2526
|
@PreviewFlowUrl = previewflowurl
|
2527
|
+
@FlowId = flowid
|
2525
2528
|
@RequestId = requestid
|
2526
2529
|
end
|
2527
2530
|
|
2528
2531
|
def deserialize(params)
|
2529
2532
|
@PrepareFlowUrl = params['PrepareFlowUrl']
|
2530
2533
|
@PreviewFlowUrl = params['PreviewFlowUrl']
|
2534
|
+
@FlowId = params['FlowId']
|
2531
2535
|
@RequestId = params['RequestId']
|
2532
2536
|
end
|
2533
2537
|
end
|
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: 3.0.
|
4
|
+
version: 3.0.829
|
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-05-
|
11
|
+
date: 2024-05-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|