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