@netacea/netaceaintegrationbase 2.0.100 → 2.0.101
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/index.d.ts +2 -0
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -292,6 +292,7 @@ interface IngestArgs {
|
|
|
292
292
|
mitigationStatus?: number;
|
|
293
293
|
netaceaCookieStatus?: number;
|
|
294
294
|
requestHost?: string;
|
|
295
|
+
requestId?: string;
|
|
295
296
|
workerInstanceId?: string;
|
|
296
297
|
xForwardedFor?: string;
|
|
297
298
|
}
|
|
@@ -312,6 +313,7 @@ interface WebLog {
|
|
|
312
313
|
Referer: string;
|
|
313
314
|
Request: string;
|
|
314
315
|
RequestHost?: string;
|
|
316
|
+
RequestId?: string;
|
|
315
317
|
RequestTime: string;
|
|
316
318
|
Status: string;
|
|
317
319
|
TimeLocal: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@netacea/netaceaintegrationbase",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.101",
|
|
4
4
|
"description": "Base package for Netacea CDN integrations.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
},
|
|
25
25
|
"license": "UNLICENSED",
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@netacea/kinesisingest": "^1.5.
|
|
27
|
+
"@netacea/kinesisingest": "^1.5.119"
|
|
28
28
|
},
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "d9c7a6daae5a08001a22facaf6d10cb1eba1baa8"
|
|
30
30
|
}
|