@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.
@@ -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",
@@ -331,9 +335,17 @@ function resolveWixEventsTicketingTicketDefinitionManagementUrl(opts) {
331
335
  {
332
336
  srcPath: "/_api/wix-events-web/v1/tickets/available",
333
337
  destPath: "/v1/tickets/available"
338
+ },
339
+ {
340
+ srcPath: "/_api/wix-events-web/v1/tickets",
341
+ destPath: "/v1/tickets"
334
342
  }
335
343
  ],
336
344
  "*.pub.wix-code.com": [
345
+ {
346
+ srcPath: "/_api/wix-events-web/v1/tickets",
347
+ destPath: "/v1/tickets"
348
+ },
337
349
  {
338
350
  srcPath: "/_api/wix-events-web/v1/checkout",
339
351
  destPath: "/v1/checkout"
@@ -418,6 +430,10 @@ function resolveWixEventsTicketingTicketDefinitionManagementUrl(opts) {
418
430
  }
419
431
  ],
420
432
  "www._base_domain_": [
433
+ {
434
+ srcPath: "/_api/wix-events-web/v1/tickets",
435
+ destPath: "/v1/tickets"
436
+ },
421
437
  {
422
438
  srcPath: "/_api/wix-events-web/v1/checkout",
423
439
  destPath: "/v1/checkout"