@wix/auto_sdk_events_tickets 1.0.30 → 1.0.32

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.
@@ -16,490 +16,340 @@ import { transformPaths } from "@wix/sdk-runtime/transformations/transform-paths
16
16
  import { resolveUrl } from "@wix/sdk-runtime/rest-modules";
17
17
  function resolveWixEventsTicketingTicketManagementUrl(opts) {
18
18
  const domainToMappings = {
19
- "events._base_domain_": [
20
- {
21
- srcPath: "",
22
- destPath: ""
23
- },
24
- {
25
- srcPath: "/_api/wix-events-web",
26
- destPath: "/api"
27
- }
28
- ],
29
- "www.wixevents.com": [
30
- {
31
- srcPath: "/_api/wix-events-web",
32
- destPath: "/api"
33
- },
34
- {
35
- srcPath: "/api",
36
- destPath: "/api"
37
- },
38
- {
39
- srcPath: "/viewEvent",
40
- destPath: "/viewEvent"
41
- },
19
+ "manage._base_domain_": [
42
20
  {
43
- srcPath: "/viewRsvpDashboard",
44
- destPath: "/viewRsvpDashboard"
21
+ srcPath: "/events/v1/ticket-definitions",
22
+ destPath: "/v1/ticket-definitions"
45
23
  },
46
24
  {
47
- srcPath: "/viewOrderDashboard",
48
- destPath: "/viewOrderDashboard"
25
+ srcPath: "/events/v2/ticket-definitions",
26
+ destPath: "/v2/ticket-definitions"
49
27
  },
50
28
  {
51
- srcPath: "/viewSummarySubscription",
52
- destPath: "/viewSummarySubscription"
29
+ srcPath: "/events/v1/tickets/available",
30
+ destPath: "/v1/tickets/available"
53
31
  },
54
32
  {
55
- srcPath: "/check-in",
56
- destPath: "/check-in"
33
+ srcPath: "/events/v1/checkout",
34
+ destPath: "/v1/checkout"
57
35
  },
58
36
  {
59
- srcPath: "/v2",
60
- destPath: "/v2"
37
+ srcPath: "/events/v1/pos-checkout",
38
+ destPath: "/v1/pos-checkout"
61
39
  },
62
40
  {
63
- srcPath: "/export",
64
- destPath: "/export"
41
+ srcPath: "/_api/events/v1/ticket-definitions",
42
+ destPath: "/v1/ticket-definitions"
65
43
  },
66
44
  {
67
- srcPath: "/tickets",
68
- destPath: "/tickets"
45
+ srcPath: "/_api/events/v2/ticket-definitions",
46
+ destPath: "/v2/ticket-definitions"
69
47
  },
70
48
  {
71
- srcPath: "/payment-redirect",
72
- destPath: "/payment-redirect"
49
+ srcPath: "/_api/events/v1/tickets/available",
50
+ destPath: "/v1/tickets/available"
73
51
  },
74
52
  {
75
- srcPath: "/admin",
76
- destPath: "/admin"
53
+ srcPath: "/_api/events/v1/pos-checkout",
54
+ destPath: "/v1/pos-checkout"
77
55
  },
78
56
  {
79
- srcPath: "/ticket",
80
- destPath: "/ticket"
57
+ srcPath: "/_api/events/v1/checkout",
58
+ destPath: "/v1/checkout"
81
59
  },
82
60
  {
83
- srcPath: "/media",
84
- destPath: "/media"
85
- }
86
- ],
87
- "api._api_base_domain_": [
88
- {
89
- srcPath: "/wix-events-web",
90
- destPath: ""
91
- }
92
- ],
93
- "events.wixapps.net": [
94
- {
95
- srcPath: "/_api/wix-events-web",
61
+ srcPath: "/_api/events-ticketing-v1-proxy",
96
62
  destPath: "/api"
97
- },
98
- {
99
- srcPath: "/events",
100
- destPath: ""
101
63
  }
102
64
  ],
103
- "www._base_domain_": [
104
- {
105
- srcPath: "/_api/wix-events-web",
106
- destPath: "/api"
107
- },
108
- {
109
- srcPath: "/_api/wix-events-web/v2",
110
- destPath: "/v2"
111
- },
112
- {
113
- srcPath: "/_api/wix-events-web/v1/bulk-async/categories",
114
- destPath: "/v1/bulk-async/categories"
115
- },
65
+ "www.wixapis.com": [
116
66
  {
117
- srcPath: "/_api/wix-events-web/v1/bulk/categories",
118
- destPath: "/v1/bulk/categories"
67
+ srcPath: "/events/v1/ticket-definitions",
68
+ destPath: "/v1/ticket-definitions"
119
69
  },
120
70
  {
121
- srcPath: "/_api/wix-events-web/v1/categories",
122
- destPath: "/v1/categories"
71
+ srcPath: "/events/v2/ticket-definitions",
72
+ destPath: "/v2/ticket-definitions"
123
73
  },
124
74
  {
125
- srcPath: "/_api/wix-events-web/v1/events",
126
- destPath: "/v1/events"
75
+ srcPath: "/events/v1/tickets/available",
76
+ destPath: "/v1/tickets/available"
127
77
  },
128
78
  {
129
- srcPath: "/_api/wix-events-web/v1/orders",
130
- destPath: "/v1/orders"
79
+ srcPath: "/events/v1/checkout",
80
+ destPath: "/v1/checkout"
131
81
  },
132
82
  {
133
- srcPath: "/_api/wix-events-web/v1/tickets",
134
- destPath: "/v1/tickets"
83
+ srcPath: "/events/v1/pos-checkout",
84
+ destPath: "/v1/pos-checkout"
135
85
  }
136
86
  ],
137
- "apps._base_domain_": [
87
+ _: [
138
88
  {
139
- srcPath: "/_api/wix-events-web",
140
- destPath: "/api"
89
+ srcPath: "/_api/events/v1/ticket-definitions",
90
+ destPath: "/v1/ticket-definitions"
141
91
  },
142
92
  {
143
- srcPath: "/events",
144
- destPath: ""
145
- }
146
- ],
147
- "manage._base_domain_": [
148
- {
149
- srcPath: "/_api/wix-events-web",
150
- destPath: "/api"
93
+ srcPath: "/_api/events/v2/ticket-definition",
94
+ destPath: "/v2/ticket-definitions"
151
95
  },
152
96
  {
153
- srcPath: "/_api/wix-events-web/v1/events",
154
- destPath: "/v1/events"
97
+ srcPath: "/_api/events/v1/tickets/available",
98
+ destPath: "/v1/tickets/available"
155
99
  },
156
100
  {
157
- srcPath: "/_api/wix-events-web/v1/categories",
158
- destPath: "/v1/categories"
101
+ srcPath: "/_api/events/v1/pos-checkout",
102
+ destPath: "/v1/pos-checkout"
159
103
  },
160
104
  {
161
- srcPath: "/_api/wix-events-web/v2/events",
162
- destPath: "/v2/events"
105
+ srcPath: "/_api/events/v1/checkout",
106
+ destPath: "/v1/checkout"
163
107
  },
164
108
  {
165
- srcPath: "/_api/wix-events-web/v1/bulk/categories",
166
- destPath: "/v1/bulk/categories"
109
+ srcPath: "/_api/events-ticketing-v1-proxy/v1",
110
+ destPath: "/v1"
167
111
  },
168
112
  {
169
- srcPath: "/_api/wix-events-web/v1/bulk/events",
170
- destPath: "/v1/bulk/events"
113
+ srcPath: "/_api/events-ticketing-v1-proxy/v2",
114
+ destPath: "/v2"
171
115
  },
172
116
  {
173
- srcPath: "/_api/wix-events-web/v1/bulk-async/categories",
174
- destPath: "/v1/bulk-async/categories"
117
+ srcPath: "/_api/wix-events-web/v1/checkout",
118
+ destPath: "/v1/checkout"
175
119
  },
176
120
  {
177
- srcPath: "/_api/wix-events-web/v1/tickets",
178
- destPath: "/v1/tickets"
121
+ srcPath: "/_api/wix-events-web/v1/pos-checkout",
122
+ destPath: "/v1/pos-checkout"
179
123
  },
180
124
  {
181
- srcPath: "/events/v1/events",
182
- destPath: "/v1/events"
125
+ srcPath: "/_api/wix-events-web/v1/ticket-definitions",
126
+ destPath: "/v1/ticket-definitions"
183
127
  },
184
128
  {
185
- srcPath: "/events/v1/categories",
186
- destPath: "/v1/categories"
187
- },
129
+ srcPath: "/_api/wix-events-web/v1/tickets/available",
130
+ destPath: "/v1/tickets/available"
131
+ }
132
+ ],
133
+ "editor._base_domain_": [
188
134
  {
189
- srcPath: "/events/v1/bulk/categories",
190
- destPath: "/v1/bulk/categories"
135
+ srcPath: "/_api/events/v1/ticket-definitions",
136
+ destPath: "/v1/ticket-definitions"
191
137
  },
192
138
  {
193
- srcPath: "/events/v1/bulk-async/categories",
194
- destPath: "/v1/bulk-async/categories"
139
+ srcPath: "/_api/events/v2/ticket-definitions",
140
+ destPath: "/v2/ticket-definitions"
195
141
  },
196
142
  {
197
- srcPath: "/events/v1/bulk/events",
198
- destPath: "/v1/bulk/events"
143
+ srcPath: "/_api/events/v1/tickets/available",
144
+ destPath: "/v1/tickets/available"
199
145
  },
200
146
  {
201
- srcPath: "/events/v1/reports",
202
- destPath: "/v1/reports"
147
+ srcPath: "/_api/events/v1/pos-checkout",
148
+ destPath: "/v1/pos-checkout"
203
149
  },
204
150
  {
205
- srcPath: "/events/v1/tickets",
206
- destPath: "/v1/tickets"
151
+ srcPath: "/_api/events/v1/checkout",
152
+ destPath: "/v1/checkout"
207
153
  },
208
154
  {
209
- srcPath: "/events/v1/orders",
210
- destPath: "/v1/orders"
155
+ srcPath: "/_api/wix-events-web/v1/checkout",
156
+ destPath: "/v1/checkout"
211
157
  },
212
158
  {
213
- srcPath: "/events/v1/web",
214
- destPath: "/v1/web"
159
+ srcPath: "/_api/wix-events-web/v1/ticket-definitions",
160
+ destPath: "/v1/ticket-definitions"
215
161
  },
216
162
  {
217
- srcPath: "/events/v2/tickets",
218
- destPath: "/v2/tickets"
163
+ srcPath: "/_api/wix-events-web/v1/tickets/available",
164
+ destPath: "/v1/tickets/available"
219
165
  },
220
166
  {
221
- srcPath: "/events/v2/events",
222
- destPath: "/v2/events"
167
+ srcPath: "/_api/wix-events-web/v1/pos-checkout",
168
+ destPath: "/v1/pos-checkout"
223
169
  }
224
170
  ],
225
- "www.wixapis.com": [
226
- {
227
- srcPath: "/events/v1/events",
228
- destPath: "/v1/events"
229
- },
171
+ "blocks._base_domain_": [
230
172
  {
231
- srcPath: "/events/v1/tickets",
232
- destPath: "/v1/tickets"
173
+ srcPath: "/_api/events/v1/ticket-definitions",
174
+ destPath: "/v1/ticket-definitions"
233
175
  },
234
176
  {
235
- srcPath: "/events/v1/categories",
236
- destPath: "/v1/categories"
177
+ srcPath: "/_api/events/v2/ticket-definitions",
178
+ destPath: "/v2/ticket-definitions"
237
179
  },
238
180
  {
239
- srcPath: "/events/v1/orders",
240
- destPath: "/v1/orders"
181
+ srcPath: "/_api/events/v1/tickets/available",
182
+ destPath: "/v1/tickets/available"
241
183
  },
242
184
  {
243
- srcPath: "/events/v1/bulk/categories",
244
- destPath: "/v1/bulk/categories"
185
+ srcPath: "/_api/events/v1/pos-checkout",
186
+ destPath: "/v1/pos-checkout"
245
187
  },
246
188
  {
247
- srcPath: "/events/v2/events",
248
- destPath: "/v2/events"
189
+ srcPath: "/_api/events/v1/checkout",
190
+ destPath: "/v1/checkout"
249
191
  },
250
192
  {
251
- srcPath: "/events/v1/bulk-async/categories",
252
- destPath: "/v1/bulk-async/categories"
253
- }
254
- ],
255
- "api._base_domain_": [
256
- {
257
- srcPath: "/events/v2",
258
- destPath: "/v2"
193
+ srcPath: "/_api/wix-events-web/v1/checkout",
194
+ destPath: "/v1/checkout"
259
195
  },
260
196
  {
261
- srcPath: "/events/v1/bulk-async/categories",
262
- destPath: "/v1/bulk-async/categories"
197
+ srcPath: "/_api/wix-events-web/v1/ticket-definitions",
198
+ destPath: "/v1/ticket-definitions"
263
199
  },
264
200
  {
265
- srcPath: "/events/v1/bulk/categories",
266
- destPath: "/v1/bulk/categories"
201
+ srcPath: "/_api/wix-events-web/v1/tickets/available",
202
+ destPath: "/v1/tickets/available"
267
203
  },
268
204
  {
269
- srcPath: "/events/v1/categories",
270
- destPath: "/v1/categories"
271
- },
272
- {
273
- srcPath: "/events/v1/events",
274
- destPath: "/v1/events"
275
- },
276
- {
277
- srcPath: "/events/v1/orders",
278
- destPath: "/v1/orders"
279
- },
280
- {
281
- srcPath: "/events/v1/tickets",
282
- destPath: "/v1/tickets"
205
+ srcPath: "/_api/wix-events-web/v1/pos-checkout",
206
+ destPath: "/v1/pos-checkout"
283
207
  }
284
208
  ],
285
- _: [
286
- {
287
- srcPath: "/_api/wix-events-web/v2",
288
- destPath: "/v2"
289
- },
290
- {
291
- srcPath: "/_api/wix-events-web/v1/bulk-async/categories",
292
- destPath: "/v1/bulk-async/categories"
293
- },
294
- {
295
- srcPath: "/_api/wix-events-web/v1/bulk/categories",
296
- destPath: "/v1/bulk/categories"
297
- },
298
- {
299
- srcPath: "/_api/wix-events-web/v1/categories",
300
- destPath: "/v1/categories"
301
- },
209
+ "create.editorx": [
302
210
  {
303
- srcPath: "/_api/wix-events-web/v1/events",
304
- destPath: "/v1/events"
211
+ srcPath: "/_api/events/v1/ticket-definitions",
212
+ destPath: "/v1/ticket-definitions"
305
213
  },
306
214
  {
307
- srcPath: "/_api/wix-events-web/v1/orders",
308
- destPath: "/v1/orders"
215
+ srcPath: "/_api/events/v2/ticket-definitions",
216
+ destPath: "/v2/ticket-definitions"
309
217
  },
310
218
  {
311
- srcPath: "/_api/wix-events-web/v1/tickets",
312
- destPath: "/v1/tickets"
313
- }
314
- ],
315
- "editor.wixapps.net": [
316
- {
317
- srcPath: "/events/v2/events",
318
- destPath: "/v2/events"
219
+ srcPath: "/_api/events/v1/tickets/available",
220
+ destPath: "/v1/tickets/available"
319
221
  },
320
222
  {
321
- srcPath: "/_api/wix-events-web/v1/bulk-async/categories",
322
- destPath: "/v1/bulk-async/categories"
223
+ srcPath: "/_api/events/v1/pos-checkout",
224
+ destPath: "/v1/pos-checkout"
323
225
  },
324
226
  {
325
- srcPath: "/_api/wix-events-web/v1/bulk/categories",
326
- destPath: "/v1/bulk/categories"
227
+ srcPath: "/_api/events/v1/checkout",
228
+ destPath: "/v1/checkout"
327
229
  },
328
230
  {
329
- srcPath: "/_api/wix-events-web/v1/categories",
330
- destPath: "/v1/categories"
231
+ srcPath: "/_api/wix-events-web/v1/checkout",
232
+ destPath: "/v1/checkout"
331
233
  },
332
234
  {
333
- srcPath: "/_api/wix-events-web/v1/events",
334
- destPath: "/v1/events"
235
+ srcPath: "/_api/wix-events-web/v1/ticket-definitions",
236
+ destPath: "/v1/ticket-definitions"
335
237
  },
336
238
  {
337
- srcPath: "/_api/wix-events-web/v1/orders",
338
- destPath: "/v1/orders"
239
+ srcPath: "/_api/wix-events-web/v1/tickets/available",
240
+ destPath: "/v1/tickets/available"
339
241
  },
340
242
  {
341
- srcPath: "/_api/wix-events-web/v1/tickets",
342
- destPath: "/v1/tickets"
243
+ srcPath: "/_api/wix-events-web/v1/pos-checkout",
244
+ destPath: "/v1/pos-checkout"
343
245
  }
344
246
  ],
345
247
  "*.dev.wix-code.com": [
346
248
  {
347
- srcPath: "/_api/wix-events-web/v2",
348
- destPath: "/v2"
349
- },
350
- {
351
- srcPath: "/_api/wix-events-web/v1/bulk-async/categories",
352
- destPath: "/v1/bulk-async/categories"
353
- },
354
- {
355
- srcPath: "/_api/wix-events-web/v1/bulk/categories",
356
- destPath: "/v1/bulk/categories"
249
+ srcPath: "/_api/wix-events-web/v1/checkout",
250
+ destPath: "/v1/checkout"
357
251
  },
358
252
  {
359
- srcPath: "/_api/wix-events-web/v1/categories",
360
- destPath: "/v1/categories"
253
+ srcPath: "/_api/wix-events-web/v1/pos-checkout",
254
+ destPath: "/v1/pos-checkout"
361
255
  },
362
256
  {
363
- srcPath: "/_api/wix-events-web/v1/events",
364
- destPath: "/v1/events"
257
+ srcPath: "/_api/wix-events-web/v1/ticket-definitions",
258
+ destPath: "/v1/ticket-definitions"
365
259
  },
366
260
  {
367
- srcPath: "/_api/wix-events-web/v1/orders",
368
- destPath: "/v1/orders"
369
- },
370
- {
371
- srcPath: "/_api/wix-events-web/v1/tickets",
372
- destPath: "/v1/tickets"
261
+ srcPath: "/_api/wix-events-web/v1/tickets/available",
262
+ destPath: "/v1/tickets/available"
373
263
  }
374
264
  ],
375
265
  "*.pub.wix-code.com": [
376
266
  {
377
- srcPath: "/_api/wix-events-web/v1/bulk-async/categories",
378
- destPath: "/v1/bulk-async/categories"
267
+ srcPath: "/_api/wix-events-web/v1/checkout",
268
+ destPath: "/v1/checkout"
379
269
  },
380
270
  {
381
- srcPath: "/_api/wix-events-web/v1/bulk/categories",
382
- destPath: "/v1/bulk/categories"
271
+ srcPath: "/_api/wix-events-web/v1/ticket-definitions",
272
+ destPath: "/v1/ticket-definitions"
383
273
  },
384
274
  {
385
- srcPath: "/_api/wix-events-web/v1/categories",
386
- destPath: "/v1/categories"
275
+ srcPath: "/_api/wix-events-web/v1/tickets/available",
276
+ destPath: "/v1/tickets/available"
387
277
  },
388
278
  {
389
- srcPath: "/_api/wix-events-web/v1/events",
390
- destPath: "/v1/events"
391
- },
392
- {
393
- srcPath: "/_api/wix-events-web/v1/orders",
394
- destPath: "/v1/orders"
395
- },
396
- {
397
- srcPath: "/_api/wix-events-web/v1/tickets",
398
- destPath: "/v1/tickets"
279
+ srcPath: "/_api/wix-events-web/v1/pos-checkout",
280
+ destPath: "/v1/pos-checkout"
399
281
  }
400
282
  ],
401
- "editor-flow.wixapps.net": [
402
- {
403
- srcPath: "/_api/wix-events-web/v1/bulk-async/categories",
404
- destPath: "/v1/bulk-async/categories"
405
- },
406
- {
407
- srcPath: "/_api/wix-events-web/v1/bulk/categories",
408
- destPath: "/v1/bulk/categories"
409
- },
283
+ "api._base_domain_": [
410
284
  {
411
- srcPath: "/_api/wix-events-web/v1/categories",
412
- destPath: "/v1/categories"
285
+ srcPath: "/events/v1/checkout",
286
+ destPath: "/v1/checkout"
413
287
  },
414
288
  {
415
- srcPath: "/_api/wix-events-web/v1/events",
416
- destPath: "/v1/events"
289
+ srcPath: "/events/v1/ticket-definitions",
290
+ destPath: "/v1/ticket-definitions"
417
291
  },
418
292
  {
419
- srcPath: "/_api/wix-events-web/v1/orders",
420
- destPath: "/v1/orders"
293
+ srcPath: "/events/v1/tickets/available",
294
+ destPath: "/v1/tickets/available"
421
295
  },
422
296
  {
423
- srcPath: "/_api/wix-events-web/v1/tickets",
424
- destPath: "/v1/tickets"
297
+ srcPath: "/events/v1/pos-checkout",
298
+ destPath: "/v1/pos-checkout"
425
299
  }
426
300
  ],
427
- "editor._base_domain_": [
428
- {
429
- srcPath: "/_api/wix-events-web/v1/bulk-async/categories",
430
- destPath: "/v1/bulk-async/categories"
431
- },
432
- {
433
- srcPath: "/_api/wix-events-web/v1/bulk/categories",
434
- destPath: "/v1/bulk/categories"
435
- },
301
+ "editor-flow.wixapps.net": [
436
302
  {
437
- srcPath: "/_api/wix-events-web/v1/categories",
438
- destPath: "/v1/categories"
303
+ srcPath: "/_api/wix-events-web/v1/checkout",
304
+ destPath: "/v1/checkout"
439
305
  },
440
306
  {
441
- srcPath: "/_api/wix-events-web/v1/events",
442
- destPath: "/v1/events"
307
+ srcPath: "/_api/wix-events-web/v1/ticket-definitions",
308
+ destPath: "/v1/ticket-definitions"
443
309
  },
444
310
  {
445
- srcPath: "/_api/wix-events-web/v1/orders",
446
- destPath: "/v1/orders"
311
+ srcPath: "/_api/wix-events-web/v1/tickets/available",
312
+ destPath: "/v1/tickets/available"
447
313
  },
448
314
  {
449
- srcPath: "/_api/wix-events-web/v1/tickets",
450
- destPath: "/v1/tickets"
315
+ srcPath: "/_api/wix-events-web/v1/pos-checkout",
316
+ destPath: "/v1/pos-checkout"
451
317
  }
452
318
  ],
453
- "blocks._base_domain_": [
454
- {
455
- srcPath: "/_api/wix-events-web/v1/bulk-async/categories",
456
- destPath: "/v1/bulk-async/categories"
457
- },
458
- {
459
- srcPath: "/_api/wix-events-web/v1/bulk/categories",
460
- destPath: "/v1/bulk/categories"
461
- },
319
+ "editor.wixapps.net": [
462
320
  {
463
- srcPath: "/_api/wix-events-web/v1/categories",
464
- destPath: "/v1/categories"
321
+ srcPath: "/_api/wix-events-web/v1/checkout",
322
+ destPath: "/v1/checkout"
465
323
  },
466
324
  {
467
- srcPath: "/_api/wix-events-web/v1/events",
468
- destPath: "/v1/events"
325
+ srcPath: "/_api/wix-events-web/v1/ticket-definitions",
326
+ destPath: "/v1/ticket-definitions"
469
327
  },
470
328
  {
471
- srcPath: "/_api/wix-events-web/v1/orders",
472
- destPath: "/v1/orders"
329
+ srcPath: "/_api/wix-events-web/v1/tickets/available",
330
+ destPath: "/v1/tickets/available"
473
331
  },
474
332
  {
475
- srcPath: "/_api/wix-events-web/v1/tickets",
476
- destPath: "/v1/tickets"
333
+ srcPath: "/_api/wix-events-web/v1/pos-checkout",
334
+ destPath: "/v1/pos-checkout"
477
335
  }
478
336
  ],
479
- "create.editorx": [
480
- {
481
- srcPath: "/_api/wix-events-web/v1/bulk-async/categories",
482
- destPath: "/v1/bulk-async/categories"
483
- },
484
- {
485
- srcPath: "/_api/wix-events-web/v1/bulk/categories",
486
- destPath: "/v1/bulk/categories"
487
- },
337
+ "www._base_domain_": [
488
338
  {
489
- srcPath: "/_api/wix-events-web/v1/categories",
490
- destPath: "/v1/categories"
339
+ srcPath: "/_api/wix-events-web/v1/checkout",
340
+ destPath: "/v1/checkout"
491
341
  },
492
342
  {
493
- srcPath: "/_api/wix-events-web/v1/events",
494
- destPath: "/v1/events"
343
+ srcPath: "/_api/wix-events-web/v1/ticket-definitions",
344
+ destPath: "/v1/ticket-definitions"
495
345
  },
496
346
  {
497
- srcPath: "/_api/wix-events-web/v1/orders",
498
- destPath: "/v1/orders"
347
+ srcPath: "/_api/wix-events-web/v1/tickets/available",
348
+ destPath: "/v1/tickets/available"
499
349
  },
500
350
  {
501
- srcPath: "/_api/wix-events-web/v1/tickets",
502
- destPath: "/v1/tickets"
351
+ srcPath: "/_api/wix-events-web/v1/pos-checkout",
352
+ destPath: "/v1/pos-checkout"
503
353
  }
504
354
  ]
505
355
  };