UNPKG

@spartacus/schematics

Version:
26 lines 875 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.USER_ORDERS_EFFECT_MIGRATION = void 0; const constants_1 = require("../../../../shared/constants"); exports.USER_ORDERS_EFFECT_MIGRATION = { //projects/core/src/user/store/effects/user-orders.effect.ts class: constants_1.USER_ORDERS_EFFECT, importPath: constants_1.SPARTACUS_CORE, deprecatedParams: [ { className: constants_1.ACTIONS, importPath: constants_1.NGRX_EFFECTS, }, { className: constants_1.USER_ORDER_CONNECTOR, importPath: constants_1.SPARTACUS_CORE, }, ], addParams: [ { className: constants_1.REPLENISHMENT_ORDER_CONNECTOR, importPath: constants_1.SPARTACUS_CORE, }, ], }; //# sourceMappingURL=user-order.effect.migration.js.map