@wix/auto_sdk_ecom_subscription-contracts 1.0.41 → 1.0.42

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.
@@ -273,6 +273,7 @@ var PaymentOptionType = /* @__PURE__ */ ((PaymentOptionType2) => {
273
273
  PaymentOptionType2["MEMBERSHIP"] = "MEMBERSHIP";
274
274
  PaymentOptionType2["DEPOSIT_ONLINE"] = "DEPOSIT_ONLINE";
275
275
  PaymentOptionType2["MEMBERSHIP_OFFLINE"] = "MEMBERSHIP_OFFLINE";
276
+ PaymentOptionType2["MEMBERSHIP_ONLINE_WITH_OFFLINE_REMAINDER"] = "MEMBERSHIP_ONLINE_WITH_OFFLINE_REMAINDER";
276
277
  return PaymentOptionType2;
277
278
  })(PaymentOptionType || {});
278
279
  var JurisdictionType = /* @__PURE__ */ ((JurisdictionType2) => {