File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @alicloud/alidns20150109" ,
3
- "version" : " 3.0.8 " ,
3
+ "version" : " 3.0.9 " ,
4
4
"description" : " " ,
5
5
"main" : " dist/client.js" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change @@ -4222,6 +4222,7 @@ export class DescribeDnsProductInstanceRequest extends $tea.Model {
4222
4222
}
4223
4223
4224
4224
export class DescribeDnsProductInstanceResponseBody extends $tea.Model {
4225
+ autoRenewal?: boolean;
4225
4226
bindCount?: number;
4226
4227
bindDomainCount?: number;
4227
4228
bindDomainUsedCount?: number;
@@ -4259,6 +4260,7 @@ export class DescribeDnsProductInstanceResponseBody extends $tea.Model {
4259
4260
versionName?: string;
4260
4261
static names(): { [key: string]: string } {
4261
4262
return {
4263
+ autoRenewal: 'AutoRenewal',
4262
4264
bindCount: 'BindCount',
4263
4265
bindDomainCount: 'BindDomainCount',
4264
4266
bindDomainUsedCount: 'BindDomainUsedCount',
@@ -4299,6 +4301,7 @@ export class DescribeDnsProductInstanceResponseBody extends $tea.Model {
4299
4301
4300
4302
static types(): { [key: string]: any } {
4301
4303
return {
4304
+ autoRenewal: 'boolean',
4302
4305
bindCount: 'number',
4303
4306
bindDomainCount: 'number',
4304
4307
bindDomainUsedCount: 'number',
You can’t perform that action at this time.
0 commit comments