@wix/auto_sdk_subscription_subscriptions 1.0.44 → 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 }));