UNPKG

@spartacus/schematics

Version:
13 lines 580 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.USER_ID_SERVICE_MIGRATION = void 0; const constants_1 = require("../../../../shared/constants"); exports.USER_ID_SERVICE_MIGRATION = [ { class: constants_1.USER_ID_SERVICE, importPath: constants_1.SPARTACUS_CORE, deprecatedNode: `invokeWithUserId`, comment: `// ${constants_1.TODO_SPARTACUS} Method '${constants_1.USER_ID_SERVICE}.invokeWithUserId' was removed. Use 'takeUserId' method instead`, }, ]; //# sourceMappingURL=user-id.service.migration.js.map