tencentcloud-sdk-nodejs-mongodb 4.1.93 → 4.1.99
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
|
@@ -465,7 +465,7 @@ export interface SlowLogPattern {
|
|
|
465
465
|
*/
|
|
466
466
|
export interface AssignProjectResponse {
|
|
467
467
|
/**
|
|
468
|
-
* 返回的异步任务ID
|
|
468
|
+
* 返回的异步任务ID列表。
|
|
469
469
|
*/
|
|
470
470
|
FlowIds?: Array<number | bigint>;
|
|
471
471
|
/**
|
|
@@ -2671,7 +2671,7 @@ export interface AssignProjectRequest {
|
|
|
2671
2671
|
*/
|
|
2672
2672
|
InstanceIds: Array<string>;
|
|
2673
2673
|
/**
|
|
2674
|
-
* 项目ID,用户已创建项目的唯一ID
|
|
2674
|
+
* 项目ID,用户已创建项目的唯一ID。请在控制台账号中心的项目管理中复制项目 ID。
|
|
2675
2675
|
*/
|
|
2676
2676
|
ProjectId: number;
|
|
2677
2677
|
}
|