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