tencentcloud-sdk-nodejs-billing 4.1.137 → 4.1.144

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-billing",
3
- "version": "4.1.137",
3
+ "version": "4.1.144",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1089,6 +1089,10 @@ export interface DescribeBillSummaryRequest {
1089
1089
  * 标签键,GroupType=tag获取标签维度账单时传
1090
1090
  */
1091
1091
  TagKey?: Array<string>;
1092
+ /**
1093
+ * 操作者UIN:操作者账号 ID(预付费资源下单或后付费操作开通资源账号的 ID 或者角色 ID )
1094
+ */
1095
+ OperateUin?: string;
1092
1096
  }
1093
1097
  /**
1094
1098
  * DescribeBillResourceSummary返回参数结构体