@spartacus/schematics
Version:
Spartacus schematics
14 lines • 690 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.OCC_ENDPOINTS_MODEL_MIGRATION = void 0;
const constants_1 = require("../../../../shared/constants");
// projects/core/src/occ/occ-models/occ-endpoints.model.ts
exports.OCC_ENDPOINTS_MODEL_MIGRATION = [
{
class: constants_1.OCC_ENDPOINT,
importPath: constants_1.SPARTACUS_CORE,
deprecatedNode: constants_1.BASE_SITES_FOR_CONFIG,
comment: `// ${constants_1.TODO_SPARTACUS} Property '${constants_1.OCC_ENDPOINT}.${constants_1.BASE_SITES_FOR_CONFIG}' was removed. Please use 'baseSites' property instead.`,
},
];
//# sourceMappingURL=occ-endpoint.model.migration.js.map