studiokit-scaffolding-js 4.11.2-alpha.2 → 4.11.2-alpha.3

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.
@@ -33,7 +33,7 @@ export declare const defaultNamelessUserInfo: {
33
33
  dateStored: string;
34
34
  dateLastUpdated: string;
35
35
  isImpersonated: boolean;
36
- lockDownBrowserUrl: string | null;
36
+ LockDownBrowserTestLaunchUrl: string | null;
37
37
  id: string;
38
38
  firstName: string | null;
39
39
  lastName: string | null;
@@ -54,7 +54,7 @@ export declare const defaultNamedUserInfo: {
54
54
  dateStored: string;
55
55
  dateLastUpdated: string;
56
56
  isImpersonated: boolean;
57
- lockDownBrowserUrl: string | null;
57
+ LockDownBrowserTestLaunchUrl: string | null;
58
58
  id: string;
59
59
  email: string | null;
60
60
  _metadata?: import("studiokit-net-js").Metadata | undefined;
@@ -90,7 +90,7 @@ exports.defaultUser = {
90
90
  employeeNumber: null,
91
91
  userName: 'test',
92
92
  puid: null,
93
- lockDownBrowserUrl: null
93
+ LockDownBrowserTestLaunchUrl: null
94
94
  }
95
95
  };
96
96
  exports.defaultNamelessUserInfo = __assign(__assign({}, exports.defaultUser.userInfo), {
@@ -62,7 +62,7 @@ export interface UserInfo extends User {
62
62
  * Whether or not the User is being impersonated by another User
63
63
  */
64
64
  isImpersonated: boolean;
65
- lockDownBrowserUrl: string | null;
65
+ LockDownBrowserTestLaunchUrl: string | null;
66
66
  }
67
67
  export interface EntityUser extends User {
68
68
  entityId: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "studiokit-scaffolding-js",
3
- "version": "4.11.2-alpha.2",
3
+ "version": "4.11.2-alpha.3",
4
4
  "description": "Common scaffolding for Studio apps at Purdue",
5
5
  "repository": "https://gitlab.com/purdue-informatics/studiokit/studiokit-scaffolding-js",
6
6
  "license": "MIT",