@netacea/netaceaintegrationbase 2.0.53 → 2.0.55
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 +3 -0
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -306,6 +306,7 @@ interface IngestArgs {
|
|
|
306
306
|
mitigationLatency?: number;
|
|
307
307
|
mitigationStatus?: number;
|
|
308
308
|
netaceaCookieStatus?: number;
|
|
309
|
+
workerInstanceId?: string;
|
|
309
310
|
}
|
|
310
311
|
interface WebLog {
|
|
311
312
|
Request: string;
|
|
@@ -321,6 +322,7 @@ interface WebLog {
|
|
|
321
322
|
IntegrationType?: string;
|
|
322
323
|
IntegrationVersion?: string;
|
|
323
324
|
XForwardedFor?: string;
|
|
325
|
+
WorkerInstanceId?: string;
|
|
324
326
|
optional?: Record<string, unknown>;
|
|
325
327
|
ProtectionMode?: string;
|
|
326
328
|
RequestHost?: string;
|
|
@@ -355,6 +357,7 @@ interface V2WebLog {
|
|
|
355
357
|
user_agent: string;
|
|
356
358
|
user_id?: string;
|
|
357
359
|
x_forwarded_for?: string;
|
|
360
|
+
worker_instance_id?: string;
|
|
358
361
|
optional?: Record<string, unknown>;
|
|
359
362
|
}
|
|
360
363
|
interface NetaceaResponseBase {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@netacea/netaceaintegrationbase",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.55",
|
|
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.73"
|
|
28
28
|
},
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "19f2001867e1b1f33d839be6b6a2557318df216c"
|
|
30
30
|
}
|