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