File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @alicloud/alidns20150109" ,
3- "version" : " 3.4.3 " ,
3+ "version" : " 3.4.4 " ,
44 "description" : " " ,
55 "main" : " dist/client.js" ,
66 "scripts" : {
2020 },
2121 "dependencies" : {
2222 "@alicloud/tea-typescript" : " ^1.7.1" ,
23- "@alicloud/tea-util" : " ^1.4.8 " ,
24- "@alicloud/openapi-client" : " ^0.4.10 " ,
23+ "@alicloud/tea-util" : " ^1.4.9 " ,
24+ "@alicloud/openapi-client" : " ^0.4.11 " ,
2525 "@alicloud/openapi-util" : " ^0.3.2" ,
2626 "@alicloud/endpoint-util" : " ^0.0.1"
2727 },
Original file line number Diff line number Diff line change @@ -38463,6 +38463,7 @@ export class DescribeInternetDnsLogsResponseBodyLogsLog extends $tea.Model {
3846338463 * 1709196249000
3846438464 */
3846538465 logTime?: number;
38466+ protocol?: string;
3846638467 /**
3846738468 * @example
3846838469 * example.com
@@ -38504,6 +38505,7 @@ export class DescribeInternetDnsLogsResponseBodyLogsLog extends $tea.Model {
3850438505 return {
3850538506 dnsMsgId: 'DnsMsgId',
3850638507 logTime: 'LogTime',
38508+ protocol: 'Protocol',
3850738509 queryName: 'QueryName',
3850838510 queryType: 'QueryType',
3850938511 rt: 'Rt',
@@ -38520,6 +38522,7 @@ export class DescribeInternetDnsLogsResponseBodyLogsLog extends $tea.Model {
3852038522 return {
3852138523 dnsMsgId: 'string',
3852238524 logTime: 'number',
38525+ protocol: 'string',
3852338526 queryName: 'string',
3852438527 queryType: 'string',
3852538528 rt: 'number',
You can’t perform that action at this time.
0 commit comments