@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/cjs/index.js +167 -317
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.js +167 -317
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.js +167 -317
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.mjs +167 -317
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.mjs +167 -317
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.mjs +167 -317
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.js +167 -317
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.js +167 -317
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.js +167 -317
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.mjs +167 -317
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.mjs +167 -317
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.mjs +167 -317
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
package/build/cjs/index.js
CHANGED
|
@@ -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
|
-
"
|
|
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: "/
|
|
87
|
-
destPath: "/
|
|
64
|
+
srcPath: "/events/v1/ticket-definitions",
|
|
65
|
+
destPath: "/v1/ticket-definitions"
|
|
88
66
|
},
|
|
89
67
|
{
|
|
90
|
-
srcPath: "/
|
|
91
|
-
destPath: "/
|
|
68
|
+
srcPath: "/events/v2/ticket-definitions",
|
|
69
|
+
destPath: "/v2/ticket-definitions"
|
|
92
70
|
},
|
|
93
71
|
{
|
|
94
|
-
srcPath: "/
|
|
95
|
-
destPath: "/
|
|
72
|
+
srcPath: "/events/v1/tickets/available",
|
|
73
|
+
destPath: "/v1/tickets/available"
|
|
96
74
|
},
|
|
97
75
|
{
|
|
98
|
-
srcPath: "/
|
|
99
|
-
destPath: "/
|
|
76
|
+
srcPath: "/events/v1/checkout",
|
|
77
|
+
destPath: "/v1/checkout"
|
|
100
78
|
},
|
|
101
79
|
{
|
|
102
|
-
srcPath: "/
|
|
103
|
-
destPath: "/
|
|
80
|
+
srcPath: "/events/v1/pos-checkout",
|
|
81
|
+
destPath: "/v1/pos-checkout"
|
|
104
82
|
},
|
|
105
83
|
{
|
|
106
|
-
srcPath: "/
|
|
107
|
-
destPath: "/
|
|
84
|
+
srcPath: "/_api/events/v1/ticket-definitions",
|
|
85
|
+
destPath: "/v1/ticket-definitions"
|
|
108
86
|
},
|
|
109
87
|
{
|
|
110
|
-
srcPath: "/
|
|
111
|
-
destPath: "/
|
|
88
|
+
srcPath: "/_api/events/v2/ticket-definitions",
|
|
89
|
+
destPath: "/v2/ticket-definitions"
|
|
112
90
|
},
|
|
113
91
|
{
|
|
114
|
-
srcPath: "/
|
|
115
|
-
destPath: "/
|
|
92
|
+
srcPath: "/_api/events/v1/tickets/available",
|
|
93
|
+
destPath: "/v1/tickets/available"
|
|
116
94
|
},
|
|
117
95
|
{
|
|
118
|
-
srcPath: "/
|
|
119
|
-
destPath: "/
|
|
96
|
+
srcPath: "/_api/events/v1/pos-checkout",
|
|
97
|
+
destPath: "/v1/pos-checkout"
|
|
120
98
|
},
|
|
121
99
|
{
|
|
122
|
-
srcPath: "/
|
|
123
|
-
destPath: "/
|
|
100
|
+
srcPath: "/_api/events/v1/checkout",
|
|
101
|
+
destPath: "/v1/checkout"
|
|
124
102
|
},
|
|
125
103
|
{
|
|
126
|
-
srcPath: "/
|
|
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.
|
|
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: "/
|
|
161
|
-
destPath: "/v1/
|
|
110
|
+
srcPath: "/events/v1/ticket-definitions",
|
|
111
|
+
destPath: "/v1/ticket-definitions"
|
|
162
112
|
},
|
|
163
113
|
{
|
|
164
|
-
srcPath: "/
|
|
165
|
-
destPath: "/
|
|
114
|
+
srcPath: "/events/v2/ticket-definitions",
|
|
115
|
+
destPath: "/v2/ticket-definitions"
|
|
166
116
|
},
|
|
167
117
|
{
|
|
168
|
-
srcPath: "/
|
|
169
|
-
destPath: "/v1/
|
|
118
|
+
srcPath: "/events/v1/tickets/available",
|
|
119
|
+
destPath: "/v1/tickets/available"
|
|
170
120
|
},
|
|
171
121
|
{
|
|
172
|
-
srcPath: "/
|
|
173
|
-
destPath: "/v1/
|
|
122
|
+
srcPath: "/events/v1/checkout",
|
|
123
|
+
destPath: "/v1/checkout"
|
|
174
124
|
},
|
|
175
125
|
{
|
|
176
|
-
srcPath: "/
|
|
177
|
-
destPath: "/v1/
|
|
126
|
+
srcPath: "/events/v1/pos-checkout",
|
|
127
|
+
destPath: "/v1/pos-checkout"
|
|
178
128
|
}
|
|
179
129
|
],
|
|
180
|
-
|
|
130
|
+
_: [
|
|
181
131
|
{
|
|
182
|
-
srcPath: "/_api/
|
|
183
|
-
destPath: "/
|
|
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/
|
|
197
|
-
destPath: "/v1/
|
|
140
|
+
srcPath: "/_api/events/v1/tickets/available",
|
|
141
|
+
destPath: "/v1/tickets/available"
|
|
198
142
|
},
|
|
199
143
|
{
|
|
200
|
-
srcPath: "/_api/
|
|
201
|
-
destPath: "/v1/
|
|
144
|
+
srcPath: "/_api/events/v1/pos-checkout",
|
|
145
|
+
destPath: "/v1/pos-checkout"
|
|
202
146
|
},
|
|
203
147
|
{
|
|
204
|
-
srcPath: "/_api/
|
|
205
|
-
destPath: "/
|
|
148
|
+
srcPath: "/_api/events/v1/checkout",
|
|
149
|
+
destPath: "/v1/checkout"
|
|
206
150
|
},
|
|
207
151
|
{
|
|
208
|
-
srcPath: "/_api/
|
|
209
|
-
destPath: "/v1
|
|
152
|
+
srcPath: "/_api/events-ticketing-v1-proxy/v1",
|
|
153
|
+
destPath: "/v1"
|
|
210
154
|
},
|
|
211
155
|
{
|
|
212
|
-
srcPath: "/_api/
|
|
213
|
-
destPath: "/
|
|
156
|
+
srcPath: "/_api/events-ticketing-v1-proxy/v2",
|
|
157
|
+
destPath: "/v2"
|
|
214
158
|
},
|
|
215
159
|
{
|
|
216
|
-
srcPath: "/_api/wix-events-web/v1/
|
|
217
|
-
destPath: "/v1/
|
|
160
|
+
srcPath: "/_api/wix-events-web/v1/checkout",
|
|
161
|
+
destPath: "/v1/checkout"
|
|
218
162
|
},
|
|
219
163
|
{
|
|
220
|
-
srcPath: "/_api/wix-events-web/v1/
|
|
221
|
-
destPath: "/v1/
|
|
164
|
+
srcPath: "/_api/wix-events-web/v1/pos-checkout",
|
|
165
|
+
destPath: "/v1/pos-checkout"
|
|
222
166
|
},
|
|
223
167
|
{
|
|
224
|
-
srcPath: "/events/v1/
|
|
225
|
-
destPath: "/v1/
|
|
168
|
+
srcPath: "/_api/wix-events-web/v1/ticket-definitions",
|
|
169
|
+
destPath: "/v1/ticket-definitions"
|
|
226
170
|
},
|
|
227
171
|
{
|
|
228
|
-
srcPath: "/events/v1/
|
|
229
|
-
destPath: "/v1/
|
|
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/
|
|
233
|
-
destPath: "/v1/
|
|
178
|
+
srcPath: "/_api/events/v1/ticket-definitions",
|
|
179
|
+
destPath: "/v1/ticket-definitions"
|
|
234
180
|
},
|
|
235
181
|
{
|
|
236
|
-
srcPath: "/events/
|
|
237
|
-
destPath: "/
|
|
182
|
+
srcPath: "/_api/events/v2/ticket-definitions",
|
|
183
|
+
destPath: "/v2/ticket-definitions"
|
|
238
184
|
},
|
|
239
185
|
{
|
|
240
|
-
srcPath: "/events/v1/
|
|
241
|
-
destPath: "/v1/
|
|
186
|
+
srcPath: "/_api/events/v1/tickets/available",
|
|
187
|
+
destPath: "/v1/tickets/available"
|
|
242
188
|
},
|
|
243
189
|
{
|
|
244
|
-
srcPath: "/events/v1/
|
|
245
|
-
destPath: "/v1/
|
|
190
|
+
srcPath: "/_api/events/v1/pos-checkout",
|
|
191
|
+
destPath: "/v1/pos-checkout"
|
|
246
192
|
},
|
|
247
193
|
{
|
|
248
|
-
srcPath: "/events/v1/
|
|
249
|
-
destPath: "/v1/
|
|
194
|
+
srcPath: "/_api/events/v1/checkout",
|
|
195
|
+
destPath: "/v1/checkout"
|
|
250
196
|
},
|
|
251
197
|
{
|
|
252
|
-
srcPath: "/events/v1/
|
|
253
|
-
destPath: "/v1/
|
|
198
|
+
srcPath: "/_api/wix-events-web/v1/checkout",
|
|
199
|
+
destPath: "/v1/checkout"
|
|
254
200
|
},
|
|
255
201
|
{
|
|
256
|
-
srcPath: "/events/v1/
|
|
257
|
-
destPath: "/v1/
|
|
202
|
+
srcPath: "/_api/wix-events-web/v1/ticket-definitions",
|
|
203
|
+
destPath: "/v1/ticket-definitions"
|
|
258
204
|
},
|
|
259
205
|
{
|
|
260
|
-
srcPath: "/events/
|
|
261
|
-
destPath: "/
|
|
206
|
+
srcPath: "/_api/wix-events-web/v1/tickets/available",
|
|
207
|
+
destPath: "/v1/tickets/available"
|
|
262
208
|
},
|
|
263
209
|
{
|
|
264
|
-
srcPath: "/events/
|
|
265
|
-
destPath: "/
|
|
210
|
+
srcPath: "/_api/wix-events-web/v1/pos-checkout",
|
|
211
|
+
destPath: "/v1/pos-checkout"
|
|
266
212
|
}
|
|
267
213
|
],
|
|
268
|
-
"
|
|
269
|
-
{
|
|
270
|
-
srcPath: "/events/v1/events",
|
|
271
|
-
destPath: "/v1/events"
|
|
272
|
-
},
|
|
214
|
+
"blocks._base_domain_": [
|
|
273
215
|
{
|
|
274
|
-
srcPath: "/events/v1/
|
|
275
|
-
destPath: "/v1/
|
|
216
|
+
srcPath: "/_api/events/v1/ticket-definitions",
|
|
217
|
+
destPath: "/v1/ticket-definitions"
|
|
276
218
|
},
|
|
277
219
|
{
|
|
278
|
-
srcPath: "/events/
|
|
279
|
-
destPath: "/
|
|
220
|
+
srcPath: "/_api/events/v2/ticket-definitions",
|
|
221
|
+
destPath: "/v2/ticket-definitions"
|
|
280
222
|
},
|
|
281
223
|
{
|
|
282
|
-
srcPath: "/events/v1/
|
|
283
|
-
destPath: "/v1/
|
|
224
|
+
srcPath: "/_api/events/v1/tickets/available",
|
|
225
|
+
destPath: "/v1/tickets/available"
|
|
284
226
|
},
|
|
285
227
|
{
|
|
286
|
-
srcPath: "/events/v1/
|
|
287
|
-
destPath: "/v1/
|
|
228
|
+
srcPath: "/_api/events/v1/pos-checkout",
|
|
229
|
+
destPath: "/v1/pos-checkout"
|
|
288
230
|
},
|
|
289
231
|
{
|
|
290
|
-
srcPath: "/events/
|
|
291
|
-
destPath: "/
|
|
232
|
+
srcPath: "/_api/events/v1/checkout",
|
|
233
|
+
destPath: "/v1/checkout"
|
|
292
234
|
},
|
|
293
235
|
{
|
|
294
|
-
srcPath: "/events/v1/
|
|
295
|
-
destPath: "/v1/
|
|
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/
|
|
305
|
-
destPath: "/v1/
|
|
240
|
+
srcPath: "/_api/wix-events-web/v1/ticket-definitions",
|
|
241
|
+
destPath: "/v1/ticket-definitions"
|
|
306
242
|
},
|
|
307
243
|
{
|
|
308
|
-
srcPath: "/events/v1/
|
|
309
|
-
destPath: "/v1/
|
|
244
|
+
srcPath: "/_api/wix-events-web/v1/tickets/available",
|
|
245
|
+
destPath: "/v1/tickets/available"
|
|
310
246
|
},
|
|
311
247
|
{
|
|
312
|
-
srcPath: "/events/v1/
|
|
313
|
-
destPath: "/v1/
|
|
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/
|
|
347
|
-
destPath: "/v1/
|
|
254
|
+
srcPath: "/_api/events/v1/ticket-definitions",
|
|
255
|
+
destPath: "/v1/ticket-definitions"
|
|
348
256
|
},
|
|
349
257
|
{
|
|
350
|
-
srcPath: "/_api/
|
|
351
|
-
destPath: "/
|
|
258
|
+
srcPath: "/_api/events/v2/ticket-definitions",
|
|
259
|
+
destPath: "/v2/ticket-definitions"
|
|
352
260
|
},
|
|
353
261
|
{
|
|
354
|
-
srcPath: "/_api/
|
|
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/
|
|
365
|
-
destPath: "/v1/
|
|
266
|
+
srcPath: "/_api/events/v1/pos-checkout",
|
|
267
|
+
destPath: "/v1/pos-checkout"
|
|
366
268
|
},
|
|
367
269
|
{
|
|
368
|
-
srcPath: "/_api/
|
|
369
|
-
destPath: "/v1/
|
|
270
|
+
srcPath: "/_api/events/v1/checkout",
|
|
271
|
+
destPath: "/v1/checkout"
|
|
370
272
|
},
|
|
371
273
|
{
|
|
372
|
-
srcPath: "/_api/wix-events-web/v1/
|
|
373
|
-
destPath: "/v1/
|
|
274
|
+
srcPath: "/_api/wix-events-web/v1/checkout",
|
|
275
|
+
destPath: "/v1/checkout"
|
|
374
276
|
},
|
|
375
277
|
{
|
|
376
|
-
srcPath: "/_api/wix-events-web/v1/
|
|
377
|
-
destPath: "/v1/
|
|
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/
|
|
381
|
-
destPath: "/v1/
|
|
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/
|
|
385
|
-
destPath: "/v1/
|
|
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/
|
|
391
|
-
destPath: "/
|
|
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/
|
|
403
|
-
destPath: "/v1/
|
|
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/
|
|
407
|
-
destPath: "/v1/
|
|
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/
|
|
411
|
-
destPath: "/v1/
|
|
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/
|
|
421
|
-
destPath: "/v1/
|
|
310
|
+
srcPath: "/_api/wix-events-web/v1/checkout",
|
|
311
|
+
destPath: "/v1/checkout"
|
|
422
312
|
},
|
|
423
313
|
{
|
|
424
|
-
srcPath: "/_api/wix-events-web/v1/
|
|
425
|
-
destPath: "/v1/
|
|
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/
|
|
429
|
-
destPath: "/v1/
|
|
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/
|
|
433
|
-
destPath: "/v1/
|
|
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
|
-
"
|
|
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: "/
|
|
455
|
-
destPath: "/v1/
|
|
328
|
+
srcPath: "/events/v1/checkout",
|
|
329
|
+
destPath: "/v1/checkout"
|
|
456
330
|
},
|
|
457
331
|
{
|
|
458
|
-
srcPath: "/
|
|
459
|
-
destPath: "/v1/
|
|
332
|
+
srcPath: "/events/v1/ticket-definitions",
|
|
333
|
+
destPath: "/v1/ticket-definitions"
|
|
460
334
|
},
|
|
461
335
|
{
|
|
462
|
-
srcPath: "/
|
|
463
|
-
destPath: "/v1/
|
|
336
|
+
srcPath: "/events/v1/tickets/available",
|
|
337
|
+
destPath: "/v1/tickets/available"
|
|
464
338
|
},
|
|
465
339
|
{
|
|
466
|
-
srcPath: "/
|
|
467
|
-
destPath: "/v1/
|
|
340
|
+
srcPath: "/events/v1/pos-checkout",
|
|
341
|
+
destPath: "/v1/pos-checkout"
|
|
468
342
|
}
|
|
469
343
|
],
|
|
470
|
-
"editor.
|
|
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/
|
|
481
|
-
destPath: "/v1/
|
|
346
|
+
srcPath: "/_api/wix-events-web/v1/checkout",
|
|
347
|
+
destPath: "/v1/checkout"
|
|
482
348
|
},
|
|
483
349
|
{
|
|
484
|
-
srcPath: "/_api/wix-events-web/v1/
|
|
485
|
-
destPath: "/v1/
|
|
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/
|
|
489
|
-
destPath: "/v1/
|
|
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/
|
|
493
|
-
destPath: "/v1/
|
|
358
|
+
srcPath: "/_api/wix-events-web/v1/pos-checkout",
|
|
359
|
+
destPath: "/v1/pos-checkout"
|
|
494
360
|
}
|
|
495
361
|
],
|
|
496
|
-
"
|
|
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/
|
|
507
|
-
destPath: "/v1/
|
|
364
|
+
srcPath: "/_api/wix-events-web/v1/checkout",
|
|
365
|
+
destPath: "/v1/checkout"
|
|
508
366
|
},
|
|
509
367
|
{
|
|
510
|
-
srcPath: "/_api/wix-events-web/v1/
|
|
511
|
-
destPath: "/v1/
|
|
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/
|
|
515
|
-
destPath: "/v1/
|
|
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/
|
|
519
|
-
destPath: "/v1/
|
|
376
|
+
srcPath: "/_api/wix-events-web/v1/pos-checkout",
|
|
377
|
+
destPath: "/v1/pos-checkout"
|
|
520
378
|
}
|
|
521
379
|
],
|
|
522
|
-
"
|
|
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/
|
|
533
|
-
destPath: "/v1/
|
|
382
|
+
srcPath: "/_api/wix-events-web/v1/checkout",
|
|
383
|
+
destPath: "/v1/checkout"
|
|
534
384
|
},
|
|
535
385
|
{
|
|
536
|
-
srcPath: "/_api/wix-events-web/v1/
|
|
537
|
-
destPath: "/v1/
|
|
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/
|
|
541
|
-
destPath: "/v1/
|
|
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/
|
|
545
|
-
destPath: "/v1/
|
|
394
|
+
srcPath: "/_api/wix-events-web/v1/pos-checkout",
|
|
395
|
+
destPath: "/v1/pos-checkout"
|
|
546
396
|
}
|
|
547
397
|
]
|
|
548
398
|
};
|