identity-admin 1.16.0 → 1.17.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.
@@ -217,6 +217,11 @@ export interface IFieldValue {
217
217
  * @default undefined
218
218
  */
219
219
  apiRoute?: string;
220
+ /**
221
+ * Path of the value inside the model schema
222
+ * @default undefined
223
+ */
224
+ valuePath?: string;
220
225
  }
221
226
  export interface IVirtualValue {
222
227
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "identity-admin",
3
- "version": "1.16.0",
3
+ "version": "1.17.0",
4
4
  "description": "",
5
5
  "main": "lib/Dashboard.js",
6
6
  "types": "lib/Dashbord.d.ts",