@alwaysmeticulous/api 2.217.0 → 2.218.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.
|
@@ -249,6 +249,9 @@ export type CustomDataSingletonInternalValues = {
|
|
|
249
249
|
export type CustomData = {
|
|
250
250
|
singletons: Record<string, string> & Partial<CustomDataSingletonInternalValues>;
|
|
251
251
|
arrays: Record<string, string[]>;
|
|
252
|
-
|
|
252
|
+
/**
|
|
253
|
+
* Only present on recordings since ~November 2024.
|
|
254
|
+
*/
|
|
255
|
+
events?: CustomUserEvent[];
|
|
253
256
|
};
|
|
254
257
|
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alwaysmeticulous/api",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.218.1",
|
|
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": "96a25d0fdd70d83e486a6d441ef32aa43c734765"
|
|
39
39
|
}
|