@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.
@@ -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",
@@ -340,9 +344,17 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
340
344
  {
341
345
  srcPath: "/_api/wix-events-web/v1/tickets/available",
342
346
  destPath: "/v1/tickets/available"
347
+ },
348
+ {
349
+ srcPath: "/_api/wix-events-web/v1/tickets",
350
+ destPath: "/v1/tickets"
343
351
  }
344
352
  ],
345
353
  "*.pub.wix-code.com": [
354
+ {
355
+ srcPath: "/_api/wix-events-web/v1/tickets",
356
+ destPath: "/v1/tickets"
357
+ },
346
358
  {
347
359
  srcPath: "/_api/wix-events-web/v1/checkout",
348
360
  destPath: "/v1/checkout"
@@ -427,6 +439,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
427
439
  }
428
440
  ],
429
441
  "www._base_domain_": [
442
+ {
443
+ srcPath: "/_api/wix-events-web/v1/tickets",
444
+ destPath: "/v1/tickets"
445
+ },
430
446
  {
431
447
  srcPath: "/_api/wix-events-web/v1/checkout",
432
448
  destPath: "/v1/checkout"
@@ -561,10 +577,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
561
577
  {
562
578
  srcPath: "/_api/wix-events-web/v1/orders",
563
579
  destPath: "/v1/orders"
564
- },
565
- {
566
- srcPath: "/_api/wix-events-web/v1/tickets",
567
- destPath: "/v1/tickets"
568
580
  }
569
581
  ],
570
582
  "apps._base_domain_": [
@@ -652,10 +664,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
652
664
  srcPath: "/events/v1/events",
653
665
  destPath: "/v1/events"
654
666
  },
655
- {
656
- srcPath: "/events/v1/tickets",
657
- destPath: "/v1/tickets"
658
- },
659
667
  {
660
668
  srcPath: "/events/v1/categories",
661
669
  destPath: "/v1/categories"
@@ -779,10 +787,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
779
787
  {
780
788
  srcPath: "/_api/wix-events-web/v1/orders",
781
789
  destPath: "/v1/orders"
782
- },
783
- {
784
- srcPath: "/_api/wix-events-web/v1/tickets",
785
- destPath: "/v1/tickets"
786
790
  }
787
791
  ],
788
792
  "*.pub.wix-code.com": [
@@ -805,10 +809,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
805
809
  {
806
810
  srcPath: "/_api/wix-events-web/v1/orders",
807
811
  destPath: "/v1/orders"
808
- },
809
- {
810
- srcPath: "/_api/wix-events-web/v1/tickets",
811
- destPath: "/v1/tickets"
812
812
  }
813
813
  ],
814
814
  "editor-flow.wixapps.net": [