@connectedxm/client 0.3.1 → 0.3.2

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
@@ -1193,6 +1193,7 @@ interface BaseEventAddOn {
1193
1193
  id: string;
1194
1194
  name: string;
1195
1195
  shortDescription: string;
1196
+ longDescription: string | null;
1196
1197
  supply: number;
1197
1198
  price: number;
1198
1199
  sortOrder: number;
@@ -1203,7 +1204,6 @@ interface BaseEventAddOn {
1203
1204
  updatedAt: string;
1204
1205
  }
1205
1206
  interface EventAddOn extends BaseEventAddOn {
1206
- longDescription: string | null;
1207
1207
  event: BaseEvent;
1208
1208
  }
1209
1209
  interface BaseEventReservationSection {
package/dist/index.d.ts CHANGED
@@ -1193,6 +1193,7 @@ interface BaseEventAddOn {
1193
1193
  id: string;
1194
1194
  name: string;
1195
1195
  shortDescription: string;
1196
+ longDescription: string | null;
1196
1197
  supply: number;
1197
1198
  price: number;
1198
1199
  sortOrder: number;
@@ -1203,7 +1204,6 @@ interface BaseEventAddOn {
1203
1204
  updatedAt: string;
1204
1205
  }
1205
1206
  interface EventAddOn extends BaseEventAddOn {
1206
- longDescription: string | null;
1207
1207
  event: BaseEvent;
1208
1208
  }
1209
1209
  interface BaseEventReservationSection {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/client",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "Client API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "repository": {