tencentcloud-sdk-bi 3.0.1084 → 3.0.1094

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: d9d48b8bfe37a84459d4d2f1e29236c8bf1cbd87
4
- data.tar.gz: 16da9643727004ae3a368d66219d76fe9ce4a643
3
+ metadata.gz: b4b86072fe3497c27a3935faa7f6509908e5b09c
4
+ data.tar.gz: 5e951ec33ac8eb006fb63dee25ab9378078d9c77
5
5
  SHA512:
6
- metadata.gz: f2abb824bed85866a5f0c4f9ebb63ba841139875376caba7a2792b4532f3ea371238deb2c1be67243c26e511d3889605f0abc20945194e138759c5deeb4f18e7
7
- data.tar.gz: 2e4ed0d700d9fb6ee7be892b7f11df9c4a88fb41212973ffb2831532e1f4e3525e03be91560b06ca742b71add3cc284caa917211ad12d674eab05b79d30b303d
6
+ metadata.gz: 454b678573228b52cf38ca9912fed3c1f6ae400716cd993b6b5257d1cedf55bd94cfcefa69fe38efa5aceaa65ddbbc56a2e9271acb42bde15f2212e400a34802
7
+ data.tar.gz: 19809343c3df2c06b76fa102f7dcd7a80d07bc430b7d9c7dfeb792907d93129954e782038908aae8920df0168ebf17dd403abb69230c6dd87442c01f01f9a776
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1084
1
+ 3.0.1094
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
3
+ # Copyright (c) 2017-2025 Tencent. All Rights Reserved.
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
3
+ # Copyright (c) 2017-2025 Tencent. All Rights Reserved.
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -727,8 +727,8 @@ module TencentCloud
727
727
 
728
728
  attr_accessor :ProjectId, :RoleIdList, :UserList, :UserInfoList
729
729
  extend Gem::Deprecate
730
- deprecate :UserList, :none, 2025, 6
731
- deprecate :UserList=, :none, 2025, 6
730
+ deprecate :UserList, :none, 2025, 7
731
+ deprecate :UserList=, :none, 2025, 7
732
732
 
733
733
  def initialize(projectid=nil, roleidlist=nil, userlist=nil, userinfolist=nil)
734
734
  @ProjectId = projectid
@@ -809,16 +809,19 @@ module TencentCloud
809
809
  # @type UserList: Array
810
810
  # @param UserInfoList: 用户列表(新)
811
811
  # @type UserInfoList: Array
812
+ # @param UserGroups: 用户组id列表
813
+ # @type UserGroups: Array
812
814
 
813
- attr_accessor :RoleIdList, :UserList, :UserInfoList
815
+ attr_accessor :RoleIdList, :UserList, :UserInfoList, :UserGroups
814
816
  extend Gem::Deprecate
815
- deprecate :UserList, :none, 2025, 6
816
- deprecate :UserList=, :none, 2025, 6
817
+ deprecate :UserList, :none, 2025, 7
818
+ deprecate :UserList=, :none, 2025, 7
817
819
 
818
- def initialize(roleidlist=nil, userlist=nil, userinfolist=nil)
820
+ def initialize(roleidlist=nil, userlist=nil, userinfolist=nil, usergroups=nil)
819
821
  @RoleIdList = roleidlist
820
822
  @UserList = userlist
821
823
  @UserInfoList = userinfolist
824
+ @UserGroups = usergroups
822
825
  end
823
826
 
824
827
  def deserialize(params)
@@ -839,6 +842,7 @@ module TencentCloud
839
842
  @UserInfoList << userinfo_tmp
840
843
  end
841
844
  end
845
+ @UserGroups = params['UserGroups']
842
846
  end
843
847
  end
844
848
 
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.1084
4
+ version: 3.0.1094
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-06-18 00:00:00.000000000 Z
11
+ date: 2025-07-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common