@netacea/netaceaintegrationbase 2.7.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
@@ -233,6 +233,9 @@ interface IngestArgs {
233
233
  gqlOpName?: string;
234
234
  gqlOpType?: string;
235
235
  headerFingerprint?: string;
236
+ httpMsgSigAgent?: string;
237
+ httpMsgSigInput?: string;
238
+ httpMsgSigSha256?: string;
236
239
  integrationMode?: string;
237
240
  integrationType?: string;
238
241
  integrationVersion?: string;
@@ -264,8 +267,12 @@ interface IngestArgs {
264
267
  interface WebLog {
265
268
  BytesReceived?: number;
266
269
  BytesSent: number | string;
270
+ CustomerSessionId?: string;
267
271
  GraphQL?: Record<string, string>;
268
272
  HeaderHash?: string;
273
+ HttpMsgSigAgent?: string;
274
+ HttpMsgSigInput?: string;
275
+ HttpMsgSigSha256?: string;
269
276
  IntegrationType?: string;
270
277
  IntegrationVersion?: string;
271
278
  IpFromHeader?: 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.7.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.12.0"
27
+ "@netacea/kinesisingest": "^1.13.1"
28
28
  },
29
- "gitHead": "a6065f9db3b21332b57316df19bfe0c1aa21c8bc"
29
+ "gitHead": "0b03965529992cc81a2c443692fc3475603de5cf"
30
30
  }