identity-admin 1.25.1 → 1.25.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.
@@ -507,6 +507,13 @@ export interface IResourceFile {
507
507
  * @default false
508
508
  */
509
509
  displayEditPageInShowPage?: boolean;
510
+ /**
511
+ * An object for any extra data need to be sent with the resource file
512
+ * @default undefined
513
+ */
514
+ extras?: {
515
+ [key: string]: any;
516
+ };
510
517
  };
511
518
  /**
512
519
  * Array of properties that should be appeared in the list action.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "identity-admin",
3
- "version": "1.25.1",
3
+ "version": "1.25.2",
4
4
  "description": "",
5
5
  "main": "lib/Dashboard.js",
6
6
  "types": "lib/Dashbord.d.ts",