UNPKG

@spartacus/schematics

Version:
25 lines 901 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FORBIDDEN_HANDLER_MIGRATION = void 0; const constants_1 = require("../../../../shared/constants"); exports.FORBIDDEN_HANDLER_MIGRATION = { // projects/core/src/global-message/http-interceptors/handlers/forbidden/forbidden.handler.ts class: constants_1.FORBIDDEN_HANDLER, importPath: constants_1.SPARTACUS_CORE, deprecatedParams: [], addParams: [ { className: constants_1.GLOBAL_MESSAGE_SERVICE, importPath: constants_1.SPARTACUS_CORE, }, { className: constants_1.AUTH_SERVICE, importPath: constants_1.SPARTACUS_CORE, }, { className: constants_1.OCC_ENDPOINTS_SERVICE, importPath: constants_1.SPARTACUS_CORE, }, ], }; //# sourceMappingURL=forbidden.handler.migration.js.map