tencentcloud-sdk-nodejs-tcr 4.1.70 → 4.1.92

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-tcr",
3
- "version": "4.1.70",
3
+ "version": "4.1.92",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -2460,7 +2460,7 @@ export interface NamespaceInfoResp {
2460
2460
  */
2461
2461
  export interface CreateRepositoryPersonalRequest {
2462
2462
  /**
2463
- * 仓库名称
2463
+ * 仓库名称,格式为 {Namespace}/{lmageName}。
2464
2464
  */
2465
2465
  RepoName: string;
2466
2466
  /**