@wix/auto_sdk_events_orders 1.0.46 → 1.0.48

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.
@@ -72,6 +72,32 @@ var import_transform_paths = require("@wix/sdk-runtime/transformations/transform
72
72
  var import_rest_modules2 = require("@wix/sdk-runtime/rest-modules");
73
73
  function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
74
74
  const domainToMappings = {
75
+ "www.wixapis.com": [
76
+ {
77
+ srcPath: "/events/v1/tickets",
78
+ destPath: "/v1/tickets"
79
+ },
80
+ {
81
+ srcPath: "/events/v1/ticket-definitions",
82
+ destPath: "/v1/ticket-definitions"
83
+ },
84
+ {
85
+ srcPath: "/events/v2/ticket-definitions",
86
+ destPath: "/v2/ticket-definitions"
87
+ },
88
+ {
89
+ srcPath: "/events/v1/tickets/available",
90
+ destPath: "/v1/tickets/available"
91
+ },
92
+ {
93
+ srcPath: "/events/v1/checkout",
94
+ destPath: "/v1/checkout"
95
+ },
96
+ {
97
+ srcPath: "/events/v1/pos-checkout",
98
+ destPath: "/v1/pos-checkout"
99
+ }
100
+ ],
75
101
  "manage._base_domain_": [
76
102
  {
77
103
  srcPath: "/_api/wix-events-web/v1/tickets",
@@ -126,28 +152,6 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
126
152
  destPath: "/api"
127
153
  }
128
154
  ],
129
- "www.wixapis.com": [
130
- {
131
- srcPath: "/events/v1/ticket-definitions",
132
- destPath: "/v1/ticket-definitions"
133
- },
134
- {
135
- srcPath: "/events/v2/ticket-definitions",
136
- destPath: "/v2/ticket-definitions"
137
- },
138
- {
139
- srcPath: "/events/v1/tickets/available",
140
- destPath: "/v1/tickets/available"
141
- },
142
- {
143
- srcPath: "/events/v1/checkout",
144
- destPath: "/v1/checkout"
145
- },
146
- {
147
- srcPath: "/events/v1/pos-checkout",
148
- destPath: "/v1/pos-checkout"
149
- }
150
- ],
151
155
  _: [
152
156
  {
153
157
  srcPath: "/_api/events/v1/ticket-definitions",
@@ -189,6 +193,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
189
193
  srcPath: "/_api/wix-events-web/v1/ticket-definitions",
190
194
  destPath: "/v1/ticket-definitions"
191
195
  },
196
+ {
197
+ srcPath: "/_api/wix-events-web/v1/tickets",
198
+ destPath: "/v1/tickets"
199
+ },
192
200
  {
193
201
  srcPath: "/_api/wix-events-web/v1/tickets/available",
194
202
  destPath: "/v1/tickets/available"
@@ -379,6 +387,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
379
387
  }
380
388
  ],
381
389
  "editor-flow.wixapps.net": [
390
+ {
391
+ srcPath: "/_api/wix-events-web/v1/tickets",
392
+ destPath: "/v1/tickets"
393
+ },
382
394
  {
383
395
  srcPath: "/_api/wix-events-web/v1/checkout",
384
396
  destPath: "/v1/checkout"
@@ -397,6 +409,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
397
409
  }
398
410
  ],
399
411
  "editor.wixapps.net": [
412
+ {
413
+ srcPath: "/_api/wix-events-web/v1/tickets",
414
+ destPath: "/v1/tickets"
415
+ },
400
416
  {
401
417
  srcPath: "/_api/wix-events-web/v1/checkout",
402
418
  destPath: "/v1/checkout"
@@ -640,10 +656,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
640
656
  srcPath: "/events/v1/events",
641
657
  destPath: "/v1/events"
642
658
  },
643
- {
644
- srcPath: "/events/v1/tickets",
645
- destPath: "/v1/tickets"
646
- },
647
659
  {
648
660
  srcPath: "/events/v1/categories",
649
661
  destPath: "/v1/categories"
@@ -715,10 +727,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
715
727
  {
716
728
  srcPath: "/_api/wix-events-web/v1/orders",
717
729
  destPath: "/v1/orders"
718
- },
719
- {
720
- srcPath: "/_api/wix-events-web/v1/tickets",
721
- destPath: "/v1/tickets"
722
730
  }
723
731
  ],
724
732
  "editor.wixapps.net": [
@@ -745,10 +753,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
745
753
  {
746
754
  srcPath: "/_api/wix-events-web/v1/orders",
747
755
  destPath: "/v1/orders"
748
- },
749
- {
750
- srcPath: "/_api/wix-events-web/v1/tickets",
751
- destPath: "/v1/tickets"
752
756
  }
753
757
  ],
754
758
  "*.dev.wix-code.com": [
@@ -827,10 +831,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
827
831
  {
828
832
  srcPath: "/_api/wix-events-web/v1/orders",
829
833
  destPath: "/v1/orders"
830
- },
831
- {
832
- srcPath: "/_api/wix-events-web/v1/tickets",
833
- destPath: "/v1/tickets"
834
834
  }
835
835
  ],
836
836
  "editor._base_domain_": [