tencentcloud-sdk-ess 3.0.514 → 3.0.516

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 +27 -23
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9a9b30632b23425eab03c4e85f811cd5175c2c1d
4
- data.tar.gz: af8a16448f6b95da5e0c2882292e8825fe382eb9
3
+ metadata.gz: d85d03c84467125c00e667af80f5220684c35537
4
+ data.tar.gz: 4333944fa54b711873624acd3fbcb18e7f0d58db
5
5
  SHA512:
6
- metadata.gz: fbe4c47baf064ef74be111804ca0bd5b2fb3a9e99135f6c3a4e0e2d69d871f38574c9ec83b60f6af2b0f3818b2bc63ccabfe9efe863d4f48d700407df0a6398a
7
- data.tar.gz: eaeafd9f966aee290be3f7fa8ada9e40b741285dff03f954d9098515ea096e9fe1b3e4b3fd0448afcf02485117526513997884c486997334cfbb6b9c44494944
6
+ metadata.gz: 527fab97b15ad26b84f31cbf03d4ee32d0f8c39cfea3ecac7fd42591405c9a03336613f83f2b141b61211c1e913881124f17a38dedc0a6453cdf3e1afe133534
7
+ data.tar.gz: 66e41c54ef0b2a91500b1496f33b48e1aada5ca39fca97a45a1c44379cd8967591dc36414f901c05a6b1b17171b7428a93fe6b0ed521c78b0140bb85968de4eb
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.514
1
+ 3.0.516
@@ -39,17 +39,17 @@ module TencentCloud
39
39
  end
40
40
  end
41
41
 
42
- # 主企业代子企业操作 或 渠道子客应用相关信息
42
+ # 代理相关应用信息,如集团主企业代子企业操作
43
43
  class Agent < TencentCloud::Common::AbstractModel
44
- # @param AppId: 应用编号,32位字符串
44
+ # @param AppId: 代理机构的应用编号,32位字符串,一般不用传
45
45
  # @type AppId: String
46
- # @param ProxyAppId: 主组织的应用号
46
+ # @param ProxyAppId: 被代理机构的应用号,一般不用传
47
47
  # 注意:此字段可能返回 null,表示取不到有效值。
48
48
  # @type ProxyAppId: String
49
- # @param ProxyOrganizationId: 主组织在平台的机构编号
49
+ # @param ProxyOrganizationId: 被代理机构在电子签平台的机构编号,集团代理下场景必传
50
50
  # 注意:此字段可能返回 null,表示取不到有效值。
51
51
  # @type ProxyOrganizationId: String
52
- # @param ProxyOperator: 主组织的操作人
52
+ # @param ProxyOperator: 被代理机构的经办人,一般不用传
53
53
  # 注意:此字段可能返回 null,表示取不到有效值。
54
54
  # @type ProxyOperator: String
55
55
 
@@ -716,7 +716,7 @@ module TencentCloud
716
716
  # @type NeedPreview: Boolean
717
717
  # @param PreviewType: 预览链接类型 默认:0-文件流, 1- H5链接 注意:此参数在NeedPreview 为true 时有效,
718
718
  # @type PreviewType: Integer
719
- # @param Agent: 应用相关信息
719
+ # @param Agent: 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
720
720
  # @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
721
721
  # @param ClientToken: 客户端Token,保持接口幂等性,最大长度64个字符
722
722
  # @type ClientToken: String
@@ -877,8 +877,6 @@ module TencentCloud
877
877
  # @type NeedSignReview: Boolean
878
878
  # @param UserData: 用户自定义字段,回调的时候会进行透传,长度需要小于20480
879
879
  # @type UserData: String
880
- # @param Agent: 应用号信息
881
- # @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
882
880
  # @param ApproverVerifyType: 签署人校验方式
883
881
  # VerifyCheck: 人脸识别(默认)
884
882
  # MobileCheck:手机号验证
@@ -888,10 +886,12 @@ module TencentCloud
888
886
  # @type FlowDescription: String
889
887
  # @param SignBeanTag: 标识是否允许发起后添加控件。0为不允许1为允许。如果为1,创建的时候不能有签署控件,只能创建后添加。注意发起后添加控件功能不支持添加骑缝章和签批控件
890
888
  # @type SignBeanTag: Integer
889
+ # @param Agent: 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
890
+ # @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
891
891
 
892
- attr_accessor :Operator, :FlowName, :Approvers, :FileIds, :FlowType, :Components, :CcInfos, :NeedPreview, :PreviewType, :Deadline, :Unordered, :CustomShowMap, :NeedSignReview, :UserData, :Agent, :ApproverVerifyType, :FlowDescription, :SignBeanTag
892
+ attr_accessor :Operator, :FlowName, :Approvers, :FileIds, :FlowType, :Components, :CcInfos, :NeedPreview, :PreviewType, :Deadline, :Unordered, :CustomShowMap, :NeedSignReview, :UserData, :ApproverVerifyType, :FlowDescription, :SignBeanTag, :Agent
893
893
 
894
- def initialize(operator=nil, flowname=nil, approvers=nil, fileids=nil, flowtype=nil, components=nil, ccinfos=nil, needpreview=nil, previewtype=nil, deadline=nil, unordered=nil, customshowmap=nil, needsignreview=nil, userdata=nil, agent=nil, approververifytype=nil, flowdescription=nil, signbeantag=nil)
894
+ def initialize(operator=nil, flowname=nil, approvers=nil, fileids=nil, flowtype=nil, components=nil, ccinfos=nil, needpreview=nil, previewtype=nil, deadline=nil, unordered=nil, customshowmap=nil, needsignreview=nil, userdata=nil, approververifytype=nil, flowdescription=nil, signbeantag=nil, agent=nil)
895
895
  @Operator = operator
896
896
  @FlowName = flowname
897
897
  @Approvers = approvers
@@ -906,10 +906,10 @@ module TencentCloud
906
906
  @CustomShowMap = customshowmap
907
907
  @NeedSignReview = needsignreview
908
908
  @UserData = userdata
909
- @Agent = agent
910
909
  @ApproverVerifyType = approververifytype
911
910
  @FlowDescription = flowdescription
912
911
  @SignBeanTag = signbeantag
912
+ @Agent = agent
913
913
  end
914
914
 
915
915
  def deserialize(params)
@@ -951,13 +951,13 @@ module TencentCloud
951
951
  @CustomShowMap = params['CustomShowMap']
952
952
  @NeedSignReview = params['NeedSignReview']
953
953
  @UserData = params['UserData']
954
+ @ApproverVerifyType = params['ApproverVerifyType']
955
+ @FlowDescription = params['FlowDescription']
956
+ @SignBeanTag = params['SignBeanTag']
954
957
  unless params['Agent'].nil?
955
958
  @Agent = Agent.new
956
959
  @Agent.deserialize(params['Agent'])
957
960
  end
958
- @ApproverVerifyType = params['ApproverVerifyType']
959
- @FlowDescription = params['FlowDescription']
960
- @SignBeanTag = params['SignBeanTag']
961
961
  end
962
962
  end
963
963
 
@@ -1130,7 +1130,7 @@ module TencentCloud
1130
1130
  # @type NeedSignReview: Boolean
1131
1131
  # @param CallbackUrl: 暂未开放
1132
1132
  # @type CallbackUrl: String
1133
- # @param Agent: 应用相关信息
1133
+ # @param Agent: 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
1134
1134
  # @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
1135
1135
  # @param CcInfos: 被抄送人的信息列表。
1136
1136
  # 注: 此功能为白名单功能,若有需要,请联系电子签客服开白使用。
@@ -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
@@ -1590,7 +1594,7 @@ module TencentCloud
1590
1594
  # @type PathType: Integer
1591
1595
  # @param AutoJumpBack: 是否自动回跳 true:是, false:否。该参数只针对"APP" 类型的签署链接有效
1592
1596
  # @type AutoJumpBack: Boolean
1593
- # @param Agent: 应用相关信息
1597
+ # @param Agent: 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
1594
1598
  # @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
1595
1599
 
1596
1600
  attr_accessor :Operator, :OrganizationName, :Name, :Mobile, :EndPoint, :FlowId, :PathType, :AutoJumpBack, :Agent
@@ -2129,7 +2133,7 @@ module TencentCloud
2129
2133
  # @type FlowIds: Array
2130
2134
  # @param Operator: 调用方用户信息
2131
2135
  # @type Operator: :class:`Tencentcloud::Ess.v20201111.models.UserInfo`
2132
- # @param Agent: 应用信息
2136
+ # @param Agent: 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
2133
2137
  # @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
2134
2138
 
2135
2139
  attr_accessor :FlowIds, :Operator, :Agent
@@ -2184,9 +2188,9 @@ module TencentCloud
2184
2188
  class DescribeFlowTemplatesRequest < TencentCloud::Common::AbstractModel
2185
2189
  # @param Operator: 调用方用户信息,userId 必填
2186
2190
  # @type Operator: :class:`Tencentcloud::Ess.v20201111.models.UserInfo`
2187
- # @param Organization: 企业组织相关信息
2191
+ # @param Organization: 企业组织相关信息,一般不用填
2188
2192
  # @type Organization: :class:`Tencentcloud::Ess.v20201111.models.OrganizationInfo`
2189
- # @param Agent: 应用相关信息
2193
+ # @param Agent: 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
2190
2194
  # @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
2191
2195
  # @param Offset: 查询偏移位置,默认0
2192
2196
  # @type Offset: Integer
@@ -2517,7 +2521,7 @@ module TencentCloud
2517
2521
  # ORGANIZATION_SEAL:企业印章(图片上传创建);
2518
2522
  # LEGAL_PERSON_SEAL:法定代表人章
2519
2523
  # @type SealTypes: Array
2520
- # @param Agent: 主企业代子企业操作 或 渠道子客应用相关信息
2524
+ # @param Agent: 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
2521
2525
  # @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
2522
2526
 
2523
2527
  attr_accessor :Operator, :Limit, :Offset, :InfoType, :SealId, :SealTypes, :Agent
@@ -3850,7 +3854,7 @@ module TencentCloud
3850
3854
  # @type FlowId: String
3851
3855
  # @param ClientToken: 客户端Token,保持接口幂等性,最大长度64个字符
3852
3856
  # @type ClientToken: String
3853
- # @param Agent: 应用相关信息
3857
+ # @param Agent: 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
3854
3858
  # @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
3855
3859
 
3856
3860
  attr_accessor :Operator, :FlowId, :ClientToken, :Agent
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.516
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-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common