tencentcloud-sdk-essbasic 3.0.1021 → 3.0.1022

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/v20210526/models.rb +26 -7
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 077d48e7dd0e1c751ccfc58b19b7f027a8a37656
4
- data.tar.gz: be316d261997516a3dda0ce642b568225137237d
3
+ metadata.gz: 84dbbf12f931404466bcfb03e69f4e880452eee9
4
+ data.tar.gz: cebae614c71bc3a0936fd27f56f46fc61bb45322
5
5
  SHA512:
6
- metadata.gz: b09f71d2f50b47b18cd5e35239815636615ddf59cc94f1d817bfeb82f924796566980d84a00f3c47cb50f81b32fcdcdcce4def6234dedd2575842ab5db122468
7
- data.tar.gz: 58c72c57530bfe2e85ddc93947457f02ae70ecad57cdf3c108c539a44d5fe2739c3a024849e99c3c90f68a625927b080fa5a40e6f233a070566964842bfaa79e
6
+ metadata.gz: 59894f149ec0cdb0b7ff1b9f37c8b850e702ab5fe293f43942cb07bef98b4f2e924e078439fe24e792c139952c00bfb3451b74ece48f528830b722a2fbd30096
7
+ data.tar.gz: bb85b52fdd8ffcd19f05ff432214f14df68c254bc6905b81e62d0d256598121aea05aeb8fa35287888dbb9c95b17b5813d0d2b61b16f751179b30c20122f5da9
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1021
1
+ 3.0.1022
@@ -1094,10 +1094,12 @@ module TencentCloud
1094
1094
 
1095
1095
  # 注: `若参与方为企业员工时,暂不支持对参与方信息进行缓存`
1096
1096
  # @type CacheApproverInfo: Boolean
1097
+ # @param CanBatchReject: 是否允许此链接中签署方批量拒签。 <ul><li>false (默认): 不允许批量拒签</li> <li>true : 允许批量拒签。</li></ul>注:`合同组暂不支持批量拒签功能。`
1098
+ # @type CanBatchReject: Boolean
1097
1099
 
1098
- attr_accessor :FlowApproverInfo, :Agent, :FlowIds, :FlowGroupId, :JumpUrl, :SignatureTypes, :ApproverSignTypes, :SignTypeSelector, :FlowBatchUrlInfo, :Intention, :CacheApproverInfo
1100
+ attr_accessor :FlowApproverInfo, :Agent, :FlowIds, :FlowGroupId, :JumpUrl, :SignatureTypes, :ApproverSignTypes, :SignTypeSelector, :FlowBatchUrlInfo, :Intention, :CacheApproverInfo, :CanBatchReject
1099
1101
 
1100
- def initialize(flowapproverinfo=nil, agent=nil, flowids=nil, flowgroupid=nil, jumpurl=nil, signaturetypes=nil, approversigntypes=nil, signtypeselector=nil, flowbatchurlinfo=nil, intention=nil, cacheapproverinfo=nil)
1102
+ def initialize(flowapproverinfo=nil, agent=nil, flowids=nil, flowgroupid=nil, jumpurl=nil, signaturetypes=nil, approversigntypes=nil, signtypeselector=nil, flowbatchurlinfo=nil, intention=nil, cacheapproverinfo=nil, canbatchreject=nil)
1101
1103
  @FlowApproverInfo = flowapproverinfo
1102
1104
  @Agent = agent
1103
1105
  @FlowIds = flowids
@@ -1109,6 +1111,7 @@ module TencentCloud
1109
1111
  @FlowBatchUrlInfo = flowbatchurlinfo
1110
1112
  @Intention = intention
1111
1113
  @CacheApproverInfo = cacheapproverinfo
1114
+ @CanBatchReject = canbatchreject
1112
1115
  end
1113
1116
 
1114
1117
  def deserialize(params)
@@ -1135,6 +1138,7 @@ module TencentCloud
1135
1138
  @Intention.deserialize(params['Intention'])
1136
1139
  end
1137
1140
  @CacheApproverInfo = params['CacheApproverInfo']
1141
+ @CanBatchReject = params['CanBatchReject']
1138
1142
  end
1139
1143
  end
1140
1144
 
@@ -1249,10 +1253,12 @@ module TencentCloud
1249
1253
 
1250
1254
  # 参考 [公众号 H5 跳转电子签小程序](https://qian.tencent.com/developers/company/openwxminiprogram/#23-%E5%85%AC%E4%BC%97%E5%8F%B7-h5-%E4%B8%AD%E8%B7%B3%E8%BD%AC)。
1251
1255
  # @type UrlUseEnv: String
1256
+ # @param CanBatchReject: 是否允许此链接中签署方批量拒签。 <ul><li>false (默认): 不允许批量拒签</li> <li>true : 允许批量拒签。</li></ul>注:`合同组暂不支持批量拒签功能。`
1257
+ # @type CanBatchReject: Boolean
1252
1258
 
1253
- attr_accessor :Agent, :Name, :Mobile, :Operator, :IdCardType, :IdCardNumber, :NotifyType, :FlowIds, :OrganizationName, :JumpToDetail, :FlowBatchUrlInfo, :OpenId, :OrganizationOpenId, :AutoJumpBack, :UrlUseEnv
1259
+ attr_accessor :Agent, :Name, :Mobile, :Operator, :IdCardType, :IdCardNumber, :NotifyType, :FlowIds, :OrganizationName, :JumpToDetail, :FlowBatchUrlInfo, :OpenId, :OrganizationOpenId, :AutoJumpBack, :UrlUseEnv, :CanBatchReject
1254
1260
 
1255
- def initialize(agent=nil, name=nil, mobile=nil, operator=nil, idcardtype=nil, idcardnumber=nil, notifytype=nil, flowids=nil, organizationname=nil, jumptodetail=nil, flowbatchurlinfo=nil, openid=nil, organizationopenid=nil, autojumpback=nil, urluseenv=nil)
1261
+ def initialize(agent=nil, name=nil, mobile=nil, operator=nil, idcardtype=nil, idcardnumber=nil, notifytype=nil, flowids=nil, organizationname=nil, jumptodetail=nil, flowbatchurlinfo=nil, openid=nil, organizationopenid=nil, autojumpback=nil, urluseenv=nil, canbatchreject=nil)
1256
1262
  @Agent = agent
1257
1263
  @Name = name
1258
1264
  @Mobile = mobile
@@ -1268,6 +1274,7 @@ module TencentCloud
1268
1274
  @OrganizationOpenId = organizationopenid
1269
1275
  @AutoJumpBack = autojumpback
1270
1276
  @UrlUseEnv = urluseenv
1277
+ @CanBatchReject = canbatchreject
1271
1278
  end
1272
1279
 
1273
1280
  def deserialize(params)
@@ -1295,6 +1302,7 @@ module TencentCloud
1295
1302
  @OrganizationOpenId = params['OrganizationOpenId']
1296
1303
  @AutoJumpBack = params['AutoJumpBack']
1297
1304
  @UrlUseEnv = params['UrlUseEnv']
1305
+ @CanBatchReject = params['CanBatchReject']
1298
1306
  end
1299
1307
  end
1300
1308
 
@@ -2734,7 +2742,8 @@ module TencentCloud
2734
2742
  # @type Organization: :class:`Tencentcloud::Essbasic.v20210526.models.OrganizationInfo`
2735
2743
  # @param Operator: 操作人(用户)信息,不用传
2736
2744
  # @type Operator: :class:`Tencentcloud::Essbasic.v20210526.models.UserInfo`
2737
- # @param SignComponentConfig: 签署控件的配置信息,用在嵌入式发起的页面配置,包括
2745
+ # @param SignComponentConfig: <font color="red">此参数已经废弃,请使用 CreateFlowOption 里面的 SignComponentConfig</font>
2746
+ # 签署控件的配置信息,用在嵌入式发起的页面配置,包括
2738
2747
 
2739
2748
  # - 签署控件 是否默认展示日期.
2740
2749
  # @type SignComponentConfig: :class:`Tencentcloud::Essbasic.v20210526.models.SignComponentConfig`
@@ -2747,6 +2756,8 @@ module TencentCloud
2747
2756
  deprecate :Organization=, :none, 2025, 3
2748
2757
  deprecate :Operator, :none, 2025, 3
2749
2758
  deprecate :Operator=, :none, 2025, 3
2759
+ deprecate :SignComponentConfig, :none, 2025, 3
2760
+ deprecate :SignComponentConfig=, :none, 2025, 3
2750
2761
 
2751
2762
  def initialize(resourcetype=nil, flowinfo=nil, agent=nil, resourceid=nil, flowoption=nil, flowapproverlist=nil, flowid=nil, needpreview=nil, organization=nil, operator=nil, signcomponentconfig=nil)
2752
2763
  @ResourceType = resourcetype
@@ -6473,10 +6484,13 @@ module TencentCloud
6473
6484
  # **true**:跳过
6474
6485
  # **false**:(默认)不跳过,需要传ResourceId
6475
6486
  # @type SkipUploadFile: Boolean
6487
+ # @param SignComponentConfig: 签署控件的配置信息,用在嵌入式发起的页面配置,包括
6488
+ # - 签署控件 是否默认展示日期.
6489
+ # @type SignComponentConfig: :class:`Tencentcloud::Essbasic.v20210526.models.SignComponentConfig`
6476
6490
 
6477
- attr_accessor :CanEditFlow, :HideShowFlowName, :HideShowFlowType, :HideShowDeadline, :CanSkipAddApprover, :CustomCreateFlowDescription, :ForbidEditFillComponent, :SkipUploadFile
6491
+ attr_accessor :CanEditFlow, :HideShowFlowName, :HideShowFlowType, :HideShowDeadline, :CanSkipAddApprover, :CustomCreateFlowDescription, :ForbidEditFillComponent, :SkipUploadFile, :SignComponentConfig
6478
6492
 
6479
- def initialize(caneditflow=nil, hideshowflowname=nil, hideshowflowtype=nil, hideshowdeadline=nil, canskipaddapprover=nil, customcreateflowdescription=nil, forbideditfillcomponent=nil, skipuploadfile=nil)
6493
+ def initialize(caneditflow=nil, hideshowflowname=nil, hideshowflowtype=nil, hideshowdeadline=nil, canskipaddapprover=nil, customcreateflowdescription=nil, forbideditfillcomponent=nil, skipuploadfile=nil, signcomponentconfig=nil)
6480
6494
  @CanEditFlow = caneditflow
6481
6495
  @HideShowFlowName = hideshowflowname
6482
6496
  @HideShowFlowType = hideshowflowtype
@@ -6485,6 +6499,7 @@ module TencentCloud
6485
6499
  @CustomCreateFlowDescription = customcreateflowdescription
6486
6500
  @ForbidEditFillComponent = forbideditfillcomponent
6487
6501
  @SkipUploadFile = skipuploadfile
6502
+ @SignComponentConfig = signcomponentconfig
6488
6503
  end
6489
6504
 
6490
6505
  def deserialize(params)
@@ -6496,6 +6511,10 @@ module TencentCloud
6496
6511
  @CustomCreateFlowDescription = params['CustomCreateFlowDescription']
6497
6512
  @ForbidEditFillComponent = params['ForbidEditFillComponent']
6498
6513
  @SkipUploadFile = params['SkipUploadFile']
6514
+ unless params['SignComponentConfig'].nil?
6515
+ @SignComponentConfig = SignComponentConfig.new
6516
+ @SignComponentConfig.deserialize(params['SignComponentConfig'])
6517
+ end
6499
6518
  end
6500
6519
  end
6501
6520
 
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.1021
4
+ version: 3.0.1022
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-03-17 00:00:00.000000000 Z
11
+ date: 2025-03-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common