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