@connectedxm/client 0.5.28 → 0.5.29

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.d.mts CHANGED
@@ -480,6 +480,7 @@ interface BaseTicketPriceSchedule {
480
480
  id: string;
481
481
  ticketId: string;
482
482
  price: number;
483
+ name: string | null;
483
484
  startDate: string;
484
485
  endDate: string;
485
486
  createdAt: string;
package/dist/index.d.ts CHANGED
@@ -480,6 +480,7 @@ interface BaseTicketPriceSchedule {
480
480
  id: string;
481
481
  ticketId: string;
482
482
  price: number;
483
+ name: string | null;
483
484
  startDate: string;
484
485
  endDate: string;
485
486
  createdAt: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/client",
3
- "version": "0.5.28",
3
+ "version": "0.5.29",
4
4
  "description": "Client API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "repository": {