@alwaysmeticulous/sdk-bundles-api 2.241.0 → 2.242.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.
|
@@ -77,6 +77,12 @@ export interface MeticulousPublicRecordApi {
|
|
|
77
77
|
* is of course only accessible by users with access to the Meticulous project.
|
|
78
78
|
*/
|
|
79
79
|
getSessionUrl(): string;
|
|
80
|
+
/**
|
|
81
|
+
* Ensure all data held in memory by the Meticulous recorder has been sent back. If you
|
|
82
|
+
* are recording automated tests, it is recommended to call this at the end of each test
|
|
83
|
+
* and before any full-page navigation.
|
|
84
|
+
*/
|
|
85
|
+
flush(): Promise<void>;
|
|
80
86
|
}
|
|
81
87
|
export interface MeticulousPublicContextApi {
|
|
82
88
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alwaysmeticulous/sdk-bundles-api",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.242.1",
|
|
4
4
|
"description": "Meticulous common types",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -38,5 +38,5 @@
|
|
|
38
38
|
"bugs": {
|
|
39
39
|
"url": "https://github.com/alwaysmeticulous/meticulous-sdk/issues"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "617b38e544044cd57b67c442ed15b83bea34aa55"
|
|
42
42
|
}
|