@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.
- package/haloduck-core-2.0.12.tgz +0 -0
- package/index.d.ts +3 -3
- package/package.json +1 -1
- package/haloduck-core-2.0.10.tgz +0 -0
|
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">)
|
|
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
package/haloduck-core-2.0.10.tgz
DELETED
|
Binary file
|