@alwaysmeticulous/api 2.218.2 → 2.218.3
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.
|
@@ -57,6 +57,10 @@ export interface SessionData {
|
|
|
57
57
|
*/
|
|
58
58
|
requestsBeforeNetworkRecordingStarted?: EarlyRequest[];
|
|
59
59
|
applicationSpecificData?: ApplicationSpecificData;
|
|
60
|
+
/**
|
|
61
|
+
* Only present on recordings since ~May 2025.
|
|
62
|
+
*/
|
|
63
|
+
context?: SessionContext;
|
|
60
64
|
}
|
|
61
65
|
export interface WindowData {
|
|
62
66
|
startUrl: string;
|
|
@@ -241,10 +245,6 @@ export type CustomData = {
|
|
|
241
245
|
* Only present on recordings since ~November 2024.
|
|
242
246
|
*/
|
|
243
247
|
events?: CustomUserEvent[];
|
|
244
|
-
/**
|
|
245
|
-
* Only present on recordings since ~May 2025.
|
|
246
|
-
*/
|
|
247
|
-
context?: SessionContext;
|
|
248
248
|
};
|
|
249
249
|
export type SessionContext = {
|
|
250
250
|
customContext: Record<string, string | boolean>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"session-data.js","sourceRoot":"","sources":["../../../src/sdk-bundle-api/sdk-to-bundle/session-data.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"session-data.js","sourceRoot":"","sources":["../../../src/sdk-bundle-api/sdk-to-bundle/session-data.ts"],"names":[],"mappings":";;;AAgPA,IAAY,8BAwBX;AAxBD,WAAY,8BAA8B;IACxC,gGAA8D,CAAA;IAE9D;;;;;OAKG;IACH,oEAAkC,CAAA;IAElC;;;;;OAKG;IACH,6DAA2B,CAAA;IAE3B;;;OAGG;IACH,8DAA4B,CAAA;AAC9B,CAAC,EAxBW,8BAA8B,GAA9B,sCAA8B,KAA9B,sCAA8B,QAwBzC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alwaysmeticulous/api",
|
|
3
|
-
"version": "2.218.
|
|
3
|
+
"version": "2.218.3",
|
|
4
4
|
"description": "Meticulous API types",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -35,5 +35,5 @@
|
|
|
35
35
|
"bugs": {
|
|
36
36
|
"url": "https://github.com/alwaysmeticulous/meticulous-sdk/issues"
|
|
37
37
|
},
|
|
38
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "501fcb42297b85967b47aadb7971e4a1baa7b23b"
|
|
39
39
|
}
|