tencentcloud-sdk-bi 3.0.1028 → 3.0.1029

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: 1aee8bd97f5f5ad1322ac95932dc8ef22e78063c
4
- data.tar.gz: 837da34b0a9630f7dbcb75179ca6acac99d9de28
3
+ metadata.gz: 12a6ab52df1fb037d0aad2454c3406a0b9b0168b
4
+ data.tar.gz: 054399a5a3dda1fd5a55faac14f6aad2c23841a2
5
5
  SHA512:
6
- metadata.gz: 8b2cbfa7dd564208d853c0d94b6d3536b02c88dc036210fab839683a212199f7326c845a11870480d3aa8bebddae1cf11443c9358e7990896728b105d501e777
7
- data.tar.gz: fa42b539164385336e5c410f8d290728c5de7b89bc6ed1773437e5f4032f87292d254ff4cde76d23eb348b9c48a478e59048e877276a42517ec0d387875c3fcf
6
+ metadata.gz: b329b134b3b18521bafe635b7c6457f34e02852080d7634cad262d30b0ce96de2fa789b21566910d0668e75abf535f642f7c1a89ea59e7ea9fc6ef363b8e3d0d
7
+ data.tar.gz: 1906f7761133f4485f62908b80a3c33fca53f6471da7f547ad04c2cc4ca328a628eb1d9693636cfcfa6a6606a8722e0d13e0ba82c8f2992422d409b326a02541
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1028
1
+ 3.0.1029
@@ -722,6 +722,9 @@ module TencentCloud
722
722
  # @type UserInfoList: Array
723
723
 
724
724
  attr_accessor :ProjectId, :RoleIdList, :UserList, :UserInfoList
725
+ extend Gem::Deprecate
726
+ deprecate :UserList, :none, 2025, 3
727
+ deprecate :UserList=, :none, 2025, 3
725
728
 
726
729
  def initialize(projectid=nil, roleidlist=nil, userlist=nil, userinfolist=nil)
727
730
  @ProjectId = projectid
@@ -804,6 +807,9 @@ module TencentCloud
804
807
  # @type UserInfoList: Array
805
808
 
806
809
  attr_accessor :RoleIdList, :UserList, :UserInfoList
810
+ extend Gem::Deprecate
811
+ deprecate :UserList, :none, 2025, 3
812
+ deprecate :UserList=, :none, 2025, 3
807
813
 
808
814
  def initialize(roleidlist=nil, userlist=nil, userinfolist=nil)
809
815
  @RoleIdList = roleidlist
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.1028
4
+ version: 3.0.1029
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-03-26 00:00:00.000000000 Z
11
+ date: 2025-03-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common