@wix/auto_sdk_ecom_subscription-contracts 1.0.41 → 1.0.43

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.
@@ -230,6 +230,7 @@ var PaymentOptionType = /* @__PURE__ */ ((PaymentOptionType2) => {
230
230
  PaymentOptionType2["MEMBERSHIP"] = "MEMBERSHIP";
231
231
  PaymentOptionType2["DEPOSIT_ONLINE"] = "DEPOSIT_ONLINE";
232
232
  PaymentOptionType2["MEMBERSHIP_OFFLINE"] = "MEMBERSHIP_OFFLINE";
233
+ PaymentOptionType2["MEMBERSHIP_ONLINE_WITH_OFFLINE_REMAINDER"] = "MEMBERSHIP_ONLINE_WITH_OFFLINE_REMAINDER";
233
234
  return PaymentOptionType2;
234
235
  })(PaymentOptionType || {});
235
236
  var JurisdictionType = /* @__PURE__ */ ((JurisdictionType2) => {