@wix/auto_sdk_events_ticket-definitions 1.0.33 → 1.0.34

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.
@@ -180,6 +180,10 @@ function resolveWixEventsTicketingTicketDefinitionManagementUrl(opts) {
180
180
  srcPath: "/_api/wix-events-web/v1/ticket-definitions",
181
181
  destPath: "/v1/ticket-definitions"
182
182
  },
183
+ {
184
+ srcPath: "/_api/wix-events-web/v1/tickets",
185
+ destPath: "/v1/tickets"
186
+ },
183
187
  {
184
188
  srcPath: "/_api/wix-events-web/v1/tickets/available",
185
189
  destPath: "/v1/tickets/available"
@@ -370,6 +374,10 @@ function resolveWixEventsTicketingTicketDefinitionManagementUrl(opts) {
370
374
  }
371
375
  ],
372
376
  "editor-flow.wixapps.net": [
377
+ {
378
+ srcPath: "/_api/wix-events-web/v1/tickets",
379
+ destPath: "/v1/tickets"
380
+ },
373
381
  {
374
382
  srcPath: "/_api/wix-events-web/v1/checkout",
375
383
  destPath: "/v1/checkout"
@@ -388,6 +396,10 @@ function resolveWixEventsTicketingTicketDefinitionManagementUrl(opts) {
388
396
  }
389
397
  ],
390
398
  "editor.wixapps.net": [
399
+ {
400
+ srcPath: "/_api/wix-events-web/v1/tickets",
401
+ destPath: "/v1/tickets"
402
+ },
391
403
  {
392
404
  srcPath: "/_api/wix-events-web/v1/checkout",
393
405
  destPath: "/v1/checkout"