@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
|
@@ -42,6 +42,12 @@ function resolveComWixpressBillingSubscriptionsApiV1SubscriptionHistoryServiceUr
|
|
|
42
42
|
srcPath: "/_api/billing-subscriptions",
|
|
43
43
|
destPath: ""
|
|
44
44
|
}
|
|
45
|
+
],
|
|
46
|
+
"payments.base44.com": [
|
|
47
|
+
{
|
|
48
|
+
srcPath: "/_api/billing-subscriptions",
|
|
49
|
+
destPath: ""
|
|
50
|
+
}
|
|
45
51
|
]
|
|
46
52
|
};
|
|
47
53
|
return resolveUrl(Object.assign(opts, { domainToMappings }));
|
|
@@ -77,6 +83,12 @@ function resolveComWixpressBillingSubscriptionsApiV1SubscriptionsServiceUrl(opts
|
|
|
77
83
|
srcPath: "/_api/billing-subscriptions",
|
|
78
84
|
destPath: ""
|
|
79
85
|
}
|
|
86
|
+
],
|
|
87
|
+
"payments.base44.com": [
|
|
88
|
+
{
|
|
89
|
+
srcPath: "/_api/billing-subscriptions",
|
|
90
|
+
destPath: ""
|
|
91
|
+
}
|
|
80
92
|
]
|
|
81
93
|
};
|
|
82
94
|
return resolveUrl(Object.assign(opts, { domainToMappings }));
|
|
@@ -112,6 +124,12 @@ function resolveComWixpressBillingSubscriptionsApiV1SubscriptionsBackOfficeServi
|
|
|
112
124
|
srcPath: "/_api/billing-subscriptions",
|
|
113
125
|
destPath: ""
|
|
114
126
|
}
|
|
127
|
+
],
|
|
128
|
+
"payments.base44.com": [
|
|
129
|
+
{
|
|
130
|
+
srcPath: "/_api/billing-subscriptions",
|
|
131
|
+
destPath: ""
|
|
132
|
+
}
|
|
115
133
|
]
|
|
116
134
|
};
|
|
117
135
|
return resolveUrl(Object.assign(opts, { domainToMappings }));
|
|
@@ -147,6 +165,12 @@ function resolveComWixpressBillingSubscriptionsApiV1CustomerSubscriptionsService
|
|
|
147
165
|
srcPath: "/_api/billing-subscriptions",
|
|
148
166
|
destPath: ""
|
|
149
167
|
}
|
|
168
|
+
],
|
|
169
|
+
"payments.base44.com": [
|
|
170
|
+
{
|
|
171
|
+
srcPath: "/_api/billing-subscriptions",
|
|
172
|
+
destPath: ""
|
|
173
|
+
}
|
|
150
174
|
]
|
|
151
175
|
};
|
|
152
176
|
return resolveUrl(Object.assign(opts, { domainToMappings }));
|