UNPKG

@spartacus/schematics

Version:
32 lines 1.01 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.USER_INTERESTS_SERVICE_MIGRATION = void 0; const constants_1 = require("../../../../shared/constants"); exports.USER_INTERESTS_SERVICE_MIGRATION = { // projects/core/src/user/facade/user-interests.service.ts class: constants_1.USER_INTERESTS_SERVICE, importPath: constants_1.SPARTACUS_CORE, deprecatedParams: [ { className: constants_1.STORE, importPath: constants_1.NGRX_STORE, }, { className: constants_1.AUTH_SERVICE, importPath: constants_1.SPARTACUS_CORE, }, ], removeParams: [ { className: constants_1.AUTH_SERVICE, importPath: constants_1.SPARTACUS_CORE, }, ], addParams: [ { className: constants_1.USER_ID_SERVICE, importPath: constants_1.SPARTACUS_CORE, }, ], }; //# sourceMappingURL=user-interests.service.migration.js.map