@wix/auto_sdk_pricing-plans_orders 1.0.79 → 1.0.80

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/meta.js CHANGED
@@ -57,15 +57,268 @@ var import_timestamp2 = require("@wix/sdk-runtime/transformations/timestamp");
57
57
  var import_transform_paths = require("@wix/sdk-runtime/transformations/transform-paths");
58
58
  var import_rest_modules2 = require("@wix/sdk-runtime/rest-modules");
59
59
  function resolveComWixpressMembershipV2OrdersCheckoutServiceUrl(opts) {
60
- const domainToMappings = {};
60
+ const domainToMappings = {
61
+ "www._base_domain_": [
62
+ {
63
+ srcPath: "/_api/paid-plans",
64
+ destPath: ""
65
+ }
66
+ ],
67
+ "forums.wixapps.net": [
68
+ {
69
+ srcPath: "/_api/paid-plans",
70
+ destPath: ""
71
+ }
72
+ ],
73
+ "editor._base_domain_": [
74
+ {
75
+ srcPath: "/_api/paid-plans",
76
+ destPath: ""
77
+ }
78
+ ],
79
+ "blocks._base_domain_": [
80
+ {
81
+ srcPath: "/_api/paid-plans",
82
+ destPath: ""
83
+ }
84
+ ],
85
+ "create.editorx": [
86
+ {
87
+ srcPath: "/_api/paid-plans",
88
+ destPath: ""
89
+ }
90
+ ],
91
+ _: [
92
+ {
93
+ srcPath: "/_api/paid-plans",
94
+ destPath: ""
95
+ },
96
+ {
97
+ srcPath: "/paid-plans/v1/orders",
98
+ destPath: "/v1/orders"
99
+ }
100
+ ],
101
+ "*.wixapps.net": [
102
+ {
103
+ srcPath: "/_api/paid-plans",
104
+ destPath: ""
105
+ }
106
+ ],
107
+ "*.pub.wix-code.com": [
108
+ {
109
+ srcPath: "/_api/paid-plans",
110
+ destPath: ""
111
+ }
112
+ ],
113
+ "*.dev.wix-code.com": [
114
+ {
115
+ srcPath: "/_api/paid-plans",
116
+ destPath: ""
117
+ }
118
+ ],
119
+ "manage._base_domain_": [
120
+ {
121
+ srcPath: "/_api/paid-plans",
122
+ destPath: ""
123
+ },
124
+ {
125
+ srcPath: "/_api/pricing-plans",
126
+ destPath: ""
127
+ }
128
+ ],
129
+ "forums._base_domain_": [
130
+ {
131
+ srcPath: "/_api/paid-plans",
132
+ destPath: ""
133
+ }
134
+ ],
135
+ "editor-flow.wixapps.net": [
136
+ {
137
+ srcPath: "/_api/paid-plans",
138
+ destPath: ""
139
+ }
140
+ ],
141
+ "editor.wixapps.net": [
142
+ {
143
+ srcPath: "/_api/paid-plans",
144
+ destPath: ""
145
+ }
146
+ ],
147
+ "api._api_base_domain_": [
148
+ {
149
+ srcPath: "/membership-api",
150
+ destPath: ""
151
+ },
152
+ {
153
+ srcPath: "/paid-plans",
154
+ destPath: ""
155
+ },
156
+ {
157
+ srcPath: "/_api/paid-plans",
158
+ destPath: ""
159
+ }
160
+ ]
161
+ };
61
162
  return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));
62
163
  }
63
164
  function resolveComWixpressMembershipV2OrdersMemberMemberOrdersServiceUrl(opts) {
64
- const domainToMappings = {};
165
+ const domainToMappings = {
166
+ "*.dev.wix-code.com": [
167
+ {
168
+ srcPath: "/_api/pricing-plans-member-orders",
169
+ destPath: ""
170
+ },
171
+ {
172
+ srcPath: "/_api/pricing-plans/v2/member",
173
+ destPath: "/v2/member"
174
+ }
175
+ ],
176
+ "*.pub.wix-code.com": [
177
+ {
178
+ srcPath: "/_api/pricing-plans-member-orders",
179
+ destPath: ""
180
+ },
181
+ {
182
+ srcPath: "/_api/pricing-plans/v2/member",
183
+ destPath: "/v2/member"
184
+ }
185
+ ],
186
+ "www.wixapis.com": [
187
+ {
188
+ srcPath: "/pricing-plans/v2/member",
189
+ destPath: "/v2/member"
190
+ }
191
+ ],
192
+ "www._base_domain_": [
193
+ {
194
+ srcPath: "/_api/pricing-plans/v2/member",
195
+ destPath: "/v2/member"
196
+ }
197
+ ],
198
+ _: [
199
+ {
200
+ srcPath: "/_api/pricing-plans/v2/member",
201
+ destPath: "/v2/member"
202
+ }
203
+ ],
204
+ "manage._base_domain_": [
205
+ {
206
+ srcPath: "/_api/pricing-plans/v2/member",
207
+ destPath: "/v2/member"
208
+ }
209
+ ],
210
+ "editor.wixapps.net": [
211
+ {
212
+ srcPath: "/_api/pricing-plans/v2/member",
213
+ destPath: "/v2/member"
214
+ }
215
+ ]
216
+ };
65
217
  return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));
66
218
  }
67
219
  function resolveComWixpressMembershipV2OrdersOrderManagementServiceUrl(opts) {
68
- const domainToMappings = {};
220
+ const domainToMappings = {
221
+ "www._base_domain_": [
222
+ {
223
+ srcPath: "/_api/paid-plans",
224
+ destPath: ""
225
+ }
226
+ ],
227
+ "forums.wixapps.net": [
228
+ {
229
+ srcPath: "/_api/paid-plans",
230
+ destPath: ""
231
+ }
232
+ ],
233
+ "editor._base_domain_": [
234
+ {
235
+ srcPath: "/_api/paid-plans",
236
+ destPath: ""
237
+ }
238
+ ],
239
+ "blocks._base_domain_": [
240
+ {
241
+ srcPath: "/_api/paid-plans",
242
+ destPath: ""
243
+ }
244
+ ],
245
+ "create.editorx": [
246
+ {
247
+ srcPath: "/_api/paid-plans",
248
+ destPath: ""
249
+ }
250
+ ],
251
+ _: [
252
+ {
253
+ srcPath: "/_api/paid-plans",
254
+ destPath: ""
255
+ },
256
+ {
257
+ srcPath: "/paid-plans/v1/orders",
258
+ destPath: "/v1/orders"
259
+ }
260
+ ],
261
+ "*.wixapps.net": [
262
+ {
263
+ srcPath: "/_api/paid-plans",
264
+ destPath: ""
265
+ }
266
+ ],
267
+ "*.pub.wix-code.com": [
268
+ {
269
+ srcPath: "/_api/paid-plans",
270
+ destPath: ""
271
+ }
272
+ ],
273
+ "*.dev.wix-code.com": [
274
+ {
275
+ srcPath: "/_api/paid-plans",
276
+ destPath: ""
277
+ }
278
+ ],
279
+ "manage._base_domain_": [
280
+ {
281
+ srcPath: "/_api/paid-plans",
282
+ destPath: ""
283
+ },
284
+ {
285
+ srcPath: "/_api/pricing-plans",
286
+ destPath: ""
287
+ }
288
+ ],
289
+ "forums._base_domain_": [
290
+ {
291
+ srcPath: "/_api/paid-plans",
292
+ destPath: ""
293
+ }
294
+ ],
295
+ "editor-flow.wixapps.net": [
296
+ {
297
+ srcPath: "/_api/paid-plans",
298
+ destPath: ""
299
+ }
300
+ ],
301
+ "editor.wixapps.net": [
302
+ {
303
+ srcPath: "/_api/paid-plans",
304
+ destPath: ""
305
+ }
306
+ ],
307
+ "api._api_base_domain_": [
308
+ {
309
+ srcPath: "/membership-api",
310
+ destPath: ""
311
+ },
312
+ {
313
+ srcPath: "/paid-plans",
314
+ destPath: ""
315
+ },
316
+ {
317
+ srcPath: "/_api/paid-plans",
318
+ destPath: ""
319
+ }
320
+ ]
321
+ };
69
322
  return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));
70
323
  }
71
324
  var PACKAGE_NAME = "@wix/auto_sdk_pricing-plans_orders";