@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.
@@ -164,6 +164,12 @@ function resolveComWixpressBillingSubscriptionsApiV1SubscriptionHistoryServiceUr
164
164
  srcPath: "/_api/billing-subscriptions",
165
165
  destPath: ""
166
166
  }
167
+ ],
168
+ "payments.base44.com": [
169
+ {
170
+ srcPath: "/_api/billing-subscriptions",
171
+ destPath: ""
172
+ }
167
173
  ]
168
174
  };
169
175
  return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));
@@ -199,6 +205,12 @@ function resolveComWixpressBillingSubscriptionsApiV1SubscriptionsServiceUrl(opts
199
205
  srcPath: "/_api/billing-subscriptions",
200
206
  destPath: ""
201
207
  }
208
+ ],
209
+ "payments.base44.com": [
210
+ {
211
+ srcPath: "/_api/billing-subscriptions",
212
+ destPath: ""
213
+ }
202
214
  ]
203
215
  };
204
216
  return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));
@@ -234,6 +246,12 @@ function resolveComWixpressBillingSubscriptionsApiV1SubscriptionsBackOfficeServi
234
246
  srcPath: "/_api/billing-subscriptions",
235
247
  destPath: ""
236
248
  }
249
+ ],
250
+ "payments.base44.com": [
251
+ {
252
+ srcPath: "/_api/billing-subscriptions",
253
+ destPath: ""
254
+ }
237
255
  ]
238
256
  };
239
257
  return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));
@@ -269,6 +287,12 @@ function resolveComWixpressBillingSubscriptionsApiV1CustomerSubscriptionsService
269
287
  srcPath: "/_api/billing-subscriptions",
270
288
  destPath: ""
271
289
  }
290
+ ],
291
+ "payments.base44.com": [
292
+ {
293
+ srcPath: "/_api/billing-subscriptions",
294
+ destPath: ""
295
+ }
272
296
  ]
273
297
  };
274
298
  return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));
@@ -3771,7 +3795,6 @@ var UpdateAction = /* @__PURE__ */ ((UpdateAction2) => {
3771
3795
  return UpdateAction2;
3772
3796
  })(UpdateAction || {});
3773
3797
  var RequestedFields = /* @__PURE__ */ ((RequestedFields2) => {
3774
- RequestedFields2["UNKNOWN_REQUESTED_FIELD"] = "UNKNOWN_REQUESTED_FIELD";
3775
3798
  RequestedFields2["UNSUPPORTED_ACTION"] = "UNSUPPORTED_ACTION";
3776
3799
  return RequestedFields2;
3777
3800
  })(RequestedFields || {});
@@ -3822,7 +3845,6 @@ var PriceAdjustmentReason = /* @__PURE__ */ ((PriceAdjustmentReason2) => {
3822
3845
  return PriceAdjustmentReason2;
3823
3846
  })(PriceAdjustmentReason || {});
3824
3847
  var RefundReason = /* @__PURE__ */ ((RefundReason2) => {
3825
- RefundReason2["UNKNOWN_REFUND_REASON"] = "UNKNOWN_REFUND_REASON";
3826
3848
  RefundReason2["DUPLICATE_CHARGE"] = "DUPLICATE_CHARGE";
3827
3849
  RefundReason2["FRAUDULENT"] = "FRAUDULENT";
3828
3850
  RefundReason2["CUSTOMER_REQUEST"] = "CUSTOMER_REQUEST";