UNPKG

@spartacus/schematics

Version:
46 lines 1.59 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ASM_AUTH_HTTP_HEADER_SERVICE_MIGRATION = void 0; const constants_1 = require("../../../../shared/constants"); exports.ASM_AUTH_HTTP_HEADER_SERVICE_MIGRATION = { // feature-libs/asm/root/services/asm-auth-http-header.service.ts class: constants_1.ASM_AUTH_HTTP_HEADER_SERVICE, importPath: `${constants_1.SPARTACUS_ASM}/root`, deprecatedParams: [ { className: constants_1.AUTH_SERVICE, importPath: constants_1.SPARTACUS_CORE, }, { className: constants_1.AUTH_STORAGE_SERVICE, importPath: constants_1.SPARTACUS_CORE, }, { className: constants_1.CS_AGENT_AUTH_SERVICE, importPath: `${constants_1.SPARTACUS_ASM}/root`, }, { className: constants_1.OAUTH_LIB_WRAPPER_SERVICE, importPath: constants_1.SPARTACUS_CORE, }, { className: constants_1.ROUTING_SERVICE, importPath: constants_1.SPARTACUS_CORE, }, { className: constants_1.GLOBAL_MESSAGE_SERVICE, importPath: constants_1.SPARTACUS_CORE, }, { className: constants_1.OCC_ENDPOINTS_SERVICE, importPath: constants_1.SPARTACUS_CORE, }, ], addParams: [ { className: constants_1.AUTH_REDIRECT_SERVICE, importPath: constants_1.SPARTACUS_CORE, }, ], }; //# sourceMappingURL=asm-auth-http-header.service.migration.js.map