@netacea/netaceaintegrationbase 2.8.0 → 2.8.1

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.cjs CHANGED
@@ -107,7 +107,7 @@ const matchMap = {
107
107
  2: 'ip_',
108
108
  3: 'visitor_',
109
109
  4: 'datacenter_',
110
- 5: 'sev_',
110
+ 5: 'customer_session_',
111
111
  6: 'organisation_',
112
112
  7: 'asn_',
113
113
  8: 'country_',
package/dist/index.d.ts CHANGED
@@ -267,6 +267,7 @@ interface IngestArgs {
267
267
  interface WebLog {
268
268
  BytesReceived?: number;
269
269
  BytesSent: number | string;
270
+ CustomerSessionId?: string;
270
271
  GraphQL?: Record<string, string>;
271
272
  HeaderHash?: string;
272
273
  HttpMsgSigAgent?: string;
package/dist/index.mjs CHANGED
@@ -105,7 +105,7 @@ const matchMap = {
105
105
  2: 'ip_',
106
106
  3: 'visitor_',
107
107
  4: 'datacenter_',
108
- 5: 'sev_',
108
+ 5: 'customer_session_',
109
109
  6: 'organisation_',
110
110
  7: 'asn_',
111
111
  8: 'country_',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netacea/netaceaintegrationbase",
3
- "version": "2.8.0",
3
+ "version": "2.8.1",
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.13.0"
27
+ "@netacea/kinesisingest": "^1.13.1"
28
28
  },
29
- "gitHead": "d12a7c894c9fe1b9595ce9c0b3cdb6356682032b"
29
+ "gitHead": "0b03965529992cc81a2c443692fc3475603de5cf"
30
30
  }