UNPKG

@spartacus/core

Version:

Spartacus - the core framework

20 lines (19 loc) 1.05 kB
import { Actions } from '@ngrx/effects'; import { Observable } from 'rxjs'; import { GlobalMessageService } from '../../../global-message/index'; import { UserReplenishmentOrderConnector } from '../../connectors/replenishment-order/user-replenishment-order.connector'; import { UserActions } from '../actions/index'; import * as i0 from "@angular/core"; /** * @deprecated since 4.2 - use order lib instead */ export declare class ReplenishmentOrderDetailsEffect { private actions$; private replenishmentOrderConnector; private globalMessageService; loadReplenishmentOrderDetails$: Observable<UserActions.ReplenishmentOrderDetailsAction>; cancelReplenishmentOrder$: Observable<UserActions.ReplenishmentOrderDetailsAction>; constructor(actions$: Actions, replenishmentOrderConnector: UserReplenishmentOrderConnector, globalMessageService: GlobalMessageService); static ɵfac: i0.ɵɵFactoryDeclaration<ReplenishmentOrderDetailsEffect, never>; static ɵprov: i0.ɵɵInjectableDeclaration<ReplenishmentOrderDetailsEffect>; }