@netacea/netaceaintegrationbase 2.0.48 → 2.0.50

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
@@ -301,6 +301,7 @@ interface IngestArgs {
301
301
  requestHost?: string;
302
302
  mitigationLatency?: number;
303
303
  mitigationStatus?: number;
304
+ netaceaCookieStatus?: number;
304
305
  }
305
306
  interface WebLog {
306
307
  Request: string;
@@ -321,6 +322,7 @@ interface WebLog {
321
322
  RequestHost?: string;
322
323
  ProtectorLatencyMs?: number;
323
324
  ProtectorStatus?: number;
325
+ NetaceaUserIdCookieStatus?: number;
324
326
  }
325
327
  interface V2WebLog {
326
328
  '@timestamp': string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netacea/netaceaintegrationbase",
3
- "version": "2.0.48",
3
+ "version": "2.0.50",
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.66"
27
+ "@netacea/kinesisingest": "^1.5.68"
28
28
  },
29
- "gitHead": "6d971e0e0d1308a30db25f8e235b173c0055a6da"
29
+ "gitHead": "51e05dcf0ade1373d0bf3ce0dae2c67c1da7b9c1"
30
30
  }