@wix/auto_sdk_pricing-plans_orders 1.0.80 → 1.0.81

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