eservices-core 1.3.237 → 1.3.238

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.
@@ -92,6 +92,10 @@ interface IReferenceMetadataField {
92
92
  * сущность.
93
93
  */
94
94
  primaryFieldNameOfReferencedEntity: string;
95
+ /**
96
+ * @description Какое поле внутри объекта нужно использовать в качестве метки. Устанавливает есть для ReferenceEntity.
97
+ */
98
+ fieldNameForLabel: string;
95
99
  }
96
100
  export declare type IExtendedMetadataField = IMetadataField & Partial<IReferenceMetadataField>;
97
101
  export interface IMetadataFieldTreatmentParams {