UNPKG

@spartacus/order

Version:

Order feature library for Spartacus

17 lines (16 loc) 954 B
import { Actions } from '@ngrx/effects'; import { GlobalMessageService } from '@spartacus/core'; import { Observable } from 'rxjs'; import { ReplenishmentOrderConnector } from '../../connectors/replenishment-order.connector'; import { OrderActions } from '../actions/index'; import * as i0 from "@angular/core"; export declare class ReplenishmentOrderDetailsEffect { private actions$; private replenishmentOrderConnector; private globalMessageService; loadReplenishmentOrderDetails$: Observable<OrderActions.ReplenishmentOrderDetailsAction>; cancelReplenishmentOrder$: Observable<OrderActions.ReplenishmentOrderDetailsAction>; constructor(actions$: Actions, replenishmentOrderConnector: ReplenishmentOrderConnector, globalMessageService: GlobalMessageService); static ɵfac: i0.ɵɵFactoryDeclaration<ReplenishmentOrderDetailsEffect, never>; static ɵprov: i0.ɵɵInjectableDeclaration<ReplenishmentOrderDetailsEffect>; }