@wix/auto_sdk_pricing-plans_orders 1.0.78 → 1.0.79

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