tencentcloud-sdk-bi 3.0.1059 → 3.0.1060

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20220105/models.rb +17 -8
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 15cca53708f0d5013a06dc7a186b614558226b50
4
- data.tar.gz: d322f0f4ee675750fa417fea9cd6f3d463d0c6b4
3
+ metadata.gz: da941e63fe6dcfe5d065e51cc264854d30240d4a
4
+ data.tar.gz: afaf22d51fe88351d5d04c50a8816b8c049a000f
5
5
  SHA512:
6
- metadata.gz: 8ce22bd2e580bec07abd161077d5d2ba90ec0e0845e8a184a6614ad98a005187492ade91c9f1f140b1b0f6e4f935e54da877939a97b011cc605d0c885f2dd147
7
- data.tar.gz: fcfab26fabcb33b89d5d34b7a513eac17b57112cb650b8dc67409a5365429611633c5ca33dc3160dfaf7ce1fb5ab8695f5d701950d0b848cb045410bf65a8266
6
+ metadata.gz: 66a841ae211eb6e2e5f1943f210f140ca669fa4b19bd5045b134e80307da06a396a027eed8df3d865bb8a6d93bcddebc42b26a5c06276706f60a44199225b616
7
+ data.tar.gz: 1b3dc41d2436565479166531103ddd07c8b7685b11f0a02076d2d062df5a316c15c29a3c0ebe30186b207dedb7968493be0257c80c4e2de64d26675d32c68b94
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1059
1
+ 3.0.1060
@@ -555,10 +555,12 @@ module TencentCloud
555
555
  # @type TokenType: Integer
556
556
  # @param TokenNum: 一次创建的token数
557
557
  # @type TokenNum: Integer
558
+ # @param ConfigParam: 嵌出显示配置,目前为ChatBI嵌出场景用,TableFilter表示数据表列表过滤,SqlView表示sql查看功能
559
+ # @type ConfigParam: String
558
560
 
559
- attr_accessor :ProjectId, :PageId, :Intention, :Scope, :ExpireTime, :ExtraParam, :UserCorpId, :UserId, :TicketNum, :GlobalParam, :TokenType, :TokenNum
561
+ attr_accessor :ProjectId, :PageId, :Intention, :Scope, :ExpireTime, :ExtraParam, :UserCorpId, :UserId, :TicketNum, :GlobalParam, :TokenType, :TokenNum, :ConfigParam
560
562
 
561
- def initialize(projectid=nil, pageid=nil, intention=nil, scope=nil, expiretime=nil, extraparam=nil, usercorpid=nil, userid=nil, ticketnum=nil, globalparam=nil, tokentype=nil, tokennum=nil)
563
+ def initialize(projectid=nil, pageid=nil, intention=nil, scope=nil, expiretime=nil, extraparam=nil, usercorpid=nil, userid=nil, ticketnum=nil, globalparam=nil, tokentype=nil, tokennum=nil, configparam=nil)
562
564
  @ProjectId = projectid
563
565
  @PageId = pageid
564
566
  @Intention = intention
@@ -571,6 +573,7 @@ module TencentCloud
571
573
  @GlobalParam = globalparam
572
574
  @TokenType = tokentype
573
575
  @TokenNum = tokennum
576
+ @ConfigParam = configparam
574
577
  end
575
578
 
576
579
  def deserialize(params)
@@ -586,6 +589,7 @@ module TencentCloud
586
589
  @GlobalParam = params['GlobalParam']
587
590
  @TokenType = params['TokenType']
588
591
  @TokenNum = params['TokenNum']
592
+ @ConfigParam = params['ConfigParam']
589
593
  end
590
594
  end
591
595
 
@@ -723,8 +727,8 @@ module TencentCloud
723
727
 
724
728
  attr_accessor :ProjectId, :RoleIdList, :UserList, :UserInfoList
725
729
  extend Gem::Deprecate
726
- deprecate :UserList, :none, 2025, 4
727
- deprecate :UserList=, :none, 2025, 4
730
+ deprecate :UserList, :none, 2025, 5
731
+ deprecate :UserList=, :none, 2025, 5
728
732
 
729
733
  def initialize(projectid=nil, roleidlist=nil, userlist=nil, userinfolist=nil)
730
734
  @ProjectId = projectid
@@ -808,8 +812,8 @@ module TencentCloud
808
812
 
809
813
  attr_accessor :RoleIdList, :UserList, :UserInfoList
810
814
  extend Gem::Deprecate
811
- deprecate :UserList, :none, 2025, 4
812
- deprecate :UserList=, :none, 2025, 4
815
+ deprecate :UserList, :none, 2025, 5
816
+ deprecate :UserList=, :none, 2025, 5
813
817
 
814
818
  def initialize(roleidlist=nil, userlist=nil, userinfolist=nil)
815
819
  @RoleIdList = roleidlist
@@ -1972,10 +1976,13 @@ module TencentCloud
1972
1976
  # @param SingleUserMultiToken: 是否单用户多token
1973
1977
  # 注意:此字段可能返回 null,表示取不到有效值。
1974
1978
  # @type SingleUserMultiToken: Boolean
1979
+ # @param ConfigParam: 嵌出显示配置,目前为ChatBI嵌出场景用,TableFilter表示数据表列表过滤,SqlView表示sql查看功能
1980
+ # 注意:此字段可能返回 null,表示取不到有效值。
1981
+ # @type ConfigParam: String
1975
1982
 
1976
- attr_accessor :Id, :BIToken, :ProjectId, :CreatedUser, :CreatedAt, :UpdatedUser, :UpdatedAt, :PageId, :ExtraParam, :Scope, :ExpireTime, :UserCorpId, :UserId, :TicketNum, :GlobalParam, :Intention, :TokenType, :TokenNum, :SingleUserMultiToken
1983
+ attr_accessor :Id, :BIToken, :ProjectId, :CreatedUser, :CreatedAt, :UpdatedUser, :UpdatedAt, :PageId, :ExtraParam, :Scope, :ExpireTime, :UserCorpId, :UserId, :TicketNum, :GlobalParam, :Intention, :TokenType, :TokenNum, :SingleUserMultiToken, :ConfigParam
1977
1984
 
1978
- def initialize(id=nil, bitoken=nil, projectid=nil, createduser=nil, createdat=nil, updateduser=nil, updatedat=nil, pageid=nil, extraparam=nil, scope=nil, expiretime=nil, usercorpid=nil, userid=nil, ticketnum=nil, globalparam=nil, intention=nil, tokentype=nil, tokennum=nil, singleusermultitoken=nil)
1985
+ def initialize(id=nil, bitoken=nil, projectid=nil, createduser=nil, createdat=nil, updateduser=nil, updatedat=nil, pageid=nil, extraparam=nil, scope=nil, expiretime=nil, usercorpid=nil, userid=nil, ticketnum=nil, globalparam=nil, intention=nil, tokentype=nil, tokennum=nil, singleusermultitoken=nil, configparam=nil)
1979
1986
  @Id = id
1980
1987
  @BIToken = bitoken
1981
1988
  @ProjectId = projectid
@@ -1995,6 +2002,7 @@ module TencentCloud
1995
2002
  @TokenType = tokentype
1996
2003
  @TokenNum = tokennum
1997
2004
  @SingleUserMultiToken = singleusermultitoken
2005
+ @ConfigParam = configparam
1998
2006
  end
1999
2007
 
2000
2008
  def deserialize(params)
@@ -2017,6 +2025,7 @@ module TencentCloud
2017
2025
  @TokenType = params['TokenType']
2018
2026
  @TokenNum = params['TokenNum']
2019
2027
  @SingleUserMultiToken = params['SingleUserMultiToken']
2028
+ @ConfigParam = params['ConfigParam']
2020
2029
  end
2021
2030
  end
2022
2031
 
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.1059
4
+ version: 3.0.1060
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-05-14 00:00:00.000000000 Z
11
+ date: 2025-05-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common