@wix/auto_sdk_events_orders 1.0.45 → 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.
package/build/es/meta.mjs CHANGED
@@ -10,6 +10,14 @@ import { resolveUrl } from "@wix/sdk-runtime/rest-modules";
10
10
  function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
11
11
  const domainToMappings = {
12
12
  "manage._base_domain_": [
13
+ {
14
+ srcPath: "/_api/wix-events-web/v1/tickets",
15
+ destPath: "/v1/tickets"
16
+ },
17
+ {
18
+ srcPath: "/events/v1/tickets",
19
+ destPath: "/v1/tickets"
20
+ },
13
21
  {
14
22
  srcPath: "/events/v1/ticket-definitions",
15
23
  destPath: "/v1/ticket-definitions"
@@ -144,6 +152,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
144
152
  srcPath: "/_api/events/v1/checkout",
145
153
  destPath: "/v1/checkout"
146
154
  },
155
+ {
156
+ srcPath: "/_api/wix-events-web/v1/tickets",
157
+ destPath: "/v1/tickets"
158
+ },
147
159
  {
148
160
  srcPath: "/_api/wix-events-web/v1/checkout",
149
161
  destPath: "/v1/checkout"
@@ -182,6 +194,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
182
194
  srcPath: "/_api/events/v1/checkout",
183
195
  destPath: "/v1/checkout"
184
196
  },
197
+ {
198
+ srcPath: "/_api/wix-events-web/v1/tickets",
199
+ destPath: "/v1/tickets"
200
+ },
185
201
  {
186
202
  srcPath: "/_api/wix-events-web/v1/checkout",
187
203
  destPath: "/v1/checkout"
@@ -220,6 +236,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
220
236
  srcPath: "/_api/events/v1/checkout",
221
237
  destPath: "/v1/checkout"
222
238
  },
239
+ {
240
+ srcPath: "/_api/wix-events-web/v1/tickets",
241
+ destPath: "/v1/tickets"
242
+ },
223
243
  {
224
244
  srcPath: "/_api/wix-events-web/v1/checkout",
225
245
  destPath: "/v1/checkout"
@@ -274,6 +294,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
274
294
  }
275
295
  ],
276
296
  "api._base_domain_": [
297
+ {
298
+ srcPath: "/events/v1/tickets",
299
+ destPath: "/v1/tickets"
300
+ },
277
301
  {
278
302
  srcPath: "/events/v1/checkout",
279
303
  destPath: "/v1/checkout"
@@ -507,10 +531,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
507
531
  srcPath: "/_api/wix-events-web/v1/bulk-async/categories",
508
532
  destPath: "/v1/bulk-async/categories"
509
533
  },
510
- {
511
- srcPath: "/_api/wix-events-web/v1/tickets",
512
- destPath: "/v1/tickets"
513
- },
514
534
  {
515
535
  srcPath: "/events/v1/events",
516
536
  destPath: "/v1/events"
@@ -535,10 +555,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
535
555
  srcPath: "/events/v1/reports",
536
556
  destPath: "/v1/reports"
537
557
  },
538
- {
539
- srcPath: "/events/v1/tickets",
540
- destPath: "/v1/tickets"
541
- },
542
558
  {
543
559
  srcPath: "/events/v1/orders",
544
560
  destPath: "/v1/orders"
@@ -610,10 +626,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
610
626
  {
611
627
  srcPath: "/events/v1/orders",
612
628
  destPath: "/v1/orders"
613
- },
614
- {
615
- srcPath: "/events/v1/tickets",
616
- destPath: "/v1/tickets"
617
629
  }
618
630
  ],
619
631
  _: [
@@ -778,10 +790,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
778
790
  {
779
791
  srcPath: "/_api/wix-events-web/v1/orders",
780
792
  destPath: "/v1/orders"
781
- },
782
- {
783
- srcPath: "/_api/wix-events-web/v1/tickets",
784
- destPath: "/v1/tickets"
785
793
  }
786
794
  ],
787
795
  "blocks._base_domain_": [
@@ -804,10 +812,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
804
812
  {
805
813
  srcPath: "/_api/wix-events-web/v1/orders",
806
814
  destPath: "/v1/orders"
807
- },
808
- {
809
- srcPath: "/_api/wix-events-web/v1/tickets",
810
- destPath: "/v1/tickets"
811
815
  }
812
816
  ],
813
817
  "create.editorx": [
@@ -830,10 +834,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
830
834
  {
831
835
  srcPath: "/_api/wix-events-web/v1/orders",
832
836
  destPath: "/v1/orders"
833
- },
834
- {
835
- srcPath: "/_api/wix-events-web/v1/tickets",
836
- destPath: "/v1/tickets"
837
837
  }
838
838
  ]
839
839
  };