@netacea/netaceaintegrationbase 2.7.0 → 2.8.0

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 +6 -0
  2. package/package.json +3 -3
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;
@@ -266,6 +269,9 @@ interface WebLog {
266
269
  BytesSent: number | string;
267
270
  GraphQL?: Record<string, string>;
268
271
  HeaderHash?: string;
272
+ HttpMsgSigAgent?: string;
273
+ HttpMsgSigInput?: string;
274
+ HttpMsgSigSha256?: string;
269
275
  IntegrationType?: string;
270
276
  IntegrationVersion?: string;
271
277
  IpFromHeader?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netacea/netaceaintegrationbase",
3
- "version": "2.7.0",
3
+ "version": "2.8.0",
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.0"
28
28
  },
29
- "gitHead": "a6065f9db3b21332b57316df19bfe0c1aa21c8bc"
29
+ "gitHead": "d12a7c894c9fe1b9595ce9c0b3cdb6356682032b"
30
30
  }