bmlt-query-client 1.0.4 → 1.0.5
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/app.d.ts +1 -1
- package/dist/app.js +846 -669
- package/dist/app.js.map +1 -1
- package/package.json +11 -11
package/dist/app.d.ts
CHANGED
|
@@ -10,7 +10,7 @@ export declare interface BaseSearchParams {
|
|
|
10
10
|
export declare class BmltClient {
|
|
11
11
|
private timeout;
|
|
12
12
|
private userAgent;
|
|
13
|
-
private geocodingService?;
|
|
13
|
+
private readonly geocodingService?;
|
|
14
14
|
private rootServerURL;
|
|
15
15
|
private defaultFormat;
|
|
16
16
|
constructor(options: BmltClientOptions);
|