@spartacus/schematics
Version:
Spartacus schematics
43 lines • 2.05 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ASM_ACTIONS_MIGRATION = void 0;
const constants_1 = require("../../../../shared/constants");
exports.ASM_ACTIONS_MIGRATION = [
{
class: constants_1.ASM_ACTIONS,
importPath: constants_1.SPARTACUS_CORE,
deprecatedNode: constants_1.LOAD_CUSTOMER_SUPPORT_AGENT_TOKEN,
comment: `// ${constants_1.TODO_SPARTACUS} Variable removed. Instead use methods from 'CsAgentAuthService'.`,
},
{
class: constants_1.ASM_ACTIONS,
importPath: constants_1.SPARTACUS_CORE,
deprecatedNode: constants_1.LOAD_CUSTOMER_SUPPORT_AGENT_TOKEN_FAIL,
comment: `// ${constants_1.TODO_SPARTACUS} Variable removed. Instead use methods from 'CsAgentAuthService'.`,
},
{
class: constants_1.ASM_ACTIONS,
importPath: constants_1.SPARTACUS_CORE,
deprecatedNode: constants_1.LOAD_CUSTOMER_SUPPORT_AGENT_TOKEN_SUCCESS,
comment: `// ${constants_1.TODO_SPARTACUS} Variable removed. Instead use methods from 'CsAgentAuthService'.`,
},
{
class: constants_1.ASM_ACTIONS,
importPath: constants_1.SPARTACUS_CORE,
deprecatedNode: constants_1.LOAD_CUSTOMER_SUPPORT_AGENT_TOKEN_CLASS,
comment: `// ${constants_1.TODO_SPARTACUS} Action removed. Instead use methods from 'CsAgentAuthService'.`,
},
{
class: constants_1.ASM_ACTIONS,
importPath: constants_1.SPARTACUS_CORE,
deprecatedNode: constants_1.LOAD_CUSTOMER_SUPPORT_AGENT_TOKEN_FAIL_CLASS,
comment: `// ${constants_1.TODO_SPARTACUS} Action removed. Instead use methods from 'CsAgentAuthService'.`,
},
{
class: constants_1.ASM_ACTIONS,
importPath: constants_1.SPARTACUS_CORE,
deprecatedNode: constants_1.LOAD_CUSTOMER_SUPPORT_AGENT_TOKEN_SUCCESS_CLASS,
comment: `// ${constants_1.TODO_SPARTACUS} Action removed. Instead use methods from 'CsAgentAuthService'.`,
},
];
//# sourceMappingURL=asm-group.actions.migration.js.map