@elliemae/pui-scripting-object 1.34.5 → 1.35.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.
@@ -9,6 +9,9 @@ export type User = {
9
9
  * unique identifier for the user
10
10
  */
11
11
  id: string;
12
+ /**
13
+ * legacy tenant id
14
+ */
12
15
  realm: string;
13
16
  /**
14
17
  * user's first name
@@ -54,6 +57,10 @@ export type User = {
54
57
  * NMLS number
55
58
  */
56
59
  nmlsOriginatorId: string;
60
+ /**
61
+ * instance id
62
+ */
63
+ instanceId: string;
57
64
  };
58
65
  /**
59
66
  * token type
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/pui-scripting-object",
3
- "version": "1.34.5",
3
+ "version": "1.35.0",
4
4
  "description": "Typescript defintions for Scripting Objects",
5
5
  "sideEffects": false,
6
6
  "type": "module",