@wix/auto_sdk_subscription_subscriptions 1.0.43 → 1.0.44

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.
@@ -3656,7 +3656,6 @@ var UpdateAction = /* @__PURE__ */ ((UpdateAction2) => {
3656
3656
  return UpdateAction2;
3657
3657
  })(UpdateAction || {});
3658
3658
  var RequestedFields = /* @__PURE__ */ ((RequestedFields2) => {
3659
- RequestedFields2["UNKNOWN_REQUESTED_FIELD"] = "UNKNOWN_REQUESTED_FIELD";
3660
3659
  RequestedFields2["UNSUPPORTED_ACTION"] = "UNSUPPORTED_ACTION";
3661
3660
  return RequestedFields2;
3662
3661
  })(RequestedFields || {});
@@ -3707,7 +3706,6 @@ var PriceAdjustmentReason = /* @__PURE__ */ ((PriceAdjustmentReason2) => {
3707
3706
  return PriceAdjustmentReason2;
3708
3707
  })(PriceAdjustmentReason || {});
3709
3708
  var RefundReason = /* @__PURE__ */ ((RefundReason2) => {
3710
- RefundReason2["UNKNOWN_REFUND_REASON"] = "UNKNOWN_REFUND_REASON";
3711
3709
  RefundReason2["DUPLICATE_CHARGE"] = "DUPLICATE_CHARGE";
3712
3710
  RefundReason2["FRAUDULENT"] = "FRAUDULENT";
3713
3711
  RefundReason2["CUSTOMER_REQUEST"] = "CUSTOMER_REQUEST";