UNPKG

@commercetools/sync-actions

Version:

Build API update actions for the commercetools platform.

8 lines (7 loc) 396 B
import { Delta, SyncActionConfig, UpdateAction, Zone } from '../utils/types'; export declare const baseActionsList: Array<UpdateAction>; export declare function actionsMapBase(diff: Delta, oldObj: Zone, newObj: Zone, config?: SyncActionConfig): { [x: string]: any; action: string; }[]; export declare function actionsMapLocations(diff: Delta, oldObj: Zone, newObj: Zone): UpdateAction[];