tencentcloud-sdk-essbasic 1.0.340 → 1.0.343
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 +10 -11
- 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: bd7a2042af736bbc4dad10783d7317fa983a00d7
|
|
4
|
+
data.tar.gz: 684a81374d18475205807ef0d3b37e50f6dea2d1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4ec09980794526c5da844f3b63b6bd15d45433af60189564c00ea7a0afb22a7d406905e20c44b21f4cd6522d0518738d0659a586cba374491e04701375914e8c
|
|
7
|
+
data.tar.gz: 8c84da065696363beaebf6b01c9838a92b4e04ea81d7dcc2b822593cdb54ce2652548ed76793e980591e83fa83676587295806e8c8ec72dae362b97e9cbb8bad
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.343
|
data/lib/v20210526/models.rb
CHANGED
|
@@ -90,8 +90,7 @@ module TencentCloud
|
|
|
90
90
|
|
|
91
91
|
# ChannelCancelMultiFlowSignQRCode请求参数结构体
|
|
92
92
|
class ChannelCancelMultiFlowSignQRCodeRequest < TencentCloud::Common::AbstractModel
|
|
93
|
-
# @param Agent:
|
|
94
|
-
# 此接口Agent.ProxyOrganizationOpenId 和 Agent. ProxyOperator.OpenId 必填
|
|
93
|
+
# @param Agent: 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
|
|
95
94
|
# @type Agent: :class:`Tencentcloud::Essbasic.v20210526.models.Agent`
|
|
96
95
|
# @param QrCodeId: 二维码id
|
|
97
96
|
# @type QrCodeId: String
|
|
@@ -234,8 +233,8 @@ module TencentCloud
|
|
|
234
233
|
|
|
235
234
|
# ChannelCreateMultiFlowSignQRCode请求参数结构体
|
|
236
235
|
class ChannelCreateMultiFlowSignQRCodeRequest < TencentCloud::Common::AbstractModel
|
|
237
|
-
# @param Agent:
|
|
238
|
-
# 此接口Agent.ProxyOrganizationOpenId
|
|
236
|
+
# @param Agent: 渠道应用相关信息。
|
|
237
|
+
# 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 必填。
|
|
239
238
|
# @type Agent: :class:`Tencentcloud::Essbasic.v20210526.models.Agent`
|
|
240
239
|
# @param TemplateId: 模版ID
|
|
241
240
|
# @type TemplateId: String
|
|
@@ -621,7 +620,7 @@ module TencentCloud
|
|
|
621
620
|
|
|
622
621
|
# CreateSignUrls请求参数结构体
|
|
623
622
|
class CreateSignUrlsRequest < TencentCloud::Common::AbstractModel
|
|
624
|
-
# @param Agent:
|
|
623
|
+
# @param Agent: 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
|
|
625
624
|
# @type Agent: :class:`Tencentcloud::Essbasic.v20210526.models.Agent`
|
|
626
625
|
# @param FlowIds: 所签署合同ID数组
|
|
627
626
|
# @type FlowIds: Array
|
|
@@ -694,7 +693,7 @@ module TencentCloud
|
|
|
694
693
|
|
|
695
694
|
# DescribeFlowDetailInfo请求参数结构体
|
|
696
695
|
class DescribeFlowDetailInfoRequest < TencentCloud::Common::AbstractModel
|
|
697
|
-
# @param Agent:
|
|
696
|
+
# @param Agent: 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
|
|
698
697
|
# @type Agent: :class:`Tencentcloud::Essbasic.v20210526.models.Agent`
|
|
699
698
|
# @param FlowIds: 合同(流程)编号数组
|
|
700
699
|
# @type FlowIds: Array
|
|
@@ -760,7 +759,8 @@ module TencentCloud
|
|
|
760
759
|
|
|
761
760
|
# DescribeResourceUrlsByFlows请求参数结构体
|
|
762
761
|
class DescribeResourceUrlsByFlowsRequest < TencentCloud::Common::AbstractModel
|
|
763
|
-
# @param Agent:
|
|
762
|
+
# @param Agent: 渠道应用相关信息。
|
|
763
|
+
# 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
|
|
764
764
|
# @type Agent: :class:`Tencentcloud::Essbasic.v20210526.models.Agent`
|
|
765
765
|
# @param Operator: 操作者的信息
|
|
766
766
|
# @type Operator: :class:`Tencentcloud::Essbasic.v20210526.models.UserInfo`
|
|
@@ -822,7 +822,7 @@ module TencentCloud
|
|
|
822
822
|
|
|
823
823
|
# DescribeTemplates请求参数结构体
|
|
824
824
|
class DescribeTemplatesRequest < TencentCloud::Common::AbstractModel
|
|
825
|
-
# @param Agent:
|
|
825
|
+
# @param Agent: 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
|
|
826
826
|
# @type Agent: :class:`Tencentcloud::Essbasic.v20210526.models.Agent`
|
|
827
827
|
# @param Operator: 操作者的信息
|
|
828
828
|
# @type Operator: :class:`Tencentcloud::Essbasic.v20210526.models.UserInfo`
|
|
@@ -1334,8 +1334,7 @@ module TencentCloud
|
|
|
1334
1334
|
|
|
1335
1335
|
# GetDownloadFlowUrl请求参数结构体
|
|
1336
1336
|
class GetDownloadFlowUrlRequest < TencentCloud::Common::AbstractModel
|
|
1337
|
-
# @param Agent:
|
|
1338
|
-
# 此接口Agent.ProxyOrganizationOpenId 和 Agent. ProxyOperator.OpenId 必填
|
|
1337
|
+
# @param Agent: 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
|
|
1339
1338
|
# @type Agent: :class:`Tencentcloud::Essbasic.v20210526.models.Agent`
|
|
1340
1339
|
# @param Operator: 操作者的信息
|
|
1341
1340
|
# @type Operator: :class:`Tencentcloud::Essbasic.v20210526.models.UserInfo`
|
|
@@ -1392,7 +1391,7 @@ module TencentCloud
|
|
|
1392
1391
|
|
|
1393
1392
|
# OperateChannelTemplate请求参数结构体
|
|
1394
1393
|
class OperateChannelTemplateRequest < TencentCloud::Common::AbstractModel
|
|
1395
|
-
# @param Agent:
|
|
1394
|
+
# @param Agent: 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
|
|
1396
1395
|
# @type Agent: :class:`Tencentcloud::Essbasic.v20210526.models.Agent`
|
|
1397
1396
|
# @param TemplateId: 渠道方模板库模板唯一标识
|
|
1398
1397
|
# @type TemplateId: 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: 1.0.
|
|
4
|
+
version: 1.0.343
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-06-
|
|
11
|
+
date: 2022-06-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|