tencentcloud-sdk-essbasic 3.0.672 → 3.0.674

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: 5774ef174066d9554a0d407d359b0be82c8af165
4
- data.tar.gz: f04d4e87d1b3232a0863283eca9130f636ba6879
3
+ metadata.gz: 48559dfcbeeeff11ee11915ddbfc1afbdc29e5a0
4
+ data.tar.gz: ac2ff8f69c067ae9e89a7df4d4a447a538fda76a
5
5
  SHA512:
6
- metadata.gz: e6f4158110aeb737f194046cc82e875ce920cd5cfcbd4ad86e3bbfdc1ce5295ce08075b330bea8c892beea6de9411298f7a82cdc95a6123e13cf6f0030c59466
7
- data.tar.gz: e1096057282b000b674ba9265718b05a67d8b6aced6f2e9021623a34d008607ed661a37d1b5133949e1bd91feb96d9712eb8b4757c68294a8add1bef16c26c70
6
+ metadata.gz: 879b8107ece90f1711e904f27d530e6be107747e60baa68a7ce89b69adb0e0444fc905b39ab1d60c4ed7f205eca2c035f903bb6a577e3b6ccbdfaf478999d8cf
7
+ data.tar.gz: 40217599bde399e13fa97b7c70b6f085699e704dac769e75df7ef278f3078ada4585986042164b15a711db44046cbda5ac8ebf1a18e09ceb5106c34ab9b1f2f0
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.672
1
+ 3.0.674
@@ -701,6 +701,37 @@ module TencentCloud
701
701
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
702
702
  end
703
703
 
704
+ # 获取设置自动签印章小程序链接。
705
+
706
+ # 注意:
707
+ # <ul><li>需要<code>企业开通自动签</code>后使用。</li>
708
+ # <li>仅支持<code>已经开通了自动签的个人</code>更换自动签印章。</li>
709
+ # <li>链接有效期默认7天,<code>最多30天</code>。</li>
710
+ # <li>该接口的链接适用于<code>小程序</code>端。</li>
711
+ # <li>该接口不会扣除您的合同套餐,暂不参与计费。</li></ul>
712
+
713
+ # @param request: Request instance for ChannelCreateUserAutoSignSealUrl.
714
+ # @type request: :class:`Tencentcloud::essbasic::V20210526::ChannelCreateUserAutoSignSealUrlRequest`
715
+ # @rtype: :class:`Tencentcloud::essbasic::V20210526::ChannelCreateUserAutoSignSealUrlResponse`
716
+ def ChannelCreateUserAutoSignSealUrl(request)
717
+ body = send_request('ChannelCreateUserAutoSignSealUrl', request.serialize)
718
+ response = JSON.parse(body)
719
+ if response['Response'].key?('Error') == false
720
+ model = ChannelCreateUserAutoSignSealUrlResponse.new
721
+ model.deserialize(response['Response'])
722
+ model
723
+ else
724
+ code = response['Response']['Error']['Code']
725
+ message = response['Response']['Error']['Message']
726
+ reqid = response['Response']['RequestId']
727
+ raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
728
+ end
729
+ rescue TencentCloud::Common::TencentCloudSDKException => e
730
+ raise e
731
+ rescue StandardError => e
732
+ raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
733
+ end
734
+
704
735
  # 通过此接口,绑定员工角色,支持以电子签userId、客户系统userId两种方式调用。
705
736
 
706
737
  # @param request: Request instance for ChannelCreateUserRoles.
@@ -1022,16 +1022,29 @@ module TencentCloud
1022
1022
 
1023
1023
  # ChannelCreateFlowApprovers返回参数结构体
1024
1024
  class ChannelCreateFlowApproversResponse < TencentCloud::Common::AbstractModel
1025
+ # @param FillError: 批量补充签署人时,补充失败的报错说明
1026
+ # 注:`目前仅补充动态签署人时会返回补充失败的原因`
1027
+ # 注意:此字段可能返回 null,表示取不到有效值。
1028
+ # @type FillError: Array
1025
1029
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1026
1030
  # @type RequestId: String
1027
1031
 
1028
- attr_accessor :RequestId
1032
+ attr_accessor :FillError, :RequestId
1029
1033
 
1030
- def initialize(requestid=nil)
1034
+ def initialize(fillerror=nil, requestid=nil)
1035
+ @FillError = fillerror
1031
1036
  @RequestId = requestid
1032
1037
  end
1033
1038
 
1034
1039
  def deserialize(params)
1040
+ unless params['FillError'].nil?
1041
+ @FillError = []
1042
+ params['FillError'].each do |i|
1043
+ fillerror_tmp = FillError.new
1044
+ fillerror_tmp.deserialize(i)
1045
+ @FillError << fillerror_tmp
1046
+ end
1047
+ end
1035
1048
  @RequestId = params['RequestId']
1036
1049
  end
1037
1050
  end
@@ -2275,6 +2288,87 @@ module TencentCloud
2275
2288
  end
2276
2289
  end
2277
2290
 
2291
+ # ChannelCreateUserAutoSignSealUrl请求参数结构体
2292
+ class ChannelCreateUserAutoSignSealUrlRequest < TencentCloud::Common::AbstractModel
2293
+ # @param Agent: 渠道应用相关信息。
2294
+ # @type Agent: :class:`Tencentcloud::Essbasic.v20210526.models.Agent`
2295
+ # @param SceneKey: 自动签使用的场景值, 可以选择的场景值如下:
2296
+ # <ul><li> **E_PRESCRIPTION_AUTO_SIGN** : 电子处方场景</li></ul>
2297
+
2298
+ # 注: `现在仅支持电子处方场景`
2299
+ # @type SceneKey: String
2300
+ # @param UserInfo: 自动签开通个人用户信息,包括名字,身份证等。
2301
+ # @type UserInfo: :class:`Tencentcloud::Essbasic.v20210526.models.UserThreeFactor`
2302
+ # @param Operator: 执行本接口操作的员工信息。
2303
+ # 注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
2304
+ # @type Operator: :class:`Tencentcloud::Essbasic.v20210526.models.UserInfo`
2305
+ # @param ExpiredTime: 链接的过期时间,格式为Unix时间戳,不能早于当前时间,且最大为当前时间往后30天。`如果不传,默认过期时间为当前时间往后7天。`
2306
+ # @type ExpiredTime: Integer
2307
+
2308
+ attr_accessor :Agent, :SceneKey, :UserInfo, :Operator, :ExpiredTime
2309
+
2310
+ def initialize(agent=nil, scenekey=nil, userinfo=nil, operator=nil, expiredtime=nil)
2311
+ @Agent = agent
2312
+ @SceneKey = scenekey
2313
+ @UserInfo = userinfo
2314
+ @Operator = operator
2315
+ @ExpiredTime = expiredtime
2316
+ end
2317
+
2318
+ def deserialize(params)
2319
+ unless params['Agent'].nil?
2320
+ @Agent = Agent.new
2321
+ @Agent.deserialize(params['Agent'])
2322
+ end
2323
+ @SceneKey = params['SceneKey']
2324
+ unless params['UserInfo'].nil?
2325
+ @UserInfo = UserThreeFactor.new
2326
+ @UserInfo.deserialize(params['UserInfo'])
2327
+ end
2328
+ unless params['Operator'].nil?
2329
+ @Operator = UserInfo.new
2330
+ @Operator.deserialize(params['Operator'])
2331
+ end
2332
+ @ExpiredTime = params['ExpiredTime']
2333
+ end
2334
+ end
2335
+
2336
+ # ChannelCreateUserAutoSignSealUrl返回参数结构体
2337
+ class ChannelCreateUserAutoSignSealUrlResponse < TencentCloud::Common::AbstractModel
2338
+ # @param AppId: 腾讯电子签小程序的AppId,用于其他小程序/APP等应用跳转至腾讯电子签小程序使用。
2339
+ # @type AppId: String
2340
+ # @param AppOriginalId: 腾讯电子签小程序的原始Id,用于其他小程序/APP等应用跳转至腾讯电子签小程序使用。
2341
+ # @type AppOriginalId: String
2342
+ # @param Url: 个人用户自动签的开通链接, 短链形式。过期时间受 `ExpiredTime` 参数控制。
2343
+ # @type Url: String
2344
+ # @param Path: 腾讯电子签小程序的跳转路径,用于其他小程序/APP等应用跳转至腾讯电子签小程序使用。
2345
+ # @type Path: String
2346
+ # @param QrCode: base64格式的跳转二维码图片,可通过微信扫描后跳转到腾讯电子签小程序的开通界面。
2347
+ # @type QrCode: String
2348
+ # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2349
+ # @type RequestId: String
2350
+
2351
+ attr_accessor :AppId, :AppOriginalId, :Url, :Path, :QrCode, :RequestId
2352
+
2353
+ def initialize(appid=nil, apporiginalid=nil, url=nil, path=nil, qrcode=nil, requestid=nil)
2354
+ @AppId = appid
2355
+ @AppOriginalId = apporiginalid
2356
+ @Url = url
2357
+ @Path = path
2358
+ @QrCode = qrcode
2359
+ @RequestId = requestid
2360
+ end
2361
+
2362
+ def deserialize(params)
2363
+ @AppId = params['AppId']
2364
+ @AppOriginalId = params['AppOriginalId']
2365
+ @Url = params['Url']
2366
+ @Path = params['Path']
2367
+ @QrCode = params['QrCode']
2368
+ @RequestId = params['RequestId']
2369
+ end
2370
+ end
2371
+
2278
2372
  # ChannelCreateUserRoles请求参数结构体
2279
2373
  class ChannelCreateUserRolesRequest < TencentCloud::Common::AbstractModel
2280
2374
  # @param Agent: 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
@@ -4971,6 +5065,28 @@ module TencentCloud
4971
5065
  end
4972
5066
  end
4973
5067
 
5068
+ # 批量补充签署人时,补充失败的报错说明
5069
+ class FillError < TencentCloud::Common::AbstractModel
5070
+ # @param RecipientId: 为签署方经办人在签署合同中的参与方ID,与控件绑定,是控件的归属方,ID为32位字符串。与入参中补充的签署人角色ID对应,批量补充部分失败返回对应的错误信息。
5071
+ # 注意:此字段可能返回 null,表示取不到有效值。
5072
+ # @type RecipientId: String
5073
+ # @param ErrMessage: 补充失败错误说明
5074
+ # 注意:此字段可能返回 null,表示取不到有效值。
5075
+ # @type ErrMessage: String
5076
+
5077
+ attr_accessor :RecipientId, :ErrMessage
5078
+
5079
+ def initialize(recipientid=nil, errmessage=nil)
5080
+ @RecipientId = recipientid
5081
+ @ErrMessage = errmessage
5082
+ end
5083
+
5084
+ def deserialize(params)
5085
+ @RecipientId = params['RecipientId']
5086
+ @ErrMessage = params['ErrMessage']
5087
+ end
5088
+ end
5089
+
4974
5090
  # 文档内的填充控件返回结构体,返回控件的基本信息和填写内容值
4975
5091
  class FilledComponent < TencentCloud::Common::AbstractModel
4976
5092
  # @param ComponentId: 控件Id
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.672
4
+ version: 3.0.674
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-10-09 00:00:00.000000000 Z
11
+ date: 2023-10-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common