mesauth-angular 1.9.0 → 1.9.2

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mesauth-angular",
3
- "version": "1.9.0",
3
+ "version": "1.9.2",
4
4
  "description": "Angular helper library to connect to a backend API and SignalR hub to surface the current logged-in user and incoming notifications with dark/light theme support",
5
5
  "keywords": [
6
6
  "angular",
@@ -323,6 +323,7 @@ interface ApprovalTemplateSummaryDto {
323
323
  createdAt: string;
324
324
  }
325
325
  interface StepRoleDto {
326
+ id: number;
326
327
  orgCode: string;
327
328
  positionLevel: string;
328
329
  orgName?: string;