eservices-core 1.3.346 → 1.3.348

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.
@@ -15,6 +15,11 @@ export interface IAuthOptions {
15
15
  * true.
16
16
  */
17
17
  useLogoutIdentityServer?: boolean;
18
+ /**
19
+ * @description Если установлено значение true, то будет использоваться новый метод Logout на web-server:
20
+ * WindowsAccount/Logout2
21
+ */
22
+ useWindowsLogout?: boolean;
18
23
  }
19
24
  export interface IAuthClientState {
20
25
  accessToken: string;
@@ -1,6 +1,6 @@
1
1
  export interface IListSettingReadParams {
2
2
  entity: string;
3
- mark?: string;
3
+ mark?: string | string[];
4
4
  }
5
5
  /**
6
6
  * @description Описание объекта, который получается после обработки.