tencentcloud-sdk-essbasic 3.0.636 → 3.0.638

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5b09a09002962f06f1ad901e4a9375c5ee54a03b
4
- data.tar.gz: 127531576c9c2c04a3f37e7c143e251bcd88ee63
3
+ metadata.gz: aeaf8e36f8877e6489ca654e0d78d69716e51c7c
4
+ data.tar.gz: 9d0536786377717498742eab51a4d6b86dc558c3
5
5
  SHA512:
6
- metadata.gz: 94699f97c1f0eeeb6658dc3ef7b79c07d97f7dd03c49983690bdff8437d4b1b79ee112bd3da208f1e59a80c17acf09d54b7e80de788f5abdae75e8ee7a772ce3
7
- data.tar.gz: d62abd6209724a0f734e88e40510d45e1c04f9eadf66063e245a290801ad0e1086481ca55a6c22cf5fd6aba4c7a3e716ed1e8e4d89afda225e2ab928a414f038
6
+ metadata.gz: 4a0fa688bad3bc07d93743aa979d7280aaf50429bded657f015c3943bea46040c931732e5af0ab807b2a980d23cf4325051cd5c18879098b2eac60d92c49dabb
7
+ data.tar.gz: 514805e4ee8977f8118948ca7c4f71e488562afd71bc37de19f4316e37df8a86a2f12c30cb7a615dc8ae8ebe23c711372f410f0c678eaca73c364b2a9549cbfb
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.636
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`
@@ -1262,7 +1262,7 @@ module TencentCloud
1262
1262
  # >
1263
1263
  # > 3:取消部分子客授权 OperateType=DELETE
1264
1264
  # > - 对子客企业进行模板库中模板可见性的进行删除操作。
1265
- # > - 主要对于手动领取的模板,去除授权后子客在在模板库中看不到,就无法再领取了。但是已经领取过成为自有模板的不会同步删除。
1265
+ # > - 主要对于手动领取的模板,去除授权后子客在模板库中看不到,就无法再领取了。但是已经领取过成为自有模板的不会同步删除。
1266
1266
  # > - 对于自动领取的模板,由于已经下发,更改授权不会影响。
1267
1267
  # > - 如果要同步删除子客自有模板库中的模板,请使用OperateType=UPDATE+Available参数处理。
1268
1268
 
@@ -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.636
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-15 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