File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @alicloud/alidns20150109" ,
3- "version" : " 3.0.2 " ,
3+ "version" : " 3.0.3 " ,
44 "description" : " " ,
55 "main" : " dist/client.js" ,
66 "scripts" : {
Original file line number Diff line number Diff line change @@ -17782,11 +17782,13 @@ export class DescribeRecordResolveStatisticsSummaryResponseBodyStatistics extend
1778217782 count?: string;
1778317783 domainName?: string;
1778417784 domainType?: string;
17785+ subDomain?: string;
1778517786 static names(): { [key: string]: string } {
1778617787 return {
1778717788 count: 'Count',
1778817789 domainName: 'DomainName',
1778917790 domainType: 'DomainType',
17791+ subDomain: 'SubDomain',
1779017792 };
1779117793 }
1779217794
@@ -17795,6 +17797,7 @@ export class DescribeRecordResolveStatisticsSummaryResponseBodyStatistics extend
1779517797 count: 'string',
1779617798 domainName: 'string',
1779717799 domainType: 'string',
17800+ subDomain: 'string',
1779817801 };
1779917802 }
1780017803
You can’t perform that action at this time.
0 commit comments