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.
package/es/common/sdk_version.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export const sdkVersion = "4.1.
|
1
|
+
export const sdkVersion = "4.1.89";
|
package/package.json
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export declare const sdkVersion = "4.1.
|
1
|
+
export declare const 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
|
*/
|