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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20201111/models.rb +12 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0e6b16a03ac984d5d876fd4c152bfd8a8abfdb5b
4
- data.tar.gz: 4237265e5cdd711fb73bb8a8ccc1c74329048da3
3
+ metadata.gz: 93559643f1362289113a7a6b55b986b7e140229f
4
+ data.tar.gz: 5166574b2c7c878c77856290fb9ea44030f25d1a
5
5
  SHA512:
6
- metadata.gz: 8ee8843ea7172380e8abc48d9ef6740301e4949990a9ffcca1dd38f5e56e731b4679f967e210525507deac453ede8e2b6d348be7c52413f7eedc5255d861c8cb
7
- data.tar.gz: db9f3dc5936ceaaca2feaa36995e95713ebb9ecaf3fa229ba88a0fd544f4c52d9b67044f23cec250b8bafb0e2ab1f96526bbd9fb89c3548537f13bb78288481d
6
+ metadata.gz: ef38025f2adf81a2a6b8efed11a37e2367f5a76212428b574375c0b0c53f3c57808fafeaf4ca5dc9682de7d19d81894381f8dc4724b3c5753379e450744347cf
7
+ data.tar.gz: c969903cda314da07d964cd1ede22793aa3634d18348e0cb29306ec40aa847a9627ac8e96f4b023b43b314a5d62373b4c9b8172f2f656a3ed09e1b54413b96f8
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.632
1
+ 3.0.633
@@ -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: 给关注人发送短信通知的类型,0-合同发起时通知 1-签署完成后通知
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: 返回描述,START-发起成功, REVIEW-提交审核成功,EXECUTING-已提交发起任务
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.632
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-09 00:00:00.000000000 Z
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