@wix/auto_sdk_events_ticket-definitions 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.
@@ -63,6 +63,32 @@ var import_transform_paths = require("@wix/sdk-runtime/transformations/transform
63
63
  var import_rest_modules2 = require("@wix/sdk-runtime/rest-modules");
64
64
  function resolveWixEventsTicketingTicketDefinitionManagementUrl(opts) {
65
65
  const domainToMappings = {
66
+ "www.wixapis.com": [
67
+ {
68
+ srcPath: "/events/v1/tickets",
69
+ destPath: "/v1/tickets"
70
+ },
71
+ {
72
+ srcPath: "/events/v1/ticket-definitions",
73
+ destPath: "/v1/ticket-definitions"
74
+ },
75
+ {
76
+ srcPath: "/events/v2/ticket-definitions",
77
+ destPath: "/v2/ticket-definitions"
78
+ },
79
+ {
80
+ srcPath: "/events/v1/tickets/available",
81
+ destPath: "/v1/tickets/available"
82
+ },
83
+ {
84
+ srcPath: "/events/v1/checkout",
85
+ destPath: "/v1/checkout"
86
+ },
87
+ {
88
+ srcPath: "/events/v1/pos-checkout",
89
+ destPath: "/v1/pos-checkout"
90
+ }
91
+ ],
66
92
  "manage._base_domain_": [
67
93
  {
68
94
  srcPath: "/_api/wix-events-web/v1/tickets",
@@ -117,28 +143,6 @@ function resolveWixEventsTicketingTicketDefinitionManagementUrl(opts) {
117
143
  destPath: "/api"
118
144
  }
119
145
  ],
120
- "www.wixapis.com": [
121
- {
122
- srcPath: "/events/v1/ticket-definitions",
123
- destPath: "/v1/ticket-definitions"
124
- },
125
- {
126
- srcPath: "/events/v2/ticket-definitions",
127
- destPath: "/v2/ticket-definitions"
128
- },
129
- {
130
- srcPath: "/events/v1/tickets/available",
131
- destPath: "/v1/tickets/available"
132
- },
133
- {
134
- srcPath: "/events/v1/checkout",
135
- destPath: "/v1/checkout"
136
- },
137
- {
138
- srcPath: "/events/v1/pos-checkout",
139
- destPath: "/v1/pos-checkout"
140
- }
141
- ],
142
146
  _: [
143
147
  {
144
148
  srcPath: "/_api/events/v1/ticket-definitions",
@@ -180,6 +184,10 @@ function resolveWixEventsTicketingTicketDefinitionManagementUrl(opts) {
180
184
  srcPath: "/_api/wix-events-web/v1/ticket-definitions",
181
185
  destPath: "/v1/ticket-definitions"
182
186
  },
187
+ {
188
+ srcPath: "/_api/wix-events-web/v1/tickets",
189
+ destPath: "/v1/tickets"
190
+ },
183
191
  {
184
192
  srcPath: "/_api/wix-events-web/v1/tickets/available",
185
193
  destPath: "/v1/tickets/available"
@@ -370,6 +378,10 @@ function resolveWixEventsTicketingTicketDefinitionManagementUrl(opts) {
370
378
  }
371
379
  ],
372
380
  "editor-flow.wixapps.net": [
381
+ {
382
+ srcPath: "/_api/wix-events-web/v1/tickets",
383
+ destPath: "/v1/tickets"
384
+ },
373
385
  {
374
386
  srcPath: "/_api/wix-events-web/v1/checkout",
375
387
  destPath: "/v1/checkout"
@@ -388,6 +400,10 @@ function resolveWixEventsTicketingTicketDefinitionManagementUrl(opts) {
388
400
  }
389
401
  ],
390
402
  "editor.wixapps.net": [
403
+ {
404
+ srcPath: "/_api/wix-events-web/v1/tickets",
405
+ destPath: "/v1/tickets"
406
+ },
391
407
  {
392
408
  srcPath: "/_api/wix-events-web/v1/checkout",
393
409
  destPath: "/v1/checkout"