tencentcloud-sdk-nodejs-tcr 4.1.6 → 4.1.16
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
|
@@ -2108,11 +2108,11 @@ export interface DescribeTagRetentionExecutionTaskRequest {
|
|
|
2108
2108
|
*/
|
|
2109
2109
|
ExecutionId: number;
|
|
2110
2110
|
/**
|
|
2111
|
-
*
|
|
2111
|
+
* 页数,第几页,用于分页
|
|
2112
2112
|
*/
|
|
2113
2113
|
Offset?: number;
|
|
2114
2114
|
/**
|
|
2115
|
-
*
|
|
2115
|
+
* 每页个数,用于分页,最大值为100
|
|
2116
2116
|
*/
|
|
2117
2117
|
Limit?: number;
|
|
2118
2118
|
}
|
|
@@ -4310,7 +4310,9 @@ export interface CreateRepositoryRequest {
|
|
|
4310
4310
|
*/
|
|
4311
4311
|
NamespaceName: string;
|
|
4312
4312
|
/**
|
|
4313
|
-
*
|
|
4313
|
+
* 仓库名称,需满足以下规则:
|
|
4314
|
+
1. 长度需 大于2且小于245个字符
|
|
4315
|
+
2. 仅允许小写字母、数字及符号 . _ -
|
|
4314
4316
|
*/
|
|
4315
4317
|
RepositoryName: string;
|
|
4316
4318
|
/**
|