@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.
@@ -68,6 +68,32 @@ var import_transform_paths = require("@wix/sdk-runtime/transformations/transform
68
68
  var import_rest_modules2 = require("@wix/sdk-runtime/rest-modules");
69
69
  function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
70
70
  const domainToMappings = {
71
+ "www.wixapis.com": [
72
+ {
73
+ srcPath: "/events/v1/tickets",
74
+ destPath: "/v1/tickets"
75
+ },
76
+ {
77
+ srcPath: "/events/v1/ticket-definitions",
78
+ destPath: "/v1/ticket-definitions"
79
+ },
80
+ {
81
+ srcPath: "/events/v2/ticket-definitions",
82
+ destPath: "/v2/ticket-definitions"
83
+ },
84
+ {
85
+ srcPath: "/events/v1/tickets/available",
86
+ destPath: "/v1/tickets/available"
87
+ },
88
+ {
89
+ srcPath: "/events/v1/checkout",
90
+ destPath: "/v1/checkout"
91
+ },
92
+ {
93
+ srcPath: "/events/v1/pos-checkout",
94
+ destPath: "/v1/pos-checkout"
95
+ }
96
+ ],
71
97
  "manage._base_domain_": [
72
98
  {
73
99
  srcPath: "/_api/wix-events-web/v1/tickets",
@@ -122,28 +148,6 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
122
148
  destPath: "/api"
123
149
  }
124
150
  ],
125
- "www.wixapis.com": [
126
- {
127
- srcPath: "/events/v1/ticket-definitions",
128
- destPath: "/v1/ticket-definitions"
129
- },
130
- {
131
- srcPath: "/events/v2/ticket-definitions",
132
- destPath: "/v2/ticket-definitions"
133
- },
134
- {
135
- srcPath: "/events/v1/tickets/available",
136
- destPath: "/v1/tickets/available"
137
- },
138
- {
139
- srcPath: "/events/v1/checkout",
140
- destPath: "/v1/checkout"
141
- },
142
- {
143
- srcPath: "/events/v1/pos-checkout",
144
- destPath: "/v1/pos-checkout"
145
- }
146
- ],
147
151
  _: [
148
152
  {
149
153
  srcPath: "/_api/events/v1/ticket-definitions",
@@ -336,9 +340,17 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
336
340
  {
337
341
  srcPath: "/_api/wix-events-web/v1/tickets/available",
338
342
  destPath: "/v1/tickets/available"
343
+ },
344
+ {
345
+ srcPath: "/_api/wix-events-web/v1/tickets",
346
+ destPath: "/v1/tickets"
339
347
  }
340
348
  ],
341
349
  "*.pub.wix-code.com": [
350
+ {
351
+ srcPath: "/_api/wix-events-web/v1/tickets",
352
+ destPath: "/v1/tickets"
353
+ },
342
354
  {
343
355
  srcPath: "/_api/wix-events-web/v1/checkout",
344
356
  destPath: "/v1/checkout"
@@ -423,6 +435,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
423
435
  }
424
436
  ],
425
437
  "www._base_domain_": [
438
+ {
439
+ srcPath: "/_api/wix-events-web/v1/tickets",
440
+ destPath: "/v1/tickets"
441
+ },
426
442
  {
427
443
  srcPath: "/_api/wix-events-web/v1/checkout",
428
444
  destPath: "/v1/checkout"
@@ -557,10 +573,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
557
573
  {
558
574
  srcPath: "/_api/wix-events-web/v1/orders",
559
575
  destPath: "/v1/orders"
560
- },
561
- {
562
- srcPath: "/_api/wix-events-web/v1/tickets",
563
- destPath: "/v1/tickets"
564
576
  }
565
577
  ],
566
578
  "apps._base_domain_": [
@@ -648,10 +660,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
648
660
  srcPath: "/events/v1/events",
649
661
  destPath: "/v1/events"
650
662
  },
651
- {
652
- srcPath: "/events/v1/tickets",
653
- destPath: "/v1/tickets"
654
- },
655
663
  {
656
664
  srcPath: "/events/v1/categories",
657
665
  destPath: "/v1/categories"
@@ -775,10 +783,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
775
783
  {
776
784
  srcPath: "/_api/wix-events-web/v1/orders",
777
785
  destPath: "/v1/orders"
778
- },
779
- {
780
- srcPath: "/_api/wix-events-web/v1/tickets",
781
- destPath: "/v1/tickets"
782
786
  }
783
787
  ],
784
788
  "*.pub.wix-code.com": [
@@ -801,10 +805,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
801
805
  {
802
806
  srcPath: "/_api/wix-events-web/v1/orders",
803
807
  destPath: "/v1/orders"
804
- },
805
- {
806
- srcPath: "/_api/wix-events-web/v1/tickets",
807
- destPath: "/v1/tickets"
808
808
  }
809
809
  ],
810
810
  "editor-flow.wixapps.net": [