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