Skip to content

Commit 8dffd91

Browse files
committed
Update API DescribePdnsUserInfo: update response param.
1 parent ac898e2 commit 8dffd91

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

alidns-20150109/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alicloud/alidns20150109",
3-
"version": "3.4.0",
3+
"version": "3.4.1",
44
"description": "",
55
"main": "dist/client.js",
66
"scripts": {
@@ -21,7 +21,7 @@
2121
"dependencies": {
2222
"@alicloud/tea-typescript": "^1.7.1",
2323
"@alicloud/tea-util": "^1.4.8",
24-
"@alicloud/openapi-client": "^0.4.9",
24+
"@alicloud/openapi-client": "^0.4.10",
2525
"@alicloud/openapi-util": "^0.3.2",
2626
"@alicloud/endpoint-util": "^0.0.1"
2727
},

alidns-20150109/src/client.ts

+6
Original file line numberDiff line numberDiff line change
@@ -11544,12 +11544,14 @@ export class GetTxtRecordForVerifyRequest extends $tea.Model {
1154411544

1154511545
export class GetTxtRecordForVerifyResponseBody extends $tea.Model {
1154611546
domainName?: string;
11547+
parentDomainName?: string;
1154711548
RR?: string;
1154811549
requestId?: string;
1154911550
value?: string;
1155011551
static names(): { [key: string]: string } {
1155111552
return {
1155211553
domainName: 'DomainName',
11554+
parentDomainName: 'ParentDomainName',
1155311555
RR: 'RR',
1155411556
requestId: 'RequestId',
1155511557
value: 'Value',
@@ -11559,6 +11561,7 @@ export class GetTxtRecordForVerifyResponseBody extends $tea.Model {
1155911561
static types(): { [key: string]: any } {
1156011562
return {
1156111563
domainName: 'string',
11564+
parentDomainName: 'string',
1156211565
RR: 'string',
1156311566
requestId: 'string',
1156411567
value: 'string',
@@ -23554,13 +23557,15 @@ export class DescribePdnsUserInfoResponseBodyUserInfo extends $tea.Model {
2355423557
pdnsId?: number;
2355523558
serviceType?: string;
2355623559
state?: string;
23560+
statisticSwitchStatus?: string;
2355723561
stoppedService?: string;
2355823562
static names(): { [key: string]: string } {
2355923563
return {
2356023564
availableService: 'AvailableService',
2356123565
pdnsId: 'PdnsId',
2356223566
serviceType: 'ServiceType',
2356323567
state: 'State',
23568+
statisticSwitchStatus: 'StatisticSwitchStatus',
2356423569
stoppedService: 'StoppedService',
2356523570
};
2356623571
}
@@ -23571,6 +23576,7 @@ export class DescribePdnsUserInfoResponseBodyUserInfo extends $tea.Model {
2357123576
pdnsId: 'number',
2357223577
serviceType: 'string',
2357323578
state: 'string',
23579+
statisticSwitchStatus: 'string',
2357423580
stoppedService: 'string',
2357523581
};
2357623582
}

0 commit comments

Comments
 (0)