tencentcloud-sdk-bi 3.0.931 → 3.0.933

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 +25 -10
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 10c09c1473f6121edd189492a1e7cd9a6c43a3c7
4
- data.tar.gz: 64afd54d288e2280811f28875af0a2ff9c11b2af
3
+ metadata.gz: b91d8c35431ac6ba4f7788e3ddde61665129fa1d
4
+ data.tar.gz: bea4864d933adb07b6d75c0514e426cdf8233c04
5
5
  SHA512:
6
- metadata.gz: 71f91f7332af48fdf00ed534b5cf0f7b62c5d73a2af390ecdc90d851b7595dfd157c8ec17cfdf63652323b321dbd7fa55efee6425c11124abb986c4511f07d16
7
- data.tar.gz: aff7eaf9748e2a9ece3f3684c17e767d1f58f7635c5ad1ab85afd01ce09d2e5201a43582ef9a484eedb7ae95d66d515dcef8b9b7a7853f2a68d86dce15ae8ccf
6
+ metadata.gz: fe7e0c1ad3d23c54ca4f2cf30f3b49ee053b2e966d3d99d7a978e80c7f66890451bec0d2516f2978bb03f922edd247ab30f06f50c2aa7f7512e22dcd81a47fa0
7
+ data.tar.gz: 6c06dfa6240eea44004955974212cd3cdce9bf129e40f06ff8cd3bace138c27b033409d294413ea94cb920ac9592c1af8c17f404d293a6594bde893123cb7ce9
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.931
1
+ 3.0.933
@@ -21,22 +21,27 @@ module TencentCloud
21
21
  class ApplyEmbedIntervalRequest < TencentCloud::Common::AbstractModel
22
22
  # @param ProjectId: 分享项目id,必选
23
23
  # @type ProjectId: Integer
24
- # @param PageId: 分享页面id,嵌出看板时此为空值0
24
+ # @param PageId: 分享页面id,嵌出看板时此为空值0,ChatBI嵌出时不传
25
25
  # @type PageId: Integer
26
26
  # @param BIToken: 需要申请延期的Token
27
27
  # @type BIToken: String
28
28
  # @param ExtraParam: 备用字段
29
29
  # @type ExtraParam: String
30
- # @param Scope: panel,看板;page,页面
30
+ # @param Intention: embed:页面/看板嵌出
31
+ # chatBIEmbed:ChatBI嵌出
32
+ # @type Intention: String
33
+ # @param Scope: panel, 看板;page,页面
34
+ # project,ChatBI嵌出时
31
35
  # @type Scope: String
32
36
 
33
- attr_accessor :ProjectId, :PageId, :BIToken, :ExtraParam, :Scope
37
+ attr_accessor :ProjectId, :PageId, :BIToken, :ExtraParam, :Intention, :Scope
34
38
 
35
- def initialize(projectid=nil, pageid=nil, bitoken=nil, extraparam=nil, scope=nil)
39
+ def initialize(projectid=nil, pageid=nil, bitoken=nil, extraparam=nil, intention=nil, scope=nil)
36
40
  @ProjectId = projectid
37
41
  @PageId = pageid
38
42
  @BIToken = bitoken
39
43
  @ExtraParam = extraparam
44
+ @Intention = intention
40
45
  @Scope = scope
41
46
  end
42
47
 
@@ -45,6 +50,7 @@ module TencentCloud
45
50
  @PageId = params['PageId']
46
51
  @BIToken = params['BIToken']
47
52
  @ExtraParam = params['ExtraParam']
53
+ @Intention = params['Intention']
48
54
  @Scope = params['Scope']
49
55
  end
50
56
  end
@@ -479,9 +485,11 @@ module TencentCloud
479
485
  class CreateEmbedTokenRequest < TencentCloud::Common::AbstractModel
480
486
  # @param ProjectId: 分享项目id
481
487
  # @type ProjectId: Integer
482
- # @param PageId: 分享页面id,嵌出看板时此为空值0
488
+ # @param PageId: 分享页面id,嵌出看板时此为空值0,ChatBI嵌出时不传
483
489
  # @type PageId: Integer
484
- # @param Scope: page表示嵌出页面,panel表示嵌出整个看板
490
+ # @param Intention: embed表示页面看板嵌出,chatBIEmbed表示ChatBI嵌出
491
+ # @type Intention: String
492
+ # @param Scope: page表示嵌出页面,panel表示嵌出整个看板,ChatBI嵌出时使用project
485
493
  # @type Scope: String
486
494
  # @param ExpireTime: 过期时间。 单位:分钟 最大值:240。即,4小时 默认值:240
487
495
  # @type ExpireTime: String
@@ -534,11 +542,12 @@ module TencentCloud
534
542
  # -is in操作符
535
543
  # @type GlobalParam: String
536
544
 
537
- attr_accessor :ProjectId, :PageId, :Scope, :ExpireTime, :ExtraParam, :UserCorpId, :UserId, :TicketNum, :GlobalParam
545
+ attr_accessor :ProjectId, :PageId, :Intention, :Scope, :ExpireTime, :ExtraParam, :UserCorpId, :UserId, :TicketNum, :GlobalParam
538
546
 
539
- def initialize(projectid=nil, pageid=nil, scope=nil, expiretime=nil, extraparam=nil, usercorpid=nil, userid=nil, ticketnum=nil, globalparam=nil)
547
+ def initialize(projectid=nil, pageid=nil, intention=nil, scope=nil, expiretime=nil, extraparam=nil, usercorpid=nil, userid=nil, ticketnum=nil, globalparam=nil)
540
548
  @ProjectId = projectid
541
549
  @PageId = pageid
550
+ @Intention = intention
542
551
  @Scope = scope
543
552
  @ExpireTime = expiretime
544
553
  @ExtraParam = extraparam
@@ -551,6 +560,7 @@ module TencentCloud
551
560
  def deserialize(params)
552
561
  @ProjectId = params['ProjectId']
553
562
  @PageId = params['PageId']
563
+ @Intention = params['Intention']
554
564
  @Scope = params['Scope']
555
565
  @ExpireTime = params['ExpireTime']
556
566
  @ExtraParam = params['ExtraParam']
@@ -1823,10 +1833,13 @@ module TencentCloud
1823
1833
  # @param GlobalParam: 全局参数
1824
1834
  # 注意:此字段可能返回 null,表示取不到有效值。
1825
1835
  # @type GlobalParam: String
1836
+ # @param Intention: embed表示页面看板嵌出,chatBIEmbed表示ChatBI嵌出
1837
+ # 注意:此字段可能返回 null,表示取不到有效值。
1838
+ # @type Intention: String
1826
1839
 
1827
- attr_accessor :Id, :BIToken, :ProjectId, :CreatedUser, :CreatedAt, :UpdatedUser, :UpdatedAt, :PageId, :ExtraParam, :Scope, :ExpireTime, :UserCorpId, :UserId, :TicketNum, :GlobalParam
1840
+ attr_accessor :Id, :BIToken, :ProjectId, :CreatedUser, :CreatedAt, :UpdatedUser, :UpdatedAt, :PageId, :ExtraParam, :Scope, :ExpireTime, :UserCorpId, :UserId, :TicketNum, :GlobalParam, :Intention
1828
1841
 
1829
- 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)
1842
+ 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)
1830
1843
  @Id = id
1831
1844
  @BIToken = bitoken
1832
1845
  @ProjectId = projectid
@@ -1842,6 +1855,7 @@ module TencentCloud
1842
1855
  @UserId = userid
1843
1856
  @TicketNum = ticketnum
1844
1857
  @GlobalParam = globalparam
1858
+ @Intention = intention
1845
1859
  end
1846
1860
 
1847
1861
  def deserialize(params)
@@ -1860,6 +1874,7 @@ module TencentCloud
1860
1874
  @UserId = params['UserId']
1861
1875
  @TicketNum = params['TicketNum']
1862
1876
  @GlobalParam = params['GlobalParam']
1877
+ @Intention = params['Intention']
1863
1878
  end
1864
1879
  end
1865
1880
 
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.931
4
+ version: 3.0.933
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-10-23 00:00:00.000000000 Z
11
+ date: 2024-10-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common