@alicloud/acc20240402 1.0.0 → 2.0.0
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/dist/models/CreateImageCacheRequest.d.ts +1 -1
- package/dist/models/CreateImageCacheRequest.js +2 -2
- package/dist/models/CreateImageCacheShrinkRequest.d.ts +1 -1
- package/dist/models/CreateImageCacheShrinkRequest.js +2 -2
- package/package.json +1 -1
- package/src/models/CreateImageCacheRequest.ts +3 -3
- package/src/models/CreateImageCacheShrinkRequest.ts +3 -3
|
@@ -66,7 +66,7 @@ class CreateImageCacheRequestImageRegistryCredentials extends $dara.Model {
|
|
|
66
66
|
server: 'Server',
|
|
67
67
|
skipCertVerification: 'SkipCertVerification',
|
|
68
68
|
usePlainHttp: 'UsePlainHttp',
|
|
69
|
-
|
|
69
|
+
username: 'Username',
|
|
70
70
|
};
|
|
71
71
|
}
|
|
72
72
|
static types() {
|
|
@@ -75,7 +75,7 @@ class CreateImageCacheRequestImageRegistryCredentials extends $dara.Model {
|
|
|
75
75
|
server: 'string',
|
|
76
76
|
skipCertVerification: 'boolean',
|
|
77
77
|
usePlainHttp: 'boolean',
|
|
78
|
-
|
|
78
|
+
username: 'string',
|
|
79
79
|
};
|
|
80
80
|
}
|
|
81
81
|
validate() {
|
|
@@ -64,7 +64,7 @@ class CreateImageCacheShrinkRequestImageRegistryCredentials extends $dara.Model
|
|
|
64
64
|
server: 'Server',
|
|
65
65
|
skipCertVerification: 'SkipCertVerification',
|
|
66
66
|
usePlainHttp: 'UsePlainHttp',
|
|
67
|
-
|
|
67
|
+
username: 'Username',
|
|
68
68
|
};
|
|
69
69
|
}
|
|
70
70
|
static types() {
|
|
@@ -73,7 +73,7 @@ class CreateImageCacheShrinkRequestImageRegistryCredentials extends $dara.Model
|
|
|
73
73
|
server: 'string',
|
|
74
74
|
skipCertVerification: 'boolean',
|
|
75
75
|
usePlainHttp: 'boolean',
|
|
76
|
-
|
|
76
|
+
username: 'string',
|
|
77
77
|
};
|
|
78
78
|
}
|
|
79
79
|
validate() {
|
package/package.json
CHANGED
|
@@ -63,14 +63,14 @@ export class CreateImageCacheRequestImageRegistryCredentials extends $dara.Model
|
|
|
63
63
|
* @example
|
|
64
64
|
* myusername
|
|
65
65
|
*/
|
|
66
|
-
|
|
66
|
+
username?: string;
|
|
67
67
|
static names(): { [key: string]: string } {
|
|
68
68
|
return {
|
|
69
69
|
password: 'Password',
|
|
70
70
|
server: 'Server',
|
|
71
71
|
skipCertVerification: 'SkipCertVerification',
|
|
72
72
|
usePlainHttp: 'UsePlainHttp',
|
|
73
|
-
|
|
73
|
+
username: 'Username',
|
|
74
74
|
};
|
|
75
75
|
}
|
|
76
76
|
|
|
@@ -80,7 +80,7 @@ export class CreateImageCacheRequestImageRegistryCredentials extends $dara.Model
|
|
|
80
80
|
server: 'string',
|
|
81
81
|
skipCertVerification: 'boolean',
|
|
82
82
|
usePlainHttp: 'boolean',
|
|
83
|
-
|
|
83
|
+
username: 'string',
|
|
84
84
|
};
|
|
85
85
|
}
|
|
86
86
|
|
|
@@ -61,14 +61,14 @@ export class CreateImageCacheShrinkRequestImageRegistryCredentials extends $dara
|
|
|
61
61
|
* @example
|
|
62
62
|
* myusername
|
|
63
63
|
*/
|
|
64
|
-
|
|
64
|
+
username?: string;
|
|
65
65
|
static names(): { [key: string]: string } {
|
|
66
66
|
return {
|
|
67
67
|
password: 'Password',
|
|
68
68
|
server: 'Server',
|
|
69
69
|
skipCertVerification: 'SkipCertVerification',
|
|
70
70
|
usePlainHttp: 'UsePlainHttp',
|
|
71
|
-
|
|
71
|
+
username: 'Username',
|
|
72
72
|
};
|
|
73
73
|
}
|
|
74
74
|
|
|
@@ -78,7 +78,7 @@ export class CreateImageCacheShrinkRequestImageRegistryCredentials extends $dara
|
|
|
78
78
|
server: 'string',
|
|
79
79
|
skipCertVerification: 'boolean',
|
|
80
80
|
usePlainHttp: 'boolean',
|
|
81
|
-
|
|
81
|
+
username: 'string',
|
|
82
82
|
};
|
|
83
83
|
}
|
|
84
84
|
|