@wix/auto_sdk_pricing-plans_orders 1.0.78 → 1.0.79

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