@alwaysmeticulous/api 2.250.6 → 2.251.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.
package/dist/index.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ export { TestRunChunkStatus } from "./replay/test-run-chunk.types";
|
|
|
6
6
|
export * from "./sdk-bundle-api/sdk-to-bundle/test-run-environment";
|
|
7
7
|
export { ReplayableEvent } from "./sdk-bundle-api/bidirectional/replayable-event";
|
|
8
8
|
export { HarEntry, HarLog, HarRequest, HarResponse, } from "./sdk-bundle-api/sdk-to-bundle/har-log";
|
|
9
|
-
export { Cookie, SessionData,
|
|
9
|
+
export { Cookie, SessionData, UrlHistoryEvent, WindowData, ApplicationSpecificData, StorageEntry, EarlyRequest, SerializedIDBValidKey, IDBObjectStoreMetadata, IDBObjectStoreSnapshot, IDBObjectStoreWithEntries, IDBIndexSnapshot, CustomDataSingletonInternalKey, CustomDataSingletonInternalValues, CustomData, CustomUserEvent, SessionContext, ExpiringImage, CustomRecordingType, } from "./sdk-bundle-api/sdk-to-bundle/session-data";
|
|
10
10
|
export { SequenceNumber, WebSocketConnectionData, WebSocketConnectionEvent, WebSocketConnectionCreatedEvent, WebSocketConnectionOpenedEvent, EncodedArrayBuffer, EncodedBlob, WebSocketConnectionMessageEvent, WebSocketConnectionErrorEvent, WebSocketConnectionClosedEvent, } from "./sdk-bundle-api/sdk-to-bundle/websocket-data";
|
|
11
11
|
export * from "./sdk-bundle-api/sdk-to-bundle/event-source-data";
|
|
12
12
|
export { Replay } from "./replay/replay.types";
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAsBA,0DASiC;AAR/B,kHAAA,gBAAgB,OAAA;AAChB,qHAAA,mBAAmB,OAAA;AASrB,sFAAoE;AAQpE,4EAoBqD;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAsBA,0DASiC;AAR/B,kHAAA,gBAAgB,OAAA;AAChB,qHAAA,mBAAmB,OAAA;AASrB,sFAAoE;AAQpE,4EAoBqD;AAPnD,8HAAA,8BAA8B,OAAA;AAoBhC,mFAAiE"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ReplayableEvent } from "../bidirectional/replayable-event";
|
|
2
2
|
import { EventSourceConnectionData } from "./event-source-data";
|
|
3
|
-
import { HarLog } from "./har-log";
|
|
3
|
+
import { HarLog, HarResponse } from "./har-log";
|
|
4
4
|
import { WebSocketConnectionData } from "./websocket-data";
|
|
5
5
|
export interface SessionData {
|
|
6
6
|
userEvents: {
|
|
@@ -76,21 +76,7 @@ export interface SessionData {
|
|
|
76
76
|
* The recorded initial navigation response when provided by the customer's code.
|
|
77
77
|
* Only present on some recordings since ~Feb 2026.
|
|
78
78
|
*/
|
|
79
|
-
initialNavigationResponse?:
|
|
80
|
-
}
|
|
81
|
-
export interface InitialNavigationResponse {
|
|
82
|
-
/**
|
|
83
|
-
* The status code of the initial navigation response.
|
|
84
|
-
*/
|
|
85
|
-
status: number;
|
|
86
|
-
/**
|
|
87
|
-
* The headers of the initial navigation response.
|
|
88
|
-
*/
|
|
89
|
-
headers: Record<string, string>;
|
|
90
|
-
/**
|
|
91
|
-
* The body of the initial navigation response.
|
|
92
|
-
*/
|
|
93
|
-
body: string;
|
|
79
|
+
initialNavigationResponse?: HarResponse;
|
|
94
80
|
}
|
|
95
81
|
export interface WindowData {
|
|
96
82
|
startUrl: string;
|
|
@@ -273,12 +259,13 @@ export declare enum CustomDataSingletonInternalKey {
|
|
|
273
259
|
*/
|
|
274
260
|
CustomObjectTooLargeToSerialize = "met-custom-object-too-large-to-serialize"
|
|
275
261
|
}
|
|
262
|
+
export type CustomRecordingType = "context" | "feature-flag" | "user-id" | "user-email" | "singleton" | "array" | "event" | "initial-navigation-response";
|
|
276
263
|
export type CustomDataSingletonInternalValues = {
|
|
277
264
|
[CustomDataSingletonInternalKey.SystemThemePreferredColor]: "light" | "dark";
|
|
278
265
|
[CustomDataSingletonInternalKey.TimezoneName]: string;
|
|
279
266
|
[CustomDataSingletonInternalKey.Languages]: string;
|
|
280
267
|
[CustomDataSingletonInternalKey.UserAgent]: string;
|
|
281
|
-
[CustomDataSingletonInternalKey.CustomObjectTooLargeToSerialize]:
|
|
268
|
+
[CustomDataSingletonInternalKey.CustomObjectTooLargeToSerialize]: CustomRecordingType;
|
|
282
269
|
};
|
|
283
270
|
export type CustomData = {
|
|
284
271
|
singletons: Record<string, string> & Partial<CustomDataSingletonInternalValues>;
|
|
@@ -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":";;;AAoQA,IAAY,8BAmCX;AAnCD,WAAY,8BAA8B;IACxC;;;OAGG;IACH,gGAA8D,CAAA;IAE9D;;;;;OAKG;IACH,oEAAkC,CAAA;IAElC;;;;;OAKG;IACH,6DAA2B,CAAA;IAE3B;;;OAGG;IACH,8DAA4B,CAAA;IAE5B;;;;OAIG;IACH,8GAA4E,CAAA;AAC9E,CAAC,EAnCW,8BAA8B,GAA9B,sCAA8B,KAA9B,sCAA8B,QAmCzC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alwaysmeticulous/api",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.251.0",
|
|
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": "08849e85eb0955f0bb05851dac5faec322704eda"
|
|
39
39
|
}
|