@netacea/netaceaintegrationbase 2.0.100 → 2.0.102

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 +2 -0
  2. 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.100",
3
+ "version": "2.0.102",
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.118"
27
+ "@netacea/kinesisingest": "^1.5.120"
28
28
  },
29
- "gitHead": "bb0acc85280ab01cb1a071fd3a823958ceb64219"
29
+ "gitHead": "9b8130462438c1e527c15feb94c7ea4d9004fa05"
30
30
  }