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