tencentcloud-sdk-ess 3.0.632 → 3.0.633
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 +12 -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: 93559643f1362289113a7a6b55b986b7e140229f
|
|
4
|
+
data.tar.gz: 5166574b2c7c878c77856290fb9ea44030f25d1a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ef38025f2adf81a2a6b8efed11a37e2367f5a76212428b574375c0b0c53f3c57808fafeaf4ca5dc9682de7d19d81894381f8dc4724b3c5753379e450744347cf
|
|
7
|
+
data.tar.gz: c969903cda314da07d964cd1ede22793aa3634d18348e0cb29306ec40aa847a9627ac8e96f4b023b43b314a5d62373b4c9b8172f2f656a3ed09e1b54413b96f8
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.633
|
data/lib/v20201111/models.rb
CHANGED
|
@@ -6815,7 +6815,11 @@ module TencentCloud
|
|
|
6815
6815
|
# @type ClientToken: String
|
|
6816
6816
|
# @param Agent: 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
|
|
6817
6817
|
# @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
|
|
6818
|
-
# @param CcNotifyType: 给关注人发送短信通知的类型,
|
|
6818
|
+
# @param CcNotifyType: 给关注人发送短信通知的类型,
|
|
6819
|
+
|
|
6820
|
+
# 0-合同发起时通知
|
|
6821
|
+
|
|
6822
|
+
# 1-签署完成后通知
|
|
6819
6823
|
# @type CcNotifyType: Integer
|
|
6820
6824
|
|
|
6821
6825
|
attr_accessor :Operator, :FlowId, :ClientToken, :Agent, :CcNotifyType
|
|
@@ -6845,7 +6849,13 @@ module TencentCloud
|
|
|
6845
6849
|
|
|
6846
6850
|
# StartFlow返回参数结构体
|
|
6847
6851
|
class StartFlowResponse < TencentCloud::Common::AbstractModel
|
|
6848
|
-
# @param Status:
|
|
6852
|
+
# @param Status: 发起成功之后返回状态,
|
|
6853
|
+
|
|
6854
|
+
# START-发起成功,
|
|
6855
|
+
|
|
6856
|
+
# REVIEW-提交审核成功,
|
|
6857
|
+
|
|
6858
|
+
# EXECUTING-已提交发起任务
|
|
6849
6859
|
# @type Status: String
|
|
6850
6860
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
6851
6861
|
# @type RequestId: String
|
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.633
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-08-
|
|
11
|
+
date: 2023-08-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|