tencentcloud-sdk-ess 3.0.490 → 3.0.491

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 +14 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bd955be13d73f7e369c91c4734831d40342115b9
4
- data.tar.gz: 7a42f69c5a9438f7ca696b5636a7181f8db1cce3
3
+ metadata.gz: f94cc0d04276f722a94be20ae9a8981f86b0c359
4
+ data.tar.gz: 3ce116db5fc48e095ee09c0c324f5b795ae49c84
5
5
  SHA512:
6
- metadata.gz: 6f279863cbf9124d03159a86e4e2f04133d49f2ac891275e1b61f4ce21e31397f11783fd9a69c46857fe914bf879d0c0766ae1867b544e2684dff5f317fdcc9e
7
- data.tar.gz: cba21bdd4cb3856a9197f8a2d415473d540468b1f02416c7890237d0156afcbc3061724009dd1337a5d4f4503006ee2d422a3820fdd0c199c6782ed0ed492254
6
+ metadata.gz: 8a04b418e1630ae073b0ec5b914bb31b4bfb32e52ad08e0c9b013e75d50fba7511883199d997278547125599c3f15d9f0ac52541ab9cd5141dcab725f1ec8090
7
+ data.tar.gz: bfaaa8f09d935ae652af2c6a43d4c5050b7fb8250142e63334fcf3fa7012ceca6aa1434b13f19df04cc4bcf39cb2dcba51928ab74beb791d924543b71cba9fdc
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.490
1
+ 3.0.491
@@ -1039,10 +1039,13 @@ module TencentCloud
1039
1039
  # @type CallbackUrl: String
1040
1040
  # @param Agent: 应用相关信息
1041
1041
  # @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
1042
+ # @param CcInfos: 被抄送人的信息列表。
1043
+ # 注: 此功能为白名单功能,若有需要,请联系电子签客服开白使用。
1044
+ # @type CcInfos: Array
1042
1045
 
1043
- attr_accessor :Operator, :FlowName, :Approvers, :FlowType, :ClientToken, :RelatedFlowId, :DeadLine, :UserData, :FlowDescription, :Unordered, :CustomShowMap, :NeedSignReview, :CallbackUrl, :Agent
1046
+ attr_accessor :Operator, :FlowName, :Approvers, :FlowType, :ClientToken, :RelatedFlowId, :DeadLine, :UserData, :FlowDescription, :Unordered, :CustomShowMap, :NeedSignReview, :CallbackUrl, :Agent, :CcInfos
1044
1047
 
1045
- def initialize(operator=nil, flowname=nil, approvers=nil, flowtype=nil, clienttoken=nil, relatedflowid=nil, deadline=nil, userdata=nil, flowdescription=nil, unordered=nil, customshowmap=nil, needsignreview=nil, callbackurl=nil, agent=nil)
1048
+ def initialize(operator=nil, flowname=nil, approvers=nil, flowtype=nil, clienttoken=nil, relatedflowid=nil, deadline=nil, userdata=nil, flowdescription=nil, unordered=nil, customshowmap=nil, needsignreview=nil, callbackurl=nil, agent=nil, ccinfos=nil)
1046
1049
  @Operator = operator
1047
1050
  @FlowName = flowname
1048
1051
  @Approvers = approvers
@@ -1057,6 +1060,7 @@ module TencentCloud
1057
1060
  @NeedSignReview = needsignreview
1058
1061
  @CallbackUrl = callbackurl
1059
1062
  @Agent = agent
1063
+ @CcInfos = ccinfos
1060
1064
  end
1061
1065
 
1062
1066
  def deserialize(params)
@@ -1087,6 +1091,14 @@ module TencentCloud
1087
1091
  @Agent = Agent.new
1088
1092
  @Agent.deserialize(params['Agent'])
1089
1093
  end
1094
+ unless params['CcInfos'].nil?
1095
+ @CcInfos = []
1096
+ params['CcInfos'].each do |i|
1097
+ ccinfo_tmp = CcInfo.new
1098
+ ccinfo_tmp.deserialize(i)
1099
+ @CcInfos << ccinfo_tmp
1100
+ end
1101
+ end
1090
1102
  end
1091
1103
  end
1092
1104
 
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.490
4
+ version: 3.0.491
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-01-10 00:00:00.000000000 Z
11
+ date: 2023-01-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common