@wix/auto_sdk_subscription_subscriptions 1.0.43 → 1.0.45

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.
@@ -49,6 +49,12 @@ function resolveComWixpressBillingSubscriptionsApiV1SubscriptionHistoryServiceUr
49
49
  srcPath: "/_api/billing-subscriptions",
50
50
  destPath: ""
51
51
  }
52
+ ],
53
+ "payments.base44.com": [
54
+ {
55
+ srcPath: "/_api/billing-subscriptions",
56
+ destPath: ""
57
+ }
52
58
  ]
53
59
  };
54
60
  return resolveUrl(Object.assign(opts, { domainToMappings }));
@@ -84,6 +90,12 @@ function resolveComWixpressBillingSubscriptionsApiV1SubscriptionsServiceUrl(opts
84
90
  srcPath: "/_api/billing-subscriptions",
85
91
  destPath: ""
86
92
  }
93
+ ],
94
+ "payments.base44.com": [
95
+ {
96
+ srcPath: "/_api/billing-subscriptions",
97
+ destPath: ""
98
+ }
87
99
  ]
88
100
  };
89
101
  return resolveUrl(Object.assign(opts, { domainToMappings }));
@@ -119,6 +131,12 @@ function resolveComWixpressBillingSubscriptionsApiV1SubscriptionsBackOfficeServi
119
131
  srcPath: "/_api/billing-subscriptions",
120
132
  destPath: ""
121
133
  }
134
+ ],
135
+ "payments.base44.com": [
136
+ {
137
+ srcPath: "/_api/billing-subscriptions",
138
+ destPath: ""
139
+ }
122
140
  ]
123
141
  };
124
142
  return resolveUrl(Object.assign(opts, { domainToMappings }));
@@ -154,6 +172,12 @@ function resolveComWixpressBillingSubscriptionsApiV1CustomerSubscriptionsService
154
172
  srcPath: "/_api/billing-subscriptions",
155
173
  destPath: ""
156
174
  }
175
+ ],
176
+ "payments.base44.com": [
177
+ {
178
+ srcPath: "/_api/billing-subscriptions",
179
+ destPath: ""
180
+ }
157
181
  ]
158
182
  };
159
183
  return resolveUrl(Object.assign(opts, { domainToMappings }));
@@ -3656,7 +3680,6 @@ var UpdateAction = /* @__PURE__ */ ((UpdateAction2) => {
3656
3680
  return UpdateAction2;
3657
3681
  })(UpdateAction || {});
3658
3682
  var RequestedFields = /* @__PURE__ */ ((RequestedFields2) => {
3659
- RequestedFields2["UNKNOWN_REQUESTED_FIELD"] = "UNKNOWN_REQUESTED_FIELD";
3660
3683
  RequestedFields2["UNSUPPORTED_ACTION"] = "UNSUPPORTED_ACTION";
3661
3684
  return RequestedFields2;
3662
3685
  })(RequestedFields || {});
@@ -3707,7 +3730,6 @@ var PriceAdjustmentReason = /* @__PURE__ */ ((PriceAdjustmentReason2) => {
3707
3730
  return PriceAdjustmentReason2;
3708
3731
  })(PriceAdjustmentReason || {});
3709
3732
  var RefundReason = /* @__PURE__ */ ((RefundReason2) => {
3710
- RefundReason2["UNKNOWN_REFUND_REASON"] = "UNKNOWN_REFUND_REASON";
3711
3733
  RefundReason2["DUPLICATE_CHARGE"] = "DUPLICATE_CHARGE";
3712
3734
  RefundReason2["FRAUDULENT"] = "FRAUDULENT";
3713
3735
  RefundReason2["CUSTOMER_REQUEST"] = "CUSTOMER_REQUEST";