@connectedxm/client 0.3.1 → 0.3.4

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/dist/index.js CHANGED
@@ -3620,9 +3620,6 @@ var useGetSelfEventRegistration = (eventId, options = {}) => {
3620
3620
  ...params
3621
3621
  }),
3622
3622
  {
3623
- retry: false,
3624
- staleTime: Infinity,
3625
- refetchOnMount: false,
3626
3623
  ...options,
3627
3624
  enabled: !!eventId && (options?.enabled ?? true)
3628
3625
  }
package/dist/index.mjs CHANGED
@@ -3037,9 +3037,6 @@ var useGetSelfEventRegistration = (eventId, options = {}) => {
3037
3037
  ...params
3038
3038
  }),
3039
3039
  {
3040
- retry: false,
3041
- staleTime: Infinity,
3042
- refetchOnMount: false,
3043
3040
  ...options,
3044
3041
  enabled: !!eventId && (options?.enabled ?? true)
3045
3042
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/client",
3
- "version": "0.3.1",
3
+ "version": "0.3.4",
4
4
  "description": "Client API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "repository": {