tencentcloud-sdk-nodejs-cbs 4.1.102 → 4.1.107

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-cbs",
3
- "version": "4.1.102",
3
+ "version": "4.1.107",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1150,7 +1150,7 @@ export interface Placement {
1150
1150
  */
1151
1151
  CageId?: string;
1152
1152
  /**
1153
- * 实例所属项目ID,可通过[DescribeProject](/document/api/651/78725)获取。不填默认为0,表示默认项目。
1153
+ * 实例所属项目ID,可通过DescribeProject获取。不填默认为0,表示默认项目。
1154
1154
  */
1155
1155
  ProjectId?: number;
1156
1156
  /**