tencentcloud-sdk-essbasic 3.0.607 → 3.0.608
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 +44 -39
- 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: 96e59fe3eb70c143bf79f2e861a4a90fcd7b8ed0
|
|
4
|
+
data.tar.gz: d2e6cb6529534630b56bd2ef886772daec80ea6a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2db71450ffa2829a242cfad6f54525e1de441bb8e514ffde56fdfc4dcef148c5e3f600a5fdb18c358fbe198ee9a4b022b04cfa9308f99b4f157f4e1fd453a29e
|
|
7
|
+
data.tar.gz: 1a39de10d368304a37a5c49b47b6a496b025aab717df31976f9f2a20f6195d8dc1d65fc41ca4a42897147b659ae24cca4c41b8a458849450ca8f486398d693a4
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.608
|
data/lib/v20210526/models.rb
CHANGED
|
@@ -238,7 +238,7 @@ module TencentCloud
|
|
|
238
238
|
|
|
239
239
|
# ChannelBatchCancelFlows请求参数结构体
|
|
240
240
|
class ChannelBatchCancelFlowsRequest < TencentCloud::Common::AbstractModel
|
|
241
|
-
# @param Agent: 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
241
|
+
# @param Agent: 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
242
242
|
# @type Agent: :class:`Tencentcloud::Essbasic.v20210526.models.Agent`
|
|
243
243
|
# @param FlowIds: 签署流程Id数组,最多100个,超过100不处理
|
|
244
244
|
# @type FlowIds: Array
|
|
@@ -305,7 +305,7 @@ module TencentCloud
|
|
|
305
305
|
class ChannelCancelFlowRequest < TencentCloud::Common::AbstractModel
|
|
306
306
|
# @param FlowId: 签署流程编号
|
|
307
307
|
# @type FlowId: String
|
|
308
|
-
# @param Agent: 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
308
|
+
# @param Agent: 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
309
309
|
# @type Agent: :class:`Tencentcloud::Essbasic.v20210526.models.Agent`
|
|
310
310
|
# @param CancelMessage: 撤回原因,最大不超过200字符
|
|
311
311
|
# @type CancelMessage: String
|
|
@@ -364,7 +364,7 @@ module TencentCloud
|
|
|
364
364
|
|
|
365
365
|
# ChannelCancelMultiFlowSignQRCode请求参数结构体
|
|
366
366
|
class ChannelCancelMultiFlowSignQRCodeRequest < TencentCloud::Common::AbstractModel
|
|
367
|
-
# @param Agent: 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
367
|
+
# @param Agent: 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId必填。
|
|
368
368
|
# @type Agent: :class:`Tencentcloud::Essbasic.v20210526.models.Agent`
|
|
369
369
|
# @param QrCodeId: 二维码id
|
|
370
370
|
# @type QrCodeId: String
|
|
@@ -413,7 +413,7 @@ module TencentCloud
|
|
|
413
413
|
|
|
414
414
|
# ChannelCreateBatchCancelFlowUrl请求参数结构体
|
|
415
415
|
class ChannelCreateBatchCancelFlowUrlRequest < TencentCloud::Common::AbstractModel
|
|
416
|
-
# @param Agent: 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
416
|
+
# @param Agent: 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
417
417
|
# @type Agent: :class:`Tencentcloud::Essbasic.v20210526.models.Agent`
|
|
418
418
|
# @param FlowIds: 签署流程Id数组
|
|
419
419
|
# @type FlowIds: Array
|
|
@@ -524,7 +524,7 @@ module TencentCloud
|
|
|
524
524
|
|
|
525
525
|
# ChannelCreateConvertTaskApi请求参数结构体
|
|
526
526
|
class ChannelCreateConvertTaskApiRequest < TencentCloud::Common::AbstractModel
|
|
527
|
-
# @param Agent: 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
527
|
+
# @param Agent: 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
528
528
|
# @type Agent: :class:`Tencentcloud::Essbasic.v20210526.models.Agent`
|
|
529
529
|
# @param ResourceType: 资源类型 支持doc,docx,html,xls,xlsx,jpg,jpeg,png,bmp文件类型
|
|
530
530
|
# @type ResourceType: String
|
|
@@ -594,7 +594,7 @@ module TencentCloud
|
|
|
594
594
|
|
|
595
595
|
# ChannelCreateEmbedWebUrl请求参数结构体
|
|
596
596
|
class ChannelCreateEmbedWebUrlRequest < TencentCloud::Common::AbstractModel
|
|
597
|
-
# @param Agent: 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
597
|
+
# @param Agent: 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
598
598
|
# @type Agent: :class:`Tencentcloud::Essbasic.v20210526.models.Agent`
|
|
599
599
|
# @param EmbedType: WEB嵌入资源类型。
|
|
600
600
|
# CREATE_SEAL: 创建印章
|
|
@@ -667,7 +667,7 @@ module TencentCloud
|
|
|
667
667
|
|
|
668
668
|
# ChannelCreateFlowByFiles请求参数结构体
|
|
669
669
|
class ChannelCreateFlowByFilesRequest < TencentCloud::Common::AbstractModel
|
|
670
|
-
# @param Agent: 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
670
|
+
# @param Agent: 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 均必填。
|
|
671
671
|
# @type Agent: :class:`Tencentcloud::Essbasic.v20210526.models.Agent`
|
|
672
672
|
# @param FlowName: 签署流程名称,长度不超过200个字符
|
|
673
673
|
# @type FlowName: String
|
|
@@ -813,7 +813,7 @@ module TencentCloud
|
|
|
813
813
|
# @type FlowFileInfos: Array
|
|
814
814
|
# @param FlowGroupName: 合同组名称,长度不超过200个字符
|
|
815
815
|
# @type FlowGroupName: String
|
|
816
|
-
# @param Agent: 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
816
|
+
# @param Agent: 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
817
817
|
# @type Agent: :class:`Tencentcloud::Essbasic.v20210526.models.Agent`
|
|
818
818
|
# @param ApproverVerifyType: 签署人校验方式
|
|
819
819
|
# VerifyCheck: 人脸识别(默认)
|
|
@@ -886,7 +886,7 @@ module TencentCloud
|
|
|
886
886
|
|
|
887
887
|
# ChannelCreateFlowReminds请求参数结构体
|
|
888
888
|
class ChannelCreateFlowRemindsRequest < TencentCloud::Common::AbstractModel
|
|
889
|
-
# @param Agent: 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
889
|
+
# @param Agent: 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
890
890
|
# @type Agent: :class:`Tencentcloud::Essbasic.v20210526.models.Agent`
|
|
891
891
|
# @param FlowIds: 签署流程Id数组,最多100个,超过100不处理
|
|
892
892
|
# @type FlowIds: Array
|
|
@@ -936,7 +936,7 @@ module TencentCloud
|
|
|
936
936
|
|
|
937
937
|
# ChannelCreateFlowSignReview请求参数结构体
|
|
938
938
|
class ChannelCreateFlowSignReviewRequest < TencentCloud::Common::AbstractModel
|
|
939
|
-
# @param Agent: 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
939
|
+
# @param Agent: 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
940
940
|
# @type Agent: :class:`Tencentcloud::Essbasic.v20210526.models.Agent`
|
|
941
941
|
# @param FlowId: 签署流程编号
|
|
942
942
|
# @type FlowId: String
|
|
@@ -999,7 +999,7 @@ module TencentCloud
|
|
|
999
999
|
|
|
1000
1000
|
# ChannelCreateFlowSignUrl请求参数结构体
|
|
1001
1001
|
class ChannelCreateFlowSignUrlRequest < TencentCloud::Common::AbstractModel
|
|
1002
|
-
# @param Agent: 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
1002
|
+
# @param Agent: 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填
|
|
1003
1003
|
# @type Agent: :class:`Tencentcloud::Essbasic.v20210526.models.Agent`
|
|
1004
1004
|
# @param FlowId: 流程编号
|
|
1005
1005
|
# @type FlowId: String
|
|
@@ -1080,7 +1080,7 @@ module TencentCloud
|
|
|
1080
1080
|
# ChannelCreateMultiFlowSignQRCode请求参数结构体
|
|
1081
1081
|
class ChannelCreateMultiFlowSignQRCodeRequest < TencentCloud::Common::AbstractModel
|
|
1082
1082
|
# @param Agent: 应用相关信息。
|
|
1083
|
-
# 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
1083
|
+
# 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
1084
1084
|
# @type Agent: :class:`Tencentcloud::Essbasic.v20210526.models.Agent`
|
|
1085
1085
|
# @param TemplateId: 模版ID
|
|
1086
1086
|
# @type TemplateId: String
|
|
@@ -1288,7 +1288,7 @@ module TencentCloud
|
|
|
1288
1288
|
|
|
1289
1289
|
# ChannelCreateReleaseFlow请求参数结构体
|
|
1290
1290
|
class ChannelCreateReleaseFlowRequest < TencentCloud::Common::AbstractModel
|
|
1291
|
-
# @param Agent: 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
1291
|
+
# @param Agent: 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
1292
1292
|
# @type Agent: :class:`Tencentcloud::Essbasic.v20210526.models.Agent`
|
|
1293
1293
|
# @param NeedRelievedFlowId: 待解除的流程编号(即原流程的编号)
|
|
1294
1294
|
# @type NeedRelievedFlowId: String
|
|
@@ -1376,7 +1376,7 @@ module TencentCloud
|
|
|
1376
1376
|
|
|
1377
1377
|
# ChannelCreateSealPolicy请求参数结构体
|
|
1378
1378
|
class ChannelCreateSealPolicyRequest < TencentCloud::Common::AbstractModel
|
|
1379
|
-
# @param Agent: 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
1379
|
+
# @param Agent: 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
1380
1380
|
# @type Agent: :class:`Tencentcloud::Essbasic.v20210526.models.Agent`
|
|
1381
1381
|
# @param SealId: 指定印章ID
|
|
1382
1382
|
# @type SealId: String
|
|
@@ -1444,7 +1444,7 @@ module TencentCloud
|
|
|
1444
1444
|
|
|
1445
1445
|
# ChannelCreateUserRoles请求参数结构体
|
|
1446
1446
|
class ChannelCreateUserRolesRequest < TencentCloud::Common::AbstractModel
|
|
1447
|
-
# @param Agent: 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
1447
|
+
# @param Agent: 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
1448
1448
|
# @type Agent: :class:`Tencentcloud::Essbasic.v20210526.models.Agent`
|
|
1449
1449
|
# @param RoleIds: 绑定角色的角色id列表
|
|
1450
1450
|
# @type RoleIds: Array
|
|
@@ -1512,7 +1512,7 @@ module TencentCloud
|
|
|
1512
1512
|
|
|
1513
1513
|
# ChannelDeleteRoleUsers请求参数结构体
|
|
1514
1514
|
class ChannelDeleteRoleUsersRequest < TencentCloud::Common::AbstractModel
|
|
1515
|
-
# @param Agent:
|
|
1515
|
+
# @param Agent: 代理信息此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
1516
1516
|
# @type Agent: :class:`Tencentcloud::Essbasic.v20210526.models.Agent`
|
|
1517
1517
|
# @param RoleId: 角色Id(非超管或法人角色Id)
|
|
1518
1518
|
# @type RoleId: String
|
|
@@ -1573,7 +1573,7 @@ module TencentCloud
|
|
|
1573
1573
|
|
|
1574
1574
|
# ChannelDeleteSealPolicies请求参数结构体
|
|
1575
1575
|
class ChannelDeleteSealPoliciesRequest < TencentCloud::Common::AbstractModel
|
|
1576
|
-
# @param Agent: 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
1576
|
+
# @param Agent: 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
1577
1577
|
# @type Agent: :class:`Tencentcloud::Essbasic.v20210526.models.Agent`
|
|
1578
1578
|
# @param SealId: 指定印章ID
|
|
1579
1579
|
# @type SealId: String
|
|
@@ -1638,7 +1638,7 @@ module TencentCloud
|
|
|
1638
1638
|
class ChannelDescribeEmployeesRequest < TencentCloud::Common::AbstractModel
|
|
1639
1639
|
# @param Limit: 返回最大数量,最大为20
|
|
1640
1640
|
# @type Limit: Integer
|
|
1641
|
-
# @param Agent: 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
1641
|
+
# @param Agent: 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
1642
1642
|
# @type Agent: :class:`Tencentcloud::Essbasic.v20210526.models.Agent`
|
|
1643
1643
|
# @param Filters: 查询过滤实名用户,Key为Status,Values为["IsVerified"]
|
|
1644
1644
|
# 根据第三方系统openId过滤查询员工时,Key为StaffOpenId,Values为["OpenId","OpenId",...]
|
|
@@ -1727,7 +1727,7 @@ module TencentCloud
|
|
|
1727
1727
|
|
|
1728
1728
|
# ChannelDescribeFlowComponents请求参数结构体
|
|
1729
1729
|
class ChannelDescribeFlowComponentsRequest < TencentCloud::Common::AbstractModel
|
|
1730
|
-
# @param Agent:
|
|
1730
|
+
# @param Agent: 应用相关信息。此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填
|
|
1731
1731
|
# @type Agent: :class:`Tencentcloud::Essbasic.v20210526.models.Agent`
|
|
1732
1732
|
# @param FlowId: 电子签流程的Id
|
|
1733
1733
|
# @type FlowId: String
|
|
@@ -1778,7 +1778,7 @@ module TencentCloud
|
|
|
1778
1778
|
|
|
1779
1779
|
# ChannelDescribeOrganizationSeals请求参数结构体
|
|
1780
1780
|
class ChannelDescribeOrganizationSealsRequest < TencentCloud::Common::AbstractModel
|
|
1781
|
-
# @param Agent: 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
1781
|
+
# @param Agent: 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
1782
1782
|
# @type Agent: :class:`Tencentcloud::Essbasic.v20210526.models.Agent`
|
|
1783
1783
|
# @param Limit: 返回最大数量,最大为100
|
|
1784
1784
|
# @type Limit: Integer
|
|
@@ -1854,7 +1854,7 @@ module TencentCloud
|
|
|
1854
1854
|
|
|
1855
1855
|
# ChannelDescribeRoles请求参数结构体
|
|
1856
1856
|
class ChannelDescribeRolesRequest < TencentCloud::Common::AbstractModel
|
|
1857
|
-
# @param Agent: 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
1857
|
+
# @param Agent: 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
1858
1858
|
# @type Agent: :class:`Tencentcloud::Essbasic.v20210526.models.Agent`
|
|
1859
1859
|
# @param Offset: 查询起始偏移,最大2000
|
|
1860
1860
|
# @type Offset: Integer
|
|
@@ -1944,7 +1944,7 @@ module TencentCloud
|
|
|
1944
1944
|
|
|
1945
1945
|
# ChannelGetTaskResultApi请求参数结构体
|
|
1946
1946
|
class ChannelGetTaskResultApiRequest < TencentCloud::Common::AbstractModel
|
|
1947
|
-
# @param Agent: 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
1947
|
+
# @param Agent: 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 均必填。
|
|
1948
1948
|
# @type Agent: :class:`Tencentcloud::Essbasic.v20210526.models.Agent`
|
|
1949
1949
|
# @param TaskId: 任务Id,通过ChannelCreateConvertTaskApi接口获得
|
|
1950
1950
|
# @type TaskId: String
|
|
@@ -2066,7 +2066,7 @@ module TencentCloud
|
|
|
2066
2066
|
|
|
2067
2067
|
# ChannelUpdateSealStatus请求参数结构体
|
|
2068
2068
|
class ChannelUpdateSealStatusRequest < TencentCloud::Common::AbstractModel
|
|
2069
|
-
# @param Agent: 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
2069
|
+
# @param Agent: 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
2070
2070
|
# @type Agent: :class:`Tencentcloud::Essbasic.v20210526.models.Agent`
|
|
2071
2071
|
# @param Status: 操作的印章状态,DISABLE-停用印章
|
|
2072
2072
|
# @type Status: String
|
|
@@ -2125,7 +2125,7 @@ module TencentCloud
|
|
|
2125
2125
|
class ChannelVerifyPdfRequest < TencentCloud::Common::AbstractModel
|
|
2126
2126
|
# @param FlowId: 流程ID
|
|
2127
2127
|
# @type FlowId: String
|
|
2128
|
-
# @param Agent: 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
2128
|
+
# @param Agent: 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
2129
2129
|
# @type Agent: :class:`Tencentcloud::Essbasic.v20210526.models.Agent`
|
|
2130
2130
|
# @param Operator: 暂未开放
|
|
2131
2131
|
# @type Operator: :class:`Tencentcloud::Essbasic.v20210526.models.UserInfo`
|
|
@@ -2548,7 +2548,7 @@ module TencentCloud
|
|
|
2548
2548
|
|
|
2549
2549
|
# CreateChannelFlowEvidenceReport请求参数结构体
|
|
2550
2550
|
class CreateChannelFlowEvidenceReportRequest < TencentCloud::Common::AbstractModel
|
|
2551
|
-
# @param Agent: 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
2551
|
+
# @param Agent: 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填
|
|
2552
2552
|
# @type Agent: :class:`Tencentcloud::Essbasic.v20210526.models.Agent`
|
|
2553
2553
|
# @param FlowId: 签署流程编号
|
|
2554
2554
|
# @type FlowId: String
|
|
@@ -2728,7 +2728,7 @@ module TencentCloud
|
|
|
2728
2728
|
|
|
2729
2729
|
# CreateFlowsByTemplates请求参数结构体
|
|
2730
2730
|
class CreateFlowsByTemplatesRequest < TencentCloud::Common::AbstractModel
|
|
2731
|
-
# @param Agent: 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
2731
|
+
# @param Agent: 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 均必填。
|
|
2732
2732
|
# @type Agent: :class:`Tencentcloud::Essbasic.v20210526.models.Agent`
|
|
2733
2733
|
# @param FlowInfos: 多个合同(签署流程)信息,最多支持20个
|
|
2734
2734
|
# @type FlowInfos: Array
|
|
@@ -2823,7 +2823,7 @@ module TencentCloud
|
|
|
2823
2823
|
|
|
2824
2824
|
# CreateSealByImage请求参数结构体
|
|
2825
2825
|
class CreateSealByImageRequest < TencentCloud::Common::AbstractModel
|
|
2826
|
-
# @param Agent: 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
2826
|
+
# @param Agent: 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
2827
2827
|
# @type Agent: :class:`Tencentcloud::Essbasic.v20210526.models.Agent`
|
|
2828
2828
|
# @param SealName: 印章名称,最大长度不超过50字符
|
|
2829
2829
|
# @type SealName: String
|
|
@@ -2880,7 +2880,7 @@ module TencentCloud
|
|
|
2880
2880
|
|
|
2881
2881
|
# CreateSignUrls请求参数结构体
|
|
2882
2882
|
class CreateSignUrlsRequest < TencentCloud::Common::AbstractModel
|
|
2883
|
-
# @param Agent: 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
2883
|
+
# @param Agent: 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
2884
2884
|
# @type Agent: :class:`Tencentcloud::Essbasic.v20210526.models.Agent`
|
|
2885
2885
|
# @param FlowIds: 签署流程编号数组,最多支持100个。(备注:该参数和合同组编号必须二选一)
|
|
2886
2886
|
# @type FlowIds: Array
|
|
@@ -3012,7 +3012,7 @@ module TencentCloud
|
|
|
3012
3012
|
|
|
3013
3013
|
# DescribeChannelFlowEvidenceReport请求参数结构体
|
|
3014
3014
|
class DescribeChannelFlowEvidenceReportRequest < TencentCloud::Common::AbstractModel
|
|
3015
|
-
# @param Agent: 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
3015
|
+
# @param Agent: 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填
|
|
3016
3016
|
# @type Agent: :class:`Tencentcloud::Essbasic.v20210526.models.Agent`
|
|
3017
3017
|
# @param ReportId: 出证报告编号
|
|
3018
3018
|
# @type ReportId: String
|
|
@@ -3072,7 +3072,7 @@ module TencentCloud
|
|
|
3072
3072
|
|
|
3073
3073
|
# DescribeExtendedServiceAuthInfo请求参数结构体
|
|
3074
3074
|
class DescribeExtendedServiceAuthInfoRequest < TencentCloud::Common::AbstractModel
|
|
3075
|
-
# @param Agent: 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
3075
|
+
# @param Agent: 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填
|
|
3076
3076
|
|
|
3077
3077
|
# 注: 此接口 参数Agent. ProxyOperator.OpenId 需要传递超管或者法人的OpenId
|
|
3078
3078
|
# @type Agent: :class:`Tencentcloud::Essbasic.v20210526.models.Agent`
|
|
@@ -3121,7 +3121,7 @@ module TencentCloud
|
|
|
3121
3121
|
|
|
3122
3122
|
# DescribeFlowDetailInfo请求参数结构体
|
|
3123
3123
|
class DescribeFlowDetailInfoRequest < TencentCloud::Common::AbstractModel
|
|
3124
|
-
# @param Agent: 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
3124
|
+
# @param Agent: 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
3125
3125
|
# @type Agent: :class:`Tencentcloud::Essbasic.v20210526.models.Agent`
|
|
3126
3126
|
# @param FlowIds: 合同(流程)编号数组,最多支持100个。
|
|
3127
3127
|
# (备注:该参数和合同组编号必须二选一)
|
|
@@ -3206,7 +3206,7 @@ module TencentCloud
|
|
|
3206
3206
|
# DescribeResourceUrlsByFlows请求参数结构体
|
|
3207
3207
|
class DescribeResourceUrlsByFlowsRequest < TencentCloud::Common::AbstractModel
|
|
3208
3208
|
# @param Agent: 应用相关信息。
|
|
3209
|
-
# 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
3209
|
+
# 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
3210
3210
|
# @type Agent: :class:`Tencentcloud::Essbasic.v20210526.models.Agent`
|
|
3211
3211
|
# @param FlowIds: 查询资源所对应的签署流程Id,最多支持50个
|
|
3212
3212
|
# @type FlowIds: Array
|
|
@@ -3271,7 +3271,7 @@ module TencentCloud
|
|
|
3271
3271
|
|
|
3272
3272
|
# DescribeTemplates请求参数结构体
|
|
3273
3273
|
class DescribeTemplatesRequest < TencentCloud::Common::AbstractModel
|
|
3274
|
-
# @param Agent: 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
3274
|
+
# @param Agent: 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId必填。
|
|
3275
3275
|
# @type Agent: :class:`Tencentcloud::Essbasic.v20210526.models.Agent`
|
|
3276
3276
|
# @param TemplateId: 模板唯一标识,查询单个模板时使用
|
|
3277
3277
|
# @type TemplateId: String
|
|
@@ -4249,7 +4249,7 @@ module TencentCloud
|
|
|
4249
4249
|
|
|
4250
4250
|
# GetDownloadFlowUrl请求参数结构体
|
|
4251
4251
|
class GetDownloadFlowUrlRequest < TencentCloud::Common::AbstractModel
|
|
4252
|
-
# @param Agent: 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
4252
|
+
# @param Agent: 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
4253
4253
|
# @type Agent: :class:`Tencentcloud::Essbasic.v20210526.models.Agent`
|
|
4254
4254
|
# @param DownLoadFlows: 文件夹数组,签署流程总数不能超过50个,一个文件夹下,不能超过20个签署流程
|
|
4255
4255
|
# @type DownLoadFlows: Array
|
|
@@ -4309,7 +4309,7 @@ module TencentCloud
|
|
|
4309
4309
|
|
|
4310
4310
|
# ModifyExtendedService请求参数结构体
|
|
4311
4311
|
class ModifyExtendedServiceRequest < TencentCloud::Common::AbstractModel
|
|
4312
|
-
# @param Agent: 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
4312
|
+
# @param Agent: 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
4313
4313
|
|
|
4314
4314
|
# 注: 此接口 参数Agent. ProxyOperator.OpenId 需要传递超管或者法人的OpenId
|
|
4315
4315
|
# @type Agent: :class:`Tencentcloud::Essbasic.v20210526.models.Agent`
|
|
@@ -4445,19 +4445,23 @@ module TencentCloud
|
|
|
4445
4445
|
# @type AuthTag: String
|
|
4446
4446
|
# @param Operator: 暂未开放
|
|
4447
4447
|
# @type Operator: :class:`Tencentcloud::Essbasic.v20210526.models.UserInfo`
|
|
4448
|
+
# @param Available: 当OperateType=UPADATE时,可以通过设置此字段对模板启停用状态进行操作。若此字段值为0,则不会修改模板Available,1为启用模板,2为停用模板。
|
|
4449
|
+
# 启用后模板可以正常领取。停用后,推送方式为【自动推送】的模板则无法被子客使用,推送方式为【手动领取】的模板则无法出现被模板库被子客领用。如果Available更新失败,会直接返回错误。
|
|
4450
|
+
# @type Available: Integer
|
|
4448
4451
|
|
|
4449
|
-
attr_accessor :Agent, :OperateType, :TemplateId, :ProxyOrganizationOpenIds, :AuthTag, :Operator
|
|
4452
|
+
attr_accessor :Agent, :OperateType, :TemplateId, :ProxyOrganizationOpenIds, :AuthTag, :Operator, :Available
|
|
4450
4453
|
extend Gem::Deprecate
|
|
4451
4454
|
deprecate :Operator, :none, 2023, 7
|
|
4452
4455
|
deprecate :Operator=, :none, 2023, 7
|
|
4453
4456
|
|
|
4454
|
-
def initialize(agent=nil, operatetype=nil, templateid=nil, proxyorganizationopenids=nil, authtag=nil, operator=nil)
|
|
4457
|
+
def initialize(agent=nil, operatetype=nil, templateid=nil, proxyorganizationopenids=nil, authtag=nil, operator=nil, available=nil)
|
|
4455
4458
|
@Agent = agent
|
|
4456
4459
|
@OperateType = operatetype
|
|
4457
4460
|
@TemplateId = templateid
|
|
4458
4461
|
@ProxyOrganizationOpenIds = proxyorganizationopenids
|
|
4459
4462
|
@AuthTag = authtag
|
|
4460
4463
|
@Operator = operator
|
|
4464
|
+
@Available = available
|
|
4461
4465
|
end
|
|
4462
4466
|
|
|
4463
4467
|
def deserialize(params)
|
|
@@ -4473,6 +4477,7 @@ module TencentCloud
|
|
|
4473
4477
|
@Operator = UserInfo.new
|
|
4474
4478
|
@Operator.deserialize(params['Operator'])
|
|
4475
4479
|
end
|
|
4480
|
+
@Available = params['Available']
|
|
4476
4481
|
end
|
|
4477
4482
|
end
|
|
4478
4483
|
|
|
@@ -4484,7 +4489,7 @@ module TencentCloud
|
|
|
4484
4489
|
# @param TemplateId: 第三方应用平台模板库模板唯一标识
|
|
4485
4490
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
4486
4491
|
# @type TemplateId: String
|
|
4487
|
-
# @param OperateResult:
|
|
4492
|
+
# @param OperateResult: 描述模版可见性更改的结果,和参数中Available无关,全部成功-"all-success",部分成功-"part-success", 全部失败-"fail"失败的会在FailMessageList中展示。
|
|
4488
4493
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
4489
4494
|
# @type OperateResult: String
|
|
4490
4495
|
# @param AuthTag: 模板可见性, 全部可见-"all", 部分可见-"part"
|
|
@@ -4636,7 +4641,7 @@ module TencentCloud
|
|
|
4636
4641
|
|
|
4637
4642
|
# PrepareFlows请求参数结构体
|
|
4638
4643
|
class PrepareFlowsRequest < TencentCloud::Common::AbstractModel
|
|
4639
|
-
# @param Agent: 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
4644
|
+
# @param Agent: 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
4640
4645
|
# @type Agent: :class:`Tencentcloud::Essbasic.v20210526.models.Agent`
|
|
4641
4646
|
# @param FlowInfos: 多个合同(签署流程)信息,最大支持20个签署流程。
|
|
4642
4647
|
# @type FlowInfos: Array
|
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.608
|
|
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-07-
|
|
11
|
+
date: 2023-07-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|