@netacea/netaceaintegrationbase 2.0.53 → 2.0.54

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +3 -0
  2. 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.53",
3
+ "version": "2.0.54",
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.71"
27
+ "@netacea/kinesisingest": "^1.5.72"
28
28
  },
29
- "gitHead": "1739319709fac76e0ecdf122b24adcfd47db6a85"
29
+ "gitHead": "86f4865b9ce674da9b9a6e03cfa94fc1b9e384c1"
30
30
  }