@osovitny/anatoly 3.20.10 → 3.20.11
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
CHANGED
|
@@ -189,16 +189,16 @@ interface ICurrentApp {
|
|
|
189
189
|
oneUrl: string;
|
|
190
190
|
}
|
|
191
191
|
declare function getCurrentApp(): ICurrentApp;
|
|
192
|
-
declare const AppName: string;
|
|
193
192
|
declare const AppSettings: any;
|
|
194
193
|
|
|
195
194
|
declare const AppCoreSettings: any;
|
|
195
|
+
declare function formatUrl(url: string): string;
|
|
196
196
|
declare const AppVersion: string;
|
|
197
197
|
declare const IsDevMode: boolean;
|
|
198
198
|
declare const IsProdMode: boolean;
|
|
199
199
|
declare const ClientApps: any;
|
|
200
|
-
declare const
|
|
201
|
-
declare
|
|
200
|
+
declare const AppName: any;
|
|
201
|
+
declare const ApiUrl: any;
|
|
202
202
|
|
|
203
203
|
declare const dateTimeFormats: {
|
|
204
204
|
medium: string;
|