@ticketapp-dev/shop-sdk 1.0.77 → 1.0.78
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/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2970,8 +2970,8 @@ class _t {
|
|
|
2970
2970
|
startAt: s.startAt,
|
|
2971
2971
|
endAt: s.endAt,
|
|
2972
2972
|
timezone: s.timezone,
|
|
2973
|
-
startSalesAt:
|
|
2974
|
-
endSalesAt:
|
|
2973
|
+
startSalesAt: s.startSalesAt,
|
|
2974
|
+
endSalesAt: s.endSalesAt,
|
|
2975
2975
|
slug: s.slug ?? "ERROR",
|
|
2976
2976
|
facebookPixelId: null,
|
|
2977
2977
|
status: s.status,
|