UNPKG

@spartacus/schematics

Version:
14 lines 788 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ANONYMOUS_CONSENT_TEMPLATES_CONNECTOR_MIGRATION = void 0; const constants_1 = require("../../../../shared/constants"); exports.ANONYMOUS_CONSENT_TEMPLATES_CONNECTOR_MIGRATION = [ { class: constants_1.ANONYMOUS_CONSENT_TEMPLATES_CONNECTOR, importPath: constants_1.SPARTACUS_CORE, deprecatedNode: constants_1.LOAD_ANONYMOUS_CONSENTS, newNode: constants_1.LOAD_ANONYMOUS_CONSENTS, comment: `// ${constants_1.TODO_SPARTACUS} Method ${constants_1.LOAD_ANONYMOUS_CONSENTS} changed the return type from 'Observable<AnonymousConsent[] | null>' to 'Observable<AnonymousConsent[]>'`, }, ]; //# sourceMappingURL=anonymous-consent-templates.connector.migration.js.map