@wix/auto_sdk_events_ticket-definitions 1.0.34 → 1.0.36

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.
@@ -55,6 +55,32 @@ var import_transform_paths = require("@wix/sdk-runtime/transformations/transform
55
55
  var import_rest_modules2 = require("@wix/sdk-runtime/rest-modules");
56
56
  function resolveWixEventsTicketingTicketDefinitionManagementUrl(opts) {
57
57
  const domainToMappings = {
58
+ "www.wixapis.com": [
59
+ {
60
+ srcPath: "/events/v1/tickets",
61
+ destPath: "/v1/tickets"
62
+ },
63
+ {
64
+ srcPath: "/events/v1/ticket-definitions",
65
+ destPath: "/v1/ticket-definitions"
66
+ },
67
+ {
68
+ srcPath: "/events/v2/ticket-definitions",
69
+ destPath: "/v2/ticket-definitions"
70
+ },
71
+ {
72
+ srcPath: "/events/v1/tickets/available",
73
+ destPath: "/v1/tickets/available"
74
+ },
75
+ {
76
+ srcPath: "/events/v1/checkout",
77
+ destPath: "/v1/checkout"
78
+ },
79
+ {
80
+ srcPath: "/events/v1/pos-checkout",
81
+ destPath: "/v1/pos-checkout"
82
+ }
83
+ ],
58
84
  "manage._base_domain_": [
59
85
  {
60
86
  srcPath: "/_api/wix-events-web/v1/tickets",
@@ -109,28 +135,6 @@ function resolveWixEventsTicketingTicketDefinitionManagementUrl(opts) {
109
135
  destPath: "/api"
110
136
  }
111
137
  ],
112
- "www.wixapis.com": [
113
- {
114
- srcPath: "/events/v1/ticket-definitions",
115
- destPath: "/v1/ticket-definitions"
116
- },
117
- {
118
- srcPath: "/events/v2/ticket-definitions",
119
- destPath: "/v2/ticket-definitions"
120
- },
121
- {
122
- srcPath: "/events/v1/tickets/available",
123
- destPath: "/v1/tickets/available"
124
- },
125
- {
126
- srcPath: "/events/v1/checkout",
127
- destPath: "/v1/checkout"
128
- },
129
- {
130
- srcPath: "/events/v1/pos-checkout",
131
- destPath: "/v1/pos-checkout"
132
- }
133
- ],
134
138
  _: [
135
139
  {
136
140
  srcPath: "/_api/events/v1/ticket-definitions",
@@ -323,9 +327,17 @@ function resolveWixEventsTicketingTicketDefinitionManagementUrl(opts) {
323
327
  {
324
328
  srcPath: "/_api/wix-events-web/v1/tickets/available",
325
329
  destPath: "/v1/tickets/available"
330
+ },
331
+ {
332
+ srcPath: "/_api/wix-events-web/v1/tickets",
333
+ destPath: "/v1/tickets"
326
334
  }
327
335
  ],
328
336
  "*.pub.wix-code.com": [
337
+ {
338
+ srcPath: "/_api/wix-events-web/v1/tickets",
339
+ destPath: "/v1/tickets"
340
+ },
329
341
  {
330
342
  srcPath: "/_api/wix-events-web/v1/checkout",
331
343
  destPath: "/v1/checkout"
@@ -410,6 +422,10 @@ function resolveWixEventsTicketingTicketDefinitionManagementUrl(opts) {
410
422
  }
411
423
  ],
412
424
  "www._base_domain_": [
425
+ {
426
+ srcPath: "/_api/wix-events-web/v1/tickets",
427
+ destPath: "/v1/tickets"
428
+ },
413
429
  {
414
430
  srcPath: "/_api/wix-events-web/v1/checkout",
415
431
  destPath: "/v1/checkout"