@gomusdev/web-components 0.0.4 → 0.0.6
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.
|
@@ -15453,7 +15453,7 @@ var __privateMethod = (obj, member, method) => (__accessCheck(obj, member, "acce
|
|
|
15453
15453
|
valid_at: date.toString(),
|
|
15454
15454
|
// @ts-ignore
|
|
15455
15455
|
"by_ticket_types[]": ticketTypes,
|
|
15456
|
-
"by_museum_ids[]":
|
|
15456
|
+
"by_museum_ids[]": museumIds,
|
|
15457
15457
|
"by_exhibition_ids[]": exhibitionIds
|
|
15458
15458
|
}));
|
|
15459
15459
|
if (!result) return [];
|
|
@@ -15705,7 +15705,7 @@ var __privateMethod = (obj, member, method) => (__accessCheck(obj, member, "acce
|
|
|
15705
15705
|
valid_at: date == null ? void 0 : date.toString(),
|
|
15706
15706
|
// @ts-ignore
|
|
15707
15707
|
"by_ticket_types[]": ticketTypes,
|
|
15708
|
-
"by_museum_ids[]":
|
|
15708
|
+
"by_museum_ids[]": museumIds,
|
|
15709
15709
|
"by_exhibition_ids[]": exhibitionIds
|
|
15710
15710
|
}));
|
|
15711
15711
|
if (!result) return [];
|