@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.
@@ -3190,12 +3190,11 @@ interface AllowedActionsRequest {
3190
3190
  fields?: RequestedFieldsWithLiterals[];
3191
3191
  }
3192
3192
  declare enum RequestedFields {
3193
- UNKNOWN_REQUESTED_FIELD = "UNKNOWN_REQUESTED_FIELD",
3194
3193
  /** Include unsupported action list, including the reasons for the lack of support */
3195
3194
  UNSUPPORTED_ACTION = "UNSUPPORTED_ACTION"
3196
3195
  }
3197
3196
  /** @enumType */
3198
- type RequestedFieldsWithLiterals = RequestedFields | 'UNKNOWN_REQUESTED_FIELD' | 'UNSUPPORTED_ACTION';
3197
+ type RequestedFieldsWithLiterals = RequestedFields | 'UNSUPPORTED_ACTION';
3199
3198
  interface AllowedActionsResponse {
3200
3199
  /** List of actions that are allowed. */
3201
3200
  actions?: Action[];
@@ -3743,7 +3742,6 @@ interface Refund {
3743
3742
  description?: string | null;
3744
3743
  }
3745
3744
  declare enum RefundReason {
3746
- UNKNOWN_REFUND_REASON = "UNKNOWN_REFUND_REASON",
3747
3745
  DUPLICATE_CHARGE = "DUPLICATE_CHARGE",
3748
3746
  FRAUDULENT = "FRAUDULENT",
3749
3747
  CUSTOMER_REQUEST = "CUSTOMER_REQUEST",
@@ -3751,7 +3749,7 @@ declare enum RefundReason {
3751
3749
  OTHER = "OTHER"
3752
3750
  }
3753
3751
  /** @enumType */
3754
- type RefundReasonWithLiterals = RefundReason | 'UNKNOWN_REFUND_REASON' | 'DUPLICATE_CHARGE' | 'FRAUDULENT' | 'CUSTOMER_REQUEST' | 'PROVISION_FAILED' | 'OTHER';
3752
+ type RefundReasonWithLiterals = RefundReason | 'DUPLICATE_CHARGE' | 'FRAUDULENT' | 'CUSTOMER_REQUEST' | 'PROVISION_FAILED' | 'OTHER';
3755
3753
  interface ChangeSubscriptionRequest {
3756
3754
  /**
3757
3755
  * ID of the subscription to change
@@ -144,6 +144,12 @@ function resolveComWixpressBillingSubscriptionsApiV1SubscriptionHistoryServiceUr
144
144
  srcPath: "/_api/billing-subscriptions",
145
145
  destPath: ""
146
146
  }
147
+ ],
148
+ "payments.base44.com": [
149
+ {
150
+ srcPath: "/_api/billing-subscriptions",
151
+ destPath: ""
152
+ }
147
153
  ]
148
154
  };
149
155
  return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));
@@ -179,6 +185,12 @@ function resolveComWixpressBillingSubscriptionsApiV1SubscriptionsServiceUrl(opts
179
185
  srcPath: "/_api/billing-subscriptions",
180
186
  destPath: ""
181
187
  }
188
+ ],
189
+ "payments.base44.com": [
190
+ {
191
+ srcPath: "/_api/billing-subscriptions",
192
+ destPath: ""
193
+ }
182
194
  ]
183
195
  };
184
196
  return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));
@@ -214,6 +226,12 @@ function resolveComWixpressBillingSubscriptionsApiV1SubscriptionsBackOfficeServi
214
226
  srcPath: "/_api/billing-subscriptions",
215
227
  destPath: ""
216
228
  }
229
+ ],
230
+ "payments.base44.com": [
231
+ {
232
+ srcPath: "/_api/billing-subscriptions",
233
+ destPath: ""
234
+ }
217
235
  ]
218
236
  };
219
237
  return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));
@@ -249,6 +267,12 @@ function resolveComWixpressBillingSubscriptionsApiV1CustomerSubscriptionsService
249
267
  srcPath: "/_api/billing-subscriptions",
250
268
  destPath: ""
251
269
  }
270
+ ],
271
+ "payments.base44.com": [
272
+ {
273
+ srcPath: "/_api/billing-subscriptions",
274
+ destPath: ""
275
+ }
252
276
  ]
253
277
  };
254
278
  return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));
@@ -3751,7 +3775,6 @@ var UpdateAction = /* @__PURE__ */ ((UpdateAction2) => {
3751
3775
  return UpdateAction2;
3752
3776
  })(UpdateAction || {});
3753
3777
  var RequestedFields = /* @__PURE__ */ ((RequestedFields2) => {
3754
- RequestedFields2["UNKNOWN_REQUESTED_FIELD"] = "UNKNOWN_REQUESTED_FIELD";
3755
3778
  RequestedFields2["UNSUPPORTED_ACTION"] = "UNSUPPORTED_ACTION";
3756
3779
  return RequestedFields2;
3757
3780
  })(RequestedFields || {});
@@ -3802,7 +3825,6 @@ var PriceAdjustmentReason = /* @__PURE__ */ ((PriceAdjustmentReason2) => {
3802
3825
  return PriceAdjustmentReason2;
3803
3826
  })(PriceAdjustmentReason || {});
3804
3827
  var RefundReason = /* @__PURE__ */ ((RefundReason2) => {
3805
- RefundReason2["UNKNOWN_REFUND_REASON"] = "UNKNOWN_REFUND_REASON";
3806
3828
  RefundReason2["DUPLICATE_CHARGE"] = "DUPLICATE_CHARGE";
3807
3829
  RefundReason2["FRAUDULENT"] = "FRAUDULENT";
3808
3830
  RefundReason2["CUSTOMER_REQUEST"] = "CUSTOMER_REQUEST";