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