tencentcloud-sdk-bi 3.0.1134 → 3.0.1169

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: 6931467a1860944a4a1a2ce88ee68fbf59db860d
4
- data.tar.gz: 5838faae1536269ab612c7d4a6c270d3aeedc381
3
+ metadata.gz: 21d594cfd9ba024329738f086903d4d43b74b12c
4
+ data.tar.gz: c06844596c5f1b672526757487d793bd10a35788
5
5
  SHA512:
6
- metadata.gz: 0b47db11cde57b0dca70f9249e257e7473ca8cf76796c6155d06c0b81030d29babf6d7726c17597bf955bb76d8a97efc5a8ad73b1e863d74c04d8aada8aede93
7
- data.tar.gz: 7f15db8ffa177a02f72d86a7a95dfe19fed2d7d28d8078827839fd268cab16ac5ad69c5ea3dfbe8c8af240104a384d8d595773e3bca246daf7540cca8097b4fa
6
+ metadata.gz: 633c610768ac218463eb574187dff3c8a50aeac71f19e7bf964f9f398aab1d0ad9be1049e0a451f5c1ef18669d51303c6066b0d03b40c8a158bea9e94a9da168
7
+ data.tar.gz: 2f77424a2d421330a3c7f1cf9b1887304bf0a9b75209eb8045433c5fce1f06ba58abd17a31d9962f0d8e43df032ce99e483a704b250289b63975f57db0513097
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1134
1
+ 3.0.1169
@@ -19,7 +19,7 @@ module TencentCloud
19
19
  module V20220105
20
20
  # ApplyEmbedInterval请求参数结构体
21
21
  class ApplyEmbedIntervalRequest < TencentCloud::Common::AbstractModel
22
- # @param ProjectId: 分享项目id,必选
22
+ # @param ProjectId: 分享项目id
23
23
  # @type ProjectId: Integer
24
24
  # @param PageId: 分享页面id,嵌出看板时此为空值0,ChatBI嵌出时不传
25
25
  # @type PageId: Integer
@@ -904,8 +904,8 @@ module TencentCloud
904
904
 
905
905
  attr_accessor :ProjectId, :RoleIdList, :UserList, :UserInfoList
906
906
  extend Gem::Deprecate
907
- deprecate :UserList, :none, 2025, 9
908
- deprecate :UserList=, :none, 2025, 9
907
+ deprecate :UserList, :none, 2025, 11
908
+ deprecate :UserList=, :none, 2025, 11
909
909
 
910
910
  def initialize(projectid=nil, roleidlist=nil, userlist=nil, userinfolist=nil)
911
911
  @ProjectId = projectid
@@ -991,8 +991,8 @@ module TencentCloud
991
991
 
992
992
  attr_accessor :RoleIdList, :UserList, :UserInfoList, :UserGroups
993
993
  extend Gem::Deprecate
994
- deprecate :UserList, :none, 2025, 9
995
- deprecate :UserList=, :none, 2025, 9
994
+ deprecate :UserList, :none, 2025, 11
995
+ deprecate :UserList=, :none, 2025, 11
996
996
 
997
997
  def initialize(roleidlist=nil, userlist=nil, userinfolist=nil, usergroups=nil)
998
998
  @RoleIdList = roleidlist
@@ -1776,7 +1776,7 @@ module TencentCloud
1776
1776
  # @param Extra: 112
1777
1777
  # 注意:此字段可能返回 null,表示取不到有效值。
1778
1778
  # @type Extra: String
1779
- # @param Data: 1
1779
+ # @param Data:
1780
1780
  # 注意:此字段可能返回 null,表示取不到有效值。
1781
1781
  # @type Data: :class:`Tencentcloud::Bi.v20220105.models.RankInfo`
1782
1782
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-bi
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1134
4
+ version: 3.0.1169
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-09-01 00:00:00.000000000 Z
11
+ date: 2025-11-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -34,8 +34,8 @@ extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
36
  - lib/tencentcloud-sdk-bi.rb
37
- - lib/v20220105/models.rb
38
37
  - lib/v20220105/client.rb
38
+ - lib/v20220105/models.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: