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
|
/**
|