@karpeleslab/klbfw 0.2.2 → 0.2.3
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/index.d.ts +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -18,7 +18,7 @@ declare function getLocale(): string;
|
|
|
18
18
|
declare function getUserGroup(): string | undefined;
|
|
19
19
|
declare function getCurrency(): string;
|
|
20
20
|
declare function getToken(): string | undefined;
|
|
21
|
-
declare function getUrl(): { path: string; full: string };
|
|
21
|
+
declare function getUrl(): { path: string; full: string; host: string; query: string; scheme: string };
|
|
22
22
|
declare function getPath(): string;
|
|
23
23
|
declare function getUuid(): string | undefined;
|
|
24
24
|
declare function getInitialState(): Record<string, any> | undefined;
|