@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 +1 -0
- package/dist/client.js +2 -0
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +3 -0
package/package.json
CHANGED
package/src/client.ts
CHANGED
|
@@ -1349,6 +1349,7 @@ export class DescribeApisecAbnormalsResponseBodyData extends $dara.Model {
|
|
|
1349
1349
|
* 1684252800
|
|
1350
1350
|
*/
|
|
1351
1351
|
lastestTime?: number;
|
|
1352
|
+
latestDiscoverTime?: number;
|
|
1352
1353
|
/**
|
|
1353
1354
|
* @remarks
|
|
1354
1355
|
* The domain name or IP address of the API.
|
|
@@ -1407,6 +1408,7 @@ export class DescribeApisecAbnormalsResponseBodyData extends $dara.Model {
|
|
|
1407
1408
|
follow: 'Follow',
|
|
1408
1409
|
ignoreTime: 'IgnoreTime',
|
|
1409
1410
|
lastestTime: 'LastestTime',
|
|
1411
|
+
latestDiscoverTime: 'LatestDiscoverTime',
|
|
1410
1412
|
matchedHost: 'MatchedHost',
|
|
1411
1413
|
note: 'Note',
|
|
1412
1414
|
origin: 'Origin',
|
|
@@ -1431,6 +1433,7 @@ export class DescribeApisecAbnormalsResponseBodyData extends $dara.Model {
|
|
|
1431
1433
|
follow: 'number',
|
|
1432
1434
|
ignoreTime: 'number',
|
|
1433
1435
|
lastestTime: 'number',
|
|
1436
|
+
latestDiscoverTime: 'number',
|
|
1434
1437
|
matchedHost: 'string',
|
|
1435
1438
|
note: 'string',
|
|
1436
1439
|
origin: 'string',
|