@haloduck/core 2.0.10 → 2.0.12

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.
Binary file
package/index.d.ts CHANGED
@@ -422,8 +422,6 @@ declare class GlobalEffects<TM extends Member.IData, TG extends Group.IData> {
422
422
  private groupApiService;
423
423
  private store;
424
424
  setAuthenticated$: rxjs.Observable<({
425
- initiated: boolean;
426
- } & _ngrx_store.Action<"[Global] Mark Initiated">) | _ngrx_store.Action<"[Global] Clear Authentication"> | ({
427
425
  profile: Member.IData & {
428
426
  [key: string]: any;
429
427
  };
@@ -435,7 +433,9 @@ declare class GlobalEffects<TM extends Member.IData, TG extends Group.IData> {
435
433
  group: Group.IData & {
436
434
  [key: string]: any;
437
435
  };
438
- } & _ngrx_store.Action<"[Global] Set Current Group">)> & _ngrx_effects.CreateEffectMetadata;
436
+ } & _ngrx_store.Action<"[Global] Set Current Group">) | ({
437
+ initiated: boolean;
438
+ } & _ngrx_store.Action<"[Global] Mark Initiated">) | _ngrx_store.Action<"[Global] Clear Authentication">> & _ngrx_effects.CreateEffectMetadata;
439
439
  static ɵfac: i0.ɵɵFactoryDeclaration<GlobalEffects<any, any>, never>;
440
440
  static ɵprov: i0.ɵɵInjectableDeclaration<GlobalEffects<any, any>>;
441
441
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haloduck/core",
3
- "version": "2.0.10",
3
+ "version": "2.0.12",
4
4
  "description": "HaloDuck Core Library - Angular",
5
5
  "keywords": [
6
6
  "angular",
Binary file