File tree 2 files changed +7
-4
lines changed
2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @alicloud/alidns20150109" ,
3
- "version" : " 3.0.0 " ,
3
+ "version" : " 3.0.1 " ,
4
4
"description" : " " ,
5
5
"main" : " dist/client.js" ,
6
6
"scripts" : {
20
20
},
21
21
"dependencies" : {
22
22
"@alicloud/tea-typescript" : " ^1.7.1" ,
23
- "@alicloud/tea-util" : " ^1.4.4 " ,
24
- "@alicloud/openapi-client" : " ^0.4.1 " ,
25
- "@alicloud/openapi-util" : " ^0.2.9 " ,
23
+ "@alicloud/tea-util" : " ^1.4.5 " ,
24
+ "@alicloud/openapi-client" : " ^0.4.4 " ,
25
+ "@alicloud/openapi-util" : " ^0.3.0 " ,
26
26
"@alicloud/endpoint-util" : " ^0.0.1"
27
27
},
28
28
"files" : [
Original file line number Diff line number Diff line change @@ -17623,6 +17623,7 @@ export class DescribeSubDomainRecordsResponseBodyDomainRecordsRecord extends $te
17623
17623
priority?: number;
17624
17624
RR?: string;
17625
17625
recordId?: string;
17626
+ remark?: string;
17626
17627
status?: string;
17627
17628
TTL?: number;
17628
17629
type?: string;
@@ -17636,6 +17637,7 @@ export class DescribeSubDomainRecordsResponseBodyDomainRecordsRecord extends $te
17636
17637
priority: 'Priority',
17637
17638
RR: 'RR',
17638
17639
recordId: 'RecordId',
17640
+ remark: 'Remark',
17639
17641
status: 'Status',
17640
17642
TTL: 'TTL',
17641
17643
type: 'Type',
@@ -17652,6 +17654,7 @@ export class DescribeSubDomainRecordsResponseBodyDomainRecordsRecord extends $te
17652
17654
priority: 'number',
17653
17655
RR: 'string',
17654
17656
recordId: 'string',
17657
+ remark: 'string',
17655
17658
status: 'string',
17656
17659
TTL: 'number',
17657
17660
type: 'string',
You can’t perform that action at this time.
0 commit comments