tencentcloud-sdk-essbasic 3.0.637 → 3.0.638

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: e4fcef97f79e6058ed98abd879d6f0ca10ca9052
4
- data.tar.gz: b251687bf1f03ce570993e551bae938f70eea7b4
3
+ metadata.gz: aeaf8e36f8877e6489ca654e0d78d69716e51c7c
4
+ data.tar.gz: 9d0536786377717498742eab51a4d6b86dc558c3
5
5
  SHA512:
6
- metadata.gz: 272ccc6b599068b96552c39db03a533f8ba83b0a9246ddd55306e0c5792c13a264f797ca3139897991243733eef1eddf17aae643a16a9fc2cefe98a1ee601b62
7
- data.tar.gz: 5bbeee733d404e2fcbeb9a7439c3704a5e62a41900ae24cc815fcabe669bcef2864cb53663068c541884ac90603a4d11634c14d64ab41b5c2f1bf6d8d046b8ba
6
+ metadata.gz: 4a0fa688bad3bc07d93743aa979d7280aaf50429bded657f015c3943bea46040c931732e5af0ab807b2a980d23cf4325051cd5c18879098b2eac60d92c49dabb
7
+ data.tar.gz: 514805e4ee8977f8118948ca7c4f71e488562afd71bc37de19f4316e37df8a86a2f12c30cb7a615dc8ae8ebe23c711372f410f0c678eaca73c364b2a9549cbfb
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.637
1
+ 3.0.638
@@ -483,7 +483,7 @@ module TencentCloud
483
483
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
484
484
  end
485
485
 
486
- # 本接口(ChannelCreatePreparedPersonalEsign)用于创建导入个人印章
486
+ # 本接口(ChannelCreatePreparedPersonalEsign)用于创建导入个人印章(处方单场景专用,使用此接口请与客户经理确认)。
487
487
 
488
488
  # @param request: Request instance for ChannelCreatePreparedPersonalEsign.
489
489
  # @type request: :class:`Tencentcloud::essbasic::V20210526::ChannelCreatePreparedPersonalEsignRequest`
@@ -1527,33 +1527,36 @@ module TencentCloud
1527
1527
  class ChannelCreatePreparedPersonalEsignRequest < TencentCloud::Common::AbstractModel
1528
1528
  # @param Agent: 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 必填。
1529
1529
  # @type Agent: :class:`Tencentcloud::Essbasic.v20210526.models.Agent`
1530
- # @param UserName: 个人用户名称
1530
+ # @param UserName: 个人用户姓名
1531
1531
  # @type UserName: String
1532
1532
  # @param IdCardNumber: 身份证件号码
1533
1533
  # @type IdCardNumber: String
1534
- # @param SealImage: 印章图片的base64
1535
- # @type SealImage: String
1536
1534
  # @param SealName: 印章名称
1537
1535
  # @type SealName: String
1536
+ # @param SealImage: 印章图片的base64,最大不超过 8M
1537
+ # @type SealImage: String
1538
1538
  # @param Operator: 操作者信息
1539
1539
  # @type Operator: :class:`Tencentcloud::Essbasic.v20210526.models.UserInfo`
1540
1540
  # @param IdCardType: 身份证件类型
1541
1541
  # @type IdCardType: String
1542
+ # @param SealImageCompress: 是否开启印章图片压缩处理,默认不开启,如需开启请设置为 true。当印章超过 2M 时建议开启,开启后图片的 hash 将发生变化。
1543
+ # @type SealImageCompress: Boolean
1542
1544
  # @param Mobile: 手机号码;当需要开通自动签时,该参数必传
1543
1545
  # @type Mobile: String
1544
1546
  # @param EnableAutoSign: 是否开通自动签,该功能需联系运营工作人员开通后使用
1545
1547
  # @type EnableAutoSign: Boolean
1546
1548
 
1547
- attr_accessor :Agent, :UserName, :IdCardNumber, :SealImage, :SealName, :Operator, :IdCardType, :Mobile, :EnableAutoSign
1549
+ attr_accessor :Agent, :UserName, :IdCardNumber, :SealName, :SealImage, :Operator, :IdCardType, :SealImageCompress, :Mobile, :EnableAutoSign
1548
1550
 
1549
- def initialize(agent=nil, username=nil, idcardnumber=nil, sealimage=nil, sealname=nil, operator=nil, idcardtype=nil, mobile=nil, enableautosign=nil)
1551
+ def initialize(agent=nil, username=nil, idcardnumber=nil, sealname=nil, sealimage=nil, operator=nil, idcardtype=nil, sealimagecompress=nil, mobile=nil, enableautosign=nil)
1550
1552
  @Agent = agent
1551
1553
  @UserName = username
1552
1554
  @IdCardNumber = idcardnumber
1553
- @SealImage = sealimage
1554
1555
  @SealName = sealname
1556
+ @SealImage = sealimage
1555
1557
  @Operator = operator
1556
1558
  @IdCardType = idcardtype
1559
+ @SealImageCompress = sealimagecompress
1557
1560
  @Mobile = mobile
1558
1561
  @EnableAutoSign = enableautosign
1559
1562
  end
@@ -1565,13 +1568,14 @@ module TencentCloud
1565
1568
  end
1566
1569
  @UserName = params['UserName']
1567
1570
  @IdCardNumber = params['IdCardNumber']
1568
- @SealImage = params['SealImage']
1569
1571
  @SealName = params['SealName']
1572
+ @SealImage = params['SealImage']
1570
1573
  unless params['Operator'].nil?
1571
1574
  @Operator = UserInfo.new
1572
1575
  @Operator.deserialize(params['Operator'])
1573
1576
  end
1574
1577
  @IdCardType = params['IdCardType']
1578
+ @SealImageCompress = params['SealImageCompress']
1575
1579
  @Mobile = params['Mobile']
1576
1580
  @EnableAutoSign = params['EnableAutoSign']
1577
1581
  end
@@ -3336,7 +3340,7 @@ module TencentCloud
3336
3340
  class CreateFlowsByTemplatesRequest < TencentCloud::Common::AbstractModel
3337
3341
  # @param Agent: 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 均必填。
3338
3342
  # @type Agent: :class:`Tencentcloud::Essbasic.v20210526.models.Agent`
3339
- # @param FlowInfos: 多个合同(签署流程)信息,最多支持20
3343
+ # @param FlowInfos: 要创建的合同信息列表,最多支持一次创建20个合同
3340
3344
  # @type FlowInfos: Array
3341
3345
  # @param NeedPreview: 是否为预览模式;默认为false,即非预览模式,此时发起合同并返回FlowIds;若为预览模式,不会发起合同,会返回PreviewUrls;
3342
3346
  # 预览链接有效期300秒;
@@ -3386,7 +3390,7 @@ module TencentCloud
3386
3390
  class CreateFlowsByTemplatesResponse < TencentCloud::Common::AbstractModel
3387
3391
  # @param FlowIds: 多个合同ID
3388
3392
  # @type FlowIds: Array
3389
- # @param CustomerData: 业务信息,限制1024字符
3393
+ # @param CustomerData: 第三方应用平台的业务信息, 与创建合同的FlowInfos数组中的CustomerData一一对应
3390
3394
  # @type CustomerData: Array
3391
3395
  # @param ErrorMessages: 创建消息,对应多个合同ID,
3392
3396
  # 成功为“”,创建失败则对应失败消息
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.637
4
+ version: 3.0.638
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-08-16 00:00:00.000000000 Z
11
+ date: 2023-08-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common