@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.
@@ -19,110 +19,104 @@ import { transformPaths } from "@wix/sdk-runtime/transformations/transform-paths
19
19
  import { resolveUrl } from "@wix/sdk-runtime/rest-modules";
20
20
  function resolveComWixpressMembershipV2OrdersCheckoutServiceUrl(opts) {
21
21
  const domainToMappings = {
22
- "api._api_base_domain_": [
22
+ "www._base_domain_": [
23
23
  {
24
- srcPath: "/pricing-plans-checkout-proxy",
24
+ srcPath: "/_api/paid-plans",
25
25
  destPath: ""
26
26
  }
27
27
  ],
28
- "*.dev.wix-code.com": [
28
+ "forums.wixapps.net": [
29
29
  {
30
- srcPath: "/_api/paid-plans/v2/checkout",
31
- destPath: "/v2/checkout"
30
+ srcPath: "/_api/paid-plans",
31
+ destPath: ""
32
32
  }
33
33
  ],
34
- "*.pub.wix-code.com": [
34
+ "editor._base_domain_": [
35
35
  {
36
- srcPath: "/_api/paid-plans/v2/checkout",
37
- destPath: "/v2/checkout"
36
+ srcPath: "/_api/paid-plans",
37
+ destPath: ""
38
38
  }
39
39
  ],
40
- "*.wixapps.net": [
40
+ "blocks._base_domain_": [
41
41
  {
42
- srcPath: "/_api/paid-plans/v2/checkout",
43
- destPath: "/v2/checkout"
42
+ srcPath: "/_api/paid-plans",
43
+ destPath: ""
44
44
  }
45
45
  ],
46
- _: [
46
+ "create.editorx": [
47
47
  {
48
- srcPath: "/pricing-plans/v2/checkout",
49
- destPath: "/v2/checkout"
50
- },
48
+ srcPath: "/_api/paid-plans",
49
+ destPath: ""
50
+ }
51
+ ],
52
+ _: [
51
53
  {
52
- srcPath: "/_api/paid-plans/v2/checkout",
53
- destPath: "/v2/checkout"
54
+ srcPath: "/_api/paid-plans",
55
+ destPath: ""
54
56
  },
55
57
  {
56
- srcPath: "/_api/pricing-plans/v2/checkout",
57
- destPath: "/v2/checkout"
58
+ srcPath: "/paid-plans/v1/orders",
59
+ destPath: "/v1/orders"
58
60
  }
59
61
  ],
60
- "editor-flow.wixapps.net": [
62
+ "*.wixapps.net": [
61
63
  {
62
- srcPath: "/_api/paid-plans/v2/checkout",
63
- destPath: "/v2/checkout"
64
+ srcPath: "/_api/paid-plans",
65
+ destPath: ""
64
66
  }
65
67
  ],
66
- "editor._base_domain_": [
68
+ "*.pub.wix-code.com": [
67
69
  {
68
- srcPath: "/_api/paid-plans/v2/checkout",
69
- destPath: "/v2/checkout"
70
+ srcPath: "/_api/paid-plans",
71
+ destPath: ""
70
72
  }
71
73
  ],
72
- "blocks._base_domain_": [
74
+ "*.dev.wix-code.com": [
73
75
  {
74
- srcPath: "/_api/paid-plans/v2/checkout",
75
- destPath: "/v2/checkout"
76
+ srcPath: "/_api/paid-plans",
77
+ destPath: ""
76
78
  }
77
79
  ],
78
- "create.editorx": [
80
+ "manage._base_domain_": [
81
+ {
82
+ srcPath: "/_api/paid-plans",
83
+ destPath: ""
84
+ },
79
85
  {
80
- srcPath: "/_api/paid-plans/v2/checkout",
81
- destPath: "/v2/checkout"
86
+ srcPath: "/_api/pricing-plans",
87
+ destPath: ""
82
88
  }
83
89
  ],
84
- "editor.wixapps.net": [
90
+ "forums._base_domain_": [
85
91
  {
86
- srcPath: "/_api/paid-plans/v2/checkout",
87
- destPath: "/v2/checkout"
92
+ srcPath: "/_api/paid-plans",
93
+ destPath: ""
88
94
  }
89
95
  ],
90
- "forums._base_domain_": [
96
+ "editor-flow.wixapps.net": [
91
97
  {
92
- srcPath: "/_api/paid-plans/v2/checkout",
93
- destPath: "/v2/checkout"
98
+ srcPath: "/_api/paid-plans",
99
+ destPath: ""
94
100
  }
95
101
  ],
96
- "forums.wixapps.net": [
102
+ "editor.wixapps.net": [
97
103
  {
98
- srcPath: "/_api/paid-plans/v2/checkout",
99
- destPath: "/v2/checkout"
104
+ srcPath: "/_api/paid-plans",
105
+ destPath: ""
100
106
  }
101
107
  ],
102
- "manage._base_domain_": [
108
+ "api._api_base_domain_": [
103
109
  {
104
- srcPath: "/_api/pricing-plans/v2/checkout",
105
- destPath: "/v2/checkout"
110
+ srcPath: "/membership-api",
111
+ destPath: ""
106
112
  },
107
113
  {
108
- srcPath: "/_api/paid-plans/v2/checkout",
109
- destPath: "/v2/checkout"
114
+ srcPath: "/paid-plans",
115
+ destPath: ""
110
116
  },
111
117
  {
112
- srcPath: "/pricing-plans/v2/checkout",
113
- destPath: "/v2/checkout"
114
- }
115
- ],
116
- "www._base_domain_": [
117
- {
118
- srcPath: "/_api/paid-plans/v2/checkout",
119
- destPath: "/v2/checkout"
120
- }
121
- ],
122
- "www.wixapis.com": [
123
- {
124
- srcPath: "/pricing-plans/v2/checkout",
125
- destPath: "/v2/checkout"
118
+ srcPath: "/_api/paid-plans",
119
+ destPath: ""
126
120
  }
127
121
  ]
128
122
  };
@@ -130,60 +124,54 @@ function resolveComWixpressMembershipV2OrdersCheckoutServiceUrl(opts) {
130
124
  }
131
125
  function resolveComWixpressMembershipV2OrdersMemberMemberOrdersServiceUrl(opts) {
132
126
  const domainToMappings = {
133
- "api._api_base_domain_": [
134
- {
135
- srcPath: "/member-orders-service-proxy",
136
- destPath: ""
137
- }
138
- ],
139
127
  "*.dev.wix-code.com": [
140
128
  {
141
- srcPath: "/_api/pricing-plans-member-orders/v2/member/orders",
142
- destPath: "/v2/member/orders"
129
+ srcPath: "/_api/pricing-plans-member-orders",
130
+ destPath: ""
143
131
  },
144
132
  {
145
- srcPath: "/_api/pricing-plans/v2/member/orders",
146
- destPath: "/v2/member/orders"
133
+ srcPath: "/_api/pricing-plans/v2/member",
134
+ destPath: "/v2/member"
147
135
  }
148
136
  ],
149
137
  "*.pub.wix-code.com": [
150
138
  {
151
- srcPath: "/_api/pricing-plans-member-orders/v2/member/orders",
152
- destPath: "/v2/member/orders"
139
+ srcPath: "/_api/pricing-plans-member-orders",
140
+ destPath: ""
153
141
  },
154
142
  {
155
- srcPath: "/_api/pricing-plans/v2/member/orders",
156
- destPath: "/v2/member/orders"
143
+ srcPath: "/_api/pricing-plans/v2/member",
144
+ destPath: "/v2/member"
157
145
  }
158
146
  ],
159
- _: [
147
+ "www.wixapis.com": [
160
148
  {
161
- srcPath: "/_api/pricing-plans/v2/member/orders",
162
- destPath: "/v2/member/orders"
149
+ srcPath: "/pricing-plans/v2/member",
150
+ destPath: "/v2/member"
163
151
  }
164
152
  ],
165
- "editor.wixapps.net": [
153
+ "www._base_domain_": [
166
154
  {
167
- srcPath: "/_api/pricing-plans/v2/member/orders",
168
- destPath: "/v2/member/orders"
155
+ srcPath: "/_api/pricing-plans/v2/member",
156
+ destPath: "/v2/member"
169
157
  }
170
158
  ],
171
- "manage._base_domain_": [
159
+ _: [
172
160
  {
173
- srcPath: "/_api/pricing-plans/v2/member/orders",
174
- destPath: "/v2/member/orders"
161
+ srcPath: "/_api/pricing-plans/v2/member",
162
+ destPath: "/v2/member"
175
163
  }
176
164
  ],
177
- "www._base_domain_": [
165
+ "manage._base_domain_": [
178
166
  {
179
- srcPath: "/_api/pricing-plans/v2/member/orders",
180
- destPath: "/v2/member/orders"
167
+ srcPath: "/_api/pricing-plans/v2/member",
168
+ destPath: "/v2/member"
181
169
  }
182
170
  ],
183
- "www.wixapis.com": [
171
+ "editor.wixapps.net": [
184
172
  {
185
- srcPath: "/pricing-plans/v2/member/orders",
186
- destPath: "/v2/member/orders"
173
+ srcPath: "/_api/pricing-plans/v2/member",
174
+ destPath: "/v2/member"
187
175
  }
188
176
  ]
189
177
  };
@@ -191,98 +179,104 @@ function resolveComWixpressMembershipV2OrdersMemberMemberOrdersServiceUrl(opts)
191
179
  }
192
180
  function resolveComWixpressMembershipV2OrdersOrderManagementServiceUrl(opts) {
193
181
  const domainToMappings = {
194
- "api._api_base_domain_": [
182
+ "www._base_domain_": [
195
183
  {
196
- srcPath: "/order-management-service-proxy",
184
+ srcPath: "/_api/paid-plans",
197
185
  destPath: ""
198
186
  }
199
187
  ],
200
- "*.dev.wix-code.com": [
188
+ "forums.wixapps.net": [
201
189
  {
202
- srcPath: "/_api/paid-plans/v2/orders",
203
- destPath: "/v2/orders"
190
+ srcPath: "/_api/paid-plans",
191
+ destPath: ""
204
192
  }
205
193
  ],
206
- "*.pub.wix-code.com": [
194
+ "editor._base_domain_": [
207
195
  {
208
- srcPath: "/_api/paid-plans/v2/orders",
209
- destPath: "/v2/orders"
196
+ srcPath: "/_api/paid-plans",
197
+ destPath: ""
210
198
  }
211
199
  ],
212
- "*.wixapps.net": [
200
+ "blocks._base_domain_": [
213
201
  {
214
- srcPath: "/_api/paid-plans/v2/orders",
215
- destPath: "/v2/orders"
202
+ srcPath: "/_api/paid-plans",
203
+ destPath: ""
216
204
  }
217
205
  ],
218
- _: [
206
+ "create.editorx": [
219
207
  {
220
- srcPath: "/_api/paid-plans/v2/orders",
221
- destPath: "/v2/orders"
208
+ srcPath: "/_api/paid-plans",
209
+ destPath: ""
222
210
  }
223
211
  ],
224
- "editor-flow.wixapps.net": [
212
+ _: [
213
+ {
214
+ srcPath: "/_api/paid-plans",
215
+ destPath: ""
216
+ },
225
217
  {
226
- srcPath: "/_api/paid-plans/v2/orders",
227
- destPath: "/v2/orders"
218
+ srcPath: "/paid-plans/v1/orders",
219
+ destPath: "/v1/orders"
228
220
  }
229
221
  ],
230
- "editor._base_domain_": [
222
+ "*.wixapps.net": [
231
223
  {
232
- srcPath: "/_api/paid-plans/v2/orders",
233
- destPath: "/v2/orders"
224
+ srcPath: "/_api/paid-plans",
225
+ destPath: ""
234
226
  }
235
227
  ],
236
- "blocks._base_domain_": [
228
+ "*.pub.wix-code.com": [
237
229
  {
238
- srcPath: "/_api/paid-plans/v2/orders",
239
- destPath: "/v2/orders"
230
+ srcPath: "/_api/paid-plans",
231
+ destPath: ""
240
232
  }
241
233
  ],
242
- "create.editorx": [
234
+ "*.dev.wix-code.com": [
243
235
  {
244
- srcPath: "/_api/paid-plans/v2/orders",
245
- destPath: "/v2/orders"
236
+ srcPath: "/_api/paid-plans",
237
+ destPath: ""
246
238
  }
247
239
  ],
248
- "editor.wixapps.net": [
240
+ "manage._base_domain_": [
241
+ {
242
+ srcPath: "/_api/paid-plans",
243
+ destPath: ""
244
+ },
249
245
  {
250
- srcPath: "/_api/paid-plans/v2/orders",
251
- destPath: "/v2/orders"
246
+ srcPath: "/_api/pricing-plans",
247
+ destPath: ""
252
248
  }
253
249
  ],
254
250
  "forums._base_domain_": [
255
251
  {
256
- srcPath: "/_api/paid-plans/v2/orders",
257
- destPath: "/v2/orders"
252
+ srcPath: "/_api/paid-plans",
253
+ destPath: ""
258
254
  }
259
255
  ],
260
- "forums.wixapps.net": [
256
+ "editor-flow.wixapps.net": [
261
257
  {
262
- srcPath: "/_api/paid-plans/v2/orders",
263
- destPath: "/v2/orders"
258
+ srcPath: "/_api/paid-plans",
259
+ destPath: ""
264
260
  }
265
261
  ],
266
- "manage._base_domain_": [
267
- {
268
- srcPath: "/_api/pricing-plans/v2/orders",
269
- destPath: "/v2/orders"
270
- },
262
+ "editor.wixapps.net": [
271
263
  {
272
- srcPath: "/_api/paid-plans/v2/orders",
273
- destPath: "/v2/orders"
264
+ srcPath: "/_api/paid-plans",
265
+ destPath: ""
274
266
  }
275
267
  ],
276
- "www._base_domain_": [
268
+ "api._api_base_domain_": [
277
269
  {
278
- srcPath: "/_api/paid-plans/v2/orders",
279
- destPath: "/v2/orders"
280
- }
281
- ],
282
- "www.wixapis.com": [
270
+ srcPath: "/membership-api",
271
+ destPath: ""
272
+ },
283
273
  {
284
- srcPath: "/pricing-plans/v2/orders",
285
- destPath: "/v2/orders"
274
+ srcPath: "/paid-plans",
275
+ destPath: ""
276
+ },
277
+ {
278
+ srcPath: "/_api/paid-plans",
279
+ destPath: ""
286
280
  }
287
281
  ]
288
282
  };