tencentcloud-sdk-billing 3.0.1158 → 3.0.1160

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: cbd85ea67ca8b3954f9f5d3c6bfa84a5a04fd396
4
- data.tar.gz: e8af5e46bab876b20fb66477fe0e1d76dec1989f
3
+ metadata.gz: de0ba08d0bf10a8546a19e5bcdc1198b39c8e1b0
4
+ data.tar.gz: 43b2a292c57d903a2ac2b0d02a289372ae872fd7
5
5
  SHA512:
6
- metadata.gz: f2eb15ca65ea5dd6bbd3d05e782c6bcaa95758e2cfd0a8bcd7a3c7cf3357d345dcd2d9952274cce11aceff74220bd360477f37974a7c8f2c0e41fb3ee5ac3cba
7
- data.tar.gz: e11e90dfce8fa137f0408c5687c601f74f257d69381e7cb2d57b92c84f0cfc7f421001899b7ddcac2ee8e404c7633b292b8387eb50268ee44db0643f4e7142a4
6
+ metadata.gz: d88989ac0192191198d13814f9eda31b3c1473665534ef4806085ce11e8ac9c0202a2cb71664a5530d1978ce61616fa36173461280d782ae6d32ee396e5c4422
7
+ data.tar.gz: 272927cb2a111b44de9f2a18bcd4a4ae4dac99465fe0e11159244d4b20f24be4b12537a94f14233d5b94c19da74bef611bef208eb14f31beca82aa6fe565d334
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1158
1
+ 3.0.1160
@@ -3561,9 +3561,9 @@ module TencentCloud
3561
3561
 
3562
3562
  # 预算修改记录信息
3563
3563
  class BudgetOperationLogEntity < TencentCloud::Common::AbstractModel
3564
- # @param PayerUin: Uin
3564
+ # @param PayerUin: 支付者Uin
3565
3565
  # @type PayerUin: Integer
3566
- # @param OwnerUin: 主用户Uin
3566
+ # @param OwnerUin: 使用者Uin
3567
3567
  # @type OwnerUin: Integer
3568
3568
  # @param OperateUin: 操作用户Uin
3569
3569
  # @type OperateUin: Integer
@@ -3571,7 +3571,7 @@ module TencentCloud
3571
3571
  # @type BillDay: Integer
3572
3572
  # @param BillMonth: 月份
3573
3573
  # @type BillMonth: String
3574
- # @param Action: 修改类型:ADD(新增)、UPDATE(更新)
3574
+ # @param Action: 修改类型:ADD(新增)、UPDATE(更新)、DELETE(删除)
3575
3575
  # @type Action: String
3576
3576
  # @param DiffValue: 变更信息
3577
3577
  # @type DiffValue: Array
@@ -3579,7 +3579,7 @@ module TencentCloud
3579
3579
  # @type CreateTime: String
3580
3580
  # @param UpdateTime: 修改时间
3581
3581
  # @type UpdateTime: String
3582
- # @param OperationChannel: 修改渠道:官网修改/API修改
3582
+ # @param OperationChannel: 修改渠道:CONSOLE/API
3583
3583
  # @type OperationChannel: String
3584
3584
  # @param BudgetId: 预算项目id
3585
3585
  # @type BudgetId: String
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-billing
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1158
4
+ version: 3.0.1160
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-10-21 00:00:00.000000000 Z
11
+ date: 2025-10-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common