tencentcloud-sdk-essbasic 3.0.980 → 3.0.981
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20210526/models.rb +7 -38
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1408fd728050ff3f630b18a22fb86c29b9aaaf9b
|
|
4
|
+
data.tar.gz: fdd13be7a95f001bb7de2c84c2c2e3dd465f7e3d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 77eeaabace4585ce1d5b059f66f338c3d33be5dbdb023468c8dee74a7506cb547410465b7474e5be3a3e1a9bb9d376632e5e9bd54b03cf9cf4d3a2188b34aa44
|
|
7
|
+
data.tar.gz: d216ce657abea6a9ed086bd52f44226bdb5e4efaf95049ca283655236e9d67f1e983231cbe3247f8e5b7c71e4ed3a42e0a60651ac580a144ab40e04defbd08fe
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.981
|
data/lib/v20210526/models.rb
CHANGED
|
@@ -1569,8 +1569,8 @@ module TencentCloud
|
|
|
1569
1569
|
# <li>CREATE_TEMPLATE:生成创建模板的嵌入页面</li>
|
|
1570
1570
|
# <li>MODIFY_TEMPLATE:生成修改模板的嵌入页面</li>
|
|
1571
1571
|
# <li>PREVIEW_TEMPLATE:生成预览模板的嵌入页面</li>
|
|
1572
|
-
# <li>PREVIEW_FLOW
|
|
1573
|
-
# <li>PREVIEW_FLOW_DETAIL:生成预览合同详情的嵌入页面(仅支持PC
|
|
1572
|
+
# <li>PREVIEW_FLOW:生成预览合同文档的嵌入页面(H5链接,支持移动端的浏览器中打开)</li>
|
|
1573
|
+
# <li>PREVIEW_FLOW_DETAIL:生成预览合同详情的嵌入页面(仅支持PC的浏览器中打开)</li>
|
|
1574
1574
|
# <li>PREVIEW_SEAL_LIST:生成预览印章列表的嵌入页面</li>
|
|
1575
1575
|
# <li>PREVIEW_SEAL_DETAIL:生成预览印章详情的嵌入页面</li>
|
|
1576
1576
|
# <li>EXTEND_SERVICE:生成扩展服务的嵌入页面</li>
|
|
@@ -3891,10 +3891,8 @@ module TencentCloud
|
|
|
3891
3891
|
# ChannelDescribeEmployees返回参数结构体
|
|
3892
3892
|
class ChannelDescribeEmployeesResponse < TencentCloud::Common::AbstractModel
|
|
3893
3893
|
# @param Employees: 员工信息列表。
|
|
3894
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
3895
3894
|
# @type Employees: Array
|
|
3896
3895
|
# @param Offset: 指定分页返回第几页的数据。页码从 0 开始,即首页为 0,最大20000。
|
|
3897
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
3898
3896
|
# @type Offset: Integer
|
|
3899
3897
|
# @param Limit: 指定分页每页返回的数据条数,单页最大支持 20。
|
|
3900
3898
|
# @type Limit: Integer
|
|
@@ -4154,7 +4152,6 @@ module TencentCloud
|
|
|
4154
4152
|
# @param TotalCount: 查询角色的总数量
|
|
4155
4153
|
# @type TotalCount: Integer
|
|
4156
4154
|
# @param ChannelRoles: 查询的角色信息列表
|
|
4157
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
4158
4155
|
# @type ChannelRoles: Array
|
|
4159
4156
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
4160
4157
|
# @type RequestId: String
|
|
@@ -4225,10 +4222,8 @@ module TencentCloud
|
|
|
4225
4222
|
# ChannelDescribeSignFaceVideo返回参数结构体
|
|
4226
4223
|
class ChannelDescribeSignFaceVideoResponse < TencentCloud::Common::AbstractModel
|
|
4227
4224
|
# @param VideoData: 核身视频结果。
|
|
4228
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
4229
4225
|
# @type VideoData: :class:`Tencentcloud::Essbasic.v20210526.models.DetectInfoVideoData`
|
|
4230
4226
|
# @param IntentionQuestionResult: 意愿核身问答模式结果。若未使用该意愿核身功能,该字段返回值可以不处理。
|
|
4231
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
4232
4227
|
# @type IntentionQuestionResult: :class:`Tencentcloud::Essbasic.v20210526.models.IntentionQuestionResult`
|
|
4233
4228
|
# @param IntentionActionResult: 意愿核身点头确认模式的结果信息,若未使用该意愿核身功能,该字段返回值可以不处理。
|
|
4234
4229
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -4470,7 +4465,6 @@ module TencentCloud
|
|
|
4470
4465
|
# @type ResourceId: String
|
|
4471
4466
|
# @param PreviewUrl: 预览文件Url,有效期30分钟
|
|
4472
4467
|
# 当前字段返回为空,发起的时候,将ResourceId 放入发起即可
|
|
4473
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
4474
4468
|
# @type PreviewUrl: String
|
|
4475
4469
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
4476
4470
|
# @type RequestId: String
|
|
@@ -5636,16 +5630,14 @@ module TencentCloud
|
|
|
5636
5630
|
# CreateChannelFlowEvidenceReport返回参数结构体
|
|
5637
5631
|
class CreateChannelFlowEvidenceReportResponse < TencentCloud::Common::AbstractModel
|
|
5638
5632
|
# @param ReportId: 出证报告 ID,可用于<a href="https://qian.tencent.com/developers/partnerApis/certificate/DescribeChannelFlowEvidenceReport" target="_blank">获取出证报告任务执行结果</a>查询出证任务结果和出证PDF的下载URL
|
|
5639
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
5640
5633
|
# @type ReportId: String
|
|
5641
5634
|
# @param Status: 出证任务执行的状态, 状态含义如下:
|
|
5642
5635
|
|
|
5643
5636
|
# <ul><li>**EvidenceStatusExecuting**: 出证任务在执行中</li>
|
|
5644
5637
|
# <li>**EvidenceStatusSuccess**: 出证任务执行成功</li>
|
|
5645
|
-
# <li>**EvidenceStatusFailed** :
|
|
5638
|
+
# <li>**EvidenceStatusFailed** : 出证任务执行失败</li></ul>
|
|
5646
5639
|
# @type Status: String
|
|
5647
5640
|
# @param ReportUrl: 废除,字段无效
|
|
5648
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
5649
5641
|
# @type ReportUrl: String
|
|
5650
5642
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
5651
5643
|
# @type RequestId: String
|
|
@@ -6508,9 +6500,8 @@ module TencentCloud
|
|
|
6508
6500
|
# @param OrganizationCommonInfo: 企业授权书信息参数, 需要自行保证这些参数跟营业执照中的信息一致。
|
|
6509
6501
|
# @type OrganizationCommonInfo: :class:`Tencentcloud::Essbasic.v20210526.models.OrganizationCommonInfo`
|
|
6510
6502
|
# @param Type: 授权书类型:
|
|
6511
|
-
|
|
6512
|
-
#
|
|
6513
|
-
# - 2: 企业注销授权书
|
|
6503
|
+
|
|
6504
|
+
# <ul><li>0: 企业认证超管授权书</li><li>1: 超管变更授权书</li><li>2: 企业注销授权书</li></ul>
|
|
6514
6505
|
# @type Type: Integer
|
|
6515
6506
|
|
|
6516
6507
|
attr_accessor :Agent, :OrganizationCommonInfo, :Type
|
|
@@ -6537,7 +6528,6 @@ module TencentCloud
|
|
|
6537
6528
|
# CreateOrganizationAuthFile返回参数结构体
|
|
6538
6529
|
class CreateOrganizationAuthFileResponse < TencentCloud::Common::AbstractModel
|
|
6539
6530
|
# @param FileUrl: 授权书链接,有效期5分钟。
|
|
6540
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6541
6531
|
# @type FileUrl: String
|
|
6542
6532
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
6543
6533
|
# @type RequestId: String
|
|
@@ -6629,7 +6619,6 @@ module TencentCloud
|
|
|
6629
6619
|
# CreatePartnerAutoSignAuthUrl返回参数结构体
|
|
6630
6620
|
class CreatePartnerAutoSignAuthUrlResponse < TencentCloud::Common::AbstractModel
|
|
6631
6621
|
# @param Url: 授权链接,以短链形式返回,短链的有效期参考回参中的 ExpiredTime。
|
|
6632
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6633
6622
|
# @type Url: String
|
|
6634
6623
|
# @param MiniAppPath: 从客户小程序或者客户APP跳转至腾讯电子签小程序进行批量签署的跳转路径
|
|
6635
6624
|
# @type MiniAppPath: String
|
|
@@ -6695,16 +6684,12 @@ module TencentCloud
|
|
|
6695
6684
|
# @param AuthCertUrl: 个人用户认证证书图片下载URL,`有效期为5分钟`,超过有效期后将无法再下载。
|
|
6696
6685
|
# @type AuthCertUrl: String
|
|
6697
6686
|
# @param ImageCertId: 个人用户认证证书的编号, 为20位数字组成的字符串, 由腾讯电子签下发此编号 。该编号会合成到个人用户证书证明图片。注: `个人用户认证证书的编号和证明图片绑定, 获取新的证明图片编号会变动`
|
|
6698
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6699
6687
|
# @type ImageCertId: String
|
|
6700
6688
|
# @param SerialNumber: 在数字证书申请过程中,系统会自动生成一个独一无二的序列号。请注意,当证书到期并自动续期时,该序列号将会发生变化。值得注意的是,此序列号不会被合成至个人用户证书的证明图片中。
|
|
6701
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6702
6689
|
# @type SerialNumber: String
|
|
6703
6690
|
# @param ValidFrom: CA证书颁发时间,格式为Unix标准时间戳(秒) 该时间格式化后会合成到个人用户证书证明图片
|
|
6704
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6705
6691
|
# @type ValidFrom: Integer
|
|
6706
6692
|
# @param ValidTo: CA证书有效截止时间,格式为Unix标准时间戳(秒)该时间格式化后会合成到个人用户证书证明图片
|
|
6707
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6708
6693
|
# @type ValidTo: Integer
|
|
6709
6694
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
6710
6695
|
# @type RequestId: String
|
|
@@ -6826,7 +6811,6 @@ module TencentCloud
|
|
|
6826
6811
|
# @param ImageUrl: 电子印章预览链接地址,地址默认失效时间为24小时。
|
|
6827
6812
|
|
|
6828
6813
|
# 注:`图片上传生成的电子印章无预览链接地址`
|
|
6829
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6830
6814
|
# @type ImageUrl: String
|
|
6831
6815
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
6832
6816
|
# @type RequestId: String
|
|
@@ -7321,13 +7305,12 @@ module TencentCloud
|
|
|
7321
7305
|
# DescribeChannelFlowEvidenceReport返回参数结构体
|
|
7322
7306
|
class DescribeChannelFlowEvidenceReportResponse < TencentCloud::Common::AbstractModel
|
|
7323
7307
|
# @param ReportUrl: 出证报告PDF的下载 URL,有效期为5分钟,超过有效期后将无法再下载。
|
|
7324
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
7325
7308
|
# @type ReportUrl: String
|
|
7326
7309
|
# @param Status: 出证任务执行的状态, 状态含义如下:
|
|
7327
7310
|
|
|
7328
7311
|
# <ul><li>**EvidenceStatusExecuting**: 出证任务在执行中</li>
|
|
7329
7312
|
# <li>**EvidenceStatusSuccess**: 出证任务执行成功</li>
|
|
7330
|
-
# <li>**EvidenceStatusFailed** :
|
|
7313
|
+
# <li>**EvidenceStatusFailed** : 出证任务执行失败</li></ul>
|
|
7331
7314
|
# @type Status: String
|
|
7332
7315
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
7333
7316
|
# @type RequestId: String
|
|
@@ -7541,7 +7524,6 @@ module TencentCloud
|
|
|
7541
7524
|
# DescribeExtendedServiceAuthDetail返回参数结构体
|
|
7542
7525
|
class DescribeExtendedServiceAuthDetailResponse < TencentCloud::Common::AbstractModel
|
|
7543
7526
|
# @param AuthInfoDetail: 服务授权的信息列表,根据查询类型返回特定扩展服务的开通和授权状况。
|
|
7544
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
7545
7527
|
# @type AuthInfoDetail: :class:`Tencentcloud::Essbasic.v20210526.models.AuthInfoDetail`
|
|
7546
7528
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
7547
7529
|
# @type RequestId: String
|
|
@@ -7592,7 +7574,6 @@ module TencentCloud
|
|
|
7592
7574
|
# DescribeExtendedServiceAuthInfo返回参数结构体
|
|
7593
7575
|
class DescribeExtendedServiceAuthInfoResponse < TencentCloud::Common::AbstractModel
|
|
7594
7576
|
# @param AuthInfo: 服务开通和授权的信息列表,根据查询类型返回所有支持的扩展服务开通和授权状况,或者返回特定扩展服务的开通和授权状况。
|
|
7595
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
7596
7577
|
# @type AuthInfo: Array
|
|
7597
7578
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
7598
7579
|
# @type RequestId: String
|
|
@@ -7673,13 +7654,10 @@ module TencentCloud
|
|
|
7673
7654
|
# @type ProxyOrganizationOpenId: String
|
|
7674
7655
|
# @param FlowInfo: 合同流程的详细信息。
|
|
7675
7656
|
# 如果查询的是合同组信息,则返回的是组内所有子合同流程的详细信息。
|
|
7676
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
7677
7657
|
# @type FlowInfo: Array
|
|
7678
7658
|
# @param FlowGroupId: 合同组ID,只有在查询合同组信息时才会返回。
|
|
7679
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
7680
7659
|
# @type FlowGroupId: String
|
|
7681
7660
|
# @param FlowGroupName: 合同组名称,只有在查询合同组信息时才会返回。
|
|
7682
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
7683
7661
|
# @type FlowGroupName: String
|
|
7684
7662
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
7685
7663
|
# @type RequestId: String
|
|
@@ -8005,7 +7983,6 @@ module TencentCloud
|
|
|
8005
7983
|
# @param Total: 用量明细条数
|
|
8006
7984
|
# @type Total: Integer
|
|
8007
7985
|
# @param Details: 用量明细
|
|
8008
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
8009
7986
|
# @type Details: Array
|
|
8010
7987
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
8011
7988
|
# @type RequestId: String
|
|
@@ -8996,7 +8973,7 @@ module TencentCloud
|
|
|
8996
8973
|
# @type FlowType: String
|
|
8997
8974
|
# @param CallbackUrl: 已废弃,请使用【应用号配置】中的回调地址统一接收消息
|
|
8998
8975
|
# @type CallbackUrl: String
|
|
8999
|
-
# @param CustomerData: 第三方应用的业务信息,最大长度1000
|
|
8976
|
+
# @param CustomerData: 第三方应用的业务信息,最大长度1000个字符。
|
|
9000
8977
|
# @type CustomerData: String
|
|
9001
8978
|
# @param Unordered: 合同签署顺序类型(无序签,顺序签),默认为false,即有序签署
|
|
9002
8979
|
# @type Unordered: Boolean
|
|
@@ -10220,10 +10197,8 @@ module TencentCloud
|
|
|
10220
10197
|
# OperateChannelTemplate返回参数结构体
|
|
10221
10198
|
class OperateChannelTemplateResponse < TencentCloud::Common::AbstractModel
|
|
10222
10199
|
# @param AppId: 第三方应用平台的应用ID
|
|
10223
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
10224
10200
|
# @type AppId: String
|
|
10225
10201
|
# @param TemplateId: 合同模板ID
|
|
10226
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
10227
10202
|
# @type TemplateId: String
|
|
10228
10203
|
# @param OperateResult: 描述模板可见性更改的结果。
|
|
10229
10204
|
# <ul>
|
|
@@ -10231,18 +10206,14 @@ module TencentCloud
|
|
|
10231
10206
|
# <li>part-success: 部分成功,失败的会在FailMessageList中展示</li>
|
|
10232
10207
|
# <li>fail:全部失败, 失败的会在FailMessageList中展示</li>
|
|
10233
10208
|
# </ul>
|
|
10234
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
10235
10209
|
# @type OperateResult: String
|
|
10236
10210
|
# @param AuthTag: 模板可见范围:
|
|
10237
10211
|
# **all**: 所有本第三方应用合作企业可见
|
|
10238
10212
|
# **part**: 指定的本第三方应用合作企业
|
|
10239
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
10240
10213
|
# @type AuthTag: String
|
|
10241
10214
|
# @param ProxyOrganizationOpenIds: 第三方平台子客企业标识列表
|
|
10242
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
10243
10215
|
# @type ProxyOrganizationOpenIds: Array
|
|
10244
10216
|
# @param FailMessageList: 操作失败信息数组
|
|
10245
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
10246
10217
|
# @type FailMessageList: Array
|
|
10247
10218
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
10248
10219
|
# @type RequestId: String
|
|
@@ -11466,10 +11437,8 @@ module TencentCloud
|
|
|
11466
11437
|
|
|
11467
11438
|
# <ul><li> **1** :全部成功</li>
|
|
11468
11439
|
# <li> **2** :部分成功</li></ul>
|
|
11469
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
11470
11440
|
# @type Status: Integer
|
|
11471
11441
|
# @param FailedList: 同步失败员工ID及其失败原因
|
|
11472
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
11473
11442
|
# @type FailedList: Array
|
|
11474
11443
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
11475
11444
|
# @type RequestId: String
|
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.
|
|
4
|
+
version: 3.0.981
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2025-01-
|
|
11
|
+
date: 2025-01-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|