@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
package/build/cjs/meta.js
CHANGED
|
@@ -140,6 +140,12 @@ function resolveComWixpressBillingSubscriptionsApiV1SubscriptionHistoryServiceUr
|
|
|
140
140
|
srcPath: "/_api/billing-subscriptions",
|
|
141
141
|
destPath: ""
|
|
142
142
|
}
|
|
143
|
+
],
|
|
144
|
+
"payments.base44.com": [
|
|
145
|
+
{
|
|
146
|
+
srcPath: "/_api/billing-subscriptions",
|
|
147
|
+
destPath: ""
|
|
148
|
+
}
|
|
143
149
|
]
|
|
144
150
|
};
|
|
145
151
|
return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));
|
|
@@ -175,6 +181,12 @@ function resolveComWixpressBillingSubscriptionsApiV1SubscriptionsServiceUrl(opts
|
|
|
175
181
|
srcPath: "/_api/billing-subscriptions",
|
|
176
182
|
destPath: ""
|
|
177
183
|
}
|
|
184
|
+
],
|
|
185
|
+
"payments.base44.com": [
|
|
186
|
+
{
|
|
187
|
+
srcPath: "/_api/billing-subscriptions",
|
|
188
|
+
destPath: ""
|
|
189
|
+
}
|
|
178
190
|
]
|
|
179
191
|
};
|
|
180
192
|
return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));
|
|
@@ -210,6 +222,12 @@ function resolveComWixpressBillingSubscriptionsApiV1SubscriptionsBackOfficeServi
|
|
|
210
222
|
srcPath: "/_api/billing-subscriptions",
|
|
211
223
|
destPath: ""
|
|
212
224
|
}
|
|
225
|
+
],
|
|
226
|
+
"payments.base44.com": [
|
|
227
|
+
{
|
|
228
|
+
srcPath: "/_api/billing-subscriptions",
|
|
229
|
+
destPath: ""
|
|
230
|
+
}
|
|
213
231
|
]
|
|
214
232
|
};
|
|
215
233
|
return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));
|
|
@@ -245,6 +263,12 @@ function resolveComWixpressBillingSubscriptionsApiV1CustomerSubscriptionsService
|
|
|
245
263
|
srcPath: "/_api/billing-subscriptions",
|
|
246
264
|
destPath: ""
|
|
247
265
|
}
|
|
266
|
+
],
|
|
267
|
+
"payments.base44.com": [
|
|
268
|
+
{
|
|
269
|
+
srcPath: "/_api/billing-subscriptions",
|
|
270
|
+
destPath: ""
|
|
271
|
+
}
|
|
248
272
|
]
|
|
249
273
|
};
|
|
250
274
|
return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));
|