tencentcloud-sdk-nodejs 4.1.88 → 4.1.89

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.
@@ -1 +1 @@
1
- export const sdkVersion = "4.1.88";
1
+ export const sdkVersion = "4.1.89";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.1.88",
3
+ "version": "4.1.89",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1 +1 @@
1
- export declare const sdkVersion = "4.1.88";
1
+ export declare const sdkVersion = "4.1.89";
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.sdkVersion = void 0;
4
- exports.sdkVersion = "4.1.88";
4
+ exports.sdkVersion = "4.1.89";
@@ -21082,6 +21082,10 @@ export interface DescribeExecutorGroupMetricRequest {
21082
21082
  * DescribeProjectUsers请求参数结构体
21083
21083
  */
21084
21084
  export interface DescribeProjectUsersRequest {
21085
+ /**
21086
+ * 项目id
21087
+ */
21088
+ ProjectId: string;
21085
21089
  /**
21086
21090
  * 分页号
21087
21091
  */