@bosonprotocol/core-sdk 1.18.0-alpha.13 → 1.18.0-alpha.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1323,6 +1323,7 @@ export declare enum EventType {
1323
1323
  SellerCreated = "SELLER_CREATED",
1324
1324
  SellerUpdated = "SELLER_UPDATED",
1325
1325
  VoucherCanceled = "VOUCHER_CANCELED",
1326
+ VoucherExpired = "VOUCHER_EXPIRED",
1326
1327
  VoucherExtended = "VOUCHER_EXTENDED",
1327
1328
  VoucherRedeemed = "VOUCHER_REDEEMED",
1328
1329
  VoucherRevoked = "VOUCHER_REVOKED",