@alwaysmeticulous/api 2.155.0 → 2.158.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.
|
@@ -19,7 +19,7 @@ export interface ConsoleMessageCoreData {
|
|
|
19
19
|
repetitionCount?: number;
|
|
20
20
|
stackTraceId: number;
|
|
21
21
|
}
|
|
22
|
-
export type ConsoleMessageType = "log" | "debug" | "info" | "error" | "
|
|
22
|
+
export type ConsoleMessageType = "log" | "debug" | "info" | "error" | "warn" | "dir" | "dirxml" | "table" | "trace" | "clear" | "startGroup" | "startGroupCollapsed" | "endGroup" | "assert" | "profile" | "profileEnd" | "count" | "timeEnd" | "verbose";
|
|
23
23
|
export interface ConsoleMessageLocation {
|
|
24
24
|
/**
|
|
25
25
|
* URL of the resource if known or `undefined` otherwise.
|
|
@@ -14,6 +14,7 @@ export interface NetworkActivityDivergenceIndicator {
|
|
|
14
14
|
type: "network-activity";
|
|
15
15
|
beforeEventIndices?: number[] | undefined;
|
|
16
16
|
afterEventIndices: number[];
|
|
17
|
+
kind: "completed-requests" | "pending-requests";
|
|
17
18
|
}
|
|
18
19
|
export interface InitialNavigationDivergenceIndicator {
|
|
19
20
|
type: "initial-navigation";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alwaysmeticulous/api",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.158.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": "8ae58d8f96ea232e0b76abce0324803611030ccb"
|
|
39
39
|
}
|