@wix/auto_sdk_events_orders 1.0.47 → 1.0.49

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.
package/build/es/meta.mjs CHANGED
@@ -9,6 +9,32 @@ import { transformPaths } from "@wix/sdk-runtime/transformations/transform-paths
9
9
  import { resolveUrl } from "@wix/sdk-runtime/rest-modules";
10
10
  function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
11
11
  const domainToMappings = {
12
+ "www.wixapis.com": [
13
+ {
14
+ srcPath: "/events/v1/tickets",
15
+ destPath: "/v1/tickets"
16
+ },
17
+ {
18
+ srcPath: "/events/v1/ticket-definitions",
19
+ destPath: "/v1/ticket-definitions"
20
+ },
21
+ {
22
+ srcPath: "/events/v2/ticket-definitions",
23
+ destPath: "/v2/ticket-definitions"
24
+ },
25
+ {
26
+ srcPath: "/events/v1/tickets/available",
27
+ destPath: "/v1/tickets/available"
28
+ },
29
+ {
30
+ srcPath: "/events/v1/checkout",
31
+ destPath: "/v1/checkout"
32
+ },
33
+ {
34
+ srcPath: "/events/v1/pos-checkout",
35
+ destPath: "/v1/pos-checkout"
36
+ }
37
+ ],
12
38
  "manage._base_domain_": [
13
39
  {
14
40
  srcPath: "/_api/wix-events-web/v1/tickets",
@@ -63,28 +89,6 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
63
89
  destPath: "/api"
64
90
  }
65
91
  ],
66
- "www.wixapis.com": [
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
- ],
88
92
  _: [
89
93
  {
90
94
  srcPath: "/_api/events/v1/ticket-definitions",
@@ -277,9 +281,17 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
277
281
  {
278
282
  srcPath: "/_api/wix-events-web/v1/tickets/available",
279
283
  destPath: "/v1/tickets/available"
284
+ },
285
+ {
286
+ srcPath: "/_api/wix-events-web/v1/tickets",
287
+ destPath: "/v1/tickets"
280
288
  }
281
289
  ],
282
290
  "*.pub.wix-code.com": [
291
+ {
292
+ srcPath: "/_api/wix-events-web/v1/tickets",
293
+ destPath: "/v1/tickets"
294
+ },
283
295
  {
284
296
  srcPath: "/_api/wix-events-web/v1/checkout",
285
297
  destPath: "/v1/checkout"
@@ -364,6 +376,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
364
376
  }
365
377
  ],
366
378
  "www._base_domain_": [
379
+ {
380
+ srcPath: "/_api/wix-events-web/v1/tickets",
381
+ destPath: "/v1/tickets"
382
+ },
367
383
  {
368
384
  srcPath: "/_api/wix-events-web/v1/checkout",
369
385
  destPath: "/v1/checkout"
@@ -498,10 +514,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
498
514
  {
499
515
  srcPath: "/_api/wix-events-web/v1/orders",
500
516
  destPath: "/v1/orders"
501
- },
502
- {
503
- srcPath: "/_api/wix-events-web/v1/tickets",
504
- destPath: "/v1/tickets"
505
517
  }
506
518
  ],
507
519
  "apps._base_domain_": [
@@ -589,10 +601,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
589
601
  srcPath: "/events/v1/events",
590
602
  destPath: "/v1/events"
591
603
  },
592
- {
593
- srcPath: "/events/v1/tickets",
594
- destPath: "/v1/tickets"
595
- },
596
604
  {
597
605
  srcPath: "/events/v1/categories",
598
606
  destPath: "/v1/categories"
@@ -716,10 +724,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
716
724
  {
717
725
  srcPath: "/_api/wix-events-web/v1/orders",
718
726
  destPath: "/v1/orders"
719
- },
720
- {
721
- srcPath: "/_api/wix-events-web/v1/tickets",
722
- destPath: "/v1/tickets"
723
727
  }
724
728
  ],
725
729
  "*.pub.wix-code.com": [
@@ -742,10 +746,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
742
746
  {
743
747
  srcPath: "/_api/wix-events-web/v1/orders",
744
748
  destPath: "/v1/orders"
745
- },
746
- {
747
- srcPath: "/_api/wix-events-web/v1/tickets",
748
- destPath: "/v1/tickets"
749
749
  }
750
750
  ],
751
751
  "editor-flow.wixapps.net": [