eservices-core 1.3.229 → 1.3.231

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.
@@ -45,6 +45,10 @@ export interface IListOptions {
45
45
  * @description Строковое обозначение фильтра, которое нужно применить к запросу.
46
46
  */
47
47
  filter: string;
48
+ /**
49
+ * @description Убирать повторяющиеся значения
50
+ */
51
+ distinct: boolean;
48
52
  }
49
53
  /**
50
54
  * @issue 3692