@wix/auto_sdk_events_tickets 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.
@@ -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",
@@ -327,9 +331,17 @@ function resolveWixEventsTicketingTicketManagementUrl(opts) {
327
331
  {
328
332
  srcPath: "/_api/wix-events-web/v1/tickets/available",
329
333
  destPath: "/v1/tickets/available"
334
+ },
335
+ {
336
+ srcPath: "/_api/wix-events-web/v1/tickets",
337
+ destPath: "/v1/tickets"
330
338
  }
331
339
  ],
332
340
  "*.pub.wix-code.com": [
341
+ {
342
+ srcPath: "/_api/wix-events-web/v1/tickets",
343
+ destPath: "/v1/tickets"
344
+ },
333
345
  {
334
346
  srcPath: "/_api/wix-events-web/v1/checkout",
335
347
  destPath: "/v1/checkout"
@@ -414,6 +426,10 @@ function resolveWixEventsTicketingTicketManagementUrl(opts) {
414
426
  }
415
427
  ],
416
428
  "www._base_domain_": [
429
+ {
430
+ srcPath: "/_api/wix-events-web/v1/tickets",
431
+ destPath: "/v1/tickets"
432
+ },
417
433
  {
418
434
  srcPath: "/_api/wix-events-web/v1/checkout",
419
435
  destPath: "/v1/checkout"