tencentcloud-sdk-ess 3.0.616 → 3.0.618

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 +21 -5
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d970c52b443085041837c7be9b8141ab07746583
4
- data.tar.gz: b8ebd503a63efc1ae6a636289774163738e73f0b
3
+ metadata.gz: c577b856071ed67c02e8e07013042b4f19b92b88
4
+ data.tar.gz: ce31b8a51cd05f3c2d1bcc516c3a2c6863458f7a
5
5
  SHA512:
6
- metadata.gz: a5d02368bfa37a8c7bbad94df8241115664d06378cbc5d9574d5a1254440daace5fde7743d34bf468024c573a60ce2c41f2d0ae7e79338d04c67dfc0ddcc2427
7
- data.tar.gz: f4ef09963ae281db81756cc1d71f0aae7b16c3ef984c1044b176789cc6ed178c6ee6ea63971f5567c62faba3ba4d4d58eba26bb96c21f2e7d6830352ae83bd66
6
+ metadata.gz: 64028533ea1d6b529561fdd565686b21f349c706eb3e66877511a258cefa2ce0bed7ed98c0cc5ecc5b0b8f204a6025f5464f8a1d49720f936432db749455fe5b
7
+ data.tar.gz: 185bdc8f2896a596b5af102ad72de24631637dbf982b2fbad8e5ef5fd60ea77cdf6c6828d4fe22d7f52a617b853ec6201a754619dfc46e9c23a1e4aae01f898d
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.616
1
+ 3.0.618
@@ -2418,10 +2418,17 @@ module TencentCloud
2418
2418
  # @type AutoJumpBack: Boolean
2419
2419
  # @param Agent: 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
2420
2420
  # @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
2421
+ # @param Hides: 生成的签署链接在签署过程隐藏的按钮列表, 可以设置隐藏的按钮列表如下
2421
2422
 
2422
- attr_accessor :Operator, :OrganizationName, :Name, :Mobile, :EndPoint, :FlowId, :FlowGroupId, :PathType, :AutoJumpBack, :Agent
2423
+ # 0:合同签署页面更多操作按钮
2424
+ # 1:合同签署页面更多操作的拒绝签署按钮
2425
+ # 2:合同签署页面更多操作的转他人处理按钮
2426
+ # 3:签署成功页的查看详情按钮
2427
+ # @type Hides: Array
2423
2428
 
2424
- def initialize(operator=nil, organizationname=nil, name=nil, mobile=nil, endpoint=nil, flowid=nil, flowgroupid=nil, pathtype=nil, autojumpback=nil, agent=nil)
2429
+ attr_accessor :Operator, :OrganizationName, :Name, :Mobile, :EndPoint, :FlowId, :FlowGroupId, :PathType, :AutoJumpBack, :Agent, :Hides
2430
+
2431
+ def initialize(operator=nil, organizationname=nil, name=nil, mobile=nil, endpoint=nil, flowid=nil, flowgroupid=nil, pathtype=nil, autojumpback=nil, agent=nil, hides=nil)
2425
2432
  @Operator = operator
2426
2433
  @OrganizationName = organizationname
2427
2434
  @Name = name
@@ -2432,6 +2439,7 @@ module TencentCloud
2432
2439
  @PathType = pathtype
2433
2440
  @AutoJumpBack = autojumpback
2434
2441
  @Agent = agent
2442
+ @Hides = hides
2435
2443
  end
2436
2444
 
2437
2445
  def deserialize(params)
@@ -2451,6 +2459,7 @@ module TencentCloud
2451
2459
  @Agent = Agent.new
2452
2460
  @Agent.deserialize(params['Agent'])
2453
2461
  end
2462
+ @Hides = params['Hides']
2454
2463
  end
2455
2464
  end
2456
2465
 
@@ -4674,7 +4683,7 @@ module TencentCloud
4674
4683
  # @type Required: Boolean
4675
4684
  # @param ApproverSource: 签署人用户来源,企微侧用户请传入:WEWORKAPP
4676
4685
  # @type ApproverSource: String
4677
- # @param CustomApproverTag: 客户自定义签署人标识,64位长度,保证唯一。非企微场景不使用此字段
4686
+ # @param CustomApproverTag: 客户自定义签署人标识,64位长度,保证唯一。用于发起含有或签签署人的合同。或签参与人必须有此字段。不同或签参与人CustomApproverTag需要保证唯一。如果或签签署人为本方企微参与人,ApproverSource参数需要指定WEWORKAPP
4678
4687
  # @type CustomApproverTag: String
4679
4688
  # @param RegisterInfo: 快速注册相关信息,目前暂未开放!
4680
4689
  # @type RegisterInfo: :class:`Tencentcloud::Ess.v20201111.models.RegisterInfo`
@@ -5774,17 +5783,24 @@ module TencentCloud
5774
5783
  # @type LegalName: String
5775
5784
  # @param Uscc: 社会统一信用代码
5776
5785
  # @type Uscc: String
5786
+ # @param UnifiedSocialCreditCode: 社会统一信用代码
5787
+ # @type UnifiedSocialCreditCode: String
5777
5788
 
5778
- attr_accessor :LegalName, :Uscc
5789
+ attr_accessor :LegalName, :Uscc, :UnifiedSocialCreditCode
5790
+ extend Gem::Deprecate
5791
+ deprecate :Uscc, :none, 2023, 7
5792
+ deprecate :Uscc=, :none, 2023, 7
5779
5793
 
5780
- def initialize(legalname=nil, uscc=nil)
5794
+ def initialize(legalname=nil, uscc=nil, unifiedsocialcreditcode=nil)
5781
5795
  @LegalName = legalname
5782
5796
  @Uscc = uscc
5797
+ @UnifiedSocialCreditCode = unifiedsocialcreditcode
5783
5798
  end
5784
5799
 
5785
5800
  def deserialize(params)
5786
5801
  @LegalName = params['LegalName']
5787
5802
  @Uscc = params['Uscc']
5803
+ @UnifiedSocialCreditCode = params['UnifiedSocialCreditCode']
5788
5804
  end
5789
5805
  end
5790
5806
 
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.616
4
+ version: 3.0.618
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-07-19 00:00:00.000000000 Z
11
+ date: 2023-07-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common