bb-api-platforma 0.1.260 → 0.1.265
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/dist/BetBoosterApi.d.ts
CHANGED
|
@@ -128,7 +128,7 @@ export declare class BetBoosterApi {
|
|
|
128
128
|
* @returns Returns true if the language and locale are successfully set, otherwise returns false.
|
|
129
129
|
*/
|
|
130
130
|
setLanguageRemoteLocale(lang?: string): Promise<any>;
|
|
131
|
-
|
|
131
|
+
setBaseUrl(baseUrl: string): string;
|
|
132
132
|
private statusHandler;
|
|
133
133
|
/**
|
|
134
134
|
* Query string handler. Replaces values
|
|
@@ -995,7 +995,7 @@ export declare class BetBoosterApi {
|
|
|
995
995
|
* @returns Returns true if the language and locale are successfully set, otherwise returns false.
|
|
996
996
|
*/
|
|
997
997
|
setLanguageRemoteLocale(lang?: string): Promise<any>;
|
|
998
|
-
|
|
998
|
+
setBaseUrl(baseUrl: string): string;
|
|
999
999
|
private statusHandler;
|
|
1000
1000
|
/**
|
|
1001
1001
|
* Query string handler. Replaces values
|
|
@@ -92,7 +92,7 @@ export declare class BetBoosterOfficeApi {
|
|
|
92
92
|
* @returns Возвращает true, если язык и локаль успешно установлены, в противном случае возвращает false.
|
|
93
93
|
*/
|
|
94
94
|
setLanguageRemoteLocale(lang?: string): Promise<boolean>;
|
|
95
|
-
|
|
95
|
+
setBaseUrl(baseUrl: string): string;
|
|
96
96
|
private statusHandler;
|
|
97
97
|
/**
|
|
98
98
|
* Обработчик строки запроса. Заменяет значения
|