@alicloud/waf-openapi20211001 4.0.0 → 4.0.1
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 +127 -74
- package/dist/client.js +19 -7
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +129 -74
package/dist/client.js
CHANGED
|
@@ -15,13 +15,23 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
|
|
|
15
15
|
}) : function(o, v) {
|
|
16
16
|
o["default"] = v;
|
|
17
17
|
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
};
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
25
35
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
26
36
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
27
37
|
};
|
|
@@ -13205,6 +13215,7 @@ class DescribeSensitiveRequestLogResponseBodyData extends $tea.Model {
|
|
|
13205
13215
|
clientIP: 'ClientIP',
|
|
13206
13216
|
count: 'Count',
|
|
13207
13217
|
matchedHost: 'MatchedHost',
|
|
13218
|
+
remoteCountryId: 'RemoteCountryId',
|
|
13208
13219
|
requestTime: 'RequestTime',
|
|
13209
13220
|
sensitiveList: 'SensitiveList',
|
|
13210
13221
|
traceId: 'TraceId',
|
|
@@ -13217,6 +13228,7 @@ class DescribeSensitiveRequestLogResponseBodyData extends $tea.Model {
|
|
|
13217
13228
|
clientIP: 'string',
|
|
13218
13229
|
count: 'number',
|
|
13219
13230
|
matchedHost: 'string',
|
|
13231
|
+
remoteCountryId: 'string',
|
|
13220
13232
|
requestTime: 'number',
|
|
13221
13233
|
sensitiveList: 'string',
|
|
13222
13234
|
traceId: 'string',
|