@alwaysmeticulous/sdk-bundles-api 2.218.3 → 2.219.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.
|
@@ -73,23 +73,6 @@ export interface MeticulousPublicRecordApi {
|
|
|
73
73
|
* is of course only accessible by users with access to the Meticulous project.
|
|
74
74
|
*/
|
|
75
75
|
getSessionUrl(): string;
|
|
76
|
-
/**
|
|
77
|
-
* Record the id of the logged in user (e.g. a user id from a database for the application Meticulous
|
|
78
|
-
* is testing). This is associated with the session and can make it easier to find sessions for a
|
|
79
|
-
* specific user.
|
|
80
|
-
* @deprecated Use the same method in window.Meticulous.context instead.
|
|
81
|
-
*/
|
|
82
|
-
recordUserId(userId: string): {
|
|
83
|
-
success: boolean;
|
|
84
|
-
};
|
|
85
|
-
/**
|
|
86
|
-
* Record the email address of the logged in user. This is associated with the session
|
|
87
|
-
* and can make it easier to find sessions for a specific user.
|
|
88
|
-
* @deprecated Use the same method in window.Meticulous.context instead.
|
|
89
|
-
*/
|
|
90
|
-
recordUserEmail(emailAddress: string): {
|
|
91
|
-
success: boolean;
|
|
92
|
-
};
|
|
93
76
|
}
|
|
94
77
|
export interface MeticulousPublicContextApi {
|
|
95
78
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alwaysmeticulous/sdk-bundles-api",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.219.0",
|
|
4
4
|
"description": "Meticulous common types",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"depcheck": "depcheck --ignore-patterns=dist"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@alwaysmeticulous/api": "^2.
|
|
22
|
+
"@alwaysmeticulous/api": "^2.219.0"
|
|
23
23
|
},
|
|
24
24
|
"author": {
|
|
25
25
|
"name": "The Meticulous Team",
|
|
@@ -38,5 +38,5 @@
|
|
|
38
38
|
"bugs": {
|
|
39
39
|
"url": "https://github.com/alwaysmeticulous/meticulous-sdk/issues"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "e0581710957fd5b4469d376e6e850ec182348894"
|
|
42
42
|
}
|