@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/es/meta.mjs
CHANGED
|
@@ -35,6 +35,12 @@ function resolveComWixpressBillingSubscriptionsApiV1SubscriptionHistoryServiceUr
|
|
|
35
35
|
srcPath: "/_api/billing-subscriptions",
|
|
36
36
|
destPath: ""
|
|
37
37
|
}
|
|
38
|
+
],
|
|
39
|
+
"payments.base44.com": [
|
|
40
|
+
{
|
|
41
|
+
srcPath: "/_api/billing-subscriptions",
|
|
42
|
+
destPath: ""
|
|
43
|
+
}
|
|
38
44
|
]
|
|
39
45
|
};
|
|
40
46
|
return resolveUrl(Object.assign(opts, { domainToMappings }));
|
|
@@ -70,6 +76,12 @@ function resolveComWixpressBillingSubscriptionsApiV1SubscriptionsServiceUrl(opts
|
|
|
70
76
|
srcPath: "/_api/billing-subscriptions",
|
|
71
77
|
destPath: ""
|
|
72
78
|
}
|
|
79
|
+
],
|
|
80
|
+
"payments.base44.com": [
|
|
81
|
+
{
|
|
82
|
+
srcPath: "/_api/billing-subscriptions",
|
|
83
|
+
destPath: ""
|
|
84
|
+
}
|
|
73
85
|
]
|
|
74
86
|
};
|
|
75
87
|
return resolveUrl(Object.assign(opts, { domainToMappings }));
|
|
@@ -105,6 +117,12 @@ function resolveComWixpressBillingSubscriptionsApiV1SubscriptionsBackOfficeServi
|
|
|
105
117
|
srcPath: "/_api/billing-subscriptions",
|
|
106
118
|
destPath: ""
|
|
107
119
|
}
|
|
120
|
+
],
|
|
121
|
+
"payments.base44.com": [
|
|
122
|
+
{
|
|
123
|
+
srcPath: "/_api/billing-subscriptions",
|
|
124
|
+
destPath: ""
|
|
125
|
+
}
|
|
108
126
|
]
|
|
109
127
|
};
|
|
110
128
|
return resolveUrl(Object.assign(opts, { domainToMappings }));
|
|
@@ -140,6 +158,12 @@ function resolveComWixpressBillingSubscriptionsApiV1CustomerSubscriptionsService
|
|
|
140
158
|
srcPath: "/_api/billing-subscriptions",
|
|
141
159
|
destPath: ""
|
|
142
160
|
}
|
|
161
|
+
],
|
|
162
|
+
"payments.base44.com": [
|
|
163
|
+
{
|
|
164
|
+
srcPath: "/_api/billing-subscriptions",
|
|
165
|
+
destPath: ""
|
|
166
|
+
}
|
|
143
167
|
]
|
|
144
168
|
};
|
|
145
169
|
return resolveUrl(Object.assign(opts, { domainToMappings }));
|