@alicloud/waf-openapi20211001 4.0.4 → 4.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/client.d.ts CHANGED
@@ -1040,6 +1040,7 @@ export declare class DescribeApisecAbnormalsResponseBodyData extends $dara.Model
1040
1040
  * 1684252800
1041
1041
  */
1042
1042
  lastestTime?: number;
1043
+ latestDiscoverTime?: number;
1043
1044
  /**
1044
1045
  * @remarks
1045
1046
  * The domain name or IP address of the API.
package/dist/client.js CHANGED
@@ -506,6 +506,7 @@ class DescribeApisecAbnormalsResponseBodyData extends $dara.Model {
506
506
  follow: 'Follow',
507
507
  ignoreTime: 'IgnoreTime',
508
508
  lastestTime: 'LastestTime',
509
+ latestDiscoverTime: 'LatestDiscoverTime',
509
510
  matchedHost: 'MatchedHost',
510
511
  note: 'Note',
511
512
  origin: 'Origin',
@@ -529,6 +530,7 @@ class DescribeApisecAbnormalsResponseBodyData extends $dara.Model {
529
530
  follow: 'number',
530
531
  ignoreTime: 'number',
531
532
  lastestTime: 'number',
533
+ latestDiscoverTime: 'number',
532
534
  matchedHost: 'string',
533
535
  note: 'string',
534
536
  origin: 'string',