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