@wix/auto_sdk_events_tickets 1.0.33 → 1.0.35

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,6 +59,32 @@ 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
+ "www.wixapis.com": [
63
+ {
64
+ srcPath: "/events/v1/tickets",
65
+ destPath: "/v1/tickets"
66
+ },
67
+ {
68
+ srcPath: "/events/v1/ticket-definitions",
69
+ destPath: "/v1/ticket-definitions"
70
+ },
71
+ {
72
+ srcPath: "/events/v2/ticket-definitions",
73
+ destPath: "/v2/ticket-definitions"
74
+ },
75
+ {
76
+ srcPath: "/events/v1/tickets/available",
77
+ destPath: "/v1/tickets/available"
78
+ },
79
+ {
80
+ srcPath: "/events/v1/checkout",
81
+ destPath: "/v1/checkout"
82
+ },
83
+ {
84
+ srcPath: "/events/v1/pos-checkout",
85
+ destPath: "/v1/pos-checkout"
86
+ }
87
+ ],
62
88
  "manage._base_domain_": [
63
89
  {
64
90
  srcPath: "/_api/wix-events-web/v1/tickets",
@@ -113,28 +139,6 @@ function resolveWixEventsTicketingTicketManagementUrl(opts) {
113
139
  destPath: "/api"
114
140
  }
115
141
  ],
116
- "www.wixapis.com": [
117
- {
118
- srcPath: "/events/v1/ticket-definitions",
119
- destPath: "/v1/ticket-definitions"
120
- },
121
- {
122
- srcPath: "/events/v2/ticket-definitions",
123
- destPath: "/v2/ticket-definitions"
124
- },
125
- {
126
- srcPath: "/events/v1/tickets/available",
127
- destPath: "/v1/tickets/available"
128
- },
129
- {
130
- srcPath: "/events/v1/checkout",
131
- destPath: "/v1/checkout"
132
- },
133
- {
134
- srcPath: "/events/v1/pos-checkout",
135
- destPath: "/v1/pos-checkout"
136
- }
137
- ],
138
142
  _: [
139
143
  {
140
144
  srcPath: "/_api/events/v1/ticket-definitions",
@@ -176,6 +180,10 @@ function resolveWixEventsTicketingTicketManagementUrl(opts) {
176
180
  srcPath: "/_api/wix-events-web/v1/ticket-definitions",
177
181
  destPath: "/v1/ticket-definitions"
178
182
  },
183
+ {
184
+ srcPath: "/_api/wix-events-web/v1/tickets",
185
+ destPath: "/v1/tickets"
186
+ },
179
187
  {
180
188
  srcPath: "/_api/wix-events-web/v1/tickets/available",
181
189
  destPath: "/v1/tickets/available"
@@ -366,6 +374,10 @@ function resolveWixEventsTicketingTicketManagementUrl(opts) {
366
374
  }
367
375
  ],
368
376
  "editor-flow.wixapps.net": [
377
+ {
378
+ srcPath: "/_api/wix-events-web/v1/tickets",
379
+ destPath: "/v1/tickets"
380
+ },
369
381
  {
370
382
  srcPath: "/_api/wix-events-web/v1/checkout",
371
383
  destPath: "/v1/checkout"
@@ -384,6 +396,10 @@ function resolveWixEventsTicketingTicketManagementUrl(opts) {
384
396
  }
385
397
  ],
386
398
  "editor.wixapps.net": [
399
+ {
400
+ srcPath: "/_api/wix-events-web/v1/tickets",
401
+ destPath: "/v1/tickets"
402
+ },
387
403
  {
388
404
  srcPath: "/_api/wix-events-web/v1/checkout",
389
405
  destPath: "/v1/checkout"