chore(product): Update the events emitted from the product module (#9557)

This commit is contained in:
Adrien de Peretti
2024-10-14 14:19:32 +02:00
committed by GitHub
parent b40fa6353e
commit d8b7f90689
6 changed files with 117 additions and 127 deletions

View File

@@ -7,7 +7,8 @@ const eventBaseNames: [
"productOption",
"productType",
"productTag",
"productCategory"
"productCategory",
"productCollection"
] = [
"product",
"productVariant",
@@ -15,6 +16,7 @@ const eventBaseNames: [
"productType",
"productTag",
"productCategory",
"productCollection"
]
export const ProductEvents = buildEventNamesFromEntityName(