@alwaysmeticulous/api 2.250.7 → 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, UrlHistoryEvent, WindowData, ApplicationSpecificData, StorageEntry, EarlyRequest, SerializedIDBValidKey, IDBObjectStoreMetadata, IDBObjectStoreSnapshot, IDBObjectStoreWithEntries, IDBIndexSnapshot, CustomDataSingletonInternalKey, CustomDataSingletonInternalValues, CustomData, CustomUserEvent, SessionContext, ExpiringImage, } from "./sdk-bundle-api/sdk-to-bundle/session-data";
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,4EAmBqD;AANnD,8HAAA,8BAA8B,OAAA;AAmBhC,mFAAiE"}
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"}
@@ -259,12 +259,13 @@ export declare enum CustomDataSingletonInternalKey {
259
259
  */
260
260
  CustomObjectTooLargeToSerialize = "met-custom-object-too-large-to-serialize"
261
261
  }
262
+ export type CustomRecordingType = "context" | "feature-flag" | "user-id" | "user-email" | "singleton" | "array" | "event" | "initial-navigation-response";
262
263
  export type CustomDataSingletonInternalValues = {
263
264
  [CustomDataSingletonInternalKey.SystemThemePreferredColor]: "light" | "dark";
264
265
  [CustomDataSingletonInternalKey.TimezoneName]: string;
265
266
  [CustomDataSingletonInternalKey.Languages]: string;
266
267
  [CustomDataSingletonInternalKey.UserAgent]: string;
267
- [CustomDataSingletonInternalKey.CustomObjectTooLargeToSerialize]: "singleton" | "array" | "event" | "context" | "feature-flag" | "user-id" | "user-email";
268
+ [CustomDataSingletonInternalKey.CustomObjectTooLargeToSerialize]: CustomRecordingType;
268
269
  };
269
270
  export type CustomData = {
270
271
  singletons: Record<string, string> & Partial<CustomDataSingletonInternalValues>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alwaysmeticulous/api",
3
- "version": "2.250.7",
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": "9fdfef4b81ed91886c55ac32b87f40274565b84f"
38
+ "gitHead": "08849e85eb0955f0bb05851dac5faec322704eda"
39
39
  }