@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.
- package/build/cjs/index.js +24 -0
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.js +24 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.js +24 -0
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.mjs +24 -0
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.mjs +24 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.mjs +24 -0
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.js +24 -0
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.js +24 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.js +24 -0
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.mjs +24 -0
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.mjs +24 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.mjs +24 -0
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -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 }));
|