identity-admin-ui 1.12.6 → 1.12.8

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.
@@ -18,4 +18,9 @@ export interface IDashboardNotification {
18
18
  isRead: boolean;
19
19
  priority: AdminNotificationTypePriority;
20
20
  type?: string;
21
+ actorIcon?: string;
22
+ targetIcon?: string;
23
+ targetName?: string;
24
+ message?: string;
25
+ hideCheckNow?: boolean;
21
26
  }
package/lib/index.d.ts CHANGED
@@ -431,6 +431,11 @@ interface IDashboardNotification {
431
431
  isRead: boolean;
432
432
  priority: AdminNotificationTypePriority;
433
433
  type?: string;
434
+ actorIcon?: string;
435
+ targetIcon?: string;
436
+ targetName?: string;
437
+ message?: string;
438
+ hideCheckNow?: boolean;
434
439
  }
435
440
 
436
441
  declare const NotificationContext: react.Context<{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "identity-admin-ui",
3
- "version": "1.12.6",
3
+ "version": "1.12.8",
4
4
  "description": "Identity solutions UI package using for identity-admin dashboard",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/esm/index.js",