UNPKG

@spartacus/schematics

Version:
42 lines 1.43 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AUTH_HTTP_HEADER_SERVICE_MIGRATION = void 0; const constants_1 = require("../../../../shared/constants"); exports.AUTH_HTTP_HEADER_SERVICE_MIGRATION = { // projects/core/src/auth/user-auth/services/auth-http-header.service.ts class: constants_1.AUTH_HTTP_HEADER_SERVICE, importPath: constants_1.SPARTACUS_CORE, 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.OAUTH_LIB_WRAPPER_SERVICE, importPath: constants_1.SPARTACUS_CORE, }, { className: constants_1.ROUTING_SERVICE, importPath: constants_1.SPARTACUS_CORE, }, { className: constants_1.OCC_ENDPOINTS_SERVICE, importPath: constants_1.SPARTACUS_CORE, }, { className: constants_1.GLOBAL_MESSAGE_SERVICE, importPath: constants_1.SPARTACUS_CORE, }, ], addParams: [ { className: constants_1.AUTH_REDIRECT_SERVICE, importPath: constants_1.SPARTACUS_CORE, }, ], }; //# sourceMappingURL=auth-http-header.service.migration.js.map