@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.
Files changed (2) hide show
  1. package/dist/index.js +2 -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: null,
2974
- endSalesAt: null,
2973
+ startSalesAt: s.startSalesAt,
2974
+ endSalesAt: s.endSalesAt,
2975
2975
  slug: s.slug ?? "ERROR",
2976
2976
  facebookPixelId: null,
2977
2977
  status: s.status,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ticketapp-dev/shop-sdk",
3
- "version": "1.0.77",
3
+ "version": "1.0.78",
4
4
  "description": "TicketApp Shop SDK",
5
5
  "type": "module",
6
6
  "files": [