@wix/auto_sdk_events_orders 1.0.44 → 1.0.46

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.
@@ -17,6 +17,14 @@ import { resolveUrl } from "@wix/sdk-runtime/rest-modules";
17
17
  function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
18
18
  const domainToMappings = {
19
19
  "manage._base_domain_": [
20
+ {
21
+ srcPath: "/_api/wix-events-web/v1/tickets",
22
+ destPath: "/v1/tickets"
23
+ },
24
+ {
25
+ srcPath: "/events/v1/tickets",
26
+ destPath: "/v1/tickets"
27
+ },
20
28
  {
21
29
  srcPath: "/events/v1/ticket-definitions",
22
30
  destPath: "/v1/ticket-definitions"
@@ -151,6 +159,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
151
159
  srcPath: "/_api/events/v1/checkout",
152
160
  destPath: "/v1/checkout"
153
161
  },
162
+ {
163
+ srcPath: "/_api/wix-events-web/v1/tickets",
164
+ destPath: "/v1/tickets"
165
+ },
154
166
  {
155
167
  srcPath: "/_api/wix-events-web/v1/checkout",
156
168
  destPath: "/v1/checkout"
@@ -189,6 +201,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
189
201
  srcPath: "/_api/events/v1/checkout",
190
202
  destPath: "/v1/checkout"
191
203
  },
204
+ {
205
+ srcPath: "/_api/wix-events-web/v1/tickets",
206
+ destPath: "/v1/tickets"
207
+ },
192
208
  {
193
209
  srcPath: "/_api/wix-events-web/v1/checkout",
194
210
  destPath: "/v1/checkout"
@@ -227,6 +243,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
227
243
  srcPath: "/_api/events/v1/checkout",
228
244
  destPath: "/v1/checkout"
229
245
  },
246
+ {
247
+ srcPath: "/_api/wix-events-web/v1/tickets",
248
+ destPath: "/v1/tickets"
249
+ },
230
250
  {
231
251
  srcPath: "/_api/wix-events-web/v1/checkout",
232
252
  destPath: "/v1/checkout"
@@ -281,6 +301,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
281
301
  }
282
302
  ],
283
303
  "api._base_domain_": [
304
+ {
305
+ srcPath: "/events/v1/tickets",
306
+ destPath: "/v1/tickets"
307
+ },
284
308
  {
285
309
  srcPath: "/events/v1/checkout",
286
310
  destPath: "/v1/checkout"
@@ -514,10 +538,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
514
538
  srcPath: "/_api/wix-events-web/v1/bulk-async/categories",
515
539
  destPath: "/v1/bulk-async/categories"
516
540
  },
517
- {
518
- srcPath: "/_api/wix-events-web/v1/tickets",
519
- destPath: "/v1/tickets"
520
- },
521
541
  {
522
542
  srcPath: "/events/v1/events",
523
543
  destPath: "/v1/events"
@@ -542,10 +562,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
542
562
  srcPath: "/events/v1/reports",
543
563
  destPath: "/v1/reports"
544
564
  },
545
- {
546
- srcPath: "/events/v1/tickets",
547
- destPath: "/v1/tickets"
548
- },
549
565
  {
550
566
  srcPath: "/events/v1/orders",
551
567
  destPath: "/v1/orders"
@@ -617,10 +633,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
617
633
  {
618
634
  srcPath: "/events/v1/orders",
619
635
  destPath: "/v1/orders"
620
- },
621
- {
622
- srcPath: "/events/v1/tickets",
623
- destPath: "/v1/tickets"
624
636
  }
625
637
  ],
626
638
  _: [
@@ -785,10 +797,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
785
797
  {
786
798
  srcPath: "/_api/wix-events-web/v1/orders",
787
799
  destPath: "/v1/orders"
788
- },
789
- {
790
- srcPath: "/_api/wix-events-web/v1/tickets",
791
- destPath: "/v1/tickets"
792
800
  }
793
801
  ],
794
802
  "blocks._base_domain_": [
@@ -811,10 +819,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
811
819
  {
812
820
  srcPath: "/_api/wix-events-web/v1/orders",
813
821
  destPath: "/v1/orders"
814
- },
815
- {
816
- srcPath: "/_api/wix-events-web/v1/tickets",
817
- destPath: "/v1/tickets"
818
822
  }
819
823
  ],
820
824
  "create.editorx": [
@@ -837,10 +841,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
837
841
  {
838
842
  srcPath: "/_api/wix-events-web/v1/orders",
839
843
  destPath: "/v1/orders"
840
- },
841
- {
842
- srcPath: "/_api/wix-events-web/v1/tickets",
843
- destPath: "/v1/tickets"
844
844
  }
845
845
  ]
846
846
  };