@bizdoc/core 2.3.11 → 2.3.13

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.
@@ -11,9 +11,8 @@ export declare class AppHttpInterceptor implements HttpInterceptor {
11
11
  private readonly _ongoingCounter$;
12
12
  private _authenticationInProgress$;
13
13
  readonly active$: Observable<boolean>;
14
- private _baseUrl;
15
14
  intercept(req: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>>;
16
- constructor(baseUrl: string, _session: SessionService, _auth: AuthenticationImpl, _messaging: HubService);
17
- static ɵfac: i0.ɵɵFactoryDeclaration<AppHttpInterceptor, [{ optional: true; }, null, null, null]>;
15
+ constructor(_session: SessionService, _auth: AuthenticationImpl, _messaging: HubService);
16
+ static ɵfac: i0.ɵɵFactoryDeclaration<AppHttpInterceptor, never>;
18
17
  static ɵprov: i0.ɵɵInjectableDeclaration<AppHttpInterceptor>;
19
18
  }
@@ -158,10 +158,7 @@ export interface ScheduledEvent {
158
158
  export interface MapPin {
159
159
  location: LatLng;
160
160
  }
161
- export interface LatLng {
162
- lat: number;
163
- lng: number;
164
- }
161
+ export type LatLng = number[];
165
162
  export interface CubeEntry {
166
163
  cube: string;
167
164
  axes: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bizdoc/core",
3
- "version": "2.3.11",
3
+ "version": "2.3.13",
4
4
  "author": "Moding Ltd.",
5
5
  "homepage": "https://github.com/moding-il/bizdoc.core",
6
6
  "license": "https://github.com/moding-il/bizdoc.core/blob/master/License.md",