@gomusdev/web-components 1.36.0 → 1.37.0

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.
@@ -31085,7 +31085,8 @@ var __privateAdd = (obj, member, value) => member.has(obj) ? __typeError("Cannot
31085
31085
  const { tickets, quotas } = await shop.asyncFetch(() => shop.ticketsAndQuotas({
31086
31086
  "by_ticket_ids[]": ticketIds,
31087
31087
  by_bookable: true,
31088
- valid_at: tsd.selectedDate?.toString()
31088
+ valid_at: tsd.selectedDate?.toString(),
31089
+ date_id: segment.dateId
31089
31090
  }));
31090
31091
  shop.capacityManager.addQuotas(quotas);
31091
31092
  const available = filterAvailabletickets(tickets, tsd.selectedTime);
@@ -31085,7 +31085,8 @@ async function loadEventTickets(segment) {
31085
31085
  const { tickets, quotas } = await shop.asyncFetch(() => shop.ticketsAndQuotas({
31086
31086
  "by_ticket_ids[]": ticketIds,
31087
31087
  by_bookable: true,
31088
- valid_at: tsd.selectedDate?.toString()
31088
+ valid_at: tsd.selectedDate?.toString(),
31089
+ date_id: segment.dateId
31089
31090
  }));
31090
31091
  shop.capacityManager.addQuotas(quotas);
31091
31092
  const available = filterAvailabletickets(tickets, tsd.selectedTime);
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "name": "Giantmonkey GmbH"
5
5
  },
6
6
  "license": "MIT",
7
- "version": "1.36.0",
7
+ "version": "1.37.0",
8
8
  "type": "module",
9
9
  "main": "./dist-js/gomus-webcomponents.iife.js",
10
10
  "module": "./dist-js/gomus-webcomponents.iife.js",