@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 +1 -1
- package/dist/index.d.ts +7 -0
- package/dist/index.mjs +1 -1
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@netacea/netaceaintegrationbase",
|
|
3
|
-
"version": "2.
|
|
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.
|
|
27
|
+
"@netacea/kinesisingest": "^1.13.1"
|
|
28
28
|
},
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "0b03965529992cc81a2c443692fc3475603de5cf"
|
|
30
30
|
}
|