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