@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.
@@ -3771,7 +3771,6 @@ var UpdateAction = /* @__PURE__ */ ((UpdateAction2) => {
3771
3771
  return UpdateAction2;
3772
3772
  })(UpdateAction || {});
3773
3773
  var RequestedFields = /* @__PURE__ */ ((RequestedFields2) => {
3774
- RequestedFields2["UNKNOWN_REQUESTED_FIELD"] = "UNKNOWN_REQUESTED_FIELD";
3775
3774
  RequestedFields2["UNSUPPORTED_ACTION"] = "UNSUPPORTED_ACTION";
3776
3775
  return RequestedFields2;
3777
3776
  })(RequestedFields || {});
@@ -3822,7 +3821,6 @@ var PriceAdjustmentReason = /* @__PURE__ */ ((PriceAdjustmentReason2) => {
3822
3821
  return PriceAdjustmentReason2;
3823
3822
  })(PriceAdjustmentReason || {});
3824
3823
  var RefundReason = /* @__PURE__ */ ((RefundReason2) => {
3825
- RefundReason2["UNKNOWN_REFUND_REASON"] = "UNKNOWN_REFUND_REASON";
3826
3824
  RefundReason2["DUPLICATE_CHARGE"] = "DUPLICATE_CHARGE";
3827
3825
  RefundReason2["FRAUDULENT"] = "FRAUDULENT";
3828
3826
  RefundReason2["CUSTOMER_REQUEST"] = "CUSTOMER_REQUEST";