Browse Source

fix(core): Export all Promotion conditions & actions

Relates to #1308
Michael Bromley 3 years ago
parent
commit
56b30fab35
1 changed files with 4 additions and 0 deletions
  1. 4 0
      packages/core/src/config/promotion/index.ts

+ 4 - 0
packages/core/src/config/promotion/index.ts

@@ -15,10 +15,14 @@ export * from './promotion-condition';
 export * from './actions/facet-values-percentage-discount-action';
 export * from './actions/order-percentage-discount-action';
 export * from './actions/product-percentage-discount-action';
+export * from './actions/free-shipping-action';
+export * from './actions/buy-x-get-y-free-action';
+export * from './actions/order-fixed-discount-action';
 export * from './conditions/has-facet-values-condition';
 export * from './conditions/min-order-amount-condition';
 export * from './conditions/contains-products-condition';
 export * from './conditions/customer-group-condition';
+export * from './conditions/buy-x-get-y-free-condition';
 export * from './utils/facet-value-checker';
 
 export const defaultPromotionActions = [