@elliemae/pui-scripting-object 1.27.0 → 1.28.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.
@@ -35,6 +35,18 @@ export type User = {
35
35
  * user's email address
36
36
  */
37
37
  email: string;
38
+ /**
39
+ * CHUM number
40
+ */
41
+ chumId: string;
42
+ /**
43
+ * Employee number
44
+ */
45
+ employeeId: string;
46
+ /**
47
+ * NMLS number
48
+ */
49
+ nmlsOriginatorId: string;
38
50
  };
39
51
  /**
40
52
  * token type
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/pui-scripting-object",
3
- "version": "1.27.0",
3
+ "version": "1.28.0",
4
4
  "description": "Typescript defintions for Scripting Objects",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/cjs/index.js",