tencentcloud-sdk-essbasic 3.0.1172 → 3.0.1174
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/tencentcloud-sdk-essbasic.rb +3 -3
- data/lib/v20210526/models.rb +20 -6
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b2ff658935b6267afa6d83c2259c1e4112da0a81
|
|
4
|
+
data.tar.gz: 5a15bb36e0f4cbf0e62c83afab7993f1522c07dd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7af5c7457cea4001261b020d61124f3c7196ff9fb59ec6665cb6ac70f8795ce085169b1d4517a5c44c4574d50335bcfc320474ca1c8c12b0ac62a64b8d1de16c
|
|
7
|
+
data.tar.gz: 8315c671230b4d36e9406a9e8891e3e90e9bf90739e10c124c5e45fc7513a3d2380c2620402719793f918235185418fece4c2b9647bff1af3ff80788068ad961
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1174
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
require 'tencentcloud-sdk-common'
|
|
4
4
|
|
|
5
|
-
require_relative 'v20201222/client'
|
|
6
|
-
require_relative 'v20201222/models'
|
|
7
|
-
|
|
8
5
|
require_relative 'v20210526/client'
|
|
9
6
|
require_relative 'v20210526/models'
|
|
10
7
|
|
|
8
|
+
require_relative 'v20201222/client'
|
|
9
|
+
require_relative 'v20201222/models'
|
|
10
|
+
|
|
11
11
|
module TencentCloud
|
|
12
12
|
module Essbasic
|
|
13
13
|
end
|
data/lib/v20210526/models.rb
CHANGED
|
@@ -11523,7 +11523,8 @@ module TencentCloud
|
|
|
11523
11523
|
# @param TemplateId: 合同模板ID,为32位字符串。
|
|
11524
11524
|
# 注: ` 此处为第三方应用平台模板库模板ID,非子客模板ID`
|
|
11525
11525
|
# @type TemplateId: String
|
|
11526
|
-
# @param ProxyOrganizationOpenIds: 第三方平台子客企业的唯一标识,支持批量(用,分割)
|
|
11526
|
+
# @param ProxyOrganizationOpenIds: 第三方平台子客企业的唯一标识,支持批量(用,分割)
|
|
11527
|
+
# 一次批量操作最多支持100个第三方平台子客
|
|
11527
11528
|
# @type ProxyOrganizationOpenIds: String
|
|
11528
11529
|
# @param AuthTag: 模板可见范围, 可以设置的值如下:
|
|
11529
11530
|
|
|
@@ -11546,13 +11547,18 @@ module TencentCloud
|
|
|
11546
11547
|
# @type Available: Integer
|
|
11547
11548
|
# @param Operator: 暂未开放
|
|
11548
11549
|
# @type Operator: :class:`Tencentcloud::Essbasic.v20210526.models.UserInfo`
|
|
11550
|
+
# @param Limit: 指定分页每页返回的数据条数,单页最大支持 100。
|
|
11551
|
+
# 不传默认值为 20
|
|
11552
|
+
# @type Limit: Integer
|
|
11553
|
+
# @param Offset: 分页查询偏移量,默认为0
|
|
11554
|
+
# @type Offset: Integer
|
|
11549
11555
|
|
|
11550
|
-
attr_accessor :Agent, :OperateType, :TemplateId, :ProxyOrganizationOpenIds, :AuthTag, :Available, :Operator
|
|
11556
|
+
attr_accessor :Agent, :OperateType, :TemplateId, :ProxyOrganizationOpenIds, :AuthTag, :Available, :Operator, :Limit, :Offset
|
|
11551
11557
|
extend Gem::Deprecate
|
|
11552
11558
|
deprecate :Operator, :none, 2025, 11
|
|
11553
11559
|
deprecate :Operator=, :none, 2025, 11
|
|
11554
11560
|
|
|
11555
|
-
def initialize(agent=nil, operatetype=nil, templateid=nil, proxyorganizationopenids=nil, authtag=nil, available=nil, operator=nil)
|
|
11561
|
+
def initialize(agent=nil, operatetype=nil, templateid=nil, proxyorganizationopenids=nil, authtag=nil, available=nil, operator=nil, limit=nil, offset=nil)
|
|
11556
11562
|
@Agent = agent
|
|
11557
11563
|
@OperateType = operatetype
|
|
11558
11564
|
@TemplateId = templateid
|
|
@@ -11560,6 +11566,8 @@ module TencentCloud
|
|
|
11560
11566
|
@AuthTag = authtag
|
|
11561
11567
|
@Available = available
|
|
11562
11568
|
@Operator = operator
|
|
11569
|
+
@Limit = limit
|
|
11570
|
+
@Offset = offset
|
|
11563
11571
|
end
|
|
11564
11572
|
|
|
11565
11573
|
def deserialize(params)
|
|
@@ -11576,6 +11584,8 @@ module TencentCloud
|
|
|
11576
11584
|
@Operator = UserInfo.new
|
|
11577
11585
|
@Operator.deserialize(params['Operator'])
|
|
11578
11586
|
end
|
|
11587
|
+
@Limit = params['Limit']
|
|
11588
|
+
@Offset = params['Offset']
|
|
11579
11589
|
end
|
|
11580
11590
|
end
|
|
11581
11591
|
|
|
@@ -11596,22 +11606,25 @@ module TencentCloud
|
|
|
11596
11606
|
# **all**: 所有本第三方应用合作企业可见
|
|
11597
11607
|
# **part**: 指定的本第三方应用合作企业
|
|
11598
11608
|
# @type AuthTag: String
|
|
11599
|
-
# @param ProxyOrganizationOpenIds:
|
|
11609
|
+
# @param ProxyOrganizationOpenIds: 第三方平台子客企业标识列表,仅在select 模式下返回
|
|
11600
11610
|
# @type ProxyOrganizationOpenIds: Array
|
|
11601
11611
|
# @param FailMessageList: 操作失败信息数组
|
|
11602
11612
|
# @type FailMessageList: Array
|
|
11613
|
+
# @param Total: 授权的平台子企业数量,OperateType 为select 时返回。
|
|
11614
|
+
# @type Total: Integer
|
|
11603
11615
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
11604
11616
|
# @type RequestId: String
|
|
11605
11617
|
|
|
11606
|
-
attr_accessor :AppId, :TemplateId, :OperateResult, :AuthTag, :ProxyOrganizationOpenIds, :FailMessageList, :RequestId
|
|
11618
|
+
attr_accessor :AppId, :TemplateId, :OperateResult, :AuthTag, :ProxyOrganizationOpenIds, :FailMessageList, :Total, :RequestId
|
|
11607
11619
|
|
|
11608
|
-
def initialize(appid=nil, templateid=nil, operateresult=nil, authtag=nil, proxyorganizationopenids=nil, failmessagelist=nil, requestid=nil)
|
|
11620
|
+
def initialize(appid=nil, templateid=nil, operateresult=nil, authtag=nil, proxyorganizationopenids=nil, failmessagelist=nil, total=nil, requestid=nil)
|
|
11609
11621
|
@AppId = appid
|
|
11610
11622
|
@TemplateId = templateid
|
|
11611
11623
|
@OperateResult = operateresult
|
|
11612
11624
|
@AuthTag = authtag
|
|
11613
11625
|
@ProxyOrganizationOpenIds = proxyorganizationopenids
|
|
11614
11626
|
@FailMessageList = failmessagelist
|
|
11627
|
+
@Total = total
|
|
11615
11628
|
@RequestId = requestid
|
|
11616
11629
|
end
|
|
11617
11630
|
|
|
@@ -11629,6 +11642,7 @@ module TencentCloud
|
|
|
11629
11642
|
@FailMessageList << authfailmessage_tmp
|
|
11630
11643
|
end
|
|
11631
11644
|
end
|
|
11645
|
+
@Total = params['Total']
|
|
11632
11646
|
@RequestId = params['RequestId']
|
|
11633
11647
|
end
|
|
11634
11648
|
end
|
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.1174
|
|
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-11-
|
|
11
|
+
date: 2025-11-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|
|
@@ -34,10 +34,10 @@ extensions: []
|
|
|
34
34
|
extra_rdoc_files: []
|
|
35
35
|
files:
|
|
36
36
|
- lib/tencentcloud-sdk-essbasic.rb
|
|
37
|
-
- lib/v20201222/client.rb
|
|
38
|
-
- lib/v20201222/models.rb
|
|
39
|
-
- lib/v20210526/client.rb
|
|
40
37
|
- lib/v20210526/models.rb
|
|
38
|
+
- lib/v20210526/client.rb
|
|
39
|
+
- lib/v20201222/models.rb
|
|
40
|
+
- lib/v20201222/client.rb
|
|
41
41
|
- lib/VERSION
|
|
42
42
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
|
43
43
|
licenses:
|