tencentcloud-sdk-ess 3.0.514 → 3.0.515

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9a9b30632b23425eab03c4e85f811cd5175c2c1d
4
- data.tar.gz: af8a16448f6b95da5e0c2882292e8825fe382eb9
3
+ metadata.gz: 8f725cd6d0f5cd9b4401261ef7b013976e4695f0
4
+ data.tar.gz: 519100baea4d8229b4d722f1e81fa25ccd213f8c
5
5
  SHA512:
6
- metadata.gz: fbe4c47baf064ef74be111804ca0bd5b2fb3a9e99135f6c3a4e0e2d69d871f38574c9ec83b60f6af2b0f3818b2bc63ccabfe9efe863d4f48d700407df0a6398a
7
- data.tar.gz: eaeafd9f966aee290be3f7fa8ada9e40b741285dff03f954d9098515ea096e9fe1b3e4b3fd0448afcf02485117526513997884c486997334cfbb6b9c44494944
6
+ metadata.gz: 038508cb8ed50b8fb4a741918177387a7650870c4ee304e64e64179915031f1c0dfcdc8ea6e6b3c0887ee756e29c52f8f00b8ac8c46035ba84a9c0a3fd6951a2
7
+ data.tar.gz: 97217ce350a625dcfcf6ff6410679026cfc568e98d8765dc87403f2e1c4935a0193cfb4b7b1e0c339fa7ca75b19ee4d8e6e8ce77016a1381fd20b61ae163c9af
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.514
1
+ 3.0.515
@@ -1410,6 +1410,8 @@ module TencentCloud
1410
1410
  # @type QrEffectiveDay: Integer
1411
1411
  # @param Restrictions: 限制二维码用户条件
1412
1412
  # @type Restrictions: Array
1413
+ # @param UserData: 用户自定义字段,回调的时候会进行透传,长度需要小于20480
1414
+ # @type UserData: String
1413
1415
  # @param CallbackUrl: 回调地址,最大长度1000字符串
1414
1416
  # 回调时机:
1415
1417
  # 用户通过签署二维码发起签署流程时,企业额度不足导致失败
@@ -1419,9 +1421,9 @@ module TencentCloud
1419
1421
  # @param ApproverRestrictions: 限制二维码用户条件(已弃用)
1420
1422
  # @type ApproverRestrictions: :class:`Tencentcloud::Ess.v20201111.models.ApproverRestriction`
1421
1423
 
1422
- attr_accessor :Operator, :TemplateId, :FlowName, :MaxFlowNum, :FlowEffectiveDay, :QrEffectiveDay, :Restrictions, :CallbackUrl, :Agent, :ApproverRestrictions
1424
+ attr_accessor :Operator, :TemplateId, :FlowName, :MaxFlowNum, :FlowEffectiveDay, :QrEffectiveDay, :Restrictions, :UserData, :CallbackUrl, :Agent, :ApproverRestrictions
1423
1425
 
1424
- def initialize(operator=nil, templateid=nil, flowname=nil, maxflownum=nil, floweffectiveday=nil, qreffectiveday=nil, restrictions=nil, callbackurl=nil, agent=nil, approverrestrictions=nil)
1426
+ def initialize(operator=nil, templateid=nil, flowname=nil, maxflownum=nil, floweffectiveday=nil, qreffectiveday=nil, restrictions=nil, userdata=nil, callbackurl=nil, agent=nil, approverrestrictions=nil)
1425
1427
  @Operator = operator
1426
1428
  @TemplateId = templateid
1427
1429
  @FlowName = flowname
@@ -1429,6 +1431,7 @@ module TencentCloud
1429
1431
  @FlowEffectiveDay = floweffectiveday
1430
1432
  @QrEffectiveDay = qreffectiveday
1431
1433
  @Restrictions = restrictions
1434
+ @UserData = userdata
1432
1435
  @CallbackUrl = callbackurl
1433
1436
  @Agent = agent
1434
1437
  @ApproverRestrictions = approverrestrictions
@@ -1452,6 +1455,7 @@ module TencentCloud
1452
1455
  @Restrictions << approverrestriction_tmp
1453
1456
  end
1454
1457
  end
1458
+ @UserData = params['UserData']
1455
1459
  @CallbackUrl = params['CallbackUrl']
1456
1460
  unless params['Agent'].nil?
1457
1461
  @Agent = Agent.new
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.514
4
+ version: 3.0.515
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-02-22 00:00:00.000000000 Z
11
+ date: 2023-02-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common