eservices-core 1.3.330 → 1.3.332

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.
@@ -27,6 +27,7 @@ export interface IClientContent {
27
27
  * с возможностью изменения
28
28
  */
29
29
  selectedContextId?: number | null;
30
+ [fieldName: string]: unknown;
30
31
  }
31
32
  export interface IOrganizationContent {
32
33
  /**
@@ -128,5 +128,6 @@ export interface IBasicServerConfiguration {
128
128
  * @task 4160
129
129
  */
130
130
  displayBackOfficeUserName: string;
131
+ [name: string]: unknown;
131
132
  }
132
133
  export declare type IEntityName = string;