@snabcentr/client-core 2.59.0 → 2.59.1
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.
package/package.json
CHANGED
package/release_notes.tmp
CHANGED
|
@@ -24,6 +24,10 @@ export declare class ScUserService {
|
|
|
24
24
|
* {@link Storage}.
|
|
25
25
|
*/
|
|
26
26
|
private readonly storage;
|
|
27
|
+
/**
|
|
28
|
+
* Признак, что скрипт выполняется в браузере.
|
|
29
|
+
*/
|
|
30
|
+
private readonly isBrowser;
|
|
27
31
|
/**
|
|
28
32
|
* {@link Observable} ключа доступа пользователя к API в {@link Storage}.
|
|
29
33
|
*/
|
|
@@ -32,10 +36,6 @@ export declare class ScUserService {
|
|
|
32
36
|
* Сервис для работы с токенами.
|
|
33
37
|
*/
|
|
34
38
|
private readonly tokenService;
|
|
35
|
-
/**
|
|
36
|
-
* Признак, что скрипт выполняется в браузере.
|
|
37
|
-
*/
|
|
38
|
-
private readonly isBrowser;
|
|
39
39
|
/**
|
|
40
40
|
* Сервис аутентификации.
|
|
41
41
|
*/
|